| 1 | [ Apr 22 03:02:43 Enabled. ] | ||
| 2 | [ Apr 22 03:02:43 Rereading configuration. ] | ||
| 3 | [ Apr 22 03:02:44 Rereading configuration. ] | ||
| 4 | [ Apr 22 03:02:56 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] | ||
| 5 | + set -o errexit | ||
| 6 | + set -o pipefail | ||
| 7 | + . /lib/svc/share/smf_include.sh | ||
| 8 | ++ SMF_EXIT_OK=0 | ||
| 9 | ++ SMF_EXIT_NODAEMON=94 | ||
| 10 | ++ SMF_EXIT_ERR_FATAL=95 | ||
| 11 | ++ SMF_EXIT_ERR_CONFIG=96 | ||
| 12 | ++ SMF_EXIT_MON_DEGRADE=97 | ||
| 13 | ++ SMF_EXIT_MON_OFFLINE=98 | ||
| 14 | ++ SMF_EXIT_ERR_NOSMF=99 | ||
| 15 | ++ SMF_EXIT_ERR_PERM=100 | ||
| 16 | ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default | ||
| 17 | + LISTEN_ADDR=fd00:1122:3344:101::e | ||
| 18 | ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default | ||
| 19 | + LISTEN_PORT=8123 | ||
| 20 | ++ svcprop -c -p config/store svc:/oxide/clickhouse:default | ||
| 21 | + DATASTORE=/data | ||
| 22 | + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") | ||
| 23 | + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 | ||
| 24 | [ Apr 22 03:02:56 Method "start" exited with status 0. ] | ||
| 25 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 26 | Logging trace to /var/tmp/clickhouse-server.log | ||
| 27 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
| 28 | 2025.04.22 03:02:57.495001 [ 1 ] {} <Information> Application: Will watch for the process with pid 23777 | ||
| 29 | 2025.04.22 03:02:57.495534 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2025.04.22 03:02:58.026927 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23777 | ||
| 31 | 2025.04.22 03:02:58.027728 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2025.04.22 03:02:58.028438 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2025.04.22 03:02:58.122539 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2025.04.22 03:02:58.147070 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2025.04.22 03:02:58.147160 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2025.04.22 03:02:58.147173 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2025.04.22 03:02:58.147244 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2025.04.22 03:02:58.147863 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2025.04.22 03:02:58.149537 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
| 40 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 41 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 42 | 2025.04.22 03:02:58.150359 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2025.04.22 03:02:58.151270 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) | ||
| 44 | 2025.04.22 03:02:58.151322 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) | ||
| 45 | 2025.04.22 03:02:58.151367 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2025.04.22 03:02:58.151553 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2025.04.22 03:02:58.152593 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2025.04.22 03:02:58.158882 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2025.04.22 03:02:58.159883 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2025.04.22 03:02:58.161358 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2025.04.22 03:02:58.161456 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2025.04.22 03:02:58.163215 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
| 53 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 54 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 55 | 2025.04.22 03:02:58.163788 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2025.04.22 03:02:58.168724 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2025.04.22 03:02:58.169400 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2025.04.22 03:02:58.171085 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2025.04.22 03:02:58.171550 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2025.04.22 03:02:58.171976 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2025.04.22 03:02:58.172326 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2025.04.22 03:02:58.173989 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2025.04.22 03:02:58.174019 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2025.04.22 03:02:58.174084 [ 157 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2025.04.22 03:02:58.174183 [ 157 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2025.04.22 03:02:58.185771 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2025.04.22 03:02:58.185795 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000160494 sec | ||
| 68 | 2025.04.22 03:02:58.185867 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2025.04.22 03:02:58.185909 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2025.04.22 03:02:58.187093 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2025.04.22 03:02:58.188208 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2025.04.22 03:02:58.202247 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2025.04.22 03:02:58.202294 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2025.04.22 03:02:58.202362 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2025.04.22 03:02:58.202380 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2025.04.22 03:02:58.202412 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2025.04.22 03:02:58.202486 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2025.04.22 03:02:58.207092 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2025.04.22 03:02:58.207139 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2025.04.22 03:02:58.207190 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2025.04.22 03:02:58.207399 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2025.04.22 03:02:58.207420 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2025.04.22 03:02:58.207457 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2025.04.22 03:02:58.207528 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2025.04.22 03:02:58.207541 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2025.04.22 03:02:58.207574 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2025.04.22 03:02:58.207643 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2025.04.22 03:02:58.237089 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2025.04.22 03:02:58.239819 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2025.04.22 03:02:58.239900 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000100803 sec | ||
| 91 | 2025.04.22 03:02:58.239915 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2025.04.22 03:02:58.239926 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2025.04.22 03:02:58.239952 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2025.04.22 03:02:58.240188 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2025.04.22 03:02:58.240289 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2025.04.22 03:02:58.240308 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2025.04.22 03:02:58.240320 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). | ||
| 98 | 2025.04.22 03:02:58.240332 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2025.04.22 03:02:58.244166 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2025.04.22 03:02:58.244368 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.08 MiB (RSS), difference: 92.31 MiB | ||
| 101 | 2025.04.22 03:02:58.245279 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.814e-05 sec. | ||
| 102 | 2025.04.22 03:02:58.246329 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2025.04.22 03:02:58.246430 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2025.04.22 03:02:58.246448 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2025.04.22 03:02:58.968770 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51572 | ||
| 106 | 2025.04.22 03:02:58.969130 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2025.04.22 03:02:58.969186 [ 3 ] {} <Debug> TCP-Session: 07aadda1-07b5-4ab6-8ee0-ad9ea152f981 Authenticating user 'default' from [fd00:1122:3344:101::c]:51572 | ||
| 108 | 2025.04.22 03:02:58.969219 [ 3 ] {} <Debug> TCP-Session: 07aadda1-07b5-4ab6-8ee0-ad9ea152f981 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2025.04.22 03:02:58.969302 [ 3 ] {} <Debug> TCP-Session: 07aadda1-07b5-4ab6-8ee0-ad9ea152f981 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2025.04.22 03:02:58.969391 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2025.04.22 03:02:58.969420 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 112 | 2025.04.22 03:02:58.969495 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 113 | 2025.04.22 03:02:58.971002 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55961 | ||
| 114 | 2025.04.22 03:02:58.971004 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43635 | ||
| 115 | 2025.04.22 03:02:58.971156 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 116 | 2025.04.22 03:02:58.971181 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 117 | 2025.04.22 03:02:58.971198 [ 4 ] {} <Debug> TCP-Session: 830cf6b1-e1cd-41b5-a3bf-66c4a7994d14 Authenticating user 'default' from [fd00:1122:3344:101::c]:55961 | ||
| 118 | 2025.04.22 03:02:58.971350 [ 5 ] {} <Debug> TCP-Session: 5c8b0b33-c170-472d-bb24-3f92df137d8a Authenticating user 'default' from [fd00:1122:3344:101::c]:43635 | ||
| 119 | 2025.04.22 03:02:58.971359 [ 4 ] {} <Debug> TCP-Session: 830cf6b1-e1cd-41b5-a3bf-66c4a7994d14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 120 | 2025.04.22 03:02:58.971404 [ 5 ] {} <Debug> TCP-Session: 5c8b0b33-c170-472d-bb24-3f92df137d8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 121 | 2025.04.22 03:02:58.971475 [ 4 ] {} <Debug> TCP-Session: 830cf6b1-e1cd-41b5-a3bf-66c4a7994d14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 122 | 2025.04.22 03:02:58.971500 [ 5 ] {} <Debug> TCP-Session: 5c8b0b33-c170-472d-bb24-3f92df137d8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 123 | 2025.04.22 03:02:58.971941 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:41630 | ||
| 124 | 2025.04.22 03:02:58.972048 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53291 | ||
| 125 | 2025.04.22 03:02:58.972079 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 126 | 2025.04.22 03:02:58.972267 [ 253 ] {} <Debug> TCP-Session: 976c04e9-c5a3-40b7-b925-3bf411dd16f6 Authenticating user 'default' from [fd00:1122:3344:101::c]:41630 | ||
| 127 | 2025.04.22 03:02:58.972291 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43425 | ||
| 128 | 2025.04.22 03:02:58.972274 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 129 | 2025.04.22 03:02:58.972408 [ 253 ] {} <Debug> TCP-Session: 976c04e9-c5a3-40b7-b925-3bf411dd16f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 130 | 2025.04.22 03:02:58.972426 [ 254 ] {} <Debug> TCP-Session: f9e82b58-8a61-4ca5-b48f-3bac7ef9075a Authenticating user 'default' from [fd00:1122:3344:101::c]:53291 | ||
| 131 | 2025.04.22 03:02:58.972541 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36323 | ||
| 132 | 2025.04.22 03:02:58.972559 [ 253 ] {} <Debug> TCP-Session: 976c04e9-c5a3-40b7-b925-3bf411dd16f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 133 | 2025.04.22 03:02:58.972591 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 134 | 2025.04.22 03:02:58.972636 [ 254 ] {} <Debug> TCP-Session: f9e82b58-8a61-4ca5-b48f-3bac7ef9075a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 135 | 2025.04.22 03:02:58.972572 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34519 | ||
| 136 | 2025.04.22 03:02:58.972788 [ 254 ] {} <Debug> TCP-Session: f9e82b58-8a61-4ca5-b48f-3bac7ef9075a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 137 | 2025.04.22 03:02:58.972812 [ 255 ] {} <Debug> TCP-Session: bdcb5652-e5e6-4cbb-8325-da4408b51dc5 Authenticating user 'default' from [fd00:1122:3344:101::c]:43425 | ||
| 138 | 2025.04.22 03:02:58.972800 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 139 | 2025.04.22 03:02:58.972976 [ 257 ] {} <Debug> TCP-Session: 76d89f07-c9d3-4f63-8873-e2fc6037196e Authenticating user 'default' from [fd00:1122:3344:101::c]:36323 | ||
| 140 | 2025.04.22 03:02:58.973008 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 141 | 2025.04.22 03:02:58.973049 [ 257 ] {} <Debug> TCP-Session: 76d89f07-c9d3-4f63-8873-e2fc6037196e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 142 | 2025.04.22 03:02:58.972993 [ 255 ] {} <Debug> TCP-Session: bdcb5652-e5e6-4cbb-8325-da4408b51dc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 143 | 2025.04.22 03:02:58.973133 [ 256 ] {} <Debug> TCP-Session: 31dc99e3-071c-4b6f-b11b-d998263b8021 Authenticating user 'default' from [fd00:1122:3344:101::c]:34519 | ||
| 144 | 2025.04.22 03:02:58.973156 [ 257 ] {} <Debug> TCP-Session: 76d89f07-c9d3-4f63-8873-e2fc6037196e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 145 | 2025.04.22 03:02:58.973137 [ 255 ] {} <Debug> TCP-Session: bdcb5652-e5e6-4cbb-8325-da4408b51dc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 146 | 2025.04.22 03:02:58.973273 [ 256 ] {} <Debug> TCP-Session: 31dc99e3-071c-4b6f-b11b-d998263b8021 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 147 | 2025.04.22 03:02:58.973363 [ 256 ] {} <Debug> TCP-Session: 31dc99e3-071c-4b6f-b11b-d998263b8021 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 148 | 2025.04.22 03:02:59.000164 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 117.14 MiB, peak 117.14 MiB, free memory in arenas 0.00 B, will set to 119.38 MiB (RSS), difference: 2.24 MiB | ||
| 149 | 2025.04.22 03:02:59.459469 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:65337 | ||
| 150 | 2025.04.22 03:02:59.459687 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 151 | 2025.04.22 03:02:59.459719 [ 258 ] {} <Debug> TCP-Session: be47f5a0-79fb-4823-be07-fde3749a734b Authenticating user 'default' from [fd00:1122:3344:101::a]:65337 | ||
| 152 | 2025.04.22 03:02:59.459745 [ 258 ] {} <Debug> TCP-Session: be47f5a0-79fb-4823-be07-fde3749a734b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2025.04.22 03:02:59.459834 [ 258 ] {} <Debug> TCP-Session: be47f5a0-79fb-4823-be07-fde3749a734b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 154 | 2025.04.22 03:02:59.459906 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 155 | 2025.04.22 03:02:59.459934 [ 258 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 156 | 2025.04.22 03:02:59.460009 [ 258 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 157 | 2025.04.22 03:02:59.461899 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:45245 | ||
| 158 | 2025.04.22 03:02:59.462079 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:45859 | ||
| 159 | 2025.04.22 03:02:59.462092 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 160 | 2025.04.22 03:02:59.462183 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50932 | ||
| 161 | 2025.04.22 03:02:59.462323 [ 259 ] {} <Debug> TCP-Session: e12de34f-2c82-4b23-bba9-db281563aa44 Authenticating user 'default' from [fd00:1122:3344:101::a]:45245 | ||
| 162 | 2025.04.22 03:02:59.462339 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 163 | 2025.04.22 03:02:59.462364 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43013 | ||
| 164 | 2025.04.22 03:02:59.462461 [ 259 ] {} <Debug> TCP-Session: e12de34f-2c82-4b23-bba9-db281563aa44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 165 | 2025.04.22 03:02:59.462571 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:35968 | ||
| 166 | 2025.04.22 03:02:59.462600 [ 259 ] {} <Debug> TCP-Session: e12de34f-2c82-4b23-bba9-db281563aa44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 167 | 2025.04.22 03:02:59.462606 [ 260 ] {} <Debug> TCP-Session: e3c05cdd-db96-41fc-8de9-a553ddea20e3 Authenticating user 'default' from [fd00:1122:3344:101::a]:45859 | ||
| 168 | 2025.04.22 03:02:59.462582 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 169 | 2025.04.22 03:02:59.462851 [ 260 ] {} <Debug> TCP-Session: e3c05cdd-db96-41fc-8de9-a553ddea20e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 170 | 2025.04.22 03:02:59.462885 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 171 | 2025.04.22 03:02:59.463046 [ 260 ] {} <Debug> TCP-Session: e3c05cdd-db96-41fc-8de9-a553ddea20e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 172 | 2025.04.22 03:02:59.463203 [ 262 ] {} <Debug> TCP-Session: 05ded95a-a6e4-424e-81e8-1749e6bc0980 Authenticating user 'default' from [fd00:1122:3344:101::a]:43013 | ||
| 173 | 2025.04.22 03:02:59.463205 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:42937 | ||
| 174 | 2025.04.22 03:02:59.463260 [ 262 ] {} <Debug> TCP-Session: 05ded95a-a6e4-424e-81e8-1749e6bc0980 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 175 | 2025.04.22 03:02:59.463050 [ 261 ] {} <Debug> TCP-Session: f89bb09b-a6ae-4dc1-b0cd-5177d79d15b3 Authenticating user 'default' from [fd00:1122:3344:101::a]:50932 | ||
| 176 | 2025.04.22 03:02:59.463220 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 177 | 2025.04.22 03:02:59.463341 [ 262 ] {} <Debug> TCP-Session: 05ded95a-a6e4-424e-81e8-1749e6bc0980 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 178 | 2025.04.22 03:02:59.463221 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:46629 | ||
| 179 | 2025.04.22 03:02:59.463491 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 180 | 2025.04.22 03:02:59.463513 [ 261 ] {} <Debug> TCP-Session: f89bb09b-a6ae-4dc1-b0cd-5177d79d15b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 181 | 2025.04.22 03:02:59.463496 [ 263 ] {} <Debug> TCP-Session: 01edbfa7-0f5b-4a4f-b3b9-106f59504e03 Authenticating user 'default' from [fd00:1122:3344:101::a]:35968 | ||
| 182 | 2025.04.22 03:02:59.463584 [ 264 ] {} <Debug> TCP-Session: dcb7dea4-98d1-496e-a42d-359d5b4fdb14 Authenticating user 'default' from [fd00:1122:3344:101::a]:42937 | ||
| 183 | 2025.04.22 03:02:59.463706 [ 261 ] {} <Debug> TCP-Session: f89bb09b-a6ae-4dc1-b0cd-5177d79d15b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 184 | 2025.04.22 03:02:59.463740 [ 264 ] {} <Debug> TCP-Session: dcb7dea4-98d1-496e-a42d-359d5b4fdb14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 185 | 2025.04.22 03:02:59.463728 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 186 | 2025.04.22 03:02:59.463726 [ 263 ] {} <Debug> TCP-Session: 01edbfa7-0f5b-4a4f-b3b9-106f59504e03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 187 | 2025.04.22 03:02:59.463933 [ 265 ] {} <Debug> TCP-Session: ebde887b-f2c3-4029-96ea-da3c32455131 Authenticating user 'default' from [fd00:1122:3344:101::a]:46629 | ||
| 188 | 2025.04.22 03:02:59.463948 [ 264 ] {} <Debug> TCP-Session: dcb7dea4-98d1-496e-a42d-359d5b4fdb14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 189 | 2025.04.22 03:02:59.463982 [ 263 ] {} <Debug> TCP-Session: 01edbfa7-0f5b-4a4f-b3b9-106f59504e03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 190 | 2025.04.22 03:02:59.464050 [ 265 ] {} <Debug> TCP-Session: ebde887b-f2c3-4029-96ea-da3c32455131 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 191 | 2025.04.22 03:02:59.464089 [ 265 ] {} <Debug> TCP-Session: ebde887b-f2c3-4029-96ea-da3c32455131 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 192 | 2025.04.22 03:02:59.506778 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:42064 | ||
| 193 | 2025.04.22 03:02:59.506981 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 194 | 2025.04.22 03:02:59.507044 [ 266 ] {} <Debug> TCP-Session: 051fe45b-088a-433e-adf1-72e7c3f1d470 Authenticating user 'default' from [fd00:1122:3344:101::b]:42064 | ||
| 195 | 2025.04.22 03:02:59.507064 [ 266 ] {} <Debug> TCP-Session: 051fe45b-088a-433e-adf1-72e7c3f1d470 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 196 | 2025.04.22 03:02:59.507078 [ 266 ] {} <Debug> TCP-Session: 051fe45b-088a-433e-adf1-72e7c3f1d470 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 197 | 2025.04.22 03:02:59.507196 [ 266 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 198 | 2025.04.22 03:02:59.507225 [ 266 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 199 | 2025.04.22 03:02:59.507308 [ 266 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 200 | 2025.04.22 03:02:59.508995 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:60444 | ||
| 201 | 2025.04.22 03:02:59.509198 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:35258 | ||
| 202 | 2025.04.22 03:02:59.509206 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 203 | 2025.04.22 03:02:59.509252 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:62329 | ||
| 204 | 2025.04.22 03:02:59.509272 [ 267 ] {} <Debug> TCP-Session: 29a45099-9f05-4c16-bb36-8252c2eb1b58 Authenticating user 'default' from [fd00:1122:3344:101::b]:60444 | ||
| 205 | 2025.04.22 03:02:59.509415 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 206 | 2025.04.22 03:02:59.509415 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:38183 | ||
| 207 | 2025.04.22 03:02:59.509569 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:34294 | ||
| 208 | 2025.04.22 03:02:59.509589 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 209 | 2025.04.22 03:02:59.509620 [ 267 ] {} <Debug> TCP-Session: 29a45099-9f05-4c16-bb36-8252c2eb1b58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 210 | 2025.04.22 03:02:59.509603 [ 268 ] {} <Debug> TCP-Session: 3d22d383-4a9b-4d32-a189-30b480d352a1 Authenticating user 'default' from [fd00:1122:3344:101::b]:35258 | ||
| 211 | 2025.04.22 03:02:59.509920 [ 268 ] {} <Debug> TCP-Session: 3d22d383-4a9b-4d32-a189-30b480d352a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 212 | 2025.04.22 03:02:59.509959 [ 269 ] {} <Debug> TCP-Session: 7f3604b6-a632-473c-b3a9-839ec2e41897 Authenticating user 'default' from [fd00:1122:3344:101::b]:62329 | ||
| 213 | 2025.04.22 03:02:59.509981 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 214 | 2025.04.22 03:02:59.510008 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57015 | ||
| 215 | 2025.04.22 03:02:59.510056 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:43763 | ||
| 216 | 2025.04.22 03:02:59.510091 [ 271 ] {} <Debug> TCP-Session: 022b8906-f36c-4b4a-97bc-062799a1b755 Authenticating user 'default' from [fd00:1122:3344:101::b]:34294 | ||
| 217 | 2025.04.22 03:02:59.510010 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 218 | 2025.04.22 03:02:59.510143 [ 269 ] {} <Debug> TCP-Session: 7f3604b6-a632-473c-b3a9-839ec2e41897 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 219 | 2025.04.22 03:02:59.510122 [ 267 ] {} <Debug> TCP-Session: 29a45099-9f05-4c16-bb36-8252c2eb1b58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 220 | 2025.04.22 03:02:59.510017 [ 268 ] {} <Debug> TCP-Session: 3d22d383-4a9b-4d32-a189-30b480d352a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 221 | 2025.04.22 03:02:59.510318 [ 271 ] {} <Debug> TCP-Session: 022b8906-f36c-4b4a-97bc-062799a1b755 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 222 | 2025.04.22 03:02:59.510323 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 223 | 2025.04.22 03:02:59.510517 [ 269 ] {} <Debug> TCP-Session: 7f3604b6-a632-473c-b3a9-839ec2e41897 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 224 | 2025.04.22 03:02:59.510619 [ 270 ] {} <Debug> TCP-Session: dabbb8c6-e2f8-472e-b107-0b5876e75cea Authenticating user 'default' from [fd00:1122:3344:101::b]:38183 | ||
| 225 | 2025.04.22 03:02:59.510676 [ 272 ] {} <Debug> TCP-Session: cf08cdfc-6ca0-48c4-a324-cdea4c8b4c47 Authenticating user 'default' from [fd00:1122:3344:101::b]:57015 | ||
| 226 | 2025.04.22 03:02:59.510704 [ 271 ] {} <Debug> TCP-Session: 022b8906-f36c-4b4a-97bc-062799a1b755 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 227 | 2025.04.22 03:02:59.510740 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 228 | 2025.04.22 03:02:59.510769 [ 272 ] {} <Debug> TCP-Session: cf08cdfc-6ca0-48c4-a324-cdea4c8b4c47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 229 | 2025.04.22 03:02:59.510755 [ 270 ] {} <Debug> TCP-Session: dabbb8c6-e2f8-472e-b107-0b5876e75cea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 230 | 2025.04.22 03:02:59.510942 [ 273 ] {} <Debug> TCP-Session: 93dead30-3968-4491-838b-d236ece281d9 Authenticating user 'default' from [fd00:1122:3344:101::b]:43763 | ||
| 231 | 2025.04.22 03:02:59.510956 [ 272 ] {} <Debug> TCP-Session: cf08cdfc-6ca0-48c4-a324-cdea4c8b4c47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 232 | 2025.04.22 03:02:59.510970 [ 270 ] {} <Debug> TCP-Session: dabbb8c6-e2f8-472e-b107-0b5876e75cea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 233 | 2025.04.22 03:02:59.511062 [ 273 ] {} <Debug> TCP-Session: 93dead30-3968-4491-838b-d236ece281d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 234 | 2025.04.22 03:02:59.511185 [ 273 ] {} <Debug> TCP-Session: 93dead30-3968-4491-838b-d236ece281d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 235 | 2025.04.22 03:03:02.015890 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:37609 | ||
| 236 | 2025.04.22 03:03:02.020045 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 237 | 2025.04.22 03:03:02.020171 [ 274 ] {} <Debug> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Authenticating user 'default' from [fd00:1122:3344:101::d]:37609 | ||
| 238 | 2025.04.22 03:03:02.020196 [ 274 ] {} <Debug> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 239 | 2025.04.22 03:03:02.020212 [ 274 ] {} <Debug> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 240 | 2025.04.22 03:03:02.020371 [ 274 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 241 | 2025.04.22 03:03:02.020400 [ 274 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 242 | 2025.04.22 03:03:02.020498 [ 274 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 243 | 2025.04.22 03:03:02.026092 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61918 | ||
| 244 | 2025.04.22 03:03:02.026187 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38161 | ||
| 245 | 2025.04.22 03:03:02.026416 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47767 | ||
| 246 | 2025.04.22 03:03:02.026482 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 247 | 2025.04.22 03:03:02.026452 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49640 | ||
| 248 | 2025.04.22 03:03:02.026560 [ 276 ] {} <Debug> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Authenticating user 'default' from [fd00:1122:3344:101::d]:38161 | ||
| 249 | 2025.04.22 03:03:02.026543 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 250 | 2025.04.22 03:03:02.026738 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60703 | ||
| 251 | 2025.04.22 03:03:02.026732 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 252 | 2025.04.22 03:03:02.026928 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:58437 | ||
| 253 | 2025.04.22 03:03:02.026919 [ 276 ] {} <Debug> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 254 | 2025.04.22 03:03:02.026954 [ 277 ] {} <Debug> TCP-Session: 711f69a5-d947-4047-ae9e-a970c3675fb0 Authenticating user 'default' from [fd00:1122:3344:101::d]:47767 | ||
| 255 | 2025.04.22 03:03:02.026956 [ 275 ] {} <Debug> TCP-Session: 8cb4e5ea-820f-4f10-8278-eb64a2c27bd4 Authenticating user 'default' from [fd00:1122:3344:101::d]:61918 | ||
| 256 | 2025.04.22 03:03:02.027038 [ 276 ] {} <Debug> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 257 | 2025.04.22 03:03:02.027232 [ 277 ] {} <Debug> TCP-Session: 711f69a5-d947-4047-ae9e-a970c3675fb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 258 | 2025.04.22 03:03:02.027299 [ 275 ] {} <Debug> TCP-Session: 8cb4e5ea-820f-4f10-8278-eb64a2c27bd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 259 | 2025.04.22 03:03:02.027409 [ 277 ] {} <Debug> TCP-Session: 711f69a5-d947-4047-ae9e-a970c3675fb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 260 | 2025.04.22 03:03:02.027429 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:36983 | ||
| 261 | 2025.04.22 03:03:02.027461 [ 275 ] {} <Debug> TCP-Session: 8cb4e5ea-820f-4f10-8278-eb64a2c27bd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 262 | 2025.04.22 03:03:02.028364 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 263 | 2025.04.22 03:03:02.028391 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 264 | 2025.04.22 03:03:02.028407 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 265 | 2025.04.22 03:03:02.028467 [ 280 ] {} <Debug> TCP-Session: f45c5f0d-2f9c-4ebf-96db-9db7ead01794 Authenticating user 'default' from [fd00:1122:3344:101::d]:58437 | ||
| 266 | 2025.04.22 03:03:02.028453 [ 278 ] {} <Debug> TCP-Session: 98e7e1f2-70f0-4f3d-9eea-73db045b353f Authenticating user 'default' from [fd00:1122:3344:101::d]:49640 | ||
| 267 | 2025.04.22 03:03:02.028441 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 268 | 2025.04.22 03:03:02.028584 [ 280 ] {} <Debug> TCP-Session: f45c5f0d-2f9c-4ebf-96db-9db7ead01794 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 269 | 2025.04.22 03:03:02.028575 [ 278 ] {} <Debug> TCP-Session: 98e7e1f2-70f0-4f3d-9eea-73db045b353f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 270 | 2025.04.22 03:03:02.028558 [ 281 ] {} <Debug> TCP-Session: 9f52a776-a687-4a48-9120-a62d502b6b75 Authenticating user 'default' from [fd00:1122:3344:101::d]:36983 | ||
| 271 | 2025.04.22 03:03:02.028658 [ 279 ] {} <Debug> TCP-Session: 0cb56ef5-bf8f-4cef-a496-5faf0d0da407 Authenticating user 'default' from [fd00:1122:3344:101::d]:60703 | ||
| 272 | 2025.04.22 03:03:02.028712 [ 278 ] {} <Debug> TCP-Session: 98e7e1f2-70f0-4f3d-9eea-73db045b353f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 273 | 2025.04.22 03:03:02.028725 [ 280 ] {} <Debug> TCP-Session: f45c5f0d-2f9c-4ebf-96db-9db7ead01794 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 274 | 2025.04.22 03:03:02.028751 [ 281 ] {} <Debug> TCP-Session: 9f52a776-a687-4a48-9120-a62d502b6b75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 275 | 2025.04.22 03:03:02.028547 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49832 | ||
| 276 | 2025.04.22 03:03:02.028840 [ 279 ] {} <Debug> TCP-Session: 0cb56ef5-bf8f-4cef-a496-5faf0d0da407 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 277 | 2025.04.22 03:03:02.028938 [ 281 ] {} <Debug> TCP-Session: 9f52a776-a687-4a48-9120-a62d502b6b75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 278 | 2025.04.22 03:03:02.029043 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 279 | 2025.04.22 03:03:02.029060 [ 279 ] {} <Debug> TCP-Session: 0cb56ef5-bf8f-4cef-a496-5faf0d0da407 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 280 | 2025.04.22 03:03:02.029170 [ 282 ] {} <Debug> TCP-Session: 9e363013-6400-4c3c-8abe-a0d16afc87b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:49832 | ||
| 281 | 2025.04.22 03:03:02.029302 [ 282 ] {} <Debug> TCP-Session: 9e363013-6400-4c3c-8abe-a0d16afc87b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 282 | 2025.04.22 03:03:02.029320 [ 282 ] {} <Debug> TCP-Session: 9e363013-6400-4c3c-8abe-a0d16afc87b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 283 | 2025.04.22 03:03:02.037345 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 284 | 2025.04.22 03:03:02.047998 [ 274 ] {84e0aa82-ff31-4dd5-91a6-a171a339ab81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 285 | 2025.04.22 03:03:02.126405 [ 274 ] {84e0aa82-ff31-4dd5-91a6-a171a339ab81} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:37609) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 286 | |||
| 287 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 288 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 289 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 290 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 291 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 292 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 293 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 294 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 295 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 296 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 297 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 298 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 299 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 300 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 301 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 302 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 303 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 304 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 305 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 306 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 307 | 20. _thrp_setup @ 0x0000000000116b27 in /system/lib/amd64/libc.so.1 | ||
| 308 | |||
| 309 | 2025.04.22 03:03:02.127895 [ 274 ] {84e0aa82-ff31-4dd5-91a6-a171a339ab81} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 310 | |||
| 311 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 312 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 313 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 314 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 315 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 316 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 317 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 318 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 319 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 320 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 321 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 322 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 323 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 324 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 325 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 326 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 327 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 328 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 329 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 330 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 331 | 20. _thrp_setup @ 0x0000000000116b27 in /system/lib/amd64/libc.so.1 | ||
| 332 | |||
| 333 | 2025.04.22 03:03:02.128138 [ 274 ] {84e0aa82-ff31-4dd5-91a6-a171a339ab81} <Debug> TCPHandler: Processed in 0.095597287 sec. | ||
| 334 | 2025.04.22 03:03:02.128557 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 335 | 2025.04.22 03:03:02.128773 [ 276 ] {c3c60781-e0bb-4e85-b317-e06019a544cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 336 | 2025.04.22 03:03:02.129221 [ 276 ] {c3c60781-e0bb-4e85-b317-e06019a544cc} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:38161) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 337 | |||
| 338 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 339 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 340 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 341 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 342 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 343 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 344 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 345 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 346 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 347 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 348 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 349 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 350 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 351 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 352 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 353 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 354 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 355 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 356 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 357 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 358 | 20. _thrp_setup @ 0x0000000000116b27 in /system/lib/amd64/libc.so.1 | ||
| 359 | |||
| 360 | 2025.04.22 03:03:02.129544 [ 276 ] {c3c60781-e0bb-4e85-b317-e06019a544cc} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 361 | |||
| 362 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 363 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 364 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 365 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 366 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 367 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 368 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 369 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 370 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 371 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 372 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 373 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 374 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 375 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 376 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 377 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 378 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 379 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 380 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 381 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 382 | 20. _thrp_setup @ 0x0000000000116b27 in /system/lib/amd64/libc.so.1 | ||
| 383 | |||
| 384 | 2025.04.22 03:03:02.129839 [ 276 ] {c3c60781-e0bb-4e85-b317-e06019a544cc} <Debug> TCPHandler: Processed in 0.001440278 sec. | ||
| 385 | 2025.04.22 03:03:02.132170 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 386 | 2025.04.22 03:03:02.133629 [ 274 ] {e2d9848c-058d-42ea-8f02-fc34c550e72f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 387 | 2025.04.22 03:03:02.133733 [ 274 ] {e2d9848c-058d-42ea-8f02-fc34c550e72f} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 388 | 2025.04.22 03:03:02.135145 [ 274 ] {e2d9848c-058d-42ea-8f02-fc34c550e72f} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 389 | 2025.04.22 03:03:02.135240 [ 274 ] {e2d9848c-058d-42ea-8f02-fc34c550e72f} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000129703 sec | ||
| 390 | 2025.04.22 03:03:02.135258 [ 274 ] {e2d9848c-058d-42ea-8f02-fc34c550e72f} <Trace> ReferentialDeps: No tables | ||
| 391 | 2025.04.22 03:03:02.135270 [ 274 ] {e2d9848c-058d-42ea-8f02-fc34c550e72f} <Trace> LoadingDeps: No tables | ||
| 392 | 2025.04.22 03:03:02.135330 [ 274 ] {e2d9848c-058d-42ea-8f02-fc34c550e72f} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 393 | 2025.04.22 03:03:02.136001 [ 274 ] {e2d9848c-058d-42ea-8f02-fc34c550e72f} <Debug> TCPHandler: Processed in 0.003945666 sec. | ||
| 394 | 2025.04.22 03:03:02.136174 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 395 | 2025.04.22 03:03:02.136341 [ 274 ] {37a32345-919c-4e96-bcb8-f90ca9e940a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) /* The version table contains metadata about the `oximeter` database */ | ||
| 396 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 397 | 2025.04.22 03:03:02.136466 [ 274 ] {37a32345-919c-4e96-bcb8-f90ca9e940a4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 398 | 2025.04.22 03:03:02.149428 [ 274 ] {37a32345-919c-4e96-bcb8-f90ca9e940a4} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 399 | 2025.04.22 03:03:02.150849 [ 274 ] {37a32345-919c-4e96-bcb8-f90ca9e940a4} <Debug> oximeter.version (2f5c8b47-6fc8-4530-826d-14105aeddca3): Loading data parts | ||
| 400 | 2025.04.22 03:03:02.151342 [ 274 ] {37a32345-919c-4e96-bcb8-f90ca9e940a4} <Debug> oximeter.version (2f5c8b47-6fc8-4530-826d-14105aeddca3): There are no data parts | ||
| 401 | 2025.04.22 03:03:02.154033 [ 274 ] {37a32345-919c-4e96-bcb8-f90ca9e940a4} <Debug> TCPHandler: Processed in 0.017912159 sec. | ||
| 402 | 2025.04.22 03:03:02.154356 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 403 | 2025.04.22 03:03:02.154571 [ 274 ] {ac96d026-2cd6-46db-b374-63852a40c045} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) /* The measurement tables contain all individual samples from each timeseries. | ||
| 404 | * | ||
| 405 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 406 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 407 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 408 | * by all samples from the same timeseries. | ||
| 409 | * | ||
| 410 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 411 | * and then uses that to index quickly into the measurements tables. | ||
| 412 | */ | ||
| 413 | CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Bool) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 414 | 2025.04.22 03:03:02.154716 [ 274 ] {ac96d026-2cd6-46db-b374-63852a40c045} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 415 | 2025.04.22 03:03:02.164226 [ 274 ] {ac96d026-2cd6-46db-b374-63852a40c045} <Debug> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Loading data parts | ||
| 416 | 2025.04.22 03:03:02.164510 [ 274 ] {ac96d026-2cd6-46db-b374-63852a40c045} <Debug> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): There are no data parts | ||
| 417 | 2025.04.22 03:03:02.165841 [ 274 ] {ac96d026-2cd6-46db-b374-63852a40c045} <Debug> TCPHandler: Processed in 0.011566629 sec. | ||
| 418 | 2025.04.22 03:03:02.166012 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 419 | 2025.04.22 03:03:02.166308 [ 274 ] {856ce956-9bbd-4a40-9983-66995e15b173} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 420 | 2025.04.22 03:03:02.166357 [ 274 ] {856ce956-9bbd-4a40-9983-66995e15b173} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 421 | 2025.04.22 03:03:02.168318 [ 274 ] {856ce956-9bbd-4a40-9983-66995e15b173} <Debug> oximeter.measurements_i8 (dc7a429d-d911-44fe-9e79-5f47616cc676): Loading data parts | ||
| 422 | 2025.04.22 03:03:02.168555 [ 274 ] {856ce956-9bbd-4a40-9983-66995e15b173} <Debug> oximeter.measurements_i8 (dc7a429d-d911-44fe-9e79-5f47616cc676): There are no data parts | ||
| 423 | 2025.04.22 03:03:02.169849 [ 274 ] {856ce956-9bbd-4a40-9983-66995e15b173} <Debug> TCPHandler: Processed in 0.003893694 sec. | ||
| 424 | 2025.04.22 03:03:02.170094 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 425 | 2025.04.22 03:03:02.170282 [ 274 ] {c09993e8-ad32-4442-83b8-e96961fcb614} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 426 | 2025.04.22 03:03:02.170407 [ 274 ] {c09993e8-ad32-4442-83b8-e96961fcb614} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 427 | 2025.04.22 03:03:02.172440 [ 274 ] {c09993e8-ad32-4442-83b8-e96961fcb614} <Debug> oximeter.measurements_u8 (03211f64-4b2f-4134-b97f-a03411799f41): Loading data parts | ||
| 428 | 2025.04.22 03:03:02.172722 [ 274 ] {c09993e8-ad32-4442-83b8-e96961fcb614} <Debug> oximeter.measurements_u8 (03211f64-4b2f-4134-b97f-a03411799f41): There are no data parts | ||
| 429 | 2025.04.22 03:03:02.174013 [ 274 ] {c09993e8-ad32-4442-83b8-e96961fcb614} <Debug> TCPHandler: Processed in 0.003971466 sec. | ||
| 430 | 2025.04.22 03:03:02.174169 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 431 | 2025.04.22 03:03:02.174449 [ 274 ] {6d622693-f760-475b-b116-7db2491746ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 432 | 2025.04.22 03:03:02.174501 [ 274 ] {6d622693-f760-475b-b116-7db2491746ec} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 433 | 2025.04.22 03:03:02.176833 [ 274 ] {6d622693-f760-475b-b116-7db2491746ec} <Debug> oximeter.measurements_i16 (bab413df-5f3f-4710-a79d-9e68f37a5a8d): Loading data parts | ||
| 434 | 2025.04.22 03:03:02.177006 [ 274 ] {6d622693-f760-475b-b116-7db2491746ec} <Debug> oximeter.measurements_i16 (bab413df-5f3f-4710-a79d-9e68f37a5a8d): There are no data parts | ||
| 435 | 2025.04.22 03:03:02.178590 [ 274 ] {6d622693-f760-475b-b116-7db2491746ec} <Debug> TCPHandler: Processed in 0.00447229 sec. | ||
| 436 | 2025.04.22 03:03:02.178833 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 437 | 2025.04.22 03:03:02.179025 [ 274 ] {c9b9e433-a047-4408-85cc-636c21834983} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 438 | 2025.04.22 03:03:02.179157 [ 274 ] {c9b9e433-a047-4408-85cc-636c21834983} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 439 | 2025.04.22 03:03:02.181071 [ 274 ] {c9b9e433-a047-4408-85cc-636c21834983} <Debug> oximeter.measurements_u16 (77e000e3-38ca-45e4-a239-d902d57b92b3): Loading data parts | ||
| 440 | 2025.04.22 03:03:02.181295 [ 274 ] {c9b9e433-a047-4408-85cc-636c21834983} <Debug> oximeter.measurements_u16 (77e000e3-38ca-45e4-a239-d902d57b92b3): There are no data parts | ||
| 441 | 2025.04.22 03:03:02.182640 [ 274 ] {c9b9e433-a047-4408-85cc-636c21834983} <Debug> TCPHandler: Processed in 0.003858143 sec. | ||
| 442 | 2025.04.22 03:03:02.182795 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 443 | 2025.04.22 03:03:02.183042 [ 274 ] {699eaaa6-fe3a-4109-865d-642e6fd3e6bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 444 | 2025.04.22 03:03:02.183130 [ 274 ] {699eaaa6-fe3a-4109-865d-642e6fd3e6bd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 445 | 2025.04.22 03:03:02.185245 [ 274 ] {699eaaa6-fe3a-4109-865d-642e6fd3e6bd} <Debug> oximeter.measurements_i32 (cd6ebdd9-b5cf-4e07-bb01-6a7b43dd9693): Loading data parts | ||
| 446 | 2025.04.22 03:03:02.185444 [ 274 ] {699eaaa6-fe3a-4109-865d-642e6fd3e6bd} <Debug> oximeter.measurements_i32 (cd6ebdd9-b5cf-4e07-bb01-6a7b43dd9693): There are no data parts | ||
| 447 | 2025.04.22 03:03:02.186808 [ 274 ] {699eaaa6-fe3a-4109-865d-642e6fd3e6bd} <Debug> TCPHandler: Processed in 0.004066238 sec. | ||
| 448 | 2025.04.22 03:03:02.187044 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 449 | 2025.04.22 03:03:02.187236 [ 274 ] {247b8b34-23ed-4905-a335-98ed866357e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 450 | 2025.04.22 03:03:02.187362 [ 274 ] {247b8b34-23ed-4905-a335-98ed866357e0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 451 | 2025.04.22 03:03:02.190604 [ 274 ] {247b8b34-23ed-4905-a335-98ed866357e0} <Debug> oximeter.measurements_u32 (5a8db825-92bb-464e-8f57-17180f839d0b): Loading data parts | ||
| 452 | 2025.04.22 03:03:02.190839 [ 274 ] {247b8b34-23ed-4905-a335-98ed866357e0} <Debug> oximeter.measurements_u32 (5a8db825-92bb-464e-8f57-17180f839d0b): There are no data parts | ||
| 453 | 2025.04.22 03:03:02.192422 [ 274 ] {247b8b34-23ed-4905-a335-98ed866357e0} <Debug> TCPHandler: Processed in 0.005428875 sec. | ||
| 454 | 2025.04.22 03:03:02.192583 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 455 | 2025.04.22 03:03:02.192815 [ 274 ] {83952c08-6a81-4d35-9888-b7d1d2710314} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 456 | 2025.04.22 03:03:02.192901 [ 274 ] {83952c08-6a81-4d35-9888-b7d1d2710314} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 457 | 2025.04.22 03:03:02.195508 [ 274 ] {83952c08-6a81-4d35-9888-b7d1d2710314} <Debug> oximeter.measurements_i64 (311226c0-644b-4b7b-83a1-5452f2d554a2): Loading data parts | ||
| 458 | 2025.04.22 03:03:02.195687 [ 274 ] {83952c08-6a81-4d35-9888-b7d1d2710314} <Debug> oximeter.measurements_i64 (311226c0-644b-4b7b-83a1-5452f2d554a2): There are no data parts | ||
| 459 | 2025.04.22 03:03:02.197337 [ 274 ] {83952c08-6a81-4d35-9888-b7d1d2710314} <Debug> TCPHandler: Processed in 0.004817299 sec. | ||
| 460 | 2025.04.22 03:03:02.197581 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 461 | 2025.04.22 03:03:02.197777 [ 274 ] {6c0ce2c5-b660-4f5c-afd1-b34d86e441d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 462 | 2025.04.22 03:03:02.197905 [ 274 ] {6c0ce2c5-b660-4f5c-afd1-b34d86e441d3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 463 | 2025.04.22 03:03:02.200078 [ 274 ] {6c0ce2c5-b660-4f5c-afd1-b34d86e441d3} <Debug> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Loading data parts | ||
| 464 | 2025.04.22 03:03:02.200258 [ 274 ] {6c0ce2c5-b660-4f5c-afd1-b34d86e441d3} <Debug> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): There are no data parts | ||
| 465 | 2025.04.22 03:03:02.201674 [ 274 ] {6c0ce2c5-b660-4f5c-afd1-b34d86e441d3} <Debug> TCPHandler: Processed in 0.004148571 sec. | ||
| 466 | 2025.04.22 03:03:02.201819 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 467 | 2025.04.22 03:03:02.202003 [ 274 ] {c7da8b5c-e06d-4152-85b8-f54c99718fba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 468 | 2025.04.22 03:03:02.202116 [ 274 ] {c7da8b5c-e06d-4152-85b8-f54c99718fba} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 469 | 2025.04.22 03:03:02.204109 [ 274 ] {c7da8b5c-e06d-4152-85b8-f54c99718fba} <Debug> oximeter.measurements_f32 (1107d71a-33d8-475d-8fbe-b9f2e576b449): Loading data parts | ||
| 470 | 2025.04.22 03:03:02.204297 [ 274 ] {c7da8b5c-e06d-4152-85b8-f54c99718fba} <Debug> oximeter.measurements_f32 (1107d71a-33d8-475d-8fbe-b9f2e576b449): There are no data parts | ||
| 471 | 2025.04.22 03:03:02.205660 [ 274 ] {c7da8b5c-e06d-4152-85b8-f54c99718fba} <Debug> TCPHandler: Processed in 0.003891724 sec. | ||
| 472 | 2025.04.22 03:03:02.205899 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 473 | 2025.04.22 03:03:02.206104 [ 274 ] {d00c5bd8-6281-4474-ad5c-ddf01dab6dcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 474 | 2025.04.22 03:03:02.206238 [ 274 ] {d00c5bd8-6281-4474-ad5c-ddf01dab6dcf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 475 | 2025.04.22 03:03:02.208181 [ 274 ] {d00c5bd8-6281-4474-ad5c-ddf01dab6dcf} <Debug> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Loading data parts | ||
| 476 | 2025.04.22 03:03:02.208364 [ 274 ] {d00c5bd8-6281-4474-ad5c-ddf01dab6dcf} <Debug> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): There are no data parts | ||
| 477 | 2025.04.22 03:03:02.210038 [ 274 ] {d00c5bd8-6281-4474-ad5c-ddf01dab6dcf} <Debug> TCPHandler: Processed in 0.004190382 sec. | ||
| 478 | 2025.04.22 03:03:02.210187 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 479 | 2025.04.22 03:03:02.210373 [ 274 ] {52cdcbc9-14db-455a-a9a4-2ccbe1d0872d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 480 | 2025.04.22 03:03:02.210499 [ 274 ] {52cdcbc9-14db-455a-a9a4-2ccbe1d0872d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 481 | 2025.04.22 03:03:02.213009 [ 274 ] {52cdcbc9-14db-455a-a9a4-2ccbe1d0872d} <Debug> oximeter.measurements_string (9ed038c1-1451-4e3f-b911-d27fa5bff761): Loading data parts | ||
| 482 | 2025.04.22 03:03:02.213207 [ 274 ] {52cdcbc9-14db-455a-a9a4-2ccbe1d0872d} <Debug> oximeter.measurements_string (9ed038c1-1451-4e3f-b911-d27fa5bff761): There are no data parts | ||
| 483 | 2025.04.22 03:03:02.215919 [ 274 ] {52cdcbc9-14db-455a-a9a4-2ccbe1d0872d} <Debug> TCPHandler: Processed in 0.005783245 sec. | ||
| 484 | 2025.04.22 03:03:02.216210 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 485 | 2025.04.22 03:03:02.216407 [ 274 ] {15823279-4a7f-4497-a75b-398f1361f90e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 486 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 487 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 488 | * a string isn't palatable for a few reasons. | ||
| 489 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 490 | * details. | ||
| 491 | */ | ||
| 492 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 493 | 2025.04.22 03:03:02.216534 [ 274 ] {15823279-4a7f-4497-a75b-398f1361f90e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 494 | 2025.04.22 03:03:02.218868 [ 274 ] {15823279-4a7f-4497-a75b-398f1361f90e} <Debug> oximeter.measurements_bytes (628b0b81-d683-471f-91a1-ee0dea21d153): Loading data parts | ||
| 495 | 2025.04.22 03:03:02.219053 [ 274 ] {15823279-4a7f-4497-a75b-398f1361f90e} <Debug> oximeter.measurements_bytes (628b0b81-d683-471f-91a1-ee0dea21d153): There are no data parts | ||
| 496 | 2025.04.22 03:03:02.220470 [ 274 ] {15823279-4a7f-4497-a75b-398f1361f90e} <Debug> TCPHandler: Processed in 0.004319076 sec. | ||
| 497 | 2025.04.22 03:03:02.220716 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 498 | 2025.04.22 03:03:02.220915 [ 274 ] {c113776f-3ab6-4677-86b5-5cc97c87954a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 499 | 2025.04.22 03:03:02.221040 [ 274 ] {c113776f-3ab6-4677-86b5-5cc97c87954a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 500 | 2025.04.22 03:03:02.223206 [ 274 ] {c113776f-3ab6-4677-86b5-5cc97c87954a} <Debug> oximeter.measurements_cumulativei64 (36ef0ecf-4fd4-46da-9287-a7e5daa98c25): Loading data parts | ||
| 501 | 2025.04.22 03:03:02.223441 [ 274 ] {c113776f-3ab6-4677-86b5-5cc97c87954a} <Debug> oximeter.measurements_cumulativei64 (36ef0ecf-4fd4-46da-9287-a7e5daa98c25): There are no data parts | ||
| 502 | 2025.04.22 03:03:02.225909 [ 274 ] {c113776f-3ab6-4677-86b5-5cc97c87954a} <Debug> TCPHandler: Processed in 0.00524316 sec. | ||
| 503 | 2025.04.22 03:03:02.226054 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 504 | 2025.04.22 03:03:02.226354 [ 274 ] {7a060b13-1b0c-460e-ba9b-c4c7e42cd5ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 505 | 2025.04.22 03:03:02.226481 [ 274 ] {7a060b13-1b0c-460e-ba9b-c4c7e42cd5ea} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 506 | 2025.04.22 03:03:02.229361 [ 274 ] {7a060b13-1b0c-460e-ba9b-c4c7e42cd5ea} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Loading data parts | ||
| 507 | 2025.04.22 03:03:02.229542 [ 274 ] {7a060b13-1b0c-460e-ba9b-c4c7e42cd5ea} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): There are no data parts | ||
| 508 | 2025.04.22 03:03:02.231010 [ 274 ] {7a060b13-1b0c-460e-ba9b-c4c7e42cd5ea} <Debug> TCPHandler: Processed in 0.005006964 sec. | ||
| 509 | 2025.04.22 03:03:02.231165 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 510 | 2025.04.22 03:03:02.231364 [ 274 ] {27233862-7702-4711-ba9f-256e92734a80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 511 | 2025.04.22 03:03:02.231496 [ 274 ] {27233862-7702-4711-ba9f-256e92734a80} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 512 | 2025.04.22 03:03:02.233652 [ 274 ] {27233862-7702-4711-ba9f-256e92734a80} <Debug> oximeter.measurements_cumulativef32 (fbdb5c17-6079-47ec-9a4a-52951ef22f02): Loading data parts | ||
| 513 | 2025.04.22 03:03:02.233864 [ 274 ] {27233862-7702-4711-ba9f-256e92734a80} <Debug> oximeter.measurements_cumulativef32 (fbdb5c17-6079-47ec-9a4a-52951ef22f02): There are no data parts | ||
| 514 | 2025.04.22 03:03:02.235095 [ 274 ] {27233862-7702-4711-ba9f-256e92734a80} <Debug> TCPHandler: Processed in 0.003979046 sec. | ||
| 515 | 2025.04.22 03:03:02.235328 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 516 | 2025.04.22 03:03:02.235527 [ 274 ] {18ee7ccd-2e41-4a8f-ba40-36a4edf8a8ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 517 | 2025.04.22 03:03:02.235671 [ 274 ] {18ee7ccd-2e41-4a8f-ba40-36a4edf8a8ef} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 518 | 2025.04.22 03:03:02.237614 [ 274 ] {18ee7ccd-2e41-4a8f-ba40-36a4edf8a8ef} <Debug> oximeter.measurements_cumulativef64 (36e5421d-06c1-4b3d-beba-609f2a2b2725): Loading data parts | ||
| 519 | 2025.04.22 03:03:02.237844 [ 274 ] {18ee7ccd-2e41-4a8f-ba40-36a4edf8a8ef} <Debug> oximeter.measurements_cumulativef64 (36e5421d-06c1-4b3d-beba-609f2a2b2725): There are no data parts | ||
| 520 | 2025.04.22 03:03:02.240320 [ 274 ] {18ee7ccd-2e41-4a8f-ba40-36a4edf8a8ef} <Debug> TCPHandler: Processed in 0.005044145 sec. | ||
| 521 | 2025.04.22 03:03:02.240470 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 522 | 2025.04.22 03:03:02.240834 [ 274 ] {64ac511e-7611-4fe4-8b78-277706abc356} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 523 | * NOTE: Array types cannot be Nullable, see | ||
| 524 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 525 | * for more details. | ||
| 526 | * | ||
| 527 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 528 | * is unfortunate, and at this point relies on the fact that an | ||
| 529 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 530 | * to figure out another way to represent missing samples here. | ||
| 531 | */ | ||
| 532 | bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 533 | 2025.04.22 03:03:02.240977 [ 274 ] {64ac511e-7611-4fe4-8b78-277706abc356} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 534 | 2025.04.22 03:03:02.244318 [ 274 ] {64ac511e-7611-4fe4-8b78-277706abc356} <Debug> oximeter.measurements_histogrami8 (1fe7bb3f-b07e-4e04-98ea-905f9fd3997f): Loading data parts | ||
| 535 | 2025.04.22 03:03:02.244463 [ 274 ] {64ac511e-7611-4fe4-8b78-277706abc356} <Debug> oximeter.measurements_histogrami8 (1fe7bb3f-b07e-4e04-98ea-905f9fd3997f): There are no data parts | ||
| 536 | 2025.04.22 03:03:02.248365 [ 274 ] {64ac511e-7611-4fe4-8b78-277706abc356} <Debug> TCPHandler: Processed in 0.007947123 sec. | ||
| 537 | 2025.04.22 03:03:02.248627 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 538 | 2025.04.22 03:03:02.248952 [ 274 ] {73af86e0-4670-4106-a8eb-6f0ec880cf03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 539 | 2025.04.22 03:03:02.249096 [ 274 ] {73af86e0-4670-4106-a8eb-6f0ec880cf03} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 540 | 2025.04.22 03:03:02.251313 [ 274 ] {73af86e0-4670-4106-a8eb-6f0ec880cf03} <Debug> oximeter.measurements_histogramu8 (52868837-5bf7-4bee-a937-7cabda00fb11): Loading data parts | ||
| 541 | 2025.04.22 03:03:02.251540 [ 274 ] {73af86e0-4670-4106-a8eb-6f0ec880cf03} <Debug> oximeter.measurements_histogramu8 (52868837-5bf7-4bee-a937-7cabda00fb11): There are no data parts | ||
| 542 | 2025.04.22 03:03:02.254121 [ 274 ] {73af86e0-4670-4106-a8eb-6f0ec880cf03} <Debug> TCPHandler: Processed in 0.005560219 sec. | ||
| 543 | 2025.04.22 03:03:02.254278 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 544 | 2025.04.22 03:03:02.254626 [ 274 ] {fd94e5c7-310b-4831-9f69-6b2ba36a400e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 545 | 2025.04.22 03:03:02.254764 [ 274 ] {fd94e5c7-310b-4831-9f69-6b2ba36a400e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 546 | 2025.04.22 03:03:02.259129 [ 274 ] {fd94e5c7-310b-4831-9f69-6b2ba36a400e} <Debug> oximeter.measurements_histogrami16 (f01b3b48-0a4f-4e35-8e90-29a4abe03c32): Loading data parts | ||
| 547 | 2025.04.22 03:03:02.259275 [ 274 ] {fd94e5c7-310b-4831-9f69-6b2ba36a400e} <Debug> oximeter.measurements_histogrami16 (f01b3b48-0a4f-4e35-8e90-29a4abe03c32): There are no data parts | ||
| 548 | 2025.04.22 03:03:02.261064 [ 274 ] {fd94e5c7-310b-4831-9f69-6b2ba36a400e} <Debug> TCPHandler: Processed in 0.006836693 sec. | ||
| 549 | 2025.04.22 03:03:02.261283 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 550 | 2025.04.22 03:03:02.261540 [ 274 ] {08fe1988-93a9-496a-9e5a-deecc5f57515} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 551 | 2025.04.22 03:03:02.261733 [ 274 ] {08fe1988-93a9-496a-9e5a-deecc5f57515} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 552 | 2025.04.22 03:03:02.263850 [ 274 ] {08fe1988-93a9-496a-9e5a-deecc5f57515} <Debug> oximeter.measurements_histogramu16 (bb648aca-d6e8-4db8-a57f-184cd68a4036): Loading data parts | ||
| 553 | 2025.04.22 03:03:02.264034 [ 274 ] {08fe1988-93a9-496a-9e5a-deecc5f57515} <Debug> oximeter.measurements_histogramu16 (bb648aca-d6e8-4db8-a57f-184cd68a4036): There are no data parts | ||
| 554 | 2025.04.22 03:03:02.266008 [ 274 ] {08fe1988-93a9-496a-9e5a-deecc5f57515} <Debug> TCPHandler: Processed in 0.004775138 sec. | ||
| 555 | 2025.04.22 03:03:02.266153 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 556 | 2025.04.22 03:03:02.266500 [ 274 ] {5c030f04-bb33-4803-8d89-9ced65754f28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 557 | 2025.04.22 03:03:02.266643 [ 274 ] {5c030f04-bb33-4803-8d89-9ced65754f28} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 558 | 2025.04.22 03:03:02.269174 [ 274 ] {5c030f04-bb33-4803-8d89-9ced65754f28} <Debug> oximeter.measurements_histogrami32 (c3becd7d-1735-4970-8d55-4d99f092bd6b): Loading data parts | ||
| 559 | 2025.04.22 03:03:02.269312 [ 274 ] {5c030f04-bb33-4803-8d89-9ced65754f28} <Debug> oximeter.measurements_histogrami32 (c3becd7d-1735-4970-8d55-4d99f092bd6b): There are no data parts | ||
| 560 | 2025.04.22 03:03:02.271921 [ 274 ] {5c030f04-bb33-4803-8d89-9ced65754f28} <Debug> TCPHandler: Processed in 0.005818526 sec. | ||
| 561 | 2025.04.22 03:03:02.272135 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 562 | 2025.04.22 03:03:02.272400 [ 274 ] {19e975b1-4971-4adb-8e62-1181fbe2e794} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 563 | 2025.04.22 03:03:02.272519 [ 274 ] {19e975b1-4971-4adb-8e62-1181fbe2e794} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 564 | 2025.04.22 03:03:02.276869 [ 274 ] {19e975b1-4971-4adb-8e62-1181fbe2e794} <Debug> oximeter.measurements_histogramu32 (51ae7359-adae-4dd0-ac43-f33dbad02cc3): Loading data parts | ||
| 565 | 2025.04.22 03:03:02.277070 [ 274 ] {19e975b1-4971-4adb-8e62-1181fbe2e794} <Debug> oximeter.measurements_histogramu32 (51ae7359-adae-4dd0-ac43-f33dbad02cc3): There are no data parts | ||
| 566 | 2025.04.22 03:03:02.280767 [ 274 ] {19e975b1-4971-4adb-8e62-1181fbe2e794} <Debug> TCPHandler: Processed in 0.008682343 sec. | ||
| 567 | 2025.04.22 03:03:02.280912 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 568 | 2025.04.22 03:03:02.281211 [ 274 ] {4b8304e7-7c5f-4ff3-9826-652104cdd143} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 569 | 2025.04.22 03:03:02.281346 [ 274 ] {4b8304e7-7c5f-4ff3-9826-652104cdd143} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 570 | 2025.04.22 03:03:02.283699 [ 274 ] {4b8304e7-7c5f-4ff3-9826-652104cdd143} <Debug> oximeter.measurements_histogrami64 (3eadd810-e624-4c66-81e8-40f1379c68d6): Loading data parts | ||
| 571 | 2025.04.22 03:03:02.283852 [ 274 ] {4b8304e7-7c5f-4ff3-9826-652104cdd143} <Debug> oximeter.measurements_histogrami64 (3eadd810-e624-4c66-81e8-40f1379c68d6): There are no data parts | ||
| 572 | 2025.04.22 03:03:02.287281 [ 274 ] {4b8304e7-7c5f-4ff3-9826-652104cdd143} <Debug> TCPHandler: Processed in 0.006420752 sec. | ||
| 573 | 2025.04.22 03:03:02.287506 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 574 | 2025.04.22 03:03:02.287763 [ 274 ] {df6c9da6-3d17-4860-9698-3001b20a664f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 575 | 2025.04.22 03:03:02.287891 [ 274 ] {df6c9da6-3d17-4860-9698-3001b20a664f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 576 | 2025.04.22 03:03:02.291656 [ 274 ] {df6c9da6-3d17-4860-9698-3001b20a664f} <Debug> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Loading data parts | ||
| 577 | 2025.04.22 03:03:02.291875 [ 274 ] {df6c9da6-3d17-4860-9698-3001b20a664f} <Debug> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): There are no data parts | ||
| 578 | 2025.04.22 03:03:02.293631 [ 274 ] {df6c9da6-3d17-4860-9698-3001b20a664f} <Debug> TCPHandler: Processed in 0.006176105 sec. | ||
| 579 | 2025.04.22 03:03:02.293788 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 580 | 2025.04.22 03:03:02.294102 [ 274 ] {c8dc52fb-9c2a-4e72-8776-9fe5f610f053} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 581 | 2025.04.22 03:03:02.294263 [ 274 ] {c8dc52fb-9c2a-4e72-8776-9fe5f610f053} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 582 | 2025.04.22 03:03:02.299315 [ 274 ] {c8dc52fb-9c2a-4e72-8776-9fe5f610f053} <Debug> oximeter.measurements_histogramf32 (91319349-0146-407c-8513-08045688e153): Loading data parts | ||
| 583 | 2025.04.22 03:03:02.299450 [ 274 ] {c8dc52fb-9c2a-4e72-8776-9fe5f610f053} <Debug> oximeter.measurements_histogramf32 (91319349-0146-407c-8513-08045688e153): There are no data parts | ||
| 584 | 2025.04.22 03:03:02.301396 [ 274 ] {c8dc52fb-9c2a-4e72-8776-9fe5f610f053} <Debug> TCPHandler: Processed in 0.007662605 sec. | ||
| 585 | 2025.04.22 03:03:02.301642 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 586 | 2025.04.22 03:03:02.301908 [ 274 ] {e6ff5013-49b5-4b96-8da0-fd932363654f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 587 | 2025.04.22 03:03:02.302053 [ 274 ] {e6ff5013-49b5-4b96-8da0-fd932363654f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 588 | 2025.04.22 03:03:02.305753 [ 274 ] {e6ff5013-49b5-4b96-8da0-fd932363654f} <Debug> oximeter.measurements_histogramf64 (5eccabab-5b81-49ae-a801-224ce13605bb): Loading data parts | ||
| 589 | 2025.04.22 03:03:02.305969 [ 274 ] {e6ff5013-49b5-4b96-8da0-fd932363654f} <Debug> oximeter.measurements_histogramf64 (5eccabab-5b81-49ae-a801-224ce13605bb): There are no data parts | ||
| 590 | 2025.04.22 03:03:02.309296 [ 274 ] {e6ff5013-49b5-4b96-8da0-fd932363654f} <Debug> TCPHandler: Processed in 0.007705366 sec. | ||
| 591 | 2025.04.22 03:03:02.309452 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 592 | 2025.04.22 03:03:02.309698 [ 274 ] {af8a7c1d-b8e9-408d-babd-42a22fe6d746} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) /* The field tables store named dimensions of each timeseries. | ||
| 593 | * | ||
| 594 | * As with the measurement tables, there is one field table for each field data | ||
| 595 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 596 | * this behavior **must not** be relied upon for query correctness. | ||
| 597 | * | ||
| 598 | * The index for the fields differs from the measurements, however. Rows are | ||
| 599 | * sorted by timeseries name, then field name, field value, and finally | ||
| 600 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 601 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 602 | * usually then used to look up measurements. | ||
| 603 | * | ||
| 604 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 605 | * timeseries name and then key, since it would improve lookups where one | ||
| 606 | * already has the key. Realistically though, these tables are quite small and | ||
| 607 | * so performance benefits will be low in absolute terms. | ||
| 608 | * | ||
| 609 | * TTL: We use a materialized column to expire old field table records. This | ||
| 610 | * column is generated automatically by the database whenever a new row is | ||
| 611 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 612 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 613 | * record will remain during a deduplication, which will have the last | ||
| 614 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 615 | * measurement tables. | ||
| 616 | */ | ||
| 617 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 618 | 2025.04.22 03:03:02.309836 [ 274 ] {af8a7c1d-b8e9-408d-babd-42a22fe6d746} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 619 | 2025.04.22 03:03:02.313470 [ 274 ] {af8a7c1d-b8e9-408d-babd-42a22fe6d746} <Debug> oximeter.fields_bool (b259aa11-40aa-4a95-a0ec-d0930bc8ebe0): Loading data parts | ||
| 620 | 2025.04.22 03:03:02.313617 [ 274 ] {af8a7c1d-b8e9-408d-babd-42a22fe6d746} <Debug> oximeter.fields_bool (b259aa11-40aa-4a95-a0ec-d0930bc8ebe0): There are no data parts | ||
| 621 | 2025.04.22 03:03:02.316137 [ 274 ] {af8a7c1d-b8e9-408d-babd-42a22fe6d746} <Debug> TCPHandler: Processed in 0.006738291 sec. | ||
| 622 | 2025.04.22 03:03:02.316290 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 623 | 2025.04.22 03:03:02.316584 [ 274 ] {8f2eb54a-22a8-4287-825b-6890ddfba3d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 624 | 2025.04.22 03:03:02.316713 [ 274 ] {8f2eb54a-22a8-4287-825b-6890ddfba3d0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 625 | 2025.04.22 03:03:02.320122 [ 274 ] {8f2eb54a-22a8-4287-825b-6890ddfba3d0} <Debug> oximeter.fields_i8 (98a4b1a0-af24-4e17-a190-25119543fba6): Loading data parts | ||
| 626 | 2025.04.22 03:03:02.320280 [ 274 ] {8f2eb54a-22a8-4287-825b-6890ddfba3d0} <Debug> oximeter.fields_i8 (98a4b1a0-af24-4e17-a190-25119543fba6): There are no data parts | ||
| 627 | 2025.04.22 03:03:02.322084 [ 274 ] {8f2eb54a-22a8-4287-825b-6890ddfba3d0} <Debug> TCPHandler: Processed in 0.005847397 sec. | ||
| 628 | 2025.04.22 03:03:02.322268 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 629 | 2025.04.22 03:03:02.322466 [ 274 ] {7f68c845-bf40-4612-aaa9-353632303807} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 630 | 2025.04.22 03:03:02.322620 [ 274 ] {7f68c845-bf40-4612-aaa9-353632303807} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 631 | 2025.04.22 03:03:02.325459 [ 274 ] {7f68c845-bf40-4612-aaa9-353632303807} <Debug> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Loading data parts | ||
| 632 | 2025.04.22 03:03:02.325706 [ 274 ] {7f68c845-bf40-4612-aaa9-353632303807} <Debug> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): There are no data parts | ||
| 633 | 2025.04.22 03:03:02.327357 [ 274 ] {7f68c845-bf40-4612-aaa9-353632303807} <Debug> TCPHandler: Processed in 0.005146408 sec. | ||
| 634 | 2025.04.22 03:03:02.327537 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 635 | 2025.04.22 03:03:02.327926 [ 274 ] {3a3e8bfe-f471-4060-b712-b99f2c6a1c5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 636 | 2025.04.22 03:03:02.328095 [ 274 ] {3a3e8bfe-f471-4060-b712-b99f2c6a1c5c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 637 | 2025.04.22 03:03:02.333294 [ 274 ] {3a3e8bfe-f471-4060-b712-b99f2c6a1c5c} <Debug> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Loading data parts | ||
| 638 | 2025.04.22 03:03:02.333441 [ 274 ] {3a3e8bfe-f471-4060-b712-b99f2c6a1c5c} <Debug> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): There are no data parts | ||
| 639 | 2025.04.22 03:03:02.335706 [ 274 ] {3a3e8bfe-f471-4060-b712-b99f2c6a1c5c} <Debug> TCPHandler: Processed in 0.00823516 sec. | ||
| 640 | 2025.04.22 03:03:02.335860 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 641 | 2025.04.22 03:03:02.336047 [ 274 ] {b70e97df-2c11-4e71-9187-8cf0a20ee9e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 642 | 2025.04.22 03:03:02.336181 [ 274 ] {b70e97df-2c11-4e71-9187-8cf0a20ee9e0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 643 | 2025.04.22 03:03:02.340618 [ 274 ] {b70e97df-2c11-4e71-9187-8cf0a20ee9e0} <Debug> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Loading data parts | ||
| 644 | 2025.04.22 03:03:02.340767 [ 274 ] {b70e97df-2c11-4e71-9187-8cf0a20ee9e0} <Debug> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): There are no data parts | ||
| 645 | 2025.04.22 03:03:02.344901 [ 274 ] {b70e97df-2c11-4e71-9187-8cf0a20ee9e0} <Debug> TCPHandler: Processed in 0.009091753 sec. | ||
| 646 | 2025.04.22 03:03:02.345111 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 647 | 2025.04.22 03:03:02.345350 [ 274 ] {c90ddd2a-e38d-465d-941f-c4b3e1f059c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 648 | 2025.04.22 03:03:02.345487 [ 274 ] {c90ddd2a-e38d-465d-941f-c4b3e1f059c0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 649 | 2025.04.22 03:03:02.348711 [ 274 ] {c90ddd2a-e38d-465d-941f-c4b3e1f059c0} <Debug> oximeter.fields_i32 (71bb68bc-db8b-46f3-a8f8-c3b61780316e): Loading data parts | ||
| 650 | 2025.04.22 03:03:02.348866 [ 274 ] {c90ddd2a-e38d-465d-941f-c4b3e1f059c0} <Debug> oximeter.fields_i32 (71bb68bc-db8b-46f3-a8f8-c3b61780316e): There are no data parts | ||
| 651 | 2025.04.22 03:03:02.351708 [ 274 ] {c90ddd2a-e38d-465d-941f-c4b3e1f059c0} <Debug> TCPHandler: Processed in 0.006647878 sec. | ||
| 652 | 2025.04.22 03:03:02.351872 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 653 | 2025.04.22 03:03:02.352070 [ 274 ] {1991299f-8379-4195-85ab-5e4a8d1ad217} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 654 | 2025.04.22 03:03:02.352206 [ 274 ] {1991299f-8379-4195-85ab-5e4a8d1ad217} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 655 | 2025.04.22 03:03:02.356305 [ 274 ] {1991299f-8379-4195-85ab-5e4a8d1ad217} <Debug> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Loading data parts | ||
| 656 | 2025.04.22 03:03:02.356464 [ 274 ] {1991299f-8379-4195-85ab-5e4a8d1ad217} <Debug> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): There are no data parts | ||
| 657 | 2025.04.22 03:03:02.359237 [ 274 ] {1991299f-8379-4195-85ab-5e4a8d1ad217} <Debug> TCPHandler: Processed in 0.007419668 sec. | ||
| 658 | 2025.04.22 03:03:02.359524 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 659 | 2025.04.22 03:03:02.359755 [ 274 ] {9b7656b5-35d7-4920-b024-2ef3f3d1f98c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 660 | 2025.04.22 03:03:02.359940 [ 274 ] {9b7656b5-35d7-4920-b024-2ef3f3d1f98c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 661 | 2025.04.22 03:03:02.362509 [ 274 ] {9b7656b5-35d7-4920-b024-2ef3f3d1f98c} <Debug> oximeter.fields_i64 (2d2e4b7e-1e12-47da-8254-0ffa66a2c8ee): Loading data parts | ||
| 662 | 2025.04.22 03:03:02.362764 [ 274 ] {9b7656b5-35d7-4920-b024-2ef3f3d1f98c} <Debug> oximeter.fields_i64 (2d2e4b7e-1e12-47da-8254-0ffa66a2c8ee): There are no data parts | ||
| 663 | 2025.04.22 03:03:02.364568 [ 274 ] {9b7656b5-35d7-4920-b024-2ef3f3d1f98c} <Debug> TCPHandler: Processed in 0.005098466 sec. | ||
| 664 | 2025.04.22 03:03:02.364718 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 665 | 2025.04.22 03:03:02.364971 [ 274 ] {0b56d439-be5a-45eb-a7be-c3e3cc5d2b3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 666 | 2025.04.22 03:03:02.365086 [ 274 ] {0b56d439-be5a-45eb-a7be-c3e3cc5d2b3b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 667 | 2025.04.22 03:03:02.368738 [ 274 ] {0b56d439-be5a-45eb-a7be-c3e3cc5d2b3b} <Debug> oximeter.fields_u64 (dd59dd10-67ec-4673-9e2a-c8ca5cf168b5): Loading data parts | ||
| 668 | 2025.04.22 03:03:02.368906 [ 274 ] {0b56d439-be5a-45eb-a7be-c3e3cc5d2b3b} <Debug> oximeter.fields_u64 (dd59dd10-67ec-4673-9e2a-c8ca5cf168b5): There are no data parts | ||
| 669 | 2025.04.22 03:03:02.371717 [ 274 ] {0b56d439-be5a-45eb-a7be-c3e3cc5d2b3b} <Debug> TCPHandler: Processed in 0.007049408 sec. | ||
| 670 | 2025.04.22 03:03:02.371958 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 671 | 2025.04.22 03:03:02.372148 [ 274 ] {e98dd2d6-dc0d-49b6-8446-6ca3fbe095c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 672 | 2025.04.22 03:03:02.372284 [ 274 ] {e98dd2d6-dc0d-49b6-8446-6ca3fbe095c0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 673 | 2025.04.22 03:03:02.374920 [ 274 ] {e98dd2d6-dc0d-49b6-8446-6ca3fbe095c0} <Debug> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Loading data parts | ||
| 674 | 2025.04.22 03:03:02.375263 [ 274 ] {e98dd2d6-dc0d-49b6-8446-6ca3fbe095c0} <Debug> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): There are no data parts | ||
| 675 | 2025.04.22 03:03:02.377460 [ 274 ] {e98dd2d6-dc0d-49b6-8446-6ca3fbe095c0} <Debug> TCPHandler: Processed in 0.005553929 sec. | ||
| 676 | 2025.04.22 03:03:02.377619 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 677 | 2025.04.22 03:03:02.377933 [ 274 ] {862f6d5c-2aaa-42ff-95ec-bd8930f0d22d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 678 | 2025.04.22 03:03:02.378068 [ 274 ] {862f6d5c-2aaa-42ff-95ec-bd8930f0d22d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 679 | 2025.04.22 03:03:02.380117 [ 274 ] {862f6d5c-2aaa-42ff-95ec-bd8930f0d22d} <Debug> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Loading data parts | ||
| 680 | 2025.04.22 03:03:02.380300 [ 274 ] {862f6d5c-2aaa-42ff-95ec-bd8930f0d22d} <Debug> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): There are no data parts | ||
| 681 | 2025.04.22 03:03:02.382205 [ 274 ] {862f6d5c-2aaa-42ff-95ec-bd8930f0d22d} <Debug> TCPHandler: Processed in 0.004641954 sec. | ||
| 682 | 2025.04.22 03:03:02.382406 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 683 | 2025.04.22 03:03:02.382603 [ 274 ] {e6ab2c5d-77cd-459d-8ba8-92aed92f6ea2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 684 | 2025.04.22 03:03:02.382755 [ 274 ] {e6ab2c5d-77cd-459d-8ba8-92aed92f6ea2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 685 | 2025.04.22 03:03:02.384863 [ 274 ] {e6ab2c5d-77cd-459d-8ba8-92aed92f6ea2} <Debug> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Loading data parts | ||
| 686 | 2025.04.22 03:03:02.385151 [ 274 ] {e6ab2c5d-77cd-459d-8ba8-92aed92f6ea2} <Debug> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): There are no data parts | ||
| 687 | 2025.04.22 03:03:02.386474 [ 274 ] {e6ab2c5d-77cd-459d-8ba8-92aed92f6ea2} <Debug> TCPHandler: Processed in 0.00411831 sec. | ||
| 688 | 2025.04.22 03:03:02.386653 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 689 | 2025.04.22 03:03:02.387009 [ 274 ] {0d92c803-51f5-4fb0-800d-9a576e74b64d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) /* The timeseries schema table stores the extracted schema for the samples | ||
| 690 | * oximeter collects. | ||
| 691 | */ | ||
| 692 | CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) | ||
| 693 | 2025.04.22 03:03:02.387181 [ 274 ] {0d92c803-51f5-4fb0-800d-9a576e74b64d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 694 | 2025.04.22 03:03:02.389998 [ 274 ] {0d92c803-51f5-4fb0-800d-9a576e74b64d} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010): Loading data parts | ||
| 695 | 2025.04.22 03:03:02.390271 [ 274 ] {0d92c803-51f5-4fb0-800d-9a576e74b64d} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010): There are no data parts | ||
| 696 | 2025.04.22 03:03:02.391704 [ 274 ] {0d92c803-51f5-4fb0-800d-9a576e74b64d} <Debug> TCPHandler: Processed in 0.005108077 sec. | ||
| 697 | 2025.04.22 03:03:02.391996 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 698 | 2025.04.22 03:03:02.392441 [ 276 ] {4e167c80-7537-4c36-8d9d-0a7ab48ddccf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 699 | 2025.04.22 03:03:02.395207 [ 276 ] {4e167c80-7537-4c36-8d9d-0a7ab48ddccf} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 700 | 2025.04.22 03:03:02.408087 [ 284 ] {4e167c80-7537-4c36-8d9d-0a7ab48ddccf} <Trace> oximeter.version (2f5c8b47-6fc8-4530-826d-14105aeddca3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 701 | 2025.04.22 03:03:02.408266 [ 284 ] {4e167c80-7537-4c36-8d9d-0a7ab48ddccf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 702 | 2025.04.22 03:03:02.416002 [ 284 ] {4e167c80-7537-4c36-8d9d-0a7ab48ddccf} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 703 | 2025.04.22 03:03:02.416637 [ 284 ] {4e167c80-7537-4c36-8d9d-0a7ab48ddccf} <Trace> oximeter.version (2f5c8b47-6fc8-4530-826d-14105aeddca3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 704 | 2025.04.22 03:03:02.417053 [ 276 ] {4e167c80-7537-4c36-8d9d-0a7ab48ddccf} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.024768 sec., 40.37467700258398 rows/sec., 645.99 B/sec. | ||
| 705 | 2025.04.22 03:03:02.417357 [ 276 ] {4e167c80-7537-4c36-8d9d-0a7ab48ddccf} <Debug> TCPHandler: Processed in 0.025489592 sec. | ||
| 706 | 2025.04.22 03:03:03.000375 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 127.77 MiB, peak 127.77 MiB, free memory in arenas 0.00 B, will set to 140.86 MiB (RSS), difference: 13.09 MiB | ||
| 707 | 2025.04.22 03:03:05.707941 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 708 | 2025.04.22 03:03:05.707964 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 | ||
| 709 | 2025.04.22 03:03:05.708039 [ 244 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 710 | 2025.04.22 03:03:05.708066 [ 243 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 711 | 2025.04.22 03:03:05.714299 [ 243 ] {} <Debug> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Loading data parts | ||
| 712 | 2025.04.22 03:03:05.714757 [ 243 ] {} <Debug> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): There are no data parts | ||
| 713 | 2025.04.22 03:03:05.724466 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 714 | 2025.04.22 03:03:05.724622 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 715 | 2025.04.22 03:03:05.729360 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 716 | 2025.04.22 03:03:05.730279 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 717 | 2025.04.22 03:03:05.731016 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 | ||
| 718 | 2025.04.22 03:03:05.733852 [ 244 ] {} <Debug> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Loading data parts | ||
| 719 | 2025.04.22 03:03:05.734083 [ 244 ] {} <Debug> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): There are no data parts | ||
| 720 | 2025.04.22 03:03:05.759164 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 721 | 2025.04.22 03:03:05.759267 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 722 | 2025.04.22 03:03:05.766580 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 723 | 2025.04.22 03:03:05.767394 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 724 | 2025.04.22 03:03:05.770056 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 725 | 2025.04.22 03:03:06.000164 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.88 MiB, peak 149.88 MiB, free memory in arenas 0.00 B, will set to 150.42 MiB (RSS), difference: 4.54 MiB | ||
| 726 | 2025.04.22 03:03:08.207859 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 | ||
| 727 | 2025.04.22 03:03:08.207995 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 728 | 2025.04.22 03:03:08.212648 [ 242 ] {} <Debug> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Loading data parts | ||
| 729 | 2025.04.22 03:03:08.212811 [ 242 ] {} <Debug> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): There are no data parts | ||
| 730 | 2025.04.22 03:03:08.219343 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 731 | 2025.04.22 03:03:08.219407 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 732 | 2025.04.22 03:03:08.221004 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 733 | 2025.04.22 03:03:08.221302 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 734 | 2025.04.22 03:03:08.221750 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 88 | ||
| 735 | 2025.04.22 03:03:09.000162 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.61 MiB, peak 154.61 MiB, free memory in arenas 0.00 B, will set to 150.86 MiB (RSS), difference: -3.75 MiB | ||
| 736 | 2025.04.22 03:03:13.174228 [ 136 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 737 | 2025.04.22 03:03:13.174289 [ 136 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 738 | 2025.04.22 03:03:13.231117 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 | ||
| 739 | 2025.04.22 03:03:13.232161 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 740 | 2025.04.22 03:03:13.232213 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 741 | 2025.04.22 03:03:13.232807 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 742 | 2025.04.22 03:03:13.233127 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 743 | 2025.04.22 03:03:13.233394 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
| 744 | 2025.04.22 03:03:13.270111 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 745 | 2025.04.22 03:03:13.290436 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 746 | 2025.04.22 03:03:13.290528 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 747 | 2025.04.22 03:03:13.297609 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 748 | 2025.04.22 03:03:13.298547 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 749 | 2025.04.22 03:03:13.302387 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 750 | 2025.04.22 03:03:19.000166 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 148.44 MiB, peak 155.54 MiB, free memory in arenas 0.00 B, will set to 152.46 MiB (RSS), difference: 4.02 MiB | ||
| 751 | 2025.04.22 03:03:20.733492 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 | ||
| 752 | 2025.04.22 03:03:20.734131 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 753 | 2025.04.22 03:03:20.734178 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 754 | 2025.04.22 03:03:20.734819 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 755 | 2025.04.22 03:03:20.735091 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 756 | 2025.04.22 03:03:20.735353 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 | ||
| 757 | 2025.04.22 03:03:20.802452 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 758 | 2025.04.22 03:03:20.821363 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 759 | 2025.04.22 03:03:20.821447 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 760 | 2025.04.22 03:03:20.827934 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 761 | 2025.04.22 03:03:20.828753 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 762 | 2025.04.22 03:03:20.831729 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 763 | 2025.04.22 03:03:22.430442 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 764 | 2025.04.22 03:03:22.430636 [ 274 ] {c1cd7b55-ceb0-4a43-8ed9-893d11e2c5d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 765 | 2025.04.22 03:03:22.440625 [ 274 ] {c1cd7b55-ceb0-4a43-8ed9-893d11e2c5d7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 766 | 2025.04.22 03:03:22.454098 [ 274 ] {c1cd7b55-ceb0-4a43-8ed9-893d11e2c5d7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 767 | 2025.04.22 03:03:22.469147 [ 274 ] {c1cd7b55-ceb0-4a43-8ed9-893d11e2c5d7} <Debug> TCPHandler: Processed in 0.038832509 sec. | ||
| 768 | 2025.04.22 03:03:22.482010 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 769 | 2025.04.22 03:03:22.482186 [ 274 ] {7a7f8fa8-0f13-4970-bc71-8f307bc84bdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete) | ||
| 770 | 2025.04.22 03:03:22.494102 [ 274 ] {7a7f8fa8-0f13-4970-bc71-8f307bc84bdb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 771 | 2025.04.22 03:03:22.494171 [ 274 ] {7a7f8fa8-0f13-4970-bc71-8f307bc84bdb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 772 | 2025.04.22 03:03:22.494749 [ 274 ] {7a7f8fa8-0f13-4970-bc71-8f307bc84bdb} <Debug> TCPHandler: Processed in 0.012814563 sec. | ||
| 773 | 2025.04.22 03:03:22.495178 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 774 | 2025.04.22 03:03:22.495330 [ 274 ] {5d066a8d-30ce-4d98-b764-05709245dcf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete) | ||
| 775 | 2025.04.22 03:03:22.497624 [ 274 ] {5d066a8d-30ce-4d98-b764-05709245dcf6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 776 | 2025.04.22 03:03:22.497680 [ 274 ] {5d066a8d-30ce-4d98-b764-05709245dcf6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 777 | 2025.04.22 03:03:22.498187 [ 274 ] {5d066a8d-30ce-4d98-b764-05709245dcf6} <Debug> TCPHandler: Processed in 0.003063142 sec. | ||
| 778 | 2025.04.22 03:03:22.498443 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 779 | 2025.04.22 03:03:22.498613 [ 274 ] {83167eb6-bc9b-42c6-9e99-b126c005506f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 780 | 2025.04.22 03:03:22.498960 [ 274 ] {83167eb6-bc9b-42c6-9e99-b126c005506f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 781 | 2025.04.22 03:03:22.499013 [ 274 ] {83167eb6-bc9b-42c6-9e99-b126c005506f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 782 | 2025.04.22 03:03:22.499418 [ 274 ] {83167eb6-bc9b-42c6-9e99-b126c005506f} <Debug> TCPHandler: Processed in 0.001035668 sec. | ||
| 783 | 2025.04.22 03:03:22.499645 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 784 | 2025.04.22 03:03:22.499783 [ 274 ] {7f7fc21b-e029-4c81-b9db-019d69ab255a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 785 | 2025.04.22 03:03:22.500097 [ 274 ] {7f7fc21b-e029-4c81-b9db-019d69ab255a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 786 | 2025.04.22 03:03:22.500150 [ 274 ] {7f7fc21b-e029-4c81-b9db-019d69ab255a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 787 | 2025.04.22 03:03:22.500549 [ 274 ] {7f7fc21b-e029-4c81-b9db-019d69ab255a} <Debug> TCPHandler: Processed in 0.000953025 sec. | ||
| 788 | 2025.04.22 03:03:22.500809 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 789 | 2025.04.22 03:03:22.500949 [ 274 ] {764f2347-2c92-47c3-9887-7695a8704d24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 790 | 2025.04.22 03:03:22.501263 [ 274 ] {764f2347-2c92-47c3-9887-7695a8704d24} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 791 | 2025.04.22 03:03:22.501315 [ 274 ] {764f2347-2c92-47c3-9887-7695a8704d24} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 792 | 2025.04.22 03:03:22.501710 [ 274 ] {764f2347-2c92-47c3-9887-7695a8704d24} <Debug> TCPHandler: Processed in 0.000950865 sec. | ||
| 793 | 2025.04.22 03:03:22.501935 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 794 | 2025.04.22 03:03:22.502071 [ 274 ] {d24a8926-9d2c-4074-8ad0-a1d7dcbb1acd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 795 | 2025.04.22 03:03:22.502380 [ 274 ] {d24a8926-9d2c-4074-8ad0-a1d7dcbb1acd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 796 | 2025.04.22 03:03:22.502430 [ 274 ] {d24a8926-9d2c-4074-8ad0-a1d7dcbb1acd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 797 | 2025.04.22 03:03:22.502820 [ 274 ] {d24a8926-9d2c-4074-8ad0-a1d7dcbb1acd} <Debug> TCPHandler: Processed in 0.000936185 sec. | ||
| 798 | 2025.04.22 03:03:22.503097 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 799 | 2025.04.22 03:03:22.503233 [ 274 ] {6a8c6506-9f09-456e-8475-6b3ce78fc60e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 800 | 2025.04.22 03:03:22.503548 [ 274 ] {6a8c6506-9f09-456e-8475-6b3ce78fc60e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 801 | 2025.04.22 03:03:22.503603 [ 274 ] {6a8c6506-9f09-456e-8475-6b3ce78fc60e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 802 | 2025.04.22 03:03:22.503992 [ 274 ] {6a8c6506-9f09-456e-8475-6b3ce78fc60e} <Debug> TCPHandler: Processed in 0.000945525 sec. | ||
| 803 | 2025.04.22 03:03:22.504192 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 804 | 2025.04.22 03:03:22.504329 [ 274 ] {a258069d-c430-41b8-a93c-ea70b0b304ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 805 | 2025.04.22 03:03:22.504649 [ 274 ] {a258069d-c430-41b8-a93c-ea70b0b304ae} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 806 | 2025.04.22 03:03:22.504699 [ 274 ] {a258069d-c430-41b8-a93c-ea70b0b304ae} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 807 | 2025.04.22 03:03:22.505091 [ 274 ] {a258069d-c430-41b8-a93c-ea70b0b304ae} <Debug> TCPHandler: Processed in 0.000948195 sec. | ||
| 808 | 2025.04.22 03:03:22.505291 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 809 | 2025.04.22 03:03:22.505429 [ 274 ] {3f26bd90-a830-4798-ab23-3a54e34c3cec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 810 | 2025.04.22 03:03:22.505751 [ 274 ] {3f26bd90-a830-4798-ab23-3a54e34c3cec} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 811 | 2025.04.22 03:03:22.505804 [ 274 ] {3f26bd90-a830-4798-ab23-3a54e34c3cec} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 812 | 2025.04.22 03:03:22.506196 [ 274 ] {3f26bd90-a830-4798-ab23-3a54e34c3cec} <Debug> TCPHandler: Processed in 0.000954356 sec. | ||
| 813 | 2025.04.22 03:03:22.506411 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 814 | 2025.04.22 03:03:22.506550 [ 274 ] {8707f990-a1e7-45d1-b824-4691449470e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete) | ||
| 815 | 2025.04.22 03:03:22.506872 [ 274 ] {8707f990-a1e7-45d1-b824-4691449470e8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 816 | 2025.04.22 03:03:22.506923 [ 274 ] {8707f990-a1e7-45d1-b824-4691449470e8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 817 | 2025.04.22 03:03:22.507313 [ 274 ] {8707f990-a1e7-45d1-b824-4691449470e8} <Debug> TCPHandler: Processed in 0.000951855 sec. | ||
| 818 | 2025.04.22 03:03:22.507511 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 819 | 2025.04.22 03:03:22.507649 [ 274 ] {a3352c5d-e82b-4cff-9204-47d52792da40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete) | ||
| 820 | 2025.04.22 03:03:22.507973 [ 274 ] {a3352c5d-e82b-4cff-9204-47d52792da40} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 821 | 2025.04.22 03:03:22.508025 [ 274 ] {a3352c5d-e82b-4cff-9204-47d52792da40} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 822 | 2025.04.22 03:03:22.508416 [ 274 ] {a3352c5d-e82b-4cff-9204-47d52792da40} <Debug> TCPHandler: Processed in 0.000954695 sec. | ||
| 823 | 2025.04.22 03:03:22.508700 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 824 | 2025.04.22 03:03:22.508839 [ 274 ] {77084a4a-8b74-4225-92e1-3e6185e28be3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete) | ||
| 825 | 2025.04.22 03:03:22.509165 [ 274 ] {77084a4a-8b74-4225-92e1-3e6185e28be3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 826 | 2025.04.22 03:03:22.509215 [ 274 ] {77084a4a-8b74-4225-92e1-3e6185e28be3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 827 | 2025.04.22 03:03:22.509604 [ 274 ] {77084a4a-8b74-4225-92e1-3e6185e28be3} <Debug> TCPHandler: Processed in 0.000956225 sec. | ||
| 828 | 2025.04.22 03:03:22.509816 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 829 | 2025.04.22 03:03:22.509958 [ 274 ] {a06d7a07-ed27-4aa9-8217-5eb9e2560fdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete) | ||
| 830 | 2025.04.22 03:03:22.510288 [ 274 ] {a06d7a07-ed27-4aa9-8217-5eb9e2560fdf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 831 | 2025.04.22 03:03:22.510339 [ 274 ] {a06d7a07-ed27-4aa9-8217-5eb9e2560fdf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 832 | 2025.04.22 03:03:22.510738 [ 274 ] {a06d7a07-ed27-4aa9-8217-5eb9e2560fdf} <Debug> TCPHandler: Processed in 0.000972095 sec. | ||
| 833 | 2025.04.22 03:03:22.514296 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 834 | 2025.04.22 03:03:22.514435 [ 274 ] {36c8baac-4f6a-4245-908f-319837d9dea9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 835 | 2025.04.22 03:03:22.514491 [ 274 ] {36c8baac-4f6a-4245-908f-319837d9dea9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 836 | 2025.04.22 03:03:22.515273 [ 274 ] {36c8baac-4f6a-4245-908f-319837d9dea9} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 837 | 2025.04.22 03:03:22.515317 [ 274 ] {36c8baac-4f6a-4245-908f-319837d9dea9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 838 | 2025.04.22 03:03:22.517858 [ 274 ] {36c8baac-4f6a-4245-908f-319837d9dea9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 839 | 2025.04.22 03:03:22.518090 [ 274 ] {36c8baac-4f6a-4245-908f-319837d9dea9} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 840 | 2025.04.22 03:03:22.518303 [ 274 ] {36c8baac-4f6a-4245-908f-319837d9dea9} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.003906 sec., 3584.229390681003 rows/sec., 514.28 KiB/sec. | ||
| 841 | 2025.04.22 03:03:22.518376 [ 274 ] {36c8baac-4f6a-4245-908f-319837d9dea9} <Debug> TCPHandler: Processed in 0.004140631 sec. | ||
| 842 | 2025.04.22 03:03:22.518505 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 843 | 2025.04.22 03:03:22.518614 [ 274 ] {16494a69-d1f0-4dfb-85f7-054db77d26b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 844 | 2025.04.22 03:03:22.518658 [ 274 ] {16494a69-d1f0-4dfb-85f7-054db77d26b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 845 | 2025.04.22 03:03:22.526463 [ 274 ] {16494a69-d1f0-4dfb-85f7-054db77d26b4} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 846 | 2025.04.22 03:03:22.526502 [ 274 ] {16494a69-d1f0-4dfb-85f7-054db77d26b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 847 | 2025.04.22 03:03:22.528777 [ 274 ] {16494a69-d1f0-4dfb-85f7-054db77d26b4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 848 | 2025.04.22 03:03:22.529031 [ 274 ] {16494a69-d1f0-4dfb-85f7-054db77d26b4} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 849 | 2025.04.22 03:03:22.529232 [ 274 ] {16494a69-d1f0-4dfb-85f7-054db77d26b4} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.010643 sec., 2442.920229258668 rows/sec., 188.56 KiB/sec. | ||
| 850 | 2025.04.22 03:03:22.529311 [ 274 ] {16494a69-d1f0-4dfb-85f7-054db77d26b4} <Debug> TCPHandler: Processed in 0.01085654 sec. | ||
| 851 | 2025.04.22 03:03:22.529434 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 852 | 2025.04.22 03:03:22.529544 [ 274 ] {e44d3f34-55ee-4722-af48-8856ea5aea78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 853 | 2025.04.22 03:03:22.529590 [ 274 ] {e44d3f34-55ee-4722-af48-8856ea5aea78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 854 | 2025.04.22 03:03:22.530087 [ 274 ] {e44d3f34-55ee-4722-af48-8856ea5aea78} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 855 | 2025.04.22 03:03:22.530127 [ 274 ] {e44d3f34-55ee-4722-af48-8856ea5aea78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 856 | 2025.04.22 03:03:22.530479 [ 274 ] {e44d3f34-55ee-4722-af48-8856ea5aea78} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 857 | 2025.04.22 03:03:22.530722 [ 274 ] {e44d3f34-55ee-4722-af48-8856ea5aea78} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 858 | 2025.04.22 03:03:22.530906 [ 274 ] {e44d3f34-55ee-4722-af48-8856ea5aea78} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001388 sec., 20172.910662824208 rows/sec., 1.57 MiB/sec. | ||
| 859 | 2025.04.22 03:03:22.530955 [ 274 ] {e44d3f34-55ee-4722-af48-8856ea5aea78} <Debug> TCPHandler: Processed in 0.001575942 sec. | ||
| 860 | 2025.04.22 03:03:22.531069 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 861 | 2025.04.22 03:03:22.531176 [ 274 ] {929efe36-cf96-4ce8-a02d-b61afe309e85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 862 | 2025.04.22 03:03:22.531225 [ 274 ] {929efe36-cf96-4ce8-a02d-b61afe309e85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 863 | 2025.04.22 03:03:22.536458 [ 274 ] {929efe36-cf96-4ce8-a02d-b61afe309e85} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 864 | 2025.04.22 03:03:22.536504 [ 274 ] {929efe36-cf96-4ce8-a02d-b61afe309e85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 865 | 2025.04.22 03:03:22.539129 [ 274 ] {929efe36-cf96-4ce8-a02d-b61afe309e85} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 866 | 2025.04.22 03:03:22.539372 [ 274 ] {929efe36-cf96-4ce8-a02d-b61afe309e85} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 867 | 2025.04.22 03:03:22.539573 [ 274 ] {929efe36-cf96-4ce8-a02d-b61afe309e85} <Debug> executeQuery: Read 80 rows, 5.68 KiB in 0.008421 sec., 9500.059375371096 rows/sec., 674.47 KiB/sec. | ||
| 868 | 2025.04.22 03:03:22.539628 [ 274 ] {929efe36-cf96-4ce8-a02d-b61afe309e85} <Debug> TCPHandler: Processed in 0.00860891 sec. | ||
| 869 | 2025.04.22 03:03:22.539751 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 870 | 2025.04.22 03:03:22.539859 [ 274 ] {d4c3301a-2439-4f3b-8a86-8be2af7f2353} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 871 | 2025.04.22 03:03:22.539905 [ 274 ] {d4c3301a-2439-4f3b-8a86-8be2af7f2353} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 872 | 2025.04.22 03:03:22.540315 [ 274 ] {d4c3301a-2439-4f3b-8a86-8be2af7f2353} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 873 | 2025.04.22 03:03:22.540356 [ 274 ] {d4c3301a-2439-4f3b-8a86-8be2af7f2353} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 874 | 2025.04.22 03:03:22.540713 [ 274 ] {d4c3301a-2439-4f3b-8a86-8be2af7f2353} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 875 | 2025.04.22 03:03:22.540956 [ 274 ] {d4c3301a-2439-4f3b-8a86-8be2af7f2353} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 876 | 2025.04.22 03:03:22.541170 [ 274 ] {d4c3301a-2439-4f3b-8a86-8be2af7f2353} <Debug> executeQuery: Read 24 rows, 1.68 KiB in 0.00133 sec., 18045.112781954886 rows/sec., 1.24 MiB/sec. | ||
| 877 | 2025.04.22 03:03:22.541227 [ 274 ] {d4c3301a-2439-4f3b-8a86-8be2af7f2353} <Debug> TCPHandler: Processed in 0.001526891 sec. | ||
| 878 | 2025.04.22 03:03:27.432765 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 879 | 2025.04.22 03:03:27.432975 [ 274 ] {732cf6e4-a4e2-4cc3-801e-004292bed892} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 880 | 2025.04.22 03:03:27.433051 [ 274 ] {732cf6e4-a4e2-4cc3-801e-004292bed892} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 881 | 2025.04.22 03:03:27.433825 [ 274 ] {732cf6e4-a4e2-4cc3-801e-004292bed892} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 882 | 2025.04.22 03:03:27.433879 [ 274 ] {732cf6e4-a4e2-4cc3-801e-004292bed892} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 883 | 2025.04.22 03:03:27.434372 [ 274 ] {732cf6e4-a4e2-4cc3-801e-004292bed892} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 884 | 2025.04.22 03:03:27.434683 [ 274 ] {732cf6e4-a4e2-4cc3-801e-004292bed892} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 885 | 2025.04.22 03:03:27.434901 [ 274 ] {732cf6e4-a4e2-4cc3-801e-004292bed892} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001976 sec., 13157.894736842107 rows/sec., 1015.61 KiB/sec. | ||
| 886 | 2025.04.22 03:03:27.435035 [ 274 ] {732cf6e4-a4e2-4cc3-801e-004292bed892} <Debug> TCPHandler: Processed in 0.002398994 sec. | ||
| 887 | 2025.04.22 03:03:27.435185 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 888 | 2025.04.22 03:03:27.435295 [ 274 ] {d287f459-b920-4963-85b5-c58ad8f2bf55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 889 | 2025.04.22 03:03:27.435343 [ 274 ] {d287f459-b920-4963-85b5-c58ad8f2bf55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 890 | 2025.04.22 03:03:27.435918 [ 274 ] {d287f459-b920-4963-85b5-c58ad8f2bf55} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 891 | 2025.04.22 03:03:27.435958 [ 274 ] {d287f459-b920-4963-85b5-c58ad8f2bf55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 892 | 2025.04.22 03:03:27.436398 [ 274 ] {d287f459-b920-4963-85b5-c58ad8f2bf55} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 893 | 2025.04.22 03:03:27.436696 [ 274 ] {d287f459-b920-4963-85b5-c58ad8f2bf55} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 894 | 2025.04.22 03:03:27.436906 [ 274 ] {d287f459-b920-4963-85b5-c58ad8f2bf55} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001635 sec., 17125.382262996944 rows/sec., 1.34 MiB/sec. | ||
| 895 | 2025.04.22 03:03:27.436958 [ 274 ] {d287f459-b920-4963-85b5-c58ad8f2bf55} <Debug> TCPHandler: Processed in 0.001826059 sec. | ||
| 896 | 2025.04.22 03:03:27.437083 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 897 | 2025.04.22 03:03:27.437189 [ 274 ] {f39247bb-b931-4e19-8f0a-2baaf889fe59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 898 | 2025.04.22 03:03:27.437245 [ 274 ] {f39247bb-b931-4e19-8f0a-2baaf889fe59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 899 | 2025.04.22 03:03:27.437733 [ 274 ] {f39247bb-b931-4e19-8f0a-2baaf889fe59} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 900 | 2025.04.22 03:03:27.437772 [ 274 ] {f39247bb-b931-4e19-8f0a-2baaf889fe59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 901 | 2025.04.22 03:03:27.438192 [ 274 ] {f39247bb-b931-4e19-8f0a-2baaf889fe59} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 902 | 2025.04.22 03:03:27.438436 [ 274 ] {f39247bb-b931-4e19-8f0a-2baaf889fe59} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 903 | 2025.04.22 03:03:27.438639 [ 274 ] {f39247bb-b931-4e19-8f0a-2baaf889fe59} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001472 sec., 67934.78260869565 rows/sec., 4.71 MiB/sec. | ||
| 904 | 2025.04.22 03:03:27.438689 [ 274 ] {f39247bb-b931-4e19-8f0a-2baaf889fe59} <Debug> TCPHandler: Processed in 0.001657094 sec. | ||
| 905 | 2025.04.22 03:03:27.438819 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 906 | 2025.04.22 03:03:27.438934 [ 274 ] {7fbbe1b1-3956-4c88-9719-108efb293ae1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 907 | 2025.04.22 03:03:27.438982 [ 274 ] {7fbbe1b1-3956-4c88-9719-108efb293ae1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 908 | 2025.04.22 03:03:27.439412 [ 274 ] {7fbbe1b1-3956-4c88-9719-108efb293ae1} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 909 | 2025.04.22 03:03:27.439451 [ 274 ] {7fbbe1b1-3956-4c88-9719-108efb293ae1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 910 | 2025.04.22 03:03:27.439835 [ 274 ] {7fbbe1b1-3956-4c88-9719-108efb293ae1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 911 | 2025.04.22 03:03:27.440119 [ 274 ] {7fbbe1b1-3956-4c88-9719-108efb293ae1} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 912 | 2025.04.22 03:03:27.440318 [ 274 ] {7fbbe1b1-3956-4c88-9719-108efb293ae1} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001411 sec., 21261.516654854713 rows/sec., 1.46 MiB/sec. | ||
| 913 | 2025.04.22 03:03:27.440367 [ 274 ] {7fbbe1b1-3956-4c88-9719-108efb293ae1} <Debug> TCPHandler: Processed in 0.001599943 sec. | ||
| 914 | 2025.04.22 03:03:28.174532 [ 100 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 915 | 2025.04.22 03:03:28.174585 [ 100 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 916 | 2025.04.22 03:03:28.222122 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 134 | ||
| 917 | 2025.04.22 03:03:28.226016 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 918 | 2025.04.22 03:03:28.226063 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 919 | 2025.04.22 03:03:28.227508 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 920 | 2025.04.22 03:03:28.227834 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 921 | 2025.04.22 03:03:28.228585 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 134 | ||
| 922 | 2025.04.22 03:03:28.235459 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 | ||
| 923 | 2025.04.22 03:03:28.236147 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 924 | 2025.04.22 03:03:28.236198 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 925 | 2025.04.22 03:03:28.236762 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 926 | 2025.04.22 03:03:28.237046 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 927 | 2025.04.22 03:03:28.237360 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
| 928 | 2025.04.22 03:03:28.331808 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 929 | 2025.04.22 03:03:28.350901 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 930 | 2025.04.22 03:03:28.350964 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 931 | 2025.04.22 03:03:28.357903 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 932 | 2025.04.22 03:03:28.358672 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 933 | 2025.04.22 03:03:28.361369 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 934 | 2025.04.22 03:03:32.429327 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 935 | 2025.04.22 03:03:32.429746 [ 274 ] {d35253d2-718a-4f24-84d8-fe74275c5910} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete) | ||
| 936 | 2025.04.22 03:03:32.432493 [ 274 ] {d35253d2-718a-4f24-84d8-fe74275c5910} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 937 | 2025.04.22 03:03:32.436500 [ 274 ] {d35253d2-718a-4f24-84d8-fe74275c5910} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent')" moved to PREWHERE | ||
| 938 | 2025.04.22 03:03:32.437064 [ 274 ] {d35253d2-718a-4f24-84d8-fe74275c5910} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 939 | 2025.04.22 03:03:32.441064 [ 274 ] {d35253d2-718a-4f24-84d8-fe74275c5910} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 940 | 2025.04.22 03:03:32.443352 [ 274 ] {d35253d2-718a-4f24-84d8-fe74275c5910} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
| 941 | 2025.04.22 03:03:32.448315 [ 274 ] {d35253d2-718a-4f24-84d8-fe74275c5910} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 942 | 2025.04.22 03:03:32.450263 [ 274 ] {d35253d2-718a-4f24-84d8-fe74275c5910} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 943 | 2025.04.22 03:03:32.450313 [ 274 ] {d35253d2-718a-4f24-84d8-fe74275c5910} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 944 | 2025.04.22 03:03:32.452359 [ 274 ] {d35253d2-718a-4f24-84d8-fe74275c5910} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent'))" | ||
| 945 | 2025.04.22 03:03:32.452391 [ 274 ] {d35253d2-718a-4f24-84d8-fe74275c5910} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 946 | 2025.04.22 03:03:32.480161 [ 274 ] {d35253d2-718a-4f24-84d8-fe74275c5910} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.050587 sec., 276.750943918398 rows/sec., 11.29 KiB/sec. | ||
| 947 | 2025.04.22 03:03:32.480259 [ 274 ] {d35253d2-718a-4f24-84d8-fe74275c5910} <Debug> TCPHandler: Processed in 0.051114457 sec. | ||
| 948 | 2025.04.22 03:03:32.483141 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 949 | 2025.04.22 03:03:32.483306 [ 274 ] {9a36b157-1f10-4d61-86a8-7dd141aab3f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 950 | 2025.04.22 03:03:32.483574 [ 274 ] {9a36b157-1f10-4d61-86a8-7dd141aab3f1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 951 | 2025.04.22 03:03:32.483618 [ 274 ] {9a36b157-1f10-4d61-86a8-7dd141aab3f1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 952 | 2025.04.22 03:03:32.483880 [ 274 ] {9a36b157-1f10-4d61-86a8-7dd141aab3f1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 953 | 2025.04.22 03:03:32.483948 [ 274 ] {9a36b157-1f10-4d61-86a8-7dd141aab3f1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 954 | 2025.04.22 03:03:32.484094 [ 274 ] {9a36b157-1f10-4d61-86a8-7dd141aab3f1} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
| 955 | 2025.04.22 03:03:32.484128 [ 274 ] {9a36b157-1f10-4d61-86a8-7dd141aab3f1} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 956 | 2025.04.22 03:03:32.484153 [ 274 ] {9a36b157-1f10-4d61-86a8-7dd141aab3f1} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (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 | ||
| 957 | 2025.04.22 03:03:32.484171 [ 274 ] {9a36b157-1f10-4d61-86a8-7dd141aab3f1} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 958 | 2025.04.22 03:03:32.484214 [ 274 ] {9a36b157-1f10-4d61-86a8-7dd141aab3f1} <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'))" | ||
| 959 | 2025.04.22 03:03:32.484238 [ 274 ] {9a36b157-1f10-4d61-86a8-7dd141aab3f1} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 960 | 2025.04.22 03:03:32.484751 [ 274 ] {9a36b157-1f10-4d61-86a8-7dd141aab3f1} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001516 sec., 9234.828496042217 rows/sec., 376.84 KiB/sec. | ||
| 961 | 2025.04.22 03:03:32.484833 [ 274 ] {9a36b157-1f10-4d61-86a8-7dd141aab3f1} <Debug> TCPHandler: Processed in 0.001749767 sec. | ||
| 962 | 2025.04.22 03:03:32.485037 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 963 | 2025.04.22 03:03:32.485188 [ 274 ] {b16d9b88-d445-4de9-9023-810cd93ec17d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) 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') FORMAT Native; (stage: Complete) | ||
| 964 | 2025.04.22 03:03:32.485441 [ 274 ] {b16d9b88-d445-4de9-9023-810cd93ec17d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 965 | 2025.04.22 03:03:32.485481 [ 274 ] {b16d9b88-d445-4de9-9023-810cd93ec17d} <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')" moved to PREWHERE | ||
| 966 | 2025.04.22 03:03:32.485723 [ 274 ] {b16d9b88-d445-4de9-9023-810cd93ec17d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 967 | 2025.04.22 03:03:32.485788 [ 274 ] {b16d9b88-d445-4de9-9023-810cd93ec17d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 968 | 2025.04.22 03:03:32.485926 [ 274 ] {b16d9b88-d445-4de9-9023-810cd93ec17d} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
| 969 | 2025.04.22 03:03:32.485959 [ 274 ] {b16d9b88-d445-4de9-9023-810cd93ec17d} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 970 | 2025.04.22 03:03:32.485982 [ 274 ] {b16d9b88-d445-4de9-9023-810cd93ec17d} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (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 | ||
| 971 | 2025.04.22 03:03:32.486000 [ 274 ] {b16d9b88-d445-4de9-9023-810cd93ec17d} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 972 | 2025.04.22 03:03:32.486041 [ 274 ] {b16d9b88-d445-4de9-9023-810cd93ec17d} <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'))" | ||
| 973 | 2025.04.22 03:03:32.486064 [ 274 ] {b16d9b88-d445-4de9-9023-810cd93ec17d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 974 | 2025.04.22 03:03:32.486558 [ 274 ] {b16d9b88-d445-4de9-9023-810cd93ec17d} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001436 sec., 9749.303621169916 rows/sec., 397.83 KiB/sec. | ||
| 975 | 2025.04.22 03:03:32.486642 [ 274 ] {b16d9b88-d445-4de9-9023-810cd93ec17d} <Debug> TCPHandler: Processed in 0.001656894 sec. | ||
| 976 | 2025.04.22 03:03:32.486834 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 977 | 2025.04.22 03:03:32.486981 [ 274 ] {25ed1434-c88e-41b0-ab5d-c92271a7acba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) 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') FORMAT Native; (stage: Complete) | ||
| 978 | 2025.04.22 03:03:32.487231 [ 274 ] {25ed1434-c88e-41b0-ab5d-c92271a7acba} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 979 | 2025.04.22 03:03:32.487270 [ 274 ] {25ed1434-c88e-41b0-ab5d-c92271a7acba} <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')" moved to PREWHERE | ||
| 980 | 2025.04.22 03:03:32.487513 [ 274 ] {25ed1434-c88e-41b0-ab5d-c92271a7acba} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 981 | 2025.04.22 03:03:32.487577 [ 274 ] {25ed1434-c88e-41b0-ab5d-c92271a7acba} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 982 | 2025.04.22 03:03:32.487715 [ 274 ] {25ed1434-c88e-41b0-ab5d-c92271a7acba} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
| 983 | 2025.04.22 03:03:32.487749 [ 274 ] {25ed1434-c88e-41b0-ab5d-c92271a7acba} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 984 | 2025.04.22 03:03:32.487773 [ 274 ] {25ed1434-c88e-41b0-ab5d-c92271a7acba} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (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 | ||
| 985 | 2025.04.22 03:03:32.487791 [ 274 ] {25ed1434-c88e-41b0-ab5d-c92271a7acba} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 986 | 2025.04.22 03:03:32.487834 [ 274 ] {25ed1434-c88e-41b0-ab5d-c92271a7acba} <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'))" | ||
| 987 | 2025.04.22 03:03:32.487859 [ 274 ] {25ed1434-c88e-41b0-ab5d-c92271a7acba} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 988 | 2025.04.22 03:03:32.488328 [ 274 ] {25ed1434-c88e-41b0-ab5d-c92271a7acba} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001409 sec., 9936.124911284598 rows/sec., 405.46 KiB/sec. | ||
| 989 | 2025.04.22 03:03:32.488407 [ 274 ] {25ed1434-c88e-41b0-ab5d-c92271a7acba} <Debug> TCPHandler: Processed in 0.001623834 sec. | ||
| 990 | 2025.04.22 03:03:32.493031 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 991 | 2025.04.22 03:03:32.493153 [ 274 ] {77163a39-845c-4585-a8e4-3eab880cf38c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 992 | 2025.04.22 03:03:32.493201 [ 274 ] {77163a39-845c-4585-a8e4-3eab880cf38c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 993 | 2025.04.22 03:03:32.493872 [ 274 ] {77163a39-845c-4585-a8e4-3eab880cf38c} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 994 | 2025.04.22 03:03:32.493910 [ 274 ] {77163a39-845c-4585-a8e4-3eab880cf38c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 995 | 2025.04.22 03:03:32.494399 [ 274 ] {77163a39-845c-4585-a8e4-3eab880cf38c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 996 | 2025.04.22 03:03:32.494624 [ 274 ] {77163a39-845c-4585-a8e4-3eab880cf38c} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 997 | 2025.04.22 03:03:32.494809 [ 274 ] {77163a39-845c-4585-a8e4-3eab880cf38c} <Debug> executeQuery: Read 4 rows, 433.00 B in 0.001685 sec., 2373.887240356083 rows/sec., 250.95 KiB/sec. | ||
| 998 | 2025.04.22 03:03:32.494861 [ 274 ] {77163a39-845c-4585-a8e4-3eab880cf38c} <Debug> TCPHandler: Processed in 0.001883401 sec. | ||
| 999 | 2025.04.22 03:03:32.494976 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1000 | 2025.04.22 03:03:32.495079 [ 274 ] {bfd8a63c-7380-4d38-a8c4-342beffa4044} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1001 | 2025.04.22 03:03:32.495124 [ 274 ] {bfd8a63c-7380-4d38-a8c4-342beffa4044} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1002 | 2025.04.22 03:03:32.495670 [ 274 ] {bfd8a63c-7380-4d38-a8c4-342beffa4044} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1003 | 2025.04.22 03:03:32.495708 [ 274 ] {bfd8a63c-7380-4d38-a8c4-342beffa4044} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 1004 | 2025.04.22 03:03:32.496053 [ 274 ] {bfd8a63c-7380-4d38-a8c4-342beffa4044} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1005 | 2025.04.22 03:03:32.496288 [ 274 ] {bfd8a63c-7380-4d38-a8c4-342beffa4044} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1006 | 2025.04.22 03:03:32.496456 [ 274 ] {bfd8a63c-7380-4d38-a8c4-342beffa4044} <Debug> executeQuery: Read 98 rows, 8.84 KiB in 0.001397 sec., 70150.32211882605 rows/sec., 6.18 MiB/sec. | ||
| 1007 | 2025.04.22 03:03:32.496504 [ 274 ] {bfd8a63c-7380-4d38-a8c4-342beffa4044} <Debug> TCPHandler: Processed in 0.001577653 sec. | ||
| 1008 | 2025.04.22 03:03:32.496623 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1009 | 2025.04.22 03:03:32.496726 [ 274 ] {291ab900-b271-428c-a8bb-f48d2552d678} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1010 | 2025.04.22 03:03:32.496769 [ 274 ] {291ab900-b271-428c-a8bb-f48d2552d678} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1011 | 2025.04.22 03:03:32.497312 [ 274 ] {291ab900-b271-428c-a8bb-f48d2552d678} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1012 | 2025.04.22 03:03:32.497346 [ 274 ] {291ab900-b271-428c-a8bb-f48d2552d678} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 1013 | 2025.04.22 03:03:32.497778 [ 274 ] {291ab900-b271-428c-a8bb-f48d2552d678} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1014 | 2025.04.22 03:03:32.498023 [ 274 ] {291ab900-b271-428c-a8bb-f48d2552d678} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1015 | 2025.04.22 03:03:32.498199 [ 274 ] {291ab900-b271-428c-a8bb-f48d2552d678} <Debug> executeQuery: Read 36 rows, 2.71 KiB in 0.00149 sec., 24161.073825503354 rows/sec., 1.77 MiB/sec. | ||
| 1016 | 2025.04.22 03:03:32.498264 [ 274 ] {291ab900-b271-428c-a8bb-f48d2552d678} <Debug> TCPHandler: Processed in 0.001691566 sec. | ||
| 1017 | 2025.04.22 03:03:32.498377 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1018 | 2025.04.22 03:03:32.498480 [ 274 ] {54786824-7597-4287-b925-588f50f02009} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1019 | 2025.04.22 03:03:32.498524 [ 274 ] {54786824-7597-4287-b925-588f50f02009} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1020 | 2025.04.22 03:03:32.499051 [ 274 ] {54786824-7597-4287-b925-588f50f02009} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1021 | 2025.04.22 03:03:32.499088 [ 274 ] {54786824-7597-4287-b925-588f50f02009} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 1022 | 2025.04.22 03:03:32.499421 [ 274 ] {54786824-7597-4287-b925-588f50f02009} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1023 | 2025.04.22 03:03:32.499652 [ 274 ] {54786824-7597-4287-b925-588f50f02009} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1024 | 2025.04.22 03:03:32.499809 [ 274 ] {54786824-7597-4287-b925-588f50f02009} <Debug> executeQuery: Read 74 rows, 5.93 KiB in 0.001349 sec., 54855.44848035582 rows/sec., 4.29 MiB/sec. | ||
| 1025 | 2025.04.22 03:03:32.499858 [ 274 ] {54786824-7597-4287-b925-588f50f02009} <Debug> TCPHandler: Processed in 0.001530061 sec. | ||
| 1026 | 2025.04.22 03:03:32.499981 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1027 | 2025.04.22 03:03:32.500085 [ 274 ] {2d81a107-9f3d-40b1-9c35-4d5d20c2e940} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1028 | 2025.04.22 03:03:32.500132 [ 274 ] {2d81a107-9f3d-40b1-9c35-4d5d20c2e940} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1029 | 2025.04.22 03:03:32.500635 [ 274 ] {2d81a107-9f3d-40b1-9c35-4d5d20c2e940} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1030 | 2025.04.22 03:03:32.500671 [ 274 ] {2d81a107-9f3d-40b1-9c35-4d5d20c2e940} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 1031 | 2025.04.22 03:03:32.501026 [ 274 ] {2d81a107-9f3d-40b1-9c35-4d5d20c2e940} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1032 | 2025.04.22 03:03:32.501260 [ 274 ] {2d81a107-9f3d-40b1-9c35-4d5d20c2e940} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1033 | 2025.04.22 03:03:32.501480 [ 274 ] {2d81a107-9f3d-40b1-9c35-4d5d20c2e940} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001413 sec., 70771.40835102618 rows/sec., 4.91 MiB/sec. | ||
| 1034 | 2025.04.22 03:03:32.501654 [ 274 ] {2d81a107-9f3d-40b1-9c35-4d5d20c2e940} <Debug> TCPHandler: Processed in 0.001720986 sec. | ||
| 1035 | 2025.04.22 03:03:32.501781 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1036 | 2025.04.22 03:03:32.501885 [ 274 ] {ca00bbe4-6c21-4399-be48-a879c1f3228e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1037 | 2025.04.22 03:03:32.501952 [ 274 ] {ca00bbe4-6c21-4399-be48-a879c1f3228e} <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 | ||
| 1038 | 2025.04.22 03:03:32.503171 [ 274 ] {ca00bbe4-6c21-4399-be48-a879c1f3228e} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1039 | 2025.04.22 03:03:32.503209 [ 274 ] {ca00bbe4-6c21-4399-be48-a879c1f3228e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 1040 | 2025.04.22 03:03:32.505900 [ 274 ] {ca00bbe4-6c21-4399-be48-a879c1f3228e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1041 | 2025.04.22 03:03:32.506211 [ 274 ] {ca00bbe4-6c21-4399-be48-a879c1f3228e} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1042 | 2025.04.22 03:03:32.506426 [ 274 ] {ca00bbe4-6c21-4399-be48-a879c1f3228e} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.004559 sec., 7896.468523799079 rows/sec., 14.15 MiB/sec. | ||
| 1043 | 2025.04.22 03:03:32.506522 [ 274 ] {ca00bbe4-6c21-4399-be48-a879c1f3228e} <Debug> TCPHandler: Processed in 0.004790598 sec. | ||
| 1044 | 2025.04.22 03:03:32.506645 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1045 | 2025.04.22 03:03:32.506749 [ 274 ] {a9b12e10-534e-4102-b8bb-6aaeffc56f7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 1046 | 2025.04.22 03:03:32.506795 [ 274 ] {a9b12e10-534e-4102-b8bb-6aaeffc56f7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 1047 | 2025.04.22 03:03:32.507192 [ 274 ] {a9b12e10-534e-4102-b8bb-6aaeffc56f7b} <Trace> oximeter.measurements_i64 (311226c0-644b-4b7b-83a1-5452f2d554a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1048 | 2025.04.22 03:03:32.507229 [ 274 ] {a9b12e10-534e-4102-b8bb-6aaeffc56f7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 1049 | 2025.04.22 03:03:32.507678 [ 274 ] {a9b12e10-534e-4102-b8bb-6aaeffc56f7b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1050 | 2025.04.22 03:03:32.507910 [ 274 ] {a9b12e10-534e-4102-b8bb-6aaeffc56f7b} <Trace> oximeter.measurements_i64 (311226c0-644b-4b7b-83a1-5452f2d554a2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1051 | 2025.04.22 03:03:32.508145 [ 274 ] {a9b12e10-534e-4102-b8bb-6aaeffc56f7b} <Debug> executeQuery: Read 18 rows, 1.36 KiB in 0.0014 sec., 12857.142857142857 rows/sec., 968.89 KiB/sec. | ||
| 1052 | 2025.04.22 03:03:32.508210 [ 274 ] {a9b12e10-534e-4102-b8bb-6aaeffc56f7b} <Debug> TCPHandler: Processed in 0.001615794 sec. | ||
| 1053 | 2025.04.22 03:03:32.508332 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1054 | 2025.04.22 03:03:32.508436 [ 274 ] {ff032932-8c89-42a7-a5d6-c71a12c89c33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1055 | 2025.04.22 03:03:32.508481 [ 274 ] {ff032932-8c89-42a7-a5d6-c71a12c89c33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1056 | 2025.04.22 03:03:32.508886 [ 274 ] {ff032932-8c89-42a7-a5d6-c71a12c89c33} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1057 | 2025.04.22 03:03:32.508923 [ 274 ] {ff032932-8c89-42a7-a5d6-c71a12c89c33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 1058 | 2025.04.22 03:03:32.509265 [ 274 ] {ff032932-8c89-42a7-a5d6-c71a12c89c33} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1059 | 2025.04.22 03:03:32.509497 [ 274 ] {ff032932-8c89-42a7-a5d6-c71a12c89c33} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1060 | 2025.04.22 03:03:32.509686 [ 274 ] {ff032932-8c89-42a7-a5d6-c71a12c89c33} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.00127 sec., 23622.047244094487 rows/sec., 1.62 MiB/sec. | ||
| 1061 | 2025.04.22 03:03:32.509783 [ 274 ] {ff032932-8c89-42a7-a5d6-c71a12c89c33} <Debug> TCPHandler: Processed in 0.001500891 sec. | ||
| 1062 | 2025.04.22 03:03:35.737505 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318 | ||
| 1063 | 2025.04.22 03:03:35.738447 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1064 | 2025.04.22 03:03:35.738493 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 1065 | 2025.04.22 03:03:35.739093 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1066 | 2025.04.22 03:03:35.739362 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1067 | 2025.04.22 03:03:35.739613 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318 | ||
| 1068 | 2025.04.22 03:03:35.861454 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 1069 | 2025.04.22 03:03:35.881896 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1070 | 2025.04.22 03:03:35.881963 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 1071 | 2025.04.22 03:03:35.889027 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1072 | 2025.04.22 03:03:35.889833 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1073 | 2025.04.22 03:03:35.893265 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 1074 | 2025.04.22 03:03:37.434904 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1075 | 2025.04.22 03:03:37.435098 [ 274 ] {0894dddb-9587-49fa-b1c2-2be1e6ca6bb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1076 | 2025.04.22 03:03:37.435169 [ 274 ] {0894dddb-9587-49fa-b1c2-2be1e6ca6bb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1077 | 2025.04.22 03:03:37.435923 [ 274 ] {0894dddb-9587-49fa-b1c2-2be1e6ca6bb2} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1078 | 2025.04.22 03:03:37.435970 [ 274 ] {0894dddb-9587-49fa-b1c2-2be1e6ca6bb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 1079 | 2025.04.22 03:03:37.436392 [ 274 ] {0894dddb-9587-49fa-b1c2-2be1e6ca6bb2} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1080 | 2025.04.22 03:03:37.436642 [ 274 ] {0894dddb-9587-49fa-b1c2-2be1e6ca6bb2} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1081 | 2025.04.22 03:03:37.436895 [ 274 ] {0894dddb-9587-49fa-b1c2-2be1e6ca6bb2} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.001842 sec., 28230.18458197611 rows/sec., 2.16 MiB/sec. | ||
| 1082 | 2025.04.22 03:03:37.437063 [ 274 ] {0894dddb-9587-49fa-b1c2-2be1e6ca6bb2} <Debug> TCPHandler: Processed in 0.002279501 sec. | ||
| 1083 | 2025.04.22 03:03:37.437202 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1084 | 2025.04.22 03:03:37.437304 [ 274 ] {44bed795-310d-4b88-9934-f6990113f64d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1085 | 2025.04.22 03:03:37.437350 [ 274 ] {44bed795-310d-4b88-9934-f6990113f64d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1086 | 2025.04.22 03:03:37.437913 [ 274 ] {44bed795-310d-4b88-9934-f6990113f64d} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1087 | 2025.04.22 03:03:37.437953 [ 274 ] {44bed795-310d-4b88-9934-f6990113f64d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 1088 | 2025.04.22 03:03:37.438305 [ 274 ] {44bed795-310d-4b88-9934-f6990113f64d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1089 | 2025.04.22 03:03:37.438537 [ 274 ] {44bed795-310d-4b88-9934-f6990113f64d} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1090 | 2025.04.22 03:03:37.438738 [ 274 ] {44bed795-310d-4b88-9934-f6990113f64d} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001455 sec., 38487.97250859107 rows/sec., 3.00 MiB/sec. | ||
| 1091 | 2025.04.22 03:03:37.438789 [ 274 ] {44bed795-310d-4b88-9934-f6990113f64d} <Debug> TCPHandler: Processed in 0.001637024 sec. | ||
| 1092 | 2025.04.22 03:03:37.438909 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1093 | 2025.04.22 03:03:37.439012 [ 274 ] {5485bcdd-ee73-4fcd-92b7-05f6e56d6822} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1094 | 2025.04.22 03:03:37.439061 [ 274 ] {5485bcdd-ee73-4fcd-92b7-05f6e56d6822} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1095 | 2025.04.22 03:03:37.439591 [ 274 ] {5485bcdd-ee73-4fcd-92b7-05f6e56d6822} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1096 | 2025.04.22 03:03:37.439631 [ 274 ] {5485bcdd-ee73-4fcd-92b7-05f6e56d6822} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 1097 | 2025.04.22 03:03:37.439999 [ 274 ] {5485bcdd-ee73-4fcd-92b7-05f6e56d6822} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1098 | 2025.04.22 03:03:37.440225 [ 274 ] {5485bcdd-ee73-4fcd-92b7-05f6e56d6822} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1099 | 2025.04.22 03:03:37.440419 [ 274 ] {5485bcdd-ee73-4fcd-92b7-05f6e56d6822} <Debug> executeQuery: Read 140 rows, 9.94 KiB in 0.001426 sec., 98176.71809256662 rows/sec., 6.81 MiB/sec. | ||
| 1100 | 2025.04.22 03:03:37.440469 [ 274 ] {5485bcdd-ee73-4fcd-92b7-05f6e56d6822} <Debug> TCPHandler: Processed in 0.001609133 sec. | ||
| 1101 | 2025.04.22 03:03:37.440588 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1102 | 2025.04.22 03:03:37.440692 [ 274 ] {e5dc4b07-b5f9-44ad-84f4-d9d547fb3c51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1103 | 2025.04.22 03:03:37.440737 [ 274 ] {e5dc4b07-b5f9-44ad-84f4-d9d547fb3c51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1104 | 2025.04.22 03:03:37.441161 [ 274 ] {e5dc4b07-b5f9-44ad-84f4-d9d547fb3c51} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1105 | 2025.04.22 03:03:37.441198 [ 274 ] {e5dc4b07-b5f9-44ad-84f4-d9d547fb3c51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 1106 | 2025.04.22 03:03:37.441536 [ 274 ] {e5dc4b07-b5f9-44ad-84f4-d9d547fb3c51} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1107 | 2025.04.22 03:03:37.441771 [ 274 ] {e5dc4b07-b5f9-44ad-84f4-d9d547fb3c51} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1108 | 2025.04.22 03:03:37.441967 [ 274 ] {e5dc4b07-b5f9-44ad-84f4-d9d547fb3c51} <Debug> executeQuery: Read 46 rows, 3.23 KiB in 0.001295 sec., 35521.235521235525 rows/sec., 2.44 MiB/sec. | ||
| 1109 | 2025.04.22 03:03:37.442015 [ 274 ] {e5dc4b07-b5f9-44ad-84f4-d9d547fb3c51} <Debug> TCPHandler: Processed in 0.001477 sec. | ||
| 1110 | 2025.04.22 03:03:38.228828 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 166 | ||
| 1111 | 2025.04.22 03:03:38.231753 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1112 | 2025.04.22 03:03:38.231807 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 1113 | 2025.04.22 03:03:38.233263 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1114 | 2025.04.22 03:03:38.233586 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1115 | 2025.04.22 03:03:38.234434 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 166 | ||
| 1116 | 2025.04.22 03:03:42.438182 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1117 | 2025.04.22 03:03:42.438500 [ 274 ] {99b71b6e-f02c-43b2-abea-f157e54adb29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1118 | 2025.04.22 03:03:42.438607 [ 274 ] {99b71b6e-f02c-43b2-abea-f157e54adb29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1119 | 2025.04.22 03:03:42.439398 [ 274 ] {99b71b6e-f02c-43b2-abea-f157e54adb29} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1120 | 2025.04.22 03:03:42.439448 [ 274 ] {99b71b6e-f02c-43b2-abea-f157e54adb29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 1121 | 2025.04.22 03:03:42.439902 [ 274 ] {99b71b6e-f02c-43b2-abea-f157e54adb29} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1122 | 2025.04.22 03:03:42.440162 [ 274 ] {99b71b6e-f02c-43b2-abea-f157e54adb29} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1123 | 2025.04.22 03:03:42.440402 [ 274 ] {99b71b6e-f02c-43b2-abea-f157e54adb29} <Debug> executeQuery: Read 124 rows, 10.91 KiB in 0.001982 sec., 62563.06760847629 rows/sec., 5.37 MiB/sec. | ||
| 1124 | 2025.04.22 03:03:42.440466 [ 274 ] {99b71b6e-f02c-43b2-abea-f157e54adb29} <Debug> TCPHandler: Processed in 0.002463375 sec. | ||
| 1125 | 2025.04.22 03:03:42.440596 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1126 | 2025.04.22 03:03:42.440705 [ 274 ] {3d4b2b2f-2b19-4e58-9de7-77e938c4f172} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1127 | 2025.04.22 03:03:42.440752 [ 274 ] {3d4b2b2f-2b19-4e58-9de7-77e938c4f172} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1128 | 2025.04.22 03:03:42.441284 [ 274 ] {3d4b2b2f-2b19-4e58-9de7-77e938c4f172} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1129 | 2025.04.22 03:03:42.441324 [ 274 ] {3d4b2b2f-2b19-4e58-9de7-77e938c4f172} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 1130 | 2025.04.22 03:03:42.441672 [ 274 ] {3d4b2b2f-2b19-4e58-9de7-77e938c4f172} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1131 | 2025.04.22 03:03:42.441906 [ 274 ] {3d4b2b2f-2b19-4e58-9de7-77e938c4f172} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1132 | 2025.04.22 03:03:42.442109 [ 274 ] {3d4b2b2f-2b19-4e58-9de7-77e938c4f172} <Debug> executeQuery: Read 36 rows, 2.71 KiB in 0.001427 sec., 25227.750525578133 rows/sec., 1.85 MiB/sec. | ||
| 1133 | 2025.04.22 03:03:42.442158 [ 274 ] {3d4b2b2f-2b19-4e58-9de7-77e938c4f172} <Debug> TCPHandler: Processed in 0.001615253 sec. | ||
| 1134 | 2025.04.22 03:03:42.442271 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1135 | 2025.04.22 03:03:42.442376 [ 274 ] {0d94e61f-d56a-4d27-8c91-d53874d6fbe9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1136 | 2025.04.22 03:03:42.442421 [ 274 ] {0d94e61f-d56a-4d27-8c91-d53874d6fbe9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1137 | 2025.04.22 03:03:42.442954 [ 274 ] {0d94e61f-d56a-4d27-8c91-d53874d6fbe9} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1138 | 2025.04.22 03:03:42.442992 [ 274 ] {0d94e61f-d56a-4d27-8c91-d53874d6fbe9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 1139 | 2025.04.22 03:03:42.443343 [ 274 ] {0d94e61f-d56a-4d27-8c91-d53874d6fbe9} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1140 | 2025.04.22 03:03:42.443577 [ 274 ] {0d94e61f-d56a-4d27-8c91-d53874d6fbe9} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1141 | 2025.04.22 03:03:42.443786 [ 274 ] {0d94e61f-d56a-4d27-8c91-d53874d6fbe9} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001429 sec., 64380.68579426173 rows/sec., 5.03 MiB/sec. | ||
| 1142 | 2025.04.22 03:03:42.443836 [ 274 ] {0d94e61f-d56a-4d27-8c91-d53874d6fbe9} <Debug> TCPHandler: Processed in 0.001614574 sec. | ||
| 1143 | 2025.04.22 03:03:42.443951 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1144 | 2025.04.22 03:03:42.444056 [ 274 ] {3b0a594f-2915-42a5-a886-544f1a90bb91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1145 | 2025.04.22 03:03:42.444104 [ 274 ] {3b0a594f-2915-42a5-a886-544f1a90bb91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1146 | 2025.04.22 03:03:42.444624 [ 274 ] {3b0a594f-2915-42a5-a886-544f1a90bb91} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1147 | 2025.04.22 03:03:42.444663 [ 274 ] {3b0a594f-2915-42a5-a886-544f1a90bb91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 1148 | 2025.04.22 03:03:42.445033 [ 274 ] {3b0a594f-2915-42a5-a886-544f1a90bb91} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1149 | 2025.04.22 03:03:42.445274 [ 274 ] {3b0a594f-2915-42a5-a886-544f1a90bb91} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1150 | 2025.04.22 03:03:42.445442 [ 274 ] {3b0a594f-2915-42a5-a886-544f1a90bb91} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001406 sec., 106685.63300142248 rows/sec., 7.40 MiB/sec. | ||
| 1151 | 2025.04.22 03:03:42.445489 [ 274 ] {3b0a594f-2915-42a5-a886-544f1a90bb91} <Debug> TCPHandler: Processed in 0.001587933 sec. | ||
| 1152 | 2025.04.22 03:03:42.445603 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1153 | 2025.04.22 03:03:42.445712 [ 274 ] {6365d648-57d1-4f30-9fca-b5fae90c44e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1154 | 2025.04.22 03:03:42.445777 [ 274 ] {6365d648-57d1-4f30-9fca-b5fae90c44e9} <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 | ||
| 1155 | 2025.04.22 03:03:42.446847 [ 274 ] {6365d648-57d1-4f30-9fca-b5fae90c44e9} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1156 | 2025.04.22 03:03:42.446883 [ 274 ] {6365d648-57d1-4f30-9fca-b5fae90c44e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 1157 | 2025.04.22 03:03:42.447508 [ 274 ] {6365d648-57d1-4f30-9fca-b5fae90c44e9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1158 | 2025.04.22 03:03:42.447762 [ 274 ] {6365d648-57d1-4f30-9fca-b5fae90c44e9} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1159 | 2025.04.22 03:03:42.447945 [ 274 ] {6365d648-57d1-4f30-9fca-b5fae90c44e9} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002252 sec., 15985.790408525754 rows/sec., 28.65 MiB/sec. | ||
| 1160 | 2025.04.22 03:03:42.448040 [ 274 ] {6365d648-57d1-4f30-9fca-b5fae90c44e9} <Debug> TCPHandler: Processed in 0.002488047 sec. | ||
| 1161 | 2025.04.22 03:03:42.448159 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1162 | 2025.04.22 03:03:42.448264 [ 274 ] {b7f92280-f15f-4da1-b9b0-736c4f823789} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1163 | 2025.04.22 03:03:42.448309 [ 274 ] {b7f92280-f15f-4da1-b9b0-736c4f823789} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1164 | 2025.04.22 03:03:42.448714 [ 274 ] {b7f92280-f15f-4da1-b9b0-736c4f823789} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1165 | 2025.04.22 03:03:42.448750 [ 274 ] {b7f92280-f15f-4da1-b9b0-736c4f823789} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 1166 | 2025.04.22 03:03:42.449096 [ 274 ] {b7f92280-f15f-4da1-b9b0-736c4f823789} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1167 | 2025.04.22 03:03:42.449324 [ 274 ] {b7f92280-f15f-4da1-b9b0-736c4f823789} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1168 | 2025.04.22 03:03:42.449493 [ 274 ] {b7f92280-f15f-4da1-b9b0-736c4f823789} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001249 sec., 40032.0256204964 rows/sec., 2.74 MiB/sec. | ||
| 1169 | 2025.04.22 03:03:42.449540 [ 274 ] {b7f92280-f15f-4da1-b9b0-736c4f823789} <Debug> TCPHandler: Processed in 0.001431078 sec. | ||
| 1170 | 2025.04.22 03:03:43.174632 [ 77 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1171 | 2025.04.22 03:03:43.174682 [ 77 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1172 | 2025.04.22 03:03:43.239738 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806 | ||
| 1173 | 2025.04.22 03:03:43.240696 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1174 | 2025.04.22 03:03:43.240745 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 1175 | 2025.04.22 03:03:43.241329 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1176 | 2025.04.22 03:03:43.241592 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1177 | 2025.04.22 03:03:43.241798 [ 77 ] {} <Debug> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1178 | 2025.04.22 03:03:43.241843 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
| 1179 | 2025.04.22 03:03:43.241880 [ 77 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1180 | 2025.04.22 03:03:43.241912 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 1181 | 2025.04.22 03:03:43.246473 [ 192 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 1182 | 2025.04.22 03:03:43.246676 [ 192 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1183 | 2025.04.22 03:03:43.246779 [ 192 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 1184 | 2025.04.22 03:03:43.246911 [ 192 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 1185 | 2025.04.22 03:03:43.247095 [ 192 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 1186 | 2025.04.22 03:03:43.247432 [ 192 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 1187 | 2025.04.22 03:03:43.247667 [ 192 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 1188 | 2025.04.22 03:03:43.247795 [ 192 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 1189 | 2025.04.22 03:03:43.289128 [ 192 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.04711355 sec., 59558.23749218643 rows/sec., 872.44 KiB/sec. | ||
| 1190 | 2025.04.22 03:03:43.289937 [ 192 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1191 | 2025.04.22 03:03:43.290214 [ 192 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_6_1} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1192 | 2025.04.22 03:03:43.290290 [ 192 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_6_1} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1193 | 2025.04.22 03:03:43.290391 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
| 1194 | 2025.04.22 03:03:43.393338 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 1195 | 2025.04.22 03:03:43.412558 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1196 | 2025.04.22 03:03:43.412611 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 1197 | 2025.04.22 03:03:43.419250 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1198 | 2025.04.22 03:03:43.420027 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1199 | 2025.04.22 03:03:43.420330 [ 76 ] {} <Debug> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1200 | 2025.04.22 03:03:43.420406 [ 76 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1201 | 2025.04.22 03:03:43.420452 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 1202 | 2025.04.22 03:03:43.420921 [ 192 ] {221840db-82c7-49e0-9543-fc81844dee87::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 | ||
| 1203 | 2025.04.22 03:03:43.429122 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 1204 | 2025.04.22 03:03:43.430423 [ 192 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1205 | 2025.04.22 03:03:43.431276 [ 192 ] {221840db-82c7-49e0-9543-fc81844dee87::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 | ||
| 1206 | 2025.04.22 03:03:43.435747 [ 192 ] {221840db-82c7-49e0-9543-fc81844dee87::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 | ||
| 1207 | 2025.04.22 03:03:43.440221 [ 192 ] {221840db-82c7-49e0-9543-fc81844dee87::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 | ||
| 1208 | 2025.04.22 03:03:43.444864 [ 192 ] {221840db-82c7-49e0-9543-fc81844dee87::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 | ||
| 1209 | 2025.04.22 03:03:43.461837 [ 192 ] {221840db-82c7-49e0-9543-fc81844dee87::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 | ||
| 1210 | 2025.04.22 03:03:43.466165 [ 192 ] {221840db-82c7-49e0-9543-fc81844dee87::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 | ||
| 1211 | 2025.04.22 03:03:43.532765 [ 195 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.112216022 sec., 409.9236381770867 rows/sec., 2.12 MiB/sec. | ||
| 1212 | 2025.04.22 03:03:43.535092 [ 198 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1213 | 2025.04.22 03:03:43.538129 [ 198 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_6_1} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1214 | 2025.04.22 03:03:43.538242 [ 198 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_6_1} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1215 | 2025.04.22 03:03:43.540410 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
| 1216 | 2025.04.22 03:03:44.000218 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.08 MiB, peak 168.62 MiB, free memory in arenas 0.00 B, will set to 162.91 MiB (RSS), difference: 3.83 MiB | ||
| 1217 | 2025.04.22 03:03:47.435721 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1218 | 2025.04.22 03:03:47.435923 [ 274 ] {081916f5-4e2d-4c60-8033-75dc07ad6b3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1219 | 2025.04.22 03:03:47.435992 [ 274 ] {081916f5-4e2d-4c60-8033-75dc07ad6b3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1220 | 2025.04.22 03:03:47.436796 [ 274 ] {081916f5-4e2d-4c60-8033-75dc07ad6b3d} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1221 | 2025.04.22 03:03:47.436839 [ 274 ] {081916f5-4e2d-4c60-8033-75dc07ad6b3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 1222 | 2025.04.22 03:03:47.437263 [ 274 ] {081916f5-4e2d-4c60-8033-75dc07ad6b3d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1223 | 2025.04.22 03:03:47.437526 [ 274 ] {081916f5-4e2d-4c60-8033-75dc07ad6b3d} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1224 | 2025.04.22 03:03:47.437707 [ 70 ] {} <Debug> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1225 | 2025.04.22 03:03:47.437775 [ 274 ] {081916f5-4e2d-4c60-8033-75dc07ad6b3d} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.001895 sec., 27440.633245382585 rows/sec., 2.10 MiB/sec. | ||
| 1226 | 2025.04.22 03:03:47.437785 [ 70 ] {} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1227 | 2025.04.22 03:03:47.437858 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 1228 | 2025.04.22 03:03:47.437908 [ 274 ] {081916f5-4e2d-4c60-8033-75dc07ad6b3d} <Debug> TCPHandler: Processed in 0.002311952 sec. | ||
| 1229 | 2025.04.22 03:03:47.438204 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1230 | 2025.04.22 03:03:47.438334 [ 196 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::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 | ||
| 1231 | 2025.04.22 03:03:47.438417 [ 274 ] {68e20865-6bda-446c-87cb-603dd5954585} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1232 | 2025.04.22 03:03:47.438518 [ 274 ] {68e20865-6bda-446c-87cb-603dd5954585} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1233 | 2025.04.22 03:03:47.438773 [ 196 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1234 | 2025.04.22 03:03:47.438849 [ 196 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 26 rows starting from the beginning of the part | ||
| 1235 | 2025.04.22 03:03:47.439258 [ 196 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part | ||
| 1236 | 2025.04.22 03:03:47.439701 [ 196 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 98 rows starting from the beginning of the part | ||
| 1237 | 2025.04.22 03:03:47.439971 [ 196 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 52 rows starting from the beginning of the part | ||
| 1238 | 2025.04.22 03:03:47.440330 [ 196 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 124 rows starting from the beginning of the part | ||
| 1239 | 2025.04.22 03:03:47.440695 [ 196 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 52 rows starting from the beginning of the part | ||
| 1240 | 2025.04.22 03:03:47.441330 [ 274 ] {68e20865-6bda-446c-87cb-603dd5954585} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1241 | 2025.04.22 03:03:47.441382 [ 274 ] {68e20865-6bda-446c-87cb-603dd5954585} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 1242 | 2025.04.22 03:03:47.442318 [ 274 ] {68e20865-6bda-446c-87cb-603dd5954585} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1243 | 2025.04.22 03:03:47.442867 [ 274 ] {68e20865-6bda-446c-87cb-603dd5954585} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1244 | 2025.04.22 03:03:47.443156 [ 70 ] {} <Debug> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1245 | 2025.04.22 03:03:47.443251 [ 70 ] {} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1246 | 2025.04.22 03:03:47.443326 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 1247 | 2025.04.22 03:03:47.443810 [ 274 ] {68e20865-6bda-446c-87cb-603dd5954585} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.005356 sec., 10455.563853622107 rows/sec., 835.07 KiB/sec. | ||
| 1248 | 2025.04.22 03:03:47.443911 [ 196 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::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 | ||
| 1249 | 2025.04.22 03:03:47.444396 [ 274 ] {68e20865-6bda-446c-87cb-603dd5954585} <Debug> TCPHandler: Processed in 0.006315789 sec. | ||
| 1250 | 2025.04.22 03:03:47.444535 [ 196 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1251 | 2025.04.22 03:03:47.444652 [ 196 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 28 rows starting from the beginning of the part | ||
| 1252 | 2025.04.22 03:03:47.444828 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1253 | 2025.04.22 03:03:47.444965 [ 196 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 28 rows starting from the beginning of the part | ||
| 1254 | 2025.04.22 03:03:47.445398 [ 196 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 74 rows starting from the beginning of the part | ||
| 1255 | 2025.04.22 03:03:47.445681 [ 274 ] {378d9c86-bdf6-4f4e-bfe3-8c4176d3cdd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1256 | 2025.04.22 03:03:47.446011 [ 196 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::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 | ||
| 1257 | 2025.04.22 03:03:47.446037 [ 274 ] {378d9c86-bdf6-4f4e-bfe3-8c4176d3cdd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1258 | 2025.04.22 03:03:47.446437 [ 196 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 92 rows starting from the beginning of the part | ||
| 1259 | 2025.04.22 03:03:47.446590 [ 195 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 378 rows, containing 5 columns (5 merged, 0 gathered) in 0.00857821 sec., 44065.1371323388 rows/sec., 3.80 MiB/sec. | ||
| 1260 | 2025.04.22 03:03:47.446776 [ 196 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part | ||
| 1261 | 2025.04.22 03:03:47.447464 [ 195 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1262 | 2025.04.22 03:03:47.448538 [ 195 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_6_1} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1263 | 2025.04.22 03:03:47.448929 [ 195 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_6_1} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1264 | 2025.04.22 03:03:47.449262 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 1265 | 2025.04.22 03:03:47.449810 [ 274 ] {378d9c86-bdf6-4f4e-bfe3-8c4176d3cdd5} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1266 | 2025.04.22 03:03:47.449891 [ 274 ] {378d9c86-bdf6-4f4e-bfe3-8c4176d3cdd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 1267 | 2025.04.22 03:03:47.450854 [ 196 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 334 rows, containing 5 columns (5 merged, 0 gathered) in 0.007376118 sec., 45281.27125948907 rows/sec., 3.71 MiB/sec. | ||
| 1268 | 2025.04.22 03:03:47.450960 [ 274 ] {378d9c86-bdf6-4f4e-bfe3-8c4176d3cdd5} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1269 | 2025.04.22 03:03:47.451039 [ 196 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1270 | 2025.04.22 03:03:47.451448 [ 274 ] {378d9c86-bdf6-4f4e-bfe3-8c4176d3cdd5} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1271 | 2025.04.22 03:03:47.451614 [ 196 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_6_1} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1272 | 2025.04.22 03:03:47.451724 [ 70 ] {} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1273 | 2025.04.22 03:03:47.451840 [ 70 ] {} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1274 | 2025.04.22 03:03:47.451918 [ 196 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_6_1} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1275 | 2025.04.22 03:03:47.451927 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 1276 | 2025.04.22 03:03:47.452161 [ 274 ] {378d9c86-bdf6-4f4e-bfe3-8c4176d3cdd5} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.006874 sec., 21821.35583357579 rows/sec., 1.51 MiB/sec. | ||
| 1277 | 2025.04.22 03:03:47.452412 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 1278 | 2025.04.22 03:03:47.452556 [ 188 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::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 | ||
| 1279 | 2025.04.22 03:03:47.452618 [ 274 ] {378d9c86-bdf6-4f4e-bfe3-8c4176d3cdd5} <Debug> TCPHandler: Processed in 0.007933512 sec. | ||
| 1280 | 2025.04.22 03:03:47.452825 [ 188 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1281 | 2025.04.22 03:03:47.452847 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1282 | 2025.04.22 03:03:47.452891 [ 188 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 80 rows starting from the beginning of the part | ||
| 1283 | 2025.04.22 03:03:47.453099 [ 274 ] {89d2cb1b-943a-4267-a7be-a27390f8f451} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1284 | 2025.04.22 03:03:47.453260 [ 274 ] {89d2cb1b-943a-4267-a7be-a27390f8f451} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1285 | 2025.04.22 03:03:47.453263 [ 188 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 100 rows starting from the beginning of the part | ||
| 1286 | 2025.04.22 03:03:47.453683 [ 188 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 100 rows starting from the beginning of the part | ||
| 1287 | 2025.04.22 03:03:47.454072 [ 188 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 140 rows starting from the beginning of the part | ||
| 1288 | 2025.04.22 03:03:47.454441 [ 188 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 150 rows starting from the beginning of the part | ||
| 1289 | 2025.04.22 03:03:47.454679 [ 188 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 150 rows starting from the beginning of the part | ||
| 1290 | 2025.04.22 03:03:47.455462 [ 274 ] {89d2cb1b-943a-4267-a7be-a27390f8f451} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1291 | 2025.04.22 03:03:47.455512 [ 274 ] {89d2cb1b-943a-4267-a7be-a27390f8f451} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 1292 | 2025.04.22 03:03:47.456451 [ 274 ] {89d2cb1b-943a-4267-a7be-a27390f8f451} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1293 | 2025.04.22 03:03:47.456990 [ 274 ] {89d2cb1b-943a-4267-a7be-a27390f8f451} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1294 | 2025.04.22 03:03:47.457239 [ 70 ] {} <Debug> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1295 | 2025.04.22 03:03:47.457345 [ 70 ] {} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1296 | 2025.04.22 03:03:47.457426 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 1297 | 2025.04.22 03:03:47.457650 [ 274 ] {89d2cb1b-943a-4267-a7be-a27390f8f451} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.004591 sec., 10890.873448050535 rows/sec., 764.70 KiB/sec. | ||
| 1298 | 2025.04.22 03:03:47.458221 [ 274 ] {89d2cb1b-943a-4267-a7be-a27390f8f451} <Debug> TCPHandler: Processed in 0.005447766 sec. | ||
| 1299 | 2025.04.22 03:03:47.458274 [ 188 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::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 | ||
| 1300 | 2025.04.22 03:03:47.458668 [ 188 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1301 | 2025.04.22 03:03:47.458708 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 720 rows, containing 5 columns (5 merged, 0 gathered) in 0.006616327 sec., 108821.7072705143 rows/sec., 7.54 MiB/sec. | ||
| 1302 | 2025.04.22 03:03:47.458711 [ 188 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part | ||
| 1303 | 2025.04.22 03:03:47.458842 [ 188 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::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 | ||
| 1304 | 2025.04.22 03:03:47.459111 [ 188 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part | ||
| 1305 | 2025.04.22 03:03:47.459367 [ 188 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 46 rows starting from the beginning of the part | ||
| 1306 | 2025.04.22 03:03:47.459364 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1307 | 2025.04.22 03:03:47.459624 [ 188 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 50 rows starting from the beginning of the part | ||
| 1308 | 2025.04.22 03:03:47.459894 [ 188 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 50 rows starting from the beginning of the part | ||
| 1309 | 2025.04.22 03:03:47.460633 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1310 | 2025.04.22 03:03:47.460772 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1311 | 2025.04.22 03:03:47.460922 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 1312 | 2025.04.22 03:03:47.461446 [ 196 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 230 rows, containing 4 columns (4 merged, 0 gathered) in 0.003871053 sec., 59415.35804340576 rows/sec., 4.07 MiB/sec. | ||
| 1313 | 2025.04.22 03:03:47.461620 [ 188 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1314 | 2025.04.22 03:03:47.461969 [ 188 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_6_1} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1315 | 2025.04.22 03:03:47.462055 [ 188 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_6_1} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1316 | 2025.04.22 03:03:47.462137 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 1317 | 2025.04.22 03:03:48.234626 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 186 | ||
| 1318 | 2025.04.22 03:03:48.237399 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1319 | 2025.04.22 03:03:48.237462 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 1320 | 2025.04.22 03:03:48.238975 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1321 | 2025.04.22 03:03:48.239294 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1322 | 2025.04.22 03:03:48.239935 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 186 | ||
| 1323 | 2025.04.22 03:03:50.741959 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233 | ||
| 1324 | 2025.04.22 03:03:50.742593 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1325 | 2025.04.22 03:03:50.742644 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 1326 | 2025.04.22 03:03:50.743177 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1327 | 2025.04.22 03:03:50.743455 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1328 | 2025.04.22 03:03:50.743713 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233 | ||
| 1329 | 2025.04.22 03:03:50.929188 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 1330 | 2025.04.22 03:03:50.947757 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1331 | 2025.04.22 03:03:50.947823 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 1332 | 2025.04.22 03:03:50.954462 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1333 | 2025.04.22 03:03:50.955194 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1334 | 2025.04.22 03:03:50.958222 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 1335 | 2025.04.22 03:03:52.432441 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1336 | 2025.04.22 03:03:52.432679 [ 274 ] {eaa18600-e6d0-4131-8037-4a23397b92d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 1337 | 2025.04.22 03:03:52.433053 [ 274 ] {eaa18600-e6d0-4131-8037-4a23397b92d7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1338 | 2025.04.22 03:03:52.433095 [ 274 ] {eaa18600-e6d0-4131-8037-4a23397b92d7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1339 | 2025.04.22 03:03:52.433381 [ 274 ] {eaa18600-e6d0-4131-8037-4a23397b92d7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1340 | 2025.04.22 03:03:52.433457 [ 274 ] {eaa18600-e6d0-4131-8037-4a23397b92d7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1341 | 2025.04.22 03:03:52.433627 [ 274 ] {eaa18600-e6d0-4131-8037-4a23397b92d7} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1342 | 2025.04.22 03:03:52.433828 [ 287 ] {eaa18600-e6d0-4131-8037-4a23397b92d7} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1343 | 2025.04.22 03:03:52.433902 [ 288 ] {eaa18600-e6d0-4131-8037-4a23397b92d7} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1344 | 2025.04.22 03:03:52.434083 [ 274 ] {eaa18600-e6d0-4131-8037-4a23397b92d7} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1345 | 2025.04.22 03:03:52.434122 [ 274 ] {eaa18600-e6d0-4131-8037-4a23397b92d7} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1346 | 2025.04.22 03:03:52.438769 [ 274 ] {eaa18600-e6d0-4131-8037-4a23397b92d7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1347 | 2025.04.22 03:03:52.438801 [ 274 ] {eaa18600-e6d0-4131-8037-4a23397b92d7} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1348 | 2025.04.22 03:03:52.438862 [ 274 ] {eaa18600-e6d0-4131-8037-4a23397b92d7} <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'))" | ||
| 1349 | 2025.04.22 03:03:52.438911 [ 274 ] {eaa18600-e6d0-4131-8037-4a23397b92d7} <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'))" | ||
| 1350 | 2025.04.22 03:03:52.440458 [ 274 ] {eaa18600-e6d0-4131-8037-4a23397b92d7} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.00788 sec., 2284.263959390863 rows/sec., 95.92 KiB/sec. | ||
| 1351 | 2025.04.22 03:03:52.440610 [ 274 ] {eaa18600-e6d0-4131-8037-4a23397b92d7} <Debug> TCPHandler: Processed in 0.008290032 sec. | ||
| 1352 | 2025.04.22 03:03:52.440944 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1353 | 2025.04.22 03:03:52.441092 [ 274 ] {b33c9782-4474-45ec-90e3-9d45ae0627f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) 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', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 1354 | 2025.04.22 03:03:52.441348 [ 274 ] {b33c9782-4474-45ec-90e3-9d45ae0627f5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1355 | 2025.04.22 03:03:52.441388 [ 274 ] {b33c9782-4474-45ec-90e3-9d45ae0627f5} <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', 'static_routing_config:static_routes')" moved to PREWHERE | ||
| 1356 | 2025.04.22 03:03:52.441634 [ 274 ] {b33c9782-4474-45ec-90e3-9d45ae0627f5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1357 | 2025.04.22 03:03:52.441697 [ 274 ] {b33c9782-4474-45ec-90e3-9d45ae0627f5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1358 | 2025.04.22 03:03:52.441832 [ 274 ] {b33c9782-4474-45ec-90e3-9d45ae0627f5} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1359 | 2025.04.22 03:03:52.441933 [ 287 ] {b33c9782-4474-45ec-90e3-9d45ae0627f5} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1360 | 2025.04.22 03:03:52.441944 [ 289 ] {b33c9782-4474-45ec-90e3-9d45ae0627f5} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1361 | 2025.04.22 03:03:52.442060 [ 274 ] {b33c9782-4474-45ec-90e3-9d45ae0627f5} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1362 | 2025.04.22 03:03:52.442087 [ 274 ] {b33c9782-4474-45ec-90e3-9d45ae0627f5} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1363 | 2025.04.22 03:03:52.442258 [ 274 ] {b33c9782-4474-45ec-90e3-9d45ae0627f5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1364 | 2025.04.22 03:03:52.442278 [ 274 ] {b33c9782-4474-45ec-90e3-9d45ae0627f5} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1365 | 2025.04.22 03:03:52.442315 [ 274 ] {b33c9782-4474-45ec-90e3-9d45ae0627f5} <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', 'static_routing_config:static_routes'))" | ||
| 1366 | 2025.04.22 03:03:52.442354 [ 274 ] {b33c9782-4474-45ec-90e3-9d45ae0627f5} <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', 'static_routing_config:static_routes'))" | ||
| 1367 | 2025.04.22 03:03:52.443515 [ 274 ] {b33c9782-4474-45ec-90e3-9d45ae0627f5} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002486 sec., 7240.547063555913 rows/sec., 304.05 KiB/sec. | ||
| 1368 | 2025.04.22 03:03:52.443668 [ 274 ] {b33c9782-4474-45ec-90e3-9d45ae0627f5} <Debug> TCPHandler: Processed in 0.002784285 sec. | ||
| 1369 | 2025.04.22 03:03:52.443930 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1370 | 2025.04.22 03:03:52.444077 [ 274 ] {cdfe468d-9c42-4d58-a037-db11d293578c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 1371 | 2025.04.22 03:03:52.444336 [ 274 ] {cdfe468d-9c42-4d58-a037-db11d293578c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1372 | 2025.04.22 03:03:52.444376 [ 274 ] {cdfe468d-9c42-4d58-a037-db11d293578c} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes')" moved to PREWHERE | ||
| 1373 | 2025.04.22 03:03:52.444624 [ 274 ] {cdfe468d-9c42-4d58-a037-db11d293578c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1374 | 2025.04.22 03:03:52.444686 [ 274 ] {cdfe468d-9c42-4d58-a037-db11d293578c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1375 | 2025.04.22 03:03:52.444819 [ 274 ] {cdfe468d-9c42-4d58-a037-db11d293578c} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1376 | 2025.04.22 03:03:52.444922 [ 288 ] {cdfe468d-9c42-4d58-a037-db11d293578c} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1377 | 2025.04.22 03:03:52.444934 [ 289 ] {cdfe468d-9c42-4d58-a037-db11d293578c} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1378 | 2025.04.22 03:03:52.445086 [ 274 ] {cdfe468d-9c42-4d58-a037-db11d293578c} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1379 | 2025.04.22 03:03:52.445114 [ 274 ] {cdfe468d-9c42-4d58-a037-db11d293578c} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1380 | 2025.04.22 03:03:52.445193 [ 274 ] {cdfe468d-9c42-4d58-a037-db11d293578c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1381 | 2025.04.22 03:03:52.445213 [ 274 ] {cdfe468d-9c42-4d58-a037-db11d293578c} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1382 | 2025.04.22 03:03:52.445250 [ 274 ] {cdfe468d-9c42-4d58-a037-db11d293578c} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" | ||
| 1383 | 2025.04.22 03:03:52.445289 [ 274 ] {cdfe468d-9c42-4d58-a037-db11d293578c} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" | ||
| 1384 | 2025.04.22 03:03:52.446280 [ 274 ] {cdfe468d-9c42-4d58-a037-db11d293578c} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002267 sec., 7940.008822232025 rows/sec., 333.42 KiB/sec. | ||
| 1385 | 2025.04.22 03:03:52.446401 [ 274 ] {cdfe468d-9c42-4d58-a037-db11d293578c} <Debug> TCPHandler: Processed in 0.002519758 sec. | ||
| 1386 | 2025.04.22 03:03:52.446614 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1387 | 2025.04.22 03:03:52.446766 [ 274 ] {2737aeda-3a95-4ef6-8d2f-cc96340a9f74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1388 | 2025.04.22 03:03:52.447023 [ 274 ] {2737aeda-3a95-4ef6-8d2f-cc96340a9f74} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1389 | 2025.04.22 03:03:52.447063 [ 274 ] {2737aeda-3a95-4ef6-8d2f-cc96340a9f74} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1390 | 2025.04.22 03:03:52.447312 [ 274 ] {2737aeda-3a95-4ef6-8d2f-cc96340a9f74} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1391 | 2025.04.22 03:03:52.447373 [ 274 ] {2737aeda-3a95-4ef6-8d2f-cc96340a9f74} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1392 | 2025.04.22 03:03:52.447506 [ 274 ] {2737aeda-3a95-4ef6-8d2f-cc96340a9f74} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1393 | 2025.04.22 03:03:52.447604 [ 288 ] {2737aeda-3a95-4ef6-8d2f-cc96340a9f74} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1394 | 2025.04.22 03:03:52.447620 [ 289 ] {2737aeda-3a95-4ef6-8d2f-cc96340a9f74} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1395 | 2025.04.22 03:03:52.447723 [ 274 ] {2737aeda-3a95-4ef6-8d2f-cc96340a9f74} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1396 | 2025.04.22 03:03:52.447750 [ 274 ] {2737aeda-3a95-4ef6-8d2f-cc96340a9f74} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1397 | 2025.04.22 03:03:52.447828 [ 274 ] {2737aeda-3a95-4ef6-8d2f-cc96340a9f74} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1398 | 2025.04.22 03:03:52.447847 [ 274 ] {2737aeda-3a95-4ef6-8d2f-cc96340a9f74} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1399 | 2025.04.22 03:03:52.447886 [ 274 ] {2737aeda-3a95-4ef6-8d2f-cc96340a9f74} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1400 | 2025.04.22 03:03:52.447925 [ 274 ] {2737aeda-3a95-4ef6-8d2f-cc96340a9f74} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1401 | 2025.04.22 03:03:52.448930 [ 274 ] {2737aeda-3a95-4ef6-8d2f-cc96340a9f74} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002228 sec., 8078.994614003591 rows/sec., 339.25 KiB/sec. | ||
| 1402 | 2025.04.22 03:03:52.449053 [ 274 ] {2737aeda-3a95-4ef6-8d2f-cc96340a9f74} <Debug> TCPHandler: Processed in 0.002486167 sec. | ||
| 1403 | 2025.04.22 03:03:52.454791 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1404 | 2025.04.22 03:03:52.454907 [ 274 ] {b0adffbd-1858-4ccf-88f9-b4df6ec3304d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1405 | 2025.04.22 03:03:52.454953 [ 274 ] {b0adffbd-1858-4ccf-88f9-b4df6ec3304d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1406 | 2025.04.22 03:03:52.455636 [ 274 ] {b0adffbd-1858-4ccf-88f9-b4df6ec3304d} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1407 | 2025.04.22 03:03:52.455675 [ 274 ] {b0adffbd-1858-4ccf-88f9-b4df6ec3304d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 1408 | 2025.04.22 03:03:52.456164 [ 274 ] {b0adffbd-1858-4ccf-88f9-b4df6ec3304d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1409 | 2025.04.22 03:03:52.456380 [ 274 ] {b0adffbd-1858-4ccf-88f9-b4df6ec3304d} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1410 | 2025.04.22 03:03:52.456591 [ 274 ] {b0adffbd-1858-4ccf-88f9-b4df6ec3304d} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.001707 sec., 2343.2923257176335 rows/sec., 298.06 KiB/sec. | ||
| 1411 | 2025.04.22 03:03:52.456763 [ 274 ] {b0adffbd-1858-4ccf-88f9-b4df6ec3304d} <Debug> TCPHandler: Processed in 0.002021114 sec. | ||
| 1412 | 2025.04.22 03:03:52.456889 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1413 | 2025.04.22 03:03:52.456991 [ 274 ] {4ae9b243-1e5a-4854-bb54-bc1367dd8b1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1414 | 2025.04.22 03:03:52.457034 [ 274 ] {4ae9b243-1e5a-4854-bb54-bc1367dd8b1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1415 | 2025.04.22 03:03:52.457634 [ 274 ] {4ae9b243-1e5a-4854-bb54-bc1367dd8b1e} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1416 | 2025.04.22 03:03:52.457669 [ 274 ] {4ae9b243-1e5a-4854-bb54-bc1367dd8b1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 1417 | 2025.04.22 03:03:52.457993 [ 274 ] {4ae9b243-1e5a-4854-bb54-bc1367dd8b1e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1418 | 2025.04.22 03:03:52.458210 [ 274 ] {4ae9b243-1e5a-4854-bb54-bc1367dd8b1e} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1419 | 2025.04.22 03:03:52.458360 [ 274 ] {4ae9b243-1e5a-4854-bb54-bc1367dd8b1e} <Debug> executeQuery: Read 128 rows, 11.24 KiB in 0.001438 sec., 89012.5173852573 rows/sec., 7.63 MiB/sec. | ||
| 1420 | 2025.04.22 03:03:52.458405 [ 274 ] {4ae9b243-1e5a-4854-bb54-bc1367dd8b1e} <Debug> TCPHandler: Processed in 0.001616123 sec. | ||
| 1421 | 2025.04.22 03:03:52.458515 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1422 | 2025.04.22 03:03:52.458677 [ 274 ] {e650b30d-7405-4589-a444-fc419b23d070} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1423 | 2025.04.22 03:03:52.458719 [ 274 ] {e650b30d-7405-4589-a444-fc419b23d070} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1424 | 2025.04.22 03:03:52.459214 [ 274 ] {e650b30d-7405-4589-a444-fc419b23d070} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1425 | 2025.04.22 03:03:52.459250 [ 274 ] {e650b30d-7405-4589-a444-fc419b23d070} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 1426 | 2025.04.22 03:03:52.459574 [ 274 ] {e650b30d-7405-4589-a444-fc419b23d070} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1427 | 2025.04.22 03:03:52.459809 [ 274 ] {e650b30d-7405-4589-a444-fc419b23d070} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1428 | 2025.04.22 03:03:52.459968 [ 274 ] {e650b30d-7405-4589-a444-fc419b23d070} <Debug> executeQuery: Read 36 rows, 2.71 KiB in 0.00131 sec., 27480.91603053435 rows/sec., 2.02 MiB/sec. | ||
| 1429 | 2025.04.22 03:03:52.460017 [ 274 ] {e650b30d-7405-4589-a444-fc419b23d070} <Debug> TCPHandler: Processed in 0.00148888 sec. | ||
| 1430 | 2025.04.22 03:03:52.460131 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1431 | 2025.04.22 03:03:52.460232 [ 274 ] {25a20533-cb40-4e8d-b19a-7bb81f69dddd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1432 | 2025.04.22 03:03:52.460275 [ 274 ] {25a20533-cb40-4e8d-b19a-7bb81f69dddd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1433 | 2025.04.22 03:03:52.460799 [ 274 ] {25a20533-cb40-4e8d-b19a-7bb81f69dddd} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1434 | 2025.04.22 03:03:52.460835 [ 274 ] {25a20533-cb40-4e8d-b19a-7bb81f69dddd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 1435 | 2025.04.22 03:03:52.461192 [ 274 ] {25a20533-cb40-4e8d-b19a-7bb81f69dddd} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1436 | 2025.04.22 03:03:52.461419 [ 274 ] {25a20533-cb40-4e8d-b19a-7bb81f69dddd} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1437 | 2025.04.22 03:03:52.461603 [ 274 ] {25a20533-cb40-4e8d-b19a-7bb81f69dddd} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.001382 sec., 72358.9001447178 rows/sec., 5.65 MiB/sec. | ||
| 1438 | 2025.04.22 03:03:52.461721 [ 274 ] {25a20533-cb40-4e8d-b19a-7bb81f69dddd} <Debug> TCPHandler: Processed in 0.001633264 sec. | ||
| 1439 | 2025.04.22 03:03:52.461879 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1440 | 2025.04.22 03:03:52.461982 [ 274 ] {12cd7739-e442-4c90-bd34-fb228d308d1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1441 | 2025.04.22 03:03:52.462029 [ 274 ] {12cd7739-e442-4c90-bd34-fb228d308d1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1442 | 2025.04.22 03:03:52.462549 [ 274 ] {12cd7739-e442-4c90-bd34-fb228d308d1e} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1443 | 2025.04.22 03:03:52.462585 [ 274 ] {12cd7739-e442-4c90-bd34-fb228d308d1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 1444 | 2025.04.22 03:03:52.462957 [ 274 ] {12cd7739-e442-4c90-bd34-fb228d308d1e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1445 | 2025.04.22 03:03:52.463191 [ 274 ] {12cd7739-e442-4c90-bd34-fb228d308d1e} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1446 | 2025.04.22 03:03:52.463356 [ 274 ] {12cd7739-e442-4c90-bd34-fb228d308d1e} <Debug> executeQuery: Read 158 rows, 11.26 KiB in 0.001394 sec., 113342.8981348637 rows/sec., 7.89 MiB/sec. | ||
| 1447 | 2025.04.22 03:03:52.463405 [ 274 ] {12cd7739-e442-4c90-bd34-fb228d308d1e} <Debug> TCPHandler: Processed in 0.001582573 sec. | ||
| 1448 | 2025.04.22 03:03:52.463518 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1449 | 2025.04.22 03:03:52.463621 [ 274 ] {71e8f81a-d073-4d80-b16a-b49296409318} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1450 | 2025.04.22 03:03:52.463686 [ 274 ] {71e8f81a-d073-4d80-b16a-b49296409318} <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 | ||
| 1451 | 2025.04.22 03:03:52.464800 [ 274 ] {71e8f81a-d073-4d80-b16a-b49296409318} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1452 | 2025.04.22 03:03:52.464836 [ 274 ] {71e8f81a-d073-4d80-b16a-b49296409318} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 1453 | 2025.04.22 03:03:52.465494 [ 274 ] {71e8f81a-d073-4d80-b16a-b49296409318} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1454 | 2025.04.22 03:03:52.465747 [ 274 ] {71e8f81a-d073-4d80-b16a-b49296409318} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1455 | 2025.04.22 03:03:52.465975 [ 274 ] {71e8f81a-d073-4d80-b16a-b49296409318} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.00236 sec., 15254.237288135593 rows/sec., 27.33 MiB/sec. | ||
| 1456 | 2025.04.22 03:03:52.466139 [ 274 ] {71e8f81a-d073-4d80-b16a-b49296409318} <Debug> TCPHandler: Processed in 0.002668182 sec. | ||
| 1457 | 2025.04.22 03:03:52.466263 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1458 | 2025.04.22 03:03:52.466365 [ 274 ] {e736bbc5-e843-42ea-99ba-c5359ea4c110} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1459 | 2025.04.22 03:03:52.466409 [ 274 ] {e736bbc5-e843-42ea-99ba-c5359ea4c110} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1460 | 2025.04.22 03:03:52.466822 [ 274 ] {e736bbc5-e843-42ea-99ba-c5359ea4c110} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1461 | 2025.04.22 03:03:52.466860 [ 274 ] {e736bbc5-e843-42ea-99ba-c5359ea4c110} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 1462 | 2025.04.22 03:03:52.467203 [ 274 ] {e736bbc5-e843-42ea-99ba-c5359ea4c110} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1463 | 2025.04.22 03:03:52.467473 [ 274 ] {e736bbc5-e843-42ea-99ba-c5359ea4c110} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1464 | 2025.04.22 03:03:52.467693 [ 274 ] {e736bbc5-e843-42ea-99ba-c5359ea4c110} <Debug> executeQuery: Read 58 rows, 4.01 KiB in 0.001348 sec., 43026.706231454 rows/sec., 2.91 MiB/sec. | ||
| 1465 | 2025.04.22 03:03:52.467845 [ 274 ] {e736bbc5-e843-42ea-99ba-c5359ea4c110} <Debug> TCPHandler: Processed in 0.001628163 sec. | ||
| 1466 | 2025.04.22 03:03:57.435865 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1467 | 2025.04.22 03:03:57.436078 [ 274 ] {f6f19bb9-4531-4ab9-a052-9d7e17d54844} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1468 | 2025.04.22 03:03:57.436150 [ 274 ] {f6f19bb9-4531-4ab9-a052-9d7e17d54844} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1469 | 2025.04.22 03:03:57.436895 [ 274 ] {f6f19bb9-4531-4ab9-a052-9d7e17d54844} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1470 | 2025.04.22 03:03:57.436947 [ 274 ] {f6f19bb9-4531-4ab9-a052-9d7e17d54844} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 1471 | 2025.04.22 03:03:57.437387 [ 274 ] {f6f19bb9-4531-4ab9-a052-9d7e17d54844} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1472 | 2025.04.22 03:03:57.437649 [ 274 ] {f6f19bb9-4531-4ab9-a052-9d7e17d54844} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1473 | 2025.04.22 03:03:57.437875 [ 274 ] {f6f19bb9-4531-4ab9-a052-9d7e17d54844} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001847 sec., 30319.43692474283 rows/sec., 2.33 MiB/sec. | ||
| 1474 | 2025.04.22 03:03:57.437935 [ 274 ] {f6f19bb9-4531-4ab9-a052-9d7e17d54844} <Debug> TCPHandler: Processed in 0.002222269 sec. | ||
| 1475 | 2025.04.22 03:03:57.438061 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1476 | 2025.04.22 03:03:57.438173 [ 274 ] {a28e2330-ac00-4507-a376-0d9d530337fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1477 | 2025.04.22 03:03:57.438219 [ 274 ] {a28e2330-ac00-4507-a376-0d9d530337fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1478 | 2025.04.22 03:03:57.438771 [ 274 ] {a28e2330-ac00-4507-a376-0d9d530337fb} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1479 | 2025.04.22 03:03:57.438813 [ 274 ] {a28e2330-ac00-4507-a376-0d9d530337fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 1480 | 2025.04.22 03:03:57.439164 [ 274 ] {a28e2330-ac00-4507-a376-0d9d530337fb} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1481 | 2025.04.22 03:03:57.439403 [ 274 ] {a28e2330-ac00-4507-a376-0d9d530337fb} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1482 | 2025.04.22 03:03:57.439605 [ 274 ] {a28e2330-ac00-4507-a376-0d9d530337fb} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001457 sec., 43925.87508579272 rows/sec., 3.43 MiB/sec. | ||
| 1483 | 2025.04.22 03:03:57.439657 [ 274 ] {a28e2330-ac00-4507-a376-0d9d530337fb} <Debug> TCPHandler: Processed in 0.001647404 sec. | ||
| 1484 | 2025.04.22 03:03:57.439776 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1485 | 2025.04.22 03:03:57.439879 [ 274 ] {017d4b97-73b1-44a2-9b01-0ba045f3012a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1486 | 2025.04.22 03:03:57.439927 [ 274 ] {017d4b97-73b1-44a2-9b01-0ba045f3012a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1487 | 2025.04.22 03:03:57.440451 [ 274 ] {017d4b97-73b1-44a2-9b01-0ba045f3012a} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1488 | 2025.04.22 03:03:57.440490 [ 274 ] {017d4b97-73b1-44a2-9b01-0ba045f3012a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 1489 | 2025.04.22 03:03:57.440888 [ 274 ] {017d4b97-73b1-44a2-9b01-0ba045f3012a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1490 | 2025.04.22 03:03:57.441165 [ 274 ] {017d4b97-73b1-44a2-9b01-0ba045f3012a} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1491 | 2025.04.22 03:03:57.441371 [ 274 ] {017d4b97-73b1-44a2-9b01-0ba045f3012a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001512 sec., 105820.10582010582 rows/sec., 7.37 MiB/sec. | ||
| 1492 | 2025.04.22 03:03:57.441422 [ 274 ] {017d4b97-73b1-44a2-9b01-0ba045f3012a} <Debug> TCPHandler: Processed in 0.001695575 sec. | ||
| 1493 | 2025.04.22 03:03:57.441538 [ 274 ] {} <Trace> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1494 | 2025.04.22 03:03:57.441655 [ 274 ] {210ec8c5-390a-4378-9ac9-81e6d4c9200f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37609) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1495 | 2025.04.22 03:03:57.441710 [ 274 ] {210ec8c5-390a-4378-9ac9-81e6d4c9200f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1496 | 2025.04.22 03:03:57.442133 [ 274 ] {210ec8c5-390a-4378-9ac9-81e6d4c9200f} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1497 | 2025.04.22 03:03:57.442171 [ 274 ] {210ec8c5-390a-4378-9ac9-81e6d4c9200f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 1498 | 2025.04.22 03:03:57.442534 [ 274 ] {210ec8c5-390a-4378-9ac9-81e6d4c9200f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1499 | 2025.04.22 03:03:57.442769 [ 274 ] {210ec8c5-390a-4378-9ac9-81e6d4c9200f} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1500 | 2025.04.22 03:03:57.442935 [ 274 ] {210ec8c5-390a-4378-9ac9-81e6d4c9200f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001303 sec., 46047.58250191865 rows/sec., 3.10 MiB/sec. | ||
| 1501 | 2025.04.22 03:03:57.442980 [ 274 ] {210ec8c5-390a-4378-9ac9-81e6d4c9200f} <Debug> TCPHandler: Processed in 0.00149177 sec. | ||
| 1502 | 2025.04.22 03:03:58.174724 [ 57 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1503 | 2025.04.22 03:03:58.174785 [ 57 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1504 | 2025.04.22 03:03:58.240068 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 216 | ||
| 1505 | 2025.04.22 03:03:58.242942 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1506 | 2025.04.22 03:03:58.242987 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 1507 | 2025.04.22 03:03:58.243895 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721 | ||
| 1508 | 2025.04.22 03:03:58.247342 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1509 | 2025.04.22 03:03:58.247441 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 1510 | 2025.04.22 03:03:58.247530 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1511 | 2025.04.22 03:03:58.248550 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1512 | 2025.04.22 03:03:58.248685 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1513 | 2025.04.22 03:03:58.249452 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1514 | 2025.04.22 03:03:58.250311 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
| 1515 | 2025.04.22 03:03:58.250419 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 216 | ||
| 1516 | 2025.04.22 03:03:58.458288 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
| 1517 | 2025.04.22 03:03:58.477111 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1518 | 2025.04.22 03:03:58.477155 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 1519 | 2025.04.22 03:03:58.484170 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1520 | 2025.04.22 03:03:58.484951 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1521 | 2025.04.22 03:03:58.487285 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
| 1522 | 2025.04.22 03:04:02.030078 [ 274 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 1523 | 2025.04.22 03:04:02.030234 [ 274 ] {} <Debug> TCP-Session: fb31b6cc-efdd-4e67-8a74-b89f61b96eee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1524 | 2025.04.22 03:04:02.429202 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1525 | 2025.04.22 03:04:02.429580 [ 276 ] {ab36b1e1-38e5-4b4e-852b-13b9af116a8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) 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) | ||
| 1526 | 2025.04.22 03:04:02.430229 [ 276 ] {ab36b1e1-38e5-4b4e-852b-13b9af116a8c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1527 | 2025.04.22 03:04:02.430314 [ 276 ] {ab36b1e1-38e5-4b4e-852b-13b9af116a8c} <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 | ||
| 1528 | 2025.04.22 03:04:02.430643 [ 276 ] {ab36b1e1-38e5-4b4e-852b-13b9af116a8c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1529 | 2025.04.22 03:04:02.430728 [ 276 ] {ab36b1e1-38e5-4b4e-852b-13b9af116a8c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1530 | 2025.04.22 03:04:02.430903 [ 276 ] {ab36b1e1-38e5-4b4e-852b-13b9af116a8c} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1531 | 2025.04.22 03:04:02.431040 [ 288 ] {ab36b1e1-38e5-4b4e-852b-13b9af116a8c} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1532 | 2025.04.22 03:04:02.431089 [ 289 ] {ab36b1e1-38e5-4b4e-852b-13b9af116a8c} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1533 | 2025.04.22 03:04:02.431106 [ 287 ] {ab36b1e1-38e5-4b4e-852b-13b9af116a8c} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1534 | 2025.04.22 03:04:02.431255 [ 276 ] {ab36b1e1-38e5-4b4e-852b-13b9af116a8c} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 1535 | 2025.04.22 03:04:02.431287 [ 276 ] {ab36b1e1-38e5-4b4e-852b-13b9af116a8c} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1536 | 2025.04.22 03:04:02.431407 [ 276 ] {ab36b1e1-38e5-4b4e-852b-13b9af116a8c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1537 | 2025.04.22 03:04:02.431431 [ 276 ] {ab36b1e1-38e5-4b4e-852b-13b9af116a8c} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
| 1538 | 2025.04.22 03:04:02.431473 [ 276 ] {ab36b1e1-38e5-4b4e-852b-13b9af116a8c} <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'))" | ||
| 1539 | 2025.04.22 03:04:02.431518 [ 276 ] {ab36b1e1-38e5-4b4e-852b-13b9af116a8c} <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'))" | ||
| 1540 | 2025.04.22 03:04:02.431560 [ 276 ] {ab36b1e1-38e5-4b4e-852b-13b9af116a8c} <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'))" | ||
| 1541 | 2025.04.22 03:04:02.433102 [ 276 ] {ab36b1e1-38e5-4b4e-852b-13b9af116a8c} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.003694 sec., 5955.603681645913 rows/sec., 249.30 KiB/sec. | ||
| 1542 | 2025.04.22 03:04:02.433282 [ 276 ] {ab36b1e1-38e5-4b4e-852b-13b9af116a8c} <Debug> TCPHandler: Processed in 0.004255834 sec. | ||
| 1543 | 2025.04.22 03:04:02.436349 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1544 | 2025.04.22 03:04:02.436545 [ 276 ] {932c5cfa-7990-4fa6-a4db-1c38c5e24294} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) 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_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1545 | 2025.04.22 03:04:02.436893 [ 276 ] {932c5cfa-7990-4fa6-a4db-1c38c5e24294} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1546 | 2025.04.22 03:04:02.436946 [ 276 ] {932c5cfa-7990-4fa6-a4db-1c38c5e24294} <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_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1547 | 2025.04.22 03:04:02.437276 [ 276 ] {932c5cfa-7990-4fa6-a4db-1c38c5e24294} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1548 | 2025.04.22 03:04:02.437345 [ 276 ] {932c5cfa-7990-4fa6-a4db-1c38c5e24294} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1549 | 2025.04.22 03:04:02.437485 [ 276 ] {932c5cfa-7990-4fa6-a4db-1c38c5e24294} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1550 | 2025.04.22 03:04:02.437626 [ 291 ] {932c5cfa-7990-4fa6-a4db-1c38c5e24294} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1551 | 2025.04.22 03:04:02.437633 [ 289 ] {932c5cfa-7990-4fa6-a4db-1c38c5e24294} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1552 | 2025.04.22 03:04:02.437660 [ 287 ] {932c5cfa-7990-4fa6-a4db-1c38c5e24294} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1553 | 2025.04.22 03:04:02.437812 [ 276 ] {932c5cfa-7990-4fa6-a4db-1c38c5e24294} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 1554 | 2025.04.22 03:04:02.437842 [ 276 ] {932c5cfa-7990-4fa6-a4db-1c38c5e24294} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1555 | 2025.04.22 03:04:02.437944 [ 276 ] {932c5cfa-7990-4fa6-a4db-1c38c5e24294} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1556 | 2025.04.22 03:04:02.437966 [ 276 ] {932c5cfa-7990-4fa6-a4db-1c38c5e24294} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
| 1557 | 2025.04.22 03:04:02.438004 [ 276 ] {932c5cfa-7990-4fa6-a4db-1c38c5e24294} <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_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
| 1558 | 2025.04.22 03:04:02.438044 [ 276 ] {932c5cfa-7990-4fa6-a4db-1c38c5e24294} <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_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
| 1559 | 2025.04.22 03:04:02.438084 [ 276 ] {932c5cfa-7990-4fa6-a4db-1c38c5e24294} <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_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
| 1560 | 2025.04.22 03:04:02.439390 [ 276 ] {932c5cfa-7990-4fa6-a4db-1c38c5e24294} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002937 sec., 7490.63670411985 rows/sec., 313.55 KiB/sec. | ||
| 1561 | 2025.04.22 03:04:02.439550 [ 276 ] {932c5cfa-7990-4fa6-a4db-1c38c5e24294} <Debug> TCPHandler: Processed in 0.003293808 sec. | ||
| 1562 | 2025.04.22 03:04:02.440084 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1563 | 2025.04.22 03:04:02.440237 [ 276 ] {cb6d1ee1-f6ca-401c-9a16-910abaebcbd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1564 | 2025.04.22 03:04:02.440505 [ 276 ] {cb6d1ee1-f6ca-401c-9a16-910abaebcbd3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1565 | 2025.04.22 03:04:02.440548 [ 276 ] {cb6d1ee1-f6ca-401c-9a16-910abaebcbd3} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1566 | 2025.04.22 03:04:02.440820 [ 276 ] {cb6d1ee1-f6ca-401c-9a16-910abaebcbd3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1567 | 2025.04.22 03:04:02.440884 [ 276 ] {cb6d1ee1-f6ca-401c-9a16-910abaebcbd3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1568 | 2025.04.22 03:04:02.441021 [ 276 ] {cb6d1ee1-f6ca-401c-9a16-910abaebcbd3} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1569 | 2025.04.22 03:04:02.441141 [ 289 ] {cb6d1ee1-f6ca-401c-9a16-910abaebcbd3} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1570 | 2025.04.22 03:04:02.441173 [ 288 ] {cb6d1ee1-f6ca-401c-9a16-910abaebcbd3} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1571 | 2025.04.22 03:04:02.441174 [ 287 ] {cb6d1ee1-f6ca-401c-9a16-910abaebcbd3} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1572 | 2025.04.22 03:04:02.441306 [ 276 ] {cb6d1ee1-f6ca-401c-9a16-910abaebcbd3} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 1573 | 2025.04.22 03:04:02.441333 [ 276 ] {cb6d1ee1-f6ca-401c-9a16-910abaebcbd3} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1574 | 2025.04.22 03:04:02.441434 [ 276 ] {cb6d1ee1-f6ca-401c-9a16-910abaebcbd3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1575 | 2025.04.22 03:04:02.441456 [ 276 ] {cb6d1ee1-f6ca-401c-9a16-910abaebcbd3} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
| 1576 | 2025.04.22 03:04:02.441492 [ 276 ] {cb6d1ee1-f6ca-401c-9a16-910abaebcbd3} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
| 1577 | 2025.04.22 03:04:02.441533 [ 276 ] {cb6d1ee1-f6ca-401c-9a16-910abaebcbd3} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
| 1578 | 2025.04.22 03:04:02.441570 [ 276 ] {cb6d1ee1-f6ca-401c-9a16-910abaebcbd3} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
| 1579 | 2025.04.22 03:04:02.442832 [ 276 ] {cb6d1ee1-f6ca-401c-9a16-910abaebcbd3} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002662 sec., 8264.462809917355 rows/sec., 345.94 KiB/sec. | ||
| 1580 | 2025.04.22 03:04:02.442990 [ 276 ] {cb6d1ee1-f6ca-401c-9a16-910abaebcbd3} <Debug> TCPHandler: Processed in 0.002956659 sec. | ||
| 1581 | 2025.04.22 03:04:02.443216 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1582 | 2025.04.22 03:04:02.443369 [ 276 ] {cce765e7-8f89-4464-911e-480e5e467d30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) | ||
| 1583 | 2025.04.22 03:04:02.443637 [ 276 ] {cce765e7-8f89-4464-911e-480e5e467d30} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1584 | 2025.04.22 03:04:02.443681 [ 276 ] {cce765e7-8f89-4464-911e-480e5e467d30} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE | ||
| 1585 | 2025.04.22 03:04:02.443949 [ 276 ] {cce765e7-8f89-4464-911e-480e5e467d30} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1586 | 2025.04.22 03:04:02.444014 [ 276 ] {cce765e7-8f89-4464-911e-480e5e467d30} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1587 | 2025.04.22 03:04:02.444151 [ 276 ] {cce765e7-8f89-4464-911e-480e5e467d30} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1588 | 2025.04.22 03:04:02.444246 [ 289 ] {cce765e7-8f89-4464-911e-480e5e467d30} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1589 | 2025.04.22 03:04:02.444303 [ 291 ] {cce765e7-8f89-4464-911e-480e5e467d30} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1590 | 2025.04.22 03:04:02.444309 [ 287 ] {cce765e7-8f89-4464-911e-480e5e467d30} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1591 | 2025.04.22 03:04:02.444445 [ 276 ] {cce765e7-8f89-4464-911e-480e5e467d30} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 1592 | 2025.04.22 03:04:02.444474 [ 276 ] {cce765e7-8f89-4464-911e-480e5e467d30} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1593 | 2025.04.22 03:04:02.444573 [ 276 ] {cce765e7-8f89-4464-911e-480e5e467d30} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1594 | 2025.04.22 03:04:02.444594 [ 276 ] {cce765e7-8f89-4464-911e-480e5e467d30} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
| 1595 | 2025.04.22 03:04:02.444632 [ 276 ] {cce765e7-8f89-4464-911e-480e5e467d30} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
| 1596 | 2025.04.22 03:04:02.444673 [ 276 ] {cce765e7-8f89-4464-911e-480e5e467d30} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
| 1597 | 2025.04.22 03:04:02.444712 [ 276 ] {cce765e7-8f89-4464-911e-480e5e467d30} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
| 1598 | 2025.04.22 03:04:02.446045 [ 276 ] {cce765e7-8f89-4464-911e-480e5e467d30} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002744 sec., 8017.492711370262 rows/sec., 335.60 KiB/sec. | ||
| 1599 | 2025.04.22 03:04:02.446201 [ 276 ] {cce765e7-8f89-4464-911e-480e5e467d30} <Debug> TCPHandler: Processed in 0.003034131 sec. | ||
| 1600 | 2025.04.22 03:04:02.446418 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1601 | 2025.04.22 03:04:02.446572 [ 276 ] {ca95b91a-a6fa-41c2-a9f9-d8d73dc63df1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1602 | 2025.04.22 03:04:02.446840 [ 276 ] {ca95b91a-a6fa-41c2-a9f9-d8d73dc63df1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1603 | 2025.04.22 03:04:02.446882 [ 276 ] {ca95b91a-a6fa-41c2-a9f9-d8d73dc63df1} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1604 | 2025.04.22 03:04:02.447152 [ 276 ] {ca95b91a-a6fa-41c2-a9f9-d8d73dc63df1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1605 | 2025.04.22 03:04:02.447216 [ 276 ] {ca95b91a-a6fa-41c2-a9f9-d8d73dc63df1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1606 | 2025.04.22 03:04:02.447353 [ 276 ] {ca95b91a-a6fa-41c2-a9f9-d8d73dc63df1} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1607 | 2025.04.22 03:04:02.447466 [ 289 ] {ca95b91a-a6fa-41c2-a9f9-d8d73dc63df1} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1608 | 2025.04.22 03:04:02.447511 [ 287 ] {ca95b91a-a6fa-41c2-a9f9-d8d73dc63df1} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1609 | 2025.04.22 03:04:02.447508 [ 288 ] {ca95b91a-a6fa-41c2-a9f9-d8d73dc63df1} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1610 | 2025.04.22 03:04:02.447622 [ 276 ] {ca95b91a-a6fa-41c2-a9f9-d8d73dc63df1} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 1611 | 2025.04.22 03:04:02.447647 [ 276 ] {ca95b91a-a6fa-41c2-a9f9-d8d73dc63df1} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1612 | 2025.04.22 03:04:02.447746 [ 276 ] {ca95b91a-a6fa-41c2-a9f9-d8d73dc63df1} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1613 | 2025.04.22 03:04:02.447767 [ 276 ] {ca95b91a-a6fa-41c2-a9f9-d8d73dc63df1} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
| 1614 | 2025.04.22 03:04:02.447805 [ 276 ] {ca95b91a-a6fa-41c2-a9f9-d8d73dc63df1} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1615 | 2025.04.22 03:04:02.447845 [ 276 ] {ca95b91a-a6fa-41c2-a9f9-d8d73dc63df1} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1616 | 2025.04.22 03:04:02.447882 [ 276 ] {ca95b91a-a6fa-41c2-a9f9-d8d73dc63df1} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1617 | 2025.04.22 03:04:02.449155 [ 276 ] {ca95b91a-a6fa-41c2-a9f9-d8d73dc63df1} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002652 sec., 8295.625942684766 rows/sec., 347.25 KiB/sec. | ||
| 1618 | 2025.04.22 03:04:02.449314 [ 276 ] {ca95b91a-a6fa-41c2-a9f9-d8d73dc63df1} <Debug> TCPHandler: Processed in 0.002946578 sec. | ||
| 1619 | 2025.04.22 03:04:02.449681 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1620 | 2025.04.22 03:04:02.449835 [ 276 ] {8dc3d22a-716f-404b-87ec-a5918ddf0ffb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) 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_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) | ||
| 1621 | 2025.04.22 03:04:02.450104 [ 276 ] {8dc3d22a-716f-404b-87ec-a5918ddf0ffb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1622 | 2025.04.22 03:04:02.450184 [ 276 ] {8dc3d22a-716f-404b-87ec-a5918ddf0ffb} <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_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 | ||
| 1623 | 2025.04.22 03:04:02.450471 [ 276 ] {8dc3d22a-716f-404b-87ec-a5918ddf0ffb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1624 | 2025.04.22 03:04:02.450535 [ 276 ] {8dc3d22a-716f-404b-87ec-a5918ddf0ffb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1625 | 2025.04.22 03:04:02.450670 [ 276 ] {8dc3d22a-716f-404b-87ec-a5918ddf0ffb} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1626 | 2025.04.22 03:04:02.450754 [ 289 ] {8dc3d22a-716f-404b-87ec-a5918ddf0ffb} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1627 | 2025.04.22 03:04:02.450811 [ 291 ] {8dc3d22a-716f-404b-87ec-a5918ddf0ffb} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1628 | 2025.04.22 03:04:02.450824 [ 287 ] {8dc3d22a-716f-404b-87ec-a5918ddf0ffb} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1629 | 2025.04.22 03:04:02.450945 [ 276 ] {8dc3d22a-716f-404b-87ec-a5918ddf0ffb} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 1630 | 2025.04.22 03:04:02.450973 [ 276 ] {8dc3d22a-716f-404b-87ec-a5918ddf0ffb} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1631 | 2025.04.22 03:04:02.451071 [ 276 ] {8dc3d22a-716f-404b-87ec-a5918ddf0ffb} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1632 | 2025.04.22 03:04:02.451092 [ 276 ] {8dc3d22a-716f-404b-87ec-a5918ddf0ffb} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
| 1633 | 2025.04.22 03:04:02.451130 [ 276 ] {8dc3d22a-716f-404b-87ec-a5918ddf0ffb} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1634 | 2025.04.22 03:04:02.451170 [ 276 ] {8dc3d22a-716f-404b-87ec-a5918ddf0ffb} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1635 | 2025.04.22 03:04:02.451207 [ 276 ] {8dc3d22a-716f-404b-87ec-a5918ddf0ffb} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1636 | 2025.04.22 03:04:02.452481 [ 276 ] {8dc3d22a-716f-404b-87ec-a5918ddf0ffb} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002714 sec., 8106.11643330877 rows/sec., 339.31 KiB/sec. | ||
| 1637 | 2025.04.22 03:04:02.452636 [ 276 ] {8dc3d22a-716f-404b-87ec-a5918ddf0ffb} <Debug> TCPHandler: Processed in 0.00300438 sec. | ||
| 1638 | 2025.04.22 03:04:02.452864 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1639 | 2025.04.22 03:04:02.453018 [ 276 ] {3fdff26d-55e4-489d-91fd-483931d44f98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) 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_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) | ||
| 1640 | 2025.04.22 03:04:02.453287 [ 276 ] {3fdff26d-55e4-489d-91fd-483931d44f98} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1641 | 2025.04.22 03:04:02.453330 [ 276 ] {3fdff26d-55e4-489d-91fd-483931d44f98} <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_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 | ||
| 1642 | 2025.04.22 03:04:02.453605 [ 276 ] {3fdff26d-55e4-489d-91fd-483931d44f98} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1643 | 2025.04.22 03:04:02.453669 [ 276 ] {3fdff26d-55e4-489d-91fd-483931d44f98} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1644 | 2025.04.22 03:04:02.453804 [ 276 ] {3fdff26d-55e4-489d-91fd-483931d44f98} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1645 | 2025.04.22 03:04:02.453918 [ 289 ] {3fdff26d-55e4-489d-91fd-483931d44f98} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1646 | 2025.04.22 03:04:02.453957 [ 288 ] {3fdff26d-55e4-489d-91fd-483931d44f98} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1647 | 2025.04.22 03:04:02.453959 [ 287 ] {3fdff26d-55e4-489d-91fd-483931d44f98} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1648 | 2025.04.22 03:04:02.454078 [ 276 ] {3fdff26d-55e4-489d-91fd-483931d44f98} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 1649 | 2025.04.22 03:04:02.454106 [ 276 ] {3fdff26d-55e4-489d-91fd-483931d44f98} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1650 | 2025.04.22 03:04:02.454208 [ 276 ] {3fdff26d-55e4-489d-91fd-483931d44f98} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1651 | 2025.04.22 03:04:02.454229 [ 276 ] {3fdff26d-55e4-489d-91fd-483931d44f98} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
| 1652 | 2025.04.22 03:04:02.454266 [ 276 ] {3fdff26d-55e4-489d-91fd-483931d44f98} <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_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'))" | ||
| 1653 | 2025.04.22 03:04:02.454308 [ 276 ] {3fdff26d-55e4-489d-91fd-483931d44f98} <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_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'))" | ||
| 1654 | 2025.04.22 03:04:02.454343 [ 276 ] {3fdff26d-55e4-489d-91fd-483931d44f98} <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_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'))" | ||
| 1655 | 2025.04.22 03:04:02.455614 [ 276 ] {3fdff26d-55e4-489d-91fd-483931d44f98} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002665 sec., 8255.159474671671 rows/sec., 345.55 KiB/sec. | ||
| 1656 | 2025.04.22 03:04:02.455770 [ 276 ] {3fdff26d-55e4-489d-91fd-483931d44f98} <Debug> TCPHandler: Processed in 0.002956599 sec. | ||
| 1657 | 2025.04.22 03:04:02.455984 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1658 | 2025.04.22 03:04:02.456137 [ 276 ] {b1810ee6-1ce1-4204-b241-33bbb26410df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) 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_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) | ||
| 1659 | 2025.04.22 03:04:02.456411 [ 276 ] {b1810ee6-1ce1-4204-b241-33bbb26410df} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1660 | 2025.04.22 03:04:02.456456 [ 276 ] {b1810ee6-1ce1-4204-b241-33bbb26410df} <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_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 | ||
| 1661 | 2025.04.22 03:04:02.456732 [ 276 ] {b1810ee6-1ce1-4204-b241-33bbb26410df} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1662 | 2025.04.22 03:04:02.456796 [ 276 ] {b1810ee6-1ce1-4204-b241-33bbb26410df} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1663 | 2025.04.22 03:04:02.456931 [ 276 ] {b1810ee6-1ce1-4204-b241-33bbb26410df} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1664 | 2025.04.22 03:04:02.457052 [ 289 ] {b1810ee6-1ce1-4204-b241-33bbb26410df} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1665 | 2025.04.22 03:04:02.457070 [ 288 ] {b1810ee6-1ce1-4204-b241-33bbb26410df} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1666 | 2025.04.22 03:04:02.457084 [ 287 ] {b1810ee6-1ce1-4204-b241-33bbb26410df} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1667 | 2025.04.22 03:04:02.457198 [ 276 ] {b1810ee6-1ce1-4204-b241-33bbb26410df} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 1668 | 2025.04.22 03:04:02.457227 [ 276 ] {b1810ee6-1ce1-4204-b241-33bbb26410df} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1669 | 2025.04.22 03:04:02.457332 [ 276 ] {b1810ee6-1ce1-4204-b241-33bbb26410df} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1670 | 2025.04.22 03:04:02.457354 [ 276 ] {b1810ee6-1ce1-4204-b241-33bbb26410df} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
| 1671 | 2025.04.22 03:04:02.457392 [ 276 ] {b1810ee6-1ce1-4204-b241-33bbb26410df} <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_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'))" | ||
| 1672 | 2025.04.22 03:04:02.457433 [ 276 ] {b1810ee6-1ce1-4204-b241-33bbb26410df} <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_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'))" | ||
| 1673 | 2025.04.22 03:04:02.457472 [ 276 ] {b1810ee6-1ce1-4204-b241-33bbb26410df} <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_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'))" | ||
| 1674 | 2025.04.22 03:04:02.458924 [ 276 ] {b1810ee6-1ce1-4204-b241-33bbb26410df} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002855 sec., 7705.779334500876 rows/sec., 322.56 KiB/sec. | ||
| 1675 | 2025.04.22 03:04:02.459082 [ 276 ] {b1810ee6-1ce1-4204-b241-33bbb26410df} <Debug> TCPHandler: Processed in 0.003148275 sec. | ||
| 1676 | 2025.04.22 03:04:02.459294 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1677 | 2025.04.22 03:04:02.459450 [ 276 ] {cf366cfe-365f-4362-98cb-67b413790564} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) 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_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) | ||
| 1678 | 2025.04.22 03:04:02.459728 [ 276 ] {cf366cfe-365f-4362-98cb-67b413790564} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1679 | 2025.04.22 03:04:02.459774 [ 276 ] {cf366cfe-365f-4362-98cb-67b413790564} <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_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 | ||
| 1680 | 2025.04.22 03:04:02.460060 [ 276 ] {cf366cfe-365f-4362-98cb-67b413790564} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1681 | 2025.04.22 03:04:02.460123 [ 276 ] {cf366cfe-365f-4362-98cb-67b413790564} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1682 | 2025.04.22 03:04:02.460259 [ 276 ] {cf366cfe-365f-4362-98cb-67b413790564} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1683 | 2025.04.22 03:04:02.460383 [ 289 ] {cf366cfe-365f-4362-98cb-67b413790564} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1684 | 2025.04.22 03:04:02.460404 [ 291 ] {cf366cfe-365f-4362-98cb-67b413790564} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1685 | 2025.04.22 03:04:02.460429 [ 287 ] {cf366cfe-365f-4362-98cb-67b413790564} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1686 | 2025.04.22 03:04:02.460542 [ 276 ] {cf366cfe-365f-4362-98cb-67b413790564} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 1687 | 2025.04.22 03:04:02.460571 [ 276 ] {cf366cfe-365f-4362-98cb-67b413790564} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1688 | 2025.04.22 03:04:02.460678 [ 276 ] {cf366cfe-365f-4362-98cb-67b413790564} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1689 | 2025.04.22 03:04:02.460700 [ 276 ] {cf366cfe-365f-4362-98cb-67b413790564} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
| 1690 | 2025.04.22 03:04:02.460739 [ 276 ] {cf366cfe-365f-4362-98cb-67b413790564} <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_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'))" | ||
| 1691 | 2025.04.22 03:04:02.460780 [ 276 ] {cf366cfe-365f-4362-98cb-67b413790564} <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_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'))" | ||
| 1692 | 2025.04.22 03:04:02.460817 [ 276 ] {cf366cfe-365f-4362-98cb-67b413790564} <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_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'))" | ||
| 1693 | 2025.04.22 03:04:02.462111 [ 276 ] {cf366cfe-365f-4362-98cb-67b413790564} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002732 sec., 8052.708638360175 rows/sec., 337.08 KiB/sec. | ||
| 1694 | 2025.04.22 03:04:02.462264 [ 276 ] {cf366cfe-365f-4362-98cb-67b413790564} <Debug> TCPHandler: Processed in 0.003019781 sec. | ||
| 1695 | 2025.04.22 03:04:02.462494 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1696 | 2025.04.22 03:04:02.462651 [ 276 ] {23031538-ec16-463c-8cd2-c608e4d09b68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) 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_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) | ||
| 1697 | 2025.04.22 03:04:02.462928 [ 276 ] {23031538-ec16-463c-8cd2-c608e4d09b68} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1698 | 2025.04.22 03:04:02.462974 [ 276 ] {23031538-ec16-463c-8cd2-c608e4d09b68} <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_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 | ||
| 1699 | 2025.04.22 03:04:02.463260 [ 276 ] {23031538-ec16-463c-8cd2-c608e4d09b68} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1700 | 2025.04.22 03:04:02.463325 [ 276 ] {23031538-ec16-463c-8cd2-c608e4d09b68} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1701 | 2025.04.22 03:04:02.463461 [ 276 ] {23031538-ec16-463c-8cd2-c608e4d09b68} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 1702 | 2025.04.22 03:04:02.463582 [ 291 ] {23031538-ec16-463c-8cd2-c608e4d09b68} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1703 | 2025.04.22 03:04:02.463585 [ 288 ] {23031538-ec16-463c-8cd2-c608e4d09b68} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1704 | 2025.04.22 03:04:02.463606 [ 289 ] {23031538-ec16-463c-8cd2-c608e4d09b68} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1705 | 2025.04.22 03:04:02.463715 [ 276 ] {23031538-ec16-463c-8cd2-c608e4d09b68} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 1706 | 2025.04.22 03:04:02.463743 [ 276 ] {23031538-ec16-463c-8cd2-c608e4d09b68} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1707 | 2025.04.22 03:04:02.463843 [ 276 ] {23031538-ec16-463c-8cd2-c608e4d09b68} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1708 | 2025.04.22 03:04:02.463864 [ 276 ] {23031538-ec16-463c-8cd2-c608e4d09b68} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
| 1709 | 2025.04.22 03:04:02.463904 [ 276 ] {23031538-ec16-463c-8cd2-c608e4d09b68} <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_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'))" | ||
| 1710 | 2025.04.22 03:04:02.463944 [ 276 ] {23031538-ec16-463c-8cd2-c608e4d09b68} <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_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'))" | ||
| 1711 | 2025.04.22 03:04:02.463982 [ 276 ] {23031538-ec16-463c-8cd2-c608e4d09b68} <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_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'))" | ||
| 1712 | 2025.04.22 03:04:02.465250 [ 276 ] {23031538-ec16-463c-8cd2-c608e4d09b68} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.00267 sec., 8239.700374531834 rows/sec., 344.91 KiB/sec. | ||
| 1713 | 2025.04.22 03:04:02.465403 [ 276 ] {23031538-ec16-463c-8cd2-c608e4d09b68} <Debug> TCPHandler: Processed in 0.002960149 sec. | ||
| 1714 | 2025.04.22 03:04:02.465631 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1715 | 2025.04.22 03:04:02.465788 [ 276 ] {ab683f55-6aae-474c-9aed-be287913feb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) 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_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) | ||
| 1716 | 2025.04.22 03:04:02.466064 [ 276 ] {ab683f55-6aae-474c-9aed-be287913feb7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1717 | 2025.04.22 03:04:02.466109 [ 276 ] {ab683f55-6aae-474c-9aed-be287913feb7} <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_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 | ||
| 1718 | 2025.04.22 03:04:02.466398 [ 276 ] {ab683f55-6aae-474c-9aed-be287913feb7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1719 | 2025.04.22 03:04:02.466461 [ 276 ] {ab683f55-6aae-474c-9aed-be287913feb7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1720 | 2025.04.22 03:04:02.466598 [ 276 ] {ab683f55-6aae-474c-9aed-be287913feb7} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 1721 | 2025.04.22 03:04:02.466715 [ 289 ] {ab683f55-6aae-474c-9aed-be287913feb7} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1722 | 2025.04.22 03:04:02.466749 [ 288 ] {ab683f55-6aae-474c-9aed-be287913feb7} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1723 | 2025.04.22 03:04:02.466759 [ 287 ] {ab683f55-6aae-474c-9aed-be287913feb7} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1724 | 2025.04.22 03:04:02.466874 [ 276 ] {ab683f55-6aae-474c-9aed-be287913feb7} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 1725 | 2025.04.22 03:04:02.466903 [ 276 ] {ab683f55-6aae-474c-9aed-be287913feb7} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1726 | 2025.04.22 03:04:02.467005 [ 276 ] {ab683f55-6aae-474c-9aed-be287913feb7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1727 | 2025.04.22 03:04:02.467026 [ 276 ] {ab683f55-6aae-474c-9aed-be287913feb7} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
| 1728 | 2025.04.22 03:04:02.467064 [ 276 ] {ab683f55-6aae-474c-9aed-be287913feb7} <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_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'))" | ||
| 1729 | 2025.04.22 03:04:02.467106 [ 276 ] {ab683f55-6aae-474c-9aed-be287913feb7} <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_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'))" | ||
| 1730 | 2025.04.22 03:04:02.467246 [ 276 ] {ab683f55-6aae-474c-9aed-be287913feb7} <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_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'))" | ||
| 1731 | 2025.04.22 03:04:02.468561 [ 276 ] {ab683f55-6aae-474c-9aed-be287913feb7} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002844 sec., 7735.583684950773 rows/sec., 323.80 KiB/sec. | ||
| 1732 | 2025.04.22 03:04:02.468717 [ 276 ] {ab683f55-6aae-474c-9aed-be287913feb7} <Debug> TCPHandler: Processed in 0.003135794 sec. | ||
| 1733 | 2025.04.22 03:04:02.473881 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1734 | 2025.04.22 03:04:02.474171 [ 276 ] {1fb57ba8-c18e-43a1-bab5-060f8aae414b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) 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_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) | ||
| 1735 | 2025.04.22 03:04:02.474527 [ 276 ] {1fb57ba8-c18e-43a1-bab5-060f8aae414b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1736 | 2025.04.22 03:04:02.474572 [ 276 ] {1fb57ba8-c18e-43a1-bab5-060f8aae414b} <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_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 | ||
| 1737 | 2025.04.22 03:04:02.474864 [ 276 ] {1fb57ba8-c18e-43a1-bab5-060f8aae414b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1738 | 2025.04.22 03:04:02.474928 [ 276 ] {1fb57ba8-c18e-43a1-bab5-060f8aae414b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1739 | 2025.04.22 03:04:02.475074 [ 276 ] {1fb57ba8-c18e-43a1-bab5-060f8aae414b} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 1740 | 2025.04.22 03:04:02.475180 [ 289 ] {1fb57ba8-c18e-43a1-bab5-060f8aae414b} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1741 | 2025.04.22 03:04:02.475214 [ 291 ] {1fb57ba8-c18e-43a1-bab5-060f8aae414b} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1742 | 2025.04.22 03:04:02.475239 [ 287 ] {1fb57ba8-c18e-43a1-bab5-060f8aae414b} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1743 | 2025.04.22 03:04:02.475374 [ 276 ] {1fb57ba8-c18e-43a1-bab5-060f8aae414b} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 1744 | 2025.04.22 03:04:02.475404 [ 276 ] {1fb57ba8-c18e-43a1-bab5-060f8aae414b} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1745 | 2025.04.22 03:04:02.475511 [ 276 ] {1fb57ba8-c18e-43a1-bab5-060f8aae414b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1746 | 2025.04.22 03:04:02.475534 [ 276 ] {1fb57ba8-c18e-43a1-bab5-060f8aae414b} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
| 1747 | 2025.04.22 03:04:02.475573 [ 276 ] {1fb57ba8-c18e-43a1-bab5-060f8aae414b} <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_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'))" | ||
| 1748 | 2025.04.22 03:04:02.475615 [ 276 ] {1fb57ba8-c18e-43a1-bab5-060f8aae414b} <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_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'))" | ||
| 1749 | 2025.04.22 03:04:02.475654 [ 276 ] {1fb57ba8-c18e-43a1-bab5-060f8aae414b} <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_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'))" | ||
| 1750 | 2025.04.22 03:04:02.477106 [ 276 ] {1fb57ba8-c18e-43a1-bab5-060f8aae414b} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.00308 sec., 7142.857142857143 rows/sec., 298.99 KiB/sec. | ||
| 1751 | 2025.04.22 03:04:02.477257 [ 276 ] {1fb57ba8-c18e-43a1-bab5-060f8aae414b} <Debug> TCPHandler: Processed in 0.003469493 sec. | ||
| 1752 | 2025.04.22 03:04:02.486646 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1753 | 2025.04.22 03:04:02.486766 [ 276 ] {ca8e480f-a739-4a4e-bc86-4569f00689b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1754 | 2025.04.22 03:04:02.486815 [ 276 ] {ca8e480f-a739-4a4e-bc86-4569f00689b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1755 | 2025.04.22 03:04:02.487512 [ 276 ] {ca8e480f-a739-4a4e-bc86-4569f00689b4} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1756 | 2025.04.22 03:04:02.487556 [ 276 ] {ca8e480f-a739-4a4e-bc86-4569f00689b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 1757 | 2025.04.22 03:04:02.488052 [ 276 ] {ca8e480f-a739-4a4e-bc86-4569f00689b4} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1758 | 2025.04.22 03:04:02.488264 [ 276 ] {ca8e480f-a739-4a4e-bc86-4569f00689b4} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1759 | 2025.04.22 03:04:02.488492 [ 276 ] {ca8e480f-a739-4a4e-bc86-4569f00689b4} <Debug> executeQuery: Read 12 rows, 4.37 KiB in 0.001756 sec., 6833.7129840546695 rows/sec., 2.43 MiB/sec. | ||
| 1760 | 2025.04.22 03:04:02.488671 [ 276 ] {ca8e480f-a739-4a4e-bc86-4569f00689b4} <Debug> TCPHandler: Processed in 0.002074016 sec. | ||
| 1761 | 2025.04.22 03:04:02.488814 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1762 | 2025.04.22 03:04:02.488919 [ 276 ] {4c67d1e7-85ea-4f3a-8aec-924f2bc3ffa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1763 | 2025.04.22 03:04:02.488964 [ 276 ] {4c67d1e7-85ea-4f3a-8aec-924f2bc3ffa0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1764 | 2025.04.22 03:04:02.492057 [ 276 ] {4c67d1e7-85ea-4f3a-8aec-924f2bc3ffa0} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1765 | 2025.04.22 03:04:02.492101 [ 276 ] {4c67d1e7-85ea-4f3a-8aec-924f2bc3ffa0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 1766 | 2025.04.22 03:04:02.492657 [ 276 ] {4c67d1e7-85ea-4f3a-8aec-924f2bc3ffa0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1767 | 2025.04.22 03:04:02.492932 [ 276 ] {4c67d1e7-85ea-4f3a-8aec-924f2bc3ffa0} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1768 | 2025.04.22 03:04:02.493300 [ 276 ] {4c67d1e7-85ea-4f3a-8aec-924f2bc3ffa0} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.004372 sec., 48490.3934126258 rows/sec., 3.08 MiB/sec. | ||
| 1769 | 2025.04.22 03:04:02.493410 [ 276 ] {4c67d1e7-85ea-4f3a-8aec-924f2bc3ffa0} <Debug> TCPHandler: Processed in 0.004646385 sec. | ||
| 1770 | 2025.04.22 03:04:02.493544 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1771 | 2025.04.22 03:04:02.493652 [ 276 ] {0850d1d1-3079-4141-a711-d8e6e81e5e63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1772 | 2025.04.22 03:04:02.493697 [ 276 ] {0850d1d1-3079-4141-a711-d8e6e81e5e63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1773 | 2025.04.22 03:04:02.494543 [ 276 ] {0850d1d1-3079-4141-a711-d8e6e81e5e63} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1774 | 2025.04.22 03:04:02.494583 [ 276 ] {0850d1d1-3079-4141-a711-d8e6e81e5e63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 1775 | 2025.04.22 03:04:02.494965 [ 276 ] {0850d1d1-3079-4141-a711-d8e6e81e5e63} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1776 | 2025.04.22 03:04:02.495196 [ 276 ] {0850d1d1-3079-4141-a711-d8e6e81e5e63} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1777 | 2025.04.22 03:04:02.495426 [ 276 ] {0850d1d1-3079-4141-a711-d8e6e81e5e63} <Debug> executeQuery: Read 689 rows, 56.23 KiB in 0.001798 sec., 383203.55951056734 rows/sec., 30.54 MiB/sec. | ||
| 1778 | 2025.04.22 03:04:02.495560 [ 276 ] {0850d1d1-3079-4141-a711-d8e6e81e5e63} <Debug> TCPHandler: Processed in 0.002066345 sec. | ||
| 1779 | 2025.04.22 03:04:02.495682 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1780 | 2025.04.22 03:04:02.495785 [ 276 ] {41882258-47a0-457a-9827-5aec62ca94e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1781 | 2025.04.22 03:04:02.495829 [ 276 ] {41882258-47a0-457a-9827-5aec62ca94e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1782 | 2025.04.22 03:04:02.496391 [ 276 ] {41882258-47a0-457a-9827-5aec62ca94e8} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1783 | 2025.04.22 03:04:02.496430 [ 276 ] {41882258-47a0-457a-9827-5aec62ca94e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 1784 | 2025.04.22 03:04:02.496772 [ 276 ] {41882258-47a0-457a-9827-5aec62ca94e8} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1785 | 2025.04.22 03:04:02.496999 [ 276 ] {41882258-47a0-457a-9827-5aec62ca94e8} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1786 | 2025.04.22 03:04:02.497272 [ 276 ] {41882258-47a0-457a-9827-5aec62ca94e8} <Debug> executeQuery: Read 142 rows, 9.09 KiB in 0.001485 sec., 95622.89562289562 rows/sec., 5.98 MiB/sec. | ||
| 1787 | 2025.04.22 03:04:02.497335 [ 276 ] {41882258-47a0-457a-9827-5aec62ca94e8} <Debug> TCPHandler: Processed in 0.001704116 sec. | ||
| 1788 | 2025.04.22 03:04:02.497452 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1789 | 2025.04.22 03:04:02.497555 [ 276 ] {30e961aa-b9df-4418-99c6-b90e841c183c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1790 | 2025.04.22 03:04:02.497598 [ 276 ] {30e961aa-b9df-4418-99c6-b90e841c183c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1791 | 2025.04.22 03:04:02.498122 [ 276 ] {30e961aa-b9df-4418-99c6-b90e841c183c} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1792 | 2025.04.22 03:04:02.498161 [ 276 ] {30e961aa-b9df-4418-99c6-b90e841c183c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 1793 | 2025.04.22 03:04:02.498605 [ 276 ] {30e961aa-b9df-4418-99c6-b90e841c183c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1794 | 2025.04.22 03:04:02.498840 [ 276 ] {30e961aa-b9df-4418-99c6-b90e841c183c} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1795 | 2025.04.22 03:04:02.499165 [ 276 ] {30e961aa-b9df-4418-99c6-b90e841c183c} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001579 sec., 71564.28119062698 rows/sec., 4.63 MiB/sec. | ||
| 1796 | 2025.04.22 03:04:02.499325 [ 276 ] {30e961aa-b9df-4418-99c6-b90e841c183c} <Debug> TCPHandler: Processed in 0.001922462 sec. | ||
| 1797 | 2025.04.22 03:04:02.499445 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1798 | 2025.04.22 03:04:02.499549 [ 276 ] {11372165-9300-4ccc-ad99-2258fc1c7a12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1799 | 2025.04.22 03:04:02.499592 [ 276 ] {11372165-9300-4ccc-ad99-2258fc1c7a12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1800 | 2025.04.22 03:04:02.500130 [ 276 ] {11372165-9300-4ccc-ad99-2258fc1c7a12} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1801 | 2025.04.22 03:04:02.500169 [ 276 ] {11372165-9300-4ccc-ad99-2258fc1c7a12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 1802 | 2025.04.22 03:04:02.500610 [ 276 ] {11372165-9300-4ccc-ad99-2258fc1c7a12} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1803 | 2025.04.22 03:04:02.500835 [ 276 ] {11372165-9300-4ccc-ad99-2258fc1c7a12} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1804 | 2025.04.22 03:04:02.500999 [ 276 ] {11372165-9300-4ccc-ad99-2258fc1c7a12} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001469 sec., 76242.3417290674 rows/sec., 4.34 MiB/sec. | ||
| 1805 | 2025.04.22 03:04:02.501225 [ 276 ] {11372165-9300-4ccc-ad99-2258fc1c7a12} <Debug> TCPHandler: Processed in 0.001824859 sec. | ||
| 1806 | 2025.04.22 03:04:02.501357 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1807 | 2025.04.22 03:04:02.501458 [ 276 ] {574014b9-d996-4915-8da6-79c02aa9f35e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1808 | 2025.04.22 03:04:02.501501 [ 276 ] {574014b9-d996-4915-8da6-79c02aa9f35e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1809 | 2025.04.22 03:04:02.502133 [ 276 ] {574014b9-d996-4915-8da6-79c02aa9f35e} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1810 | 2025.04.22 03:04:02.502172 [ 276 ] {574014b9-d996-4915-8da6-79c02aa9f35e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 1811 | 2025.04.22 03:04:02.502523 [ 276 ] {574014b9-d996-4915-8da6-79c02aa9f35e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1812 | 2025.04.22 03:04:02.502757 [ 276 ] {574014b9-d996-4915-8da6-79c02aa9f35e} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1813 | 2025.04.22 03:04:02.503102 [ 276 ] {574014b9-d996-4915-8da6-79c02aa9f35e} <Debug> executeQuery: Read 418 rows, 30.47 KiB in 0.001619 sec., 258184.06423718345 rows/sec., 18.38 MiB/sec. | ||
| 1814 | 2025.04.22 03:04:02.503342 [ 276 ] {574014b9-d996-4915-8da6-79c02aa9f35e} <Debug> TCPHandler: Processed in 0.002031604 sec. | ||
| 1815 | 2025.04.22 03:04:02.503475 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1816 | 2025.04.22 03:04:02.503579 [ 276 ] {d4153747-03ad-4755-9bd6-9c7525614f65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1817 | 2025.04.22 03:04:02.503625 [ 276 ] {d4153747-03ad-4755-9bd6-9c7525614f65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1818 | 2025.04.22 03:04:02.504050 [ 276 ] {d4153747-03ad-4755-9bd6-9c7525614f65} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1819 | 2025.04.22 03:04:02.504088 [ 276 ] {d4153747-03ad-4755-9bd6-9c7525614f65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 1820 | 2025.04.22 03:04:02.504493 [ 276 ] {d4153747-03ad-4755-9bd6-9c7525614f65} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1821 | 2025.04.22 03:04:02.504718 [ 276 ] {d4153747-03ad-4755-9bd6-9c7525614f65} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1822 | 2025.04.22 03:04:02.505047 [ 276 ] {d4153747-03ad-4755-9bd6-9c7525614f65} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001454 sec., 4126.547455295736 rows/sec., 215.60 KiB/sec. | ||
| 1823 | 2025.04.22 03:04:02.505147 [ 276 ] {d4153747-03ad-4755-9bd6-9c7525614f65} <Debug> TCPHandler: Processed in 0.001721266 sec. | ||
| 1824 | 2025.04.22 03:04:02.505257 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1825 | 2025.04.22 03:04:02.505360 [ 276 ] {3c6af574-13bc-458c-ba0d-4cafc263f9df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1826 | 2025.04.22 03:04:02.505408 [ 276 ] {3c6af574-13bc-458c-ba0d-4cafc263f9df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1827 | 2025.04.22 03:04:02.505924 [ 276 ] {3c6af574-13bc-458c-ba0d-4cafc263f9df} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1828 | 2025.04.22 03:04:02.505961 [ 276 ] {3c6af574-13bc-458c-ba0d-4cafc263f9df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 1829 | 2025.04.22 03:04:02.506328 [ 276 ] {3c6af574-13bc-458c-ba0d-4cafc263f9df} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1830 | 2025.04.22 03:04:02.506560 [ 276 ] {3c6af574-13bc-458c-ba0d-4cafc263f9df} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1831 | 2025.04.22 03:04:02.506806 [ 276 ] {3c6af574-13bc-458c-ba0d-4cafc263f9df} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001446 sec., 163900.41493775934 rows/sec., 10.99 MiB/sec. | ||
| 1832 | 2025.04.22 03:04:02.506907 [ 276 ] {3c6af574-13bc-458c-ba0d-4cafc263f9df} <Debug> TCPHandler: Processed in 0.001699136 sec. | ||
| 1833 | 2025.04.22 03:04:02.507034 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1834 | 2025.04.22 03:04:02.507137 [ 276 ] {7796d67d-ee50-421e-a57f-f5fb07d20773} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1835 | 2025.04.22 03:04:02.507184 [ 276 ] {7796d67d-ee50-421e-a57f-f5fb07d20773} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1836 | 2025.04.22 03:04:02.507581 [ 276 ] {7796d67d-ee50-421e-a57f-f5fb07d20773} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1837 | 2025.04.22 03:04:02.507619 [ 276 ] {7796d67d-ee50-421e-a57f-f5fb07d20773} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 1838 | 2025.04.22 03:04:02.508012 [ 276 ] {7796d67d-ee50-421e-a57f-f5fb07d20773} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1839 | 2025.04.22 03:04:02.508246 [ 276 ] {7796d67d-ee50-421e-a57f-f5fb07d20773} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1840 | 2025.04.22 03:04:02.508568 [ 276 ] {7796d67d-ee50-421e-a57f-f5fb07d20773} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001423 sec., 702.7406886858749 rows/sec., 47.35 KiB/sec. | ||
| 1841 | 2025.04.22 03:04:02.508656 [ 276 ] {7796d67d-ee50-421e-a57f-f5fb07d20773} <Debug> TCPHandler: Processed in 0.001672244 sec. | ||
| 1842 | 2025.04.22 03:04:02.508810 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1843 | 2025.04.22 03:04:02.508940 [ 276 ] {d30d223c-dfa8-48d0-b7ed-6483f93a55f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1844 | 2025.04.22 03:04:02.509017 [ 276 ] {d30d223c-dfa8-48d0-b7ed-6483f93a55f0} <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 | ||
| 1845 | 2025.04.22 03:04:02.510238 [ 276 ] {d30d223c-dfa8-48d0-b7ed-6483f93a55f0} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1846 | 2025.04.22 03:04:02.510278 [ 276 ] {d30d223c-dfa8-48d0-b7ed-6483f93a55f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 1847 | 2025.04.22 03:04:02.510910 [ 276 ] {d30d223c-dfa8-48d0-b7ed-6483f93a55f0} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1848 | 2025.04.22 03:04:02.511157 [ 276 ] {d30d223c-dfa8-48d0-b7ed-6483f93a55f0} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1849 | 2025.04.22 03:04:02.511373 [ 276 ] {d30d223c-dfa8-48d0-b7ed-6483f93a55f0} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002462 sec., 14622.258326563768 rows/sec., 26.20 MiB/sec. | ||
| 1850 | 2025.04.22 03:04:02.511464 [ 276 ] {d30d223c-dfa8-48d0-b7ed-6483f93a55f0} <Debug> TCPHandler: Processed in 0.002713253 sec. | ||
| 1851 | 2025.04.22 03:04:02.511583 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1852 | 2025.04.22 03:04:02.511685 [ 276 ] {ebc9f534-7209-4c34-a129-953c9a8260c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1853 | 2025.04.22 03:04:02.511730 [ 276 ] {ebc9f534-7209-4c34-a129-953c9a8260c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1854 | 2025.04.22 03:04:02.512138 [ 276 ] {ebc9f534-7209-4c34-a129-953c9a8260c7} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1855 | 2025.04.22 03:04:02.512176 [ 276 ] {ebc9f534-7209-4c34-a129-953c9a8260c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 1856 | 2025.04.22 03:04:02.512510 [ 276 ] {ebc9f534-7209-4c34-a129-953c9a8260c7} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1857 | 2025.04.22 03:04:02.512739 [ 276 ] {ebc9f534-7209-4c34-a129-953c9a8260c7} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): 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.04.22 03:04:02.512971 [ 276 ] {ebc9f534-7209-4c34-a129-953c9a8260c7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001305 sec., 62835.249042145595 rows/sec., 3.99 MiB/sec. | ||
| 1859 | 2025.04.22 03:04:02.513142 [ 276 ] {ebc9f534-7209-4c34-a129-953c9a8260c7} <Debug> TCPHandler: Processed in 0.001602632 sec. | ||
| 1860 | 2025.04.22 03:04:02.825649 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1861 | 2025.04.22 03:04:02.825948 [ 276 ] {6709f374-87ad-4856-a6d2-b598f3881660} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1862 | 2025.04.22 03:04:02.826409 [ 276 ] {6709f374-87ad-4856-a6d2-b598f3881660} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1863 | 2025.04.22 03:04:02.826458 [ 276 ] {6709f374-87ad-4856-a6d2-b598f3881660} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1864 | 2025.04.22 03:04:02.826800 [ 276 ] {6709f374-87ad-4856-a6d2-b598f3881660} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1865 | 2025.04.22 03:04:02.826878 [ 276 ] {6709f374-87ad-4856-a6d2-b598f3881660} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1866 | 2025.04.22 03:04:02.827050 [ 276 ] {6709f374-87ad-4856-a6d2-b598f3881660} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 1867 | 2025.04.22 03:04:02.827260 [ 291 ] {6709f374-87ad-4856-a6d2-b598f3881660} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1868 | 2025.04.22 03:04:02.827259 [ 289 ] {6709f374-87ad-4856-a6d2-b598f3881660} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1869 | 2025.04.22 03:04:02.827313 [ 287 ] {6709f374-87ad-4856-a6d2-b598f3881660} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 1870 | 2025.04.22 03:04:02.827269 [ 288 ] {6709f374-87ad-4856-a6d2-b598f3881660} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1871 | 2025.04.22 03:04:02.827488 [ 276 ] {6709f374-87ad-4856-a6d2-b598f3881660} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
| 1872 | 2025.04.22 03:04:02.827514 [ 276 ] {6709f374-87ad-4856-a6d2-b598f3881660} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1873 | 2025.04.22 03:04:02.827646 [ 276 ] {6709f374-87ad-4856-a6d2-b598f3881660} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1874 | 2025.04.22 03:04:02.827670 [ 276 ] {6709f374-87ad-4856-a6d2-b598f3881660} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Reading approx. 34 rows with 4 streams | ||
| 1875 | 2025.04.22 03:04:02.827714 [ 276 ] {6709f374-87ad-4856-a6d2-b598f3881660} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1876 | 2025.04.22 03:04:02.827760 [ 276 ] {6709f374-87ad-4856-a6d2-b598f3881660} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1877 | 2025.04.22 03:04:02.827799 [ 276 ] {6709f374-87ad-4856-a6d2-b598f3881660} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1878 | 2025.04.22 03:04:02.827837 [ 276 ] {6709f374-87ad-4856-a6d2-b598f3881660} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1879 | 2025.04.22 03:04:02.829903 [ 276 ] {6709f374-87ad-4856-a6d2-b598f3881660} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.004097 sec., 8298.755186721992 rows/sec., 319.40 KiB/sec. | ||
| 1880 | 2025.04.22 03:04:02.830113 [ 276 ] {6709f374-87ad-4856-a6d2-b598f3881660} <Debug> MemoryTracker: Peak memory usage (for query): 142.24 KiB. | ||
| 1881 | 2025.04.22 03:04:02.830131 [ 276 ] {6709f374-87ad-4856-a6d2-b598f3881660} <Debug> TCPHandler: Processed in 0.004618693 sec. | ||
| 1882 | 2025.04.22 03:04:02.830474 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1883 | 2025.04.22 03:04:02.830639 [ 276 ] {96166825-badc-4b79-8248-7c209f06b158} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1884 | 2025.04.22 03:04:02.830930 [ 276 ] {96166825-badc-4b79-8248-7c209f06b158} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1885 | 2025.04.22 03:04:02.830978 [ 276 ] {96166825-badc-4b79-8248-7c209f06b158} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1886 | 2025.04.22 03:04:02.831283 [ 276 ] {96166825-badc-4b79-8248-7c209f06b158} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1887 | 2025.04.22 03:04:02.831348 [ 276 ] {96166825-badc-4b79-8248-7c209f06b158} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1888 | 2025.04.22 03:04:02.831483 [ 276 ] {96166825-badc-4b79-8248-7c209f06b158} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 1889 | 2025.04.22 03:04:02.831625 [ 291 ] {96166825-badc-4b79-8248-7c209f06b158} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1890 | 2025.04.22 03:04:02.831655 [ 289 ] {96166825-badc-4b79-8248-7c209f06b158} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1891 | 2025.04.22 03:04:02.831709 [ 287 ] {96166825-badc-4b79-8248-7c209f06b158} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 1892 | 2025.04.22 03:04:02.831696 [ 293 ] {96166825-badc-4b79-8248-7c209f06b158} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1893 | 2025.04.22 03:04:02.831847 [ 276 ] {96166825-badc-4b79-8248-7c209f06b158} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
| 1894 | 2025.04.22 03:04:02.831876 [ 276 ] {96166825-badc-4b79-8248-7c209f06b158} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1895 | 2025.04.22 03:04:02.831997 [ 276 ] {96166825-badc-4b79-8248-7c209f06b158} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1896 | 2025.04.22 03:04:02.832019 [ 276 ] {96166825-badc-4b79-8248-7c209f06b158} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Reading approx. 34 rows with 4 streams | ||
| 1897 | 2025.04.22 03:04:02.832057 [ 276 ] {96166825-badc-4b79-8248-7c209f06b158} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1898 | 2025.04.22 03:04:02.832098 [ 276 ] {96166825-badc-4b79-8248-7c209f06b158} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1899 | 2025.04.22 03:04:02.832133 [ 276 ] {96166825-badc-4b79-8248-7c209f06b158} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1900 | 2025.04.22 03:04:02.832168 [ 276 ] {96166825-badc-4b79-8248-7c209f06b158} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1901 | 2025.04.22 03:04:02.834100 [ 276 ] {96166825-badc-4b79-8248-7c209f06b158} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003538 sec., 9609.949123798757 rows/sec., 369.87 KiB/sec. | ||
| 1902 | 2025.04.22 03:04:02.834304 [ 276 ] {96166825-badc-4b79-8248-7c209f06b158} <Debug> MemoryTracker: Peak memory usage (for query): 142.04 KiB. | ||
| 1903 | 2025.04.22 03:04:02.834321 [ 276 ] {96166825-badc-4b79-8248-7c209f06b158} <Debug> TCPHandler: Processed in 0.003903344 sec. | ||
| 1904 | 2025.04.22 03:04:02.834552 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1905 | 2025.04.22 03:04:02.834714 [ 276 ] {67d45e5a-72fa-4395-a88c-820971b221f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1906 | 2025.04.22 03:04:02.835003 [ 276 ] {67d45e5a-72fa-4395-a88c-820971b221f0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1907 | 2025.04.22 03:04:02.835049 [ 276 ] {67d45e5a-72fa-4395-a88c-820971b221f0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1908 | 2025.04.22 03:04:02.835352 [ 276 ] {67d45e5a-72fa-4395-a88c-820971b221f0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1909 | 2025.04.22 03:04:02.835418 [ 276 ] {67d45e5a-72fa-4395-a88c-820971b221f0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1910 | 2025.04.22 03:04:02.835556 [ 276 ] {67d45e5a-72fa-4395-a88c-820971b221f0} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 1911 | 2025.04.22 03:04:02.835764 [ 293 ] {67d45e5a-72fa-4395-a88c-820971b221f0} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1912 | 2025.04.22 03:04:02.835797 [ 289 ] {67d45e5a-72fa-4395-a88c-820971b221f0} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 1913 | 2025.04.22 03:04:02.835822 [ 291 ] {67d45e5a-72fa-4395-a88c-820971b221f0} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1914 | 2025.04.22 03:04:02.835839 [ 287 ] {67d45e5a-72fa-4395-a88c-820971b221f0} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1915 | 2025.04.22 03:04:02.836034 [ 276 ] {67d45e5a-72fa-4395-a88c-820971b221f0} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
| 1916 | 2025.04.22 03:04:02.836072 [ 276 ] {67d45e5a-72fa-4395-a88c-820971b221f0} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1917 | 2025.04.22 03:04:02.836193 [ 276 ] {67d45e5a-72fa-4395-a88c-820971b221f0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1918 | 2025.04.22 03:04:02.836215 [ 276 ] {67d45e5a-72fa-4395-a88c-820971b221f0} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Reading approx. 34 rows with 4 streams | ||
| 1919 | 2025.04.22 03:04:02.836254 [ 276 ] {67d45e5a-72fa-4395-a88c-820971b221f0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1920 | 2025.04.22 03:04:02.836295 [ 276 ] {67d45e5a-72fa-4395-a88c-820971b221f0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1921 | 2025.04.22 03:04:02.836332 [ 276 ] {67d45e5a-72fa-4395-a88c-820971b221f0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1922 | 2025.04.22 03:04:02.836366 [ 276 ] {67d45e5a-72fa-4395-a88c-820971b221f0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1923 | 2025.04.22 03:04:02.838130 [ 276 ] {67d45e5a-72fa-4395-a88c-820971b221f0} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003493 sec., 9733.753220727169 rows/sec., 374.63 KiB/sec. | ||
| 1924 | 2025.04.22 03:04:02.838326 [ 276 ] {67d45e5a-72fa-4395-a88c-820971b221f0} <Debug> MemoryTracker: Peak memory usage (for query): 143.70 KiB. | ||
| 1925 | 2025.04.22 03:04:02.838342 [ 276 ] {67d45e5a-72fa-4395-a88c-820971b221f0} <Debug> TCPHandler: Processed in 0.003842253 sec. | ||
| 1926 | 2025.04.22 03:04:02.838565 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1927 | 2025.04.22 03:04:02.838730 [ 276 ] {c7a74cac-bcc9-4d3f-8188-ae86f4d7ad03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1928 | 2025.04.22 03:04:02.839023 [ 276 ] {c7a74cac-bcc9-4d3f-8188-ae86f4d7ad03} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1929 | 2025.04.22 03:04:02.839070 [ 276 ] {c7a74cac-bcc9-4d3f-8188-ae86f4d7ad03} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1930 | 2025.04.22 03:04:02.839385 [ 276 ] {c7a74cac-bcc9-4d3f-8188-ae86f4d7ad03} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1931 | 2025.04.22 03:04:02.839450 [ 276 ] {c7a74cac-bcc9-4d3f-8188-ae86f4d7ad03} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1932 | 2025.04.22 03:04:02.839587 [ 276 ] {c7a74cac-bcc9-4d3f-8188-ae86f4d7ad03} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 1933 | 2025.04.22 03:04:02.839781 [ 287 ] {c7a74cac-bcc9-4d3f-8188-ae86f4d7ad03} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1934 | 2025.04.22 03:04:02.839780 [ 293 ] {c7a74cac-bcc9-4d3f-8188-ae86f4d7ad03} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1935 | 2025.04.22 03:04:02.839840 [ 289 ] {c7a74cac-bcc9-4d3f-8188-ae86f4d7ad03} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 1936 | 2025.04.22 03:04:02.839849 [ 288 ] {c7a74cac-bcc9-4d3f-8188-ae86f4d7ad03} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1937 | 2025.04.22 03:04:02.840024 [ 276 ] {c7a74cac-bcc9-4d3f-8188-ae86f4d7ad03} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
| 1938 | 2025.04.22 03:04:02.840048 [ 276 ] {c7a74cac-bcc9-4d3f-8188-ae86f4d7ad03} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1939 | 2025.04.22 03:04:02.840169 [ 276 ] {c7a74cac-bcc9-4d3f-8188-ae86f4d7ad03} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1940 | 2025.04.22 03:04:02.840191 [ 276 ] {c7a74cac-bcc9-4d3f-8188-ae86f4d7ad03} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Reading approx. 34 rows with 4 streams | ||
| 1941 | 2025.04.22 03:04:02.840229 [ 276 ] {c7a74cac-bcc9-4d3f-8188-ae86f4d7ad03} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1942 | 2025.04.22 03:04:02.840270 [ 276 ] {c7a74cac-bcc9-4d3f-8188-ae86f4d7ad03} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1943 | 2025.04.22 03:04:02.840307 [ 276 ] {c7a74cac-bcc9-4d3f-8188-ae86f4d7ad03} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1944 | 2025.04.22 03:04:02.840341 [ 276 ] {c7a74cac-bcc9-4d3f-8188-ae86f4d7ad03} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1945 | 2025.04.22 03:04:02.842101 [ 276 ] {c7a74cac-bcc9-4d3f-8188-ae86f4d7ad03} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003449 sec., 9857.929834734707 rows/sec., 379.41 KiB/sec. | ||
| 1946 | 2025.04.22 03:04:02.842302 [ 276 ] {c7a74cac-bcc9-4d3f-8188-ae86f4d7ad03} <Debug> MemoryTracker: Peak memory usage (for query): 142.64 KiB. | ||
| 1947 | 2025.04.22 03:04:02.842318 [ 276 ] {c7a74cac-bcc9-4d3f-8188-ae86f4d7ad03} <Debug> TCPHandler: Processed in 0.003805652 sec. | ||
| 1948 | 2025.04.22 03:04:02.842530 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1949 | 2025.04.22 03:04:02.842693 [ 276 ] {92d97b9a-b8e1-4f11-b99b-221d02c799c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1950 | 2025.04.22 03:04:02.842987 [ 276 ] {92d97b9a-b8e1-4f11-b99b-221d02c799c9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1951 | 2025.04.22 03:04:02.843035 [ 276 ] {92d97b9a-b8e1-4f11-b99b-221d02c799c9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1952 | 2025.04.22 03:04:02.843344 [ 276 ] {92d97b9a-b8e1-4f11-b99b-221d02c799c9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1953 | 2025.04.22 03:04:02.843409 [ 276 ] {92d97b9a-b8e1-4f11-b99b-221d02c799c9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1954 | 2025.04.22 03:04:02.843545 [ 276 ] {92d97b9a-b8e1-4f11-b99b-221d02c799c9} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 1955 | 2025.04.22 03:04:02.843733 [ 293 ] {92d97b9a-b8e1-4f11-b99b-221d02c799c9} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1956 | 2025.04.22 03:04:02.843733 [ 288 ] {92d97b9a-b8e1-4f11-b99b-221d02c799c9} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1957 | 2025.04.22 03:04:02.843761 [ 289 ] {92d97b9a-b8e1-4f11-b99b-221d02c799c9} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1958 | 2025.04.22 03:04:02.843751 [ 287 ] {92d97b9a-b8e1-4f11-b99b-221d02c799c9} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 1959 | 2025.04.22 03:04:02.843918 [ 276 ] {92d97b9a-b8e1-4f11-b99b-221d02c799c9} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
| 1960 | 2025.04.22 03:04:02.843947 [ 276 ] {92d97b9a-b8e1-4f11-b99b-221d02c799c9} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1961 | 2025.04.22 03:04:02.844066 [ 276 ] {92d97b9a-b8e1-4f11-b99b-221d02c799c9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1962 | 2025.04.22 03:04:02.844087 [ 276 ] {92d97b9a-b8e1-4f11-b99b-221d02c799c9} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Reading approx. 34 rows with 4 streams | ||
| 1963 | 2025.04.22 03:04:02.844125 [ 276 ] {92d97b9a-b8e1-4f11-b99b-221d02c799c9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1964 | 2025.04.22 03:04:02.844166 [ 276 ] {92d97b9a-b8e1-4f11-b99b-221d02c799c9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1965 | 2025.04.22 03:04:02.844204 [ 276 ] {92d97b9a-b8e1-4f11-b99b-221d02c799c9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1966 | 2025.04.22 03:04:02.844240 [ 276 ] {92d97b9a-b8e1-4f11-b99b-221d02c799c9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1967 | 2025.04.22 03:04:02.846046 [ 276 ] {92d97b9a-b8e1-4f11-b99b-221d02c799c9} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003432 sec., 9906.759906759906 rows/sec., 381.29 KiB/sec. | ||
| 1968 | 2025.04.22 03:04:02.846250 [ 276 ] {92d97b9a-b8e1-4f11-b99b-221d02c799c9} <Debug> MemoryTracker: Peak memory usage (for query): 142.90 KiB. | ||
| 1969 | 2025.04.22 03:04:02.846267 [ 276 ] {92d97b9a-b8e1-4f11-b99b-221d02c799c9} <Debug> TCPHandler: Processed in 0.003788481 sec. | ||
| 1970 | 2025.04.22 03:04:02.846485 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1971 | 2025.04.22 03:04:02.846656 [ 276 ] {8ceb28b0-3385-45cb-9c09-6edbda1811c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1972 | 2025.04.22 03:04:02.846948 [ 276 ] {8ceb28b0-3385-45cb-9c09-6edbda1811c8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1973 | 2025.04.22 03:04:02.846996 [ 276 ] {8ceb28b0-3385-45cb-9c09-6edbda1811c8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1974 | 2025.04.22 03:04:02.847309 [ 276 ] {8ceb28b0-3385-45cb-9c09-6edbda1811c8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1975 | 2025.04.22 03:04:02.847373 [ 276 ] {8ceb28b0-3385-45cb-9c09-6edbda1811c8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1976 | 2025.04.22 03:04:02.847510 [ 276 ] {8ceb28b0-3385-45cb-9c09-6edbda1811c8} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 1977 | 2025.04.22 03:04:02.847688 [ 293 ] {8ceb28b0-3385-45cb-9c09-6edbda1811c8} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1978 | 2025.04.22 03:04:02.847689 [ 287 ] {8ceb28b0-3385-45cb-9c09-6edbda1811c8} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1979 | 2025.04.22 03:04:02.847721 [ 291 ] {8ceb28b0-3385-45cb-9c09-6edbda1811c8} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1980 | 2025.04.22 03:04:02.847721 [ 289 ] {8ceb28b0-3385-45cb-9c09-6edbda1811c8} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 1981 | 2025.04.22 03:04:02.847883 [ 276 ] {8ceb28b0-3385-45cb-9c09-6edbda1811c8} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
| 1982 | 2025.04.22 03:04:02.847911 [ 276 ] {8ceb28b0-3385-45cb-9c09-6edbda1811c8} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1983 | 2025.04.22 03:04:02.848030 [ 276 ] {8ceb28b0-3385-45cb-9c09-6edbda1811c8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1984 | 2025.04.22 03:04:02.848050 [ 276 ] {8ceb28b0-3385-45cb-9c09-6edbda1811c8} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Reading approx. 34 rows with 4 streams | ||
| 1985 | 2025.04.22 03:04:02.848089 [ 276 ] {8ceb28b0-3385-45cb-9c09-6edbda1811c8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1986 | 2025.04.22 03:04:02.848129 [ 276 ] {8ceb28b0-3385-45cb-9c09-6edbda1811c8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1987 | 2025.04.22 03:04:02.848166 [ 276 ] {8ceb28b0-3385-45cb-9c09-6edbda1811c8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1988 | 2025.04.22 03:04:02.848204 [ 276 ] {8ceb28b0-3385-45cb-9c09-6edbda1811c8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1989 | 2025.04.22 03:04:02.850038 [ 276 ] {8ceb28b0-3385-45cb-9c09-6edbda1811c8} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003467 sec., 9806.74935102394 rows/sec., 377.44 KiB/sec. | ||
| 1990 | 2025.04.22 03:04:02.850236 [ 276 ] {8ceb28b0-3385-45cb-9c09-6edbda1811c8} <Debug> MemoryTracker: Peak memory usage (for query): 143.09 KiB. | ||
| 1991 | 2025.04.22 03:04:02.850253 [ 276 ] {8ceb28b0-3385-45cb-9c09-6edbda1811c8} <Debug> TCPHandler: Processed in 0.003820102 sec. | ||
| 1992 | 2025.04.22 03:04:02.956333 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1993 | 2025.04.22 03:04:02.956476 [ 276 ] {9e23275a-9cce-4479-87de-9b74b78990ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1994 | 2025.04.22 03:04:02.956535 [ 276 ] {9e23275a-9cce-4479-87de-9b74b78990ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1995 | 2025.04.22 03:04:02.957337 [ 276 ] {9e23275a-9cce-4479-87de-9b74b78990ec} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1996 | 2025.04.22 03:04:02.957382 [ 276 ] {9e23275a-9cce-4479-87de-9b74b78990ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 1997 | 2025.04.22 03:04:02.957860 [ 276 ] {9e23275a-9cce-4479-87de-9b74b78990ec} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1998 | 2025.04.22 03:04:02.958082 [ 276 ] {9e23275a-9cce-4479-87de-9b74b78990ec} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1999 | 2025.04.22 03:04:02.958310 [ 276 ] {9e23275a-9cce-4479-87de-9b74b78990ec} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.001873 sec., 3203.416978109984 rows/sec., 713.26 KiB/sec. | ||
| 2000 | 2025.04.22 03:04:02.958363 [ 276 ] {9e23275a-9cce-4479-87de-9b74b78990ec} <Debug> TCPHandler: Processed in 0.002095826 sec. | ||
| 2001 | 2025.04.22 03:04:02.958480 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2002 | 2025.04.22 03:04:02.958584 [ 276 ] {bfe97203-bf50-4868-9185-736fc1fb85dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2003 | 2025.04.22 03:04:02.958629 [ 276 ] {bfe97203-bf50-4868-9185-736fc1fb85dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2004 | 2025.04.22 03:04:02.959777 [ 276 ] {bfe97203-bf50-4868-9185-736fc1fb85dc} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2005 | 2025.04.22 03:04:02.959816 [ 276 ] {bfe97203-bf50-4868-9185-736fc1fb85dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 2006 | 2025.04.22 03:04:02.960236 [ 276 ] {bfe97203-bf50-4868-9185-736fc1fb85dc} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2007 | 2025.04.22 03:04:02.960476 [ 276 ] {bfe97203-bf50-4868-9185-736fc1fb85dc} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2008 | 2025.04.22 03:04:02.960742 [ 276 ] {bfe97203-bf50-4868-9185-736fc1fb85dc} <Debug> executeQuery: Read 1196 rows, 100.97 KiB in 0.002172 sec., 550644.5672191529 rows/sec., 45.40 MiB/sec. | ||
| 2009 | 2025.04.22 03:04:02.960945 [ 276 ] {bfe97203-bf50-4868-9185-736fc1fb85dc} <Debug> TCPHandler: Processed in 0.002511517 sec. | ||
| 2010 | 2025.04.22 03:04:02.961091 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2011 | 2025.04.22 03:04:02.961197 [ 276 ] {8a5b3a01-ffa5-4a3f-9222-b5c0a2fc19f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2012 | 2025.04.22 03:04:02.961242 [ 276 ] {8a5b3a01-ffa5-4a3f-9222-b5c0a2fc19f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2013 | 2025.04.22 03:04:02.961856 [ 276 ] {8a5b3a01-ffa5-4a3f-9222-b5c0a2fc19f5} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2014 | 2025.04.22 03:04:02.961895 [ 276 ] {8a5b3a01-ffa5-4a3f-9222-b5c0a2fc19f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 2015 | 2025.04.22 03:04:02.962229 [ 276 ] {8a5b3a01-ffa5-4a3f-9222-b5c0a2fc19f5} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2016 | 2025.04.22 03:04:02.962459 [ 276 ] {8a5b3a01-ffa5-4a3f-9222-b5c0a2fc19f5} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2017 | 2025.04.22 03:04:02.962641 [ 276 ] {8a5b3a01-ffa5-4a3f-9222-b5c0a2fc19f5} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001464 sec., 155737.70491803277 rows/sec., 10.55 MiB/sec. | ||
| 2018 | 2025.04.22 03:04:02.962690 [ 276 ] {8a5b3a01-ffa5-4a3f-9222-b5c0a2fc19f5} <Debug> TCPHandler: Processed in 0.001649884 sec. | ||
| 2019 | 2025.04.22 03:04:02.962821 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2020 | 2025.04.22 03:04:02.962954 [ 276 ] {857d5fc1-9caf-4df2-9b3f-b04e2fc86eef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2021 | 2025.04.22 03:04:02.963009 [ 276 ] {857d5fc1-9caf-4df2-9b3f-b04e2fc86eef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2022 | 2025.04.22 03:04:02.963748 [ 276 ] {857d5fc1-9caf-4df2-9b3f-b04e2fc86eef} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2023 | 2025.04.22 03:04:02.963788 [ 276 ] {857d5fc1-9caf-4df2-9b3f-b04e2fc86eef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 2024 | 2025.04.22 03:04:02.964154 [ 276 ] {857d5fc1-9caf-4df2-9b3f-b04e2fc86eef} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2025 | 2025.04.22 03:04:02.964388 [ 276 ] {857d5fc1-9caf-4df2-9b3f-b04e2fc86eef} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2026 | 2025.04.22 03:04:02.964583 [ 276 ] {857d5fc1-9caf-4df2-9b3f-b04e2fc86eef} <Debug> executeQuery: Read 520 rows, 39.40 KiB in 0.001658 sec., 313630.8805790109 rows/sec., 23.21 MiB/sec. | ||
| 2027 | 2025.04.22 03:04:02.964633 [ 276 ] {857d5fc1-9caf-4df2-9b3f-b04e2fc86eef} <Debug> TCPHandler: Processed in 0.00187491 sec. | ||
| 2028 | 2025.04.22 03:04:02.964753 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2029 | 2025.04.22 03:04:02.964857 [ 276 ] {f2cc131e-9adb-4dad-bbf2-834b22f578e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2030 | 2025.04.22 03:04:02.964905 [ 276 ] {f2cc131e-9adb-4dad-bbf2-834b22f578e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2031 | 2025.04.22 03:04:02.968548 [ 276 ] {f2cc131e-9adb-4dad-bbf2-834b22f578e3} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2032 | 2025.04.22 03:04:02.968594 [ 276 ] {f2cc131e-9adb-4dad-bbf2-834b22f578e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 2033 | 2025.04.22 03:04:02.969255 [ 276 ] {f2cc131e-9adb-4dad-bbf2-834b22f578e3} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2034 | 2025.04.22 03:04:02.969506 [ 276 ] {f2cc131e-9adb-4dad-bbf2-834b22f578e3} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2035 | 2025.04.22 03:04:02.969673 [ 276 ] {f2cc131e-9adb-4dad-bbf2-834b22f578e3} <Debug> executeQuery: Read 3014 rows, 206.13 KiB in 0.004838 sec., 622984.7044233154 rows/sec., 41.61 MiB/sec. | ||
| 2036 | 2025.04.22 03:04:02.969722 [ 276 ] {f2cc131e-9adb-4dad-bbf2-834b22f578e3} <Debug> TCPHandler: Processed in 0.005021794 sec. | ||
| 2037 | 2025.04.22 03:04:02.969851 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2038 | 2025.04.22 03:04:02.969955 [ 276 ] {c319e9e6-ccb9-4b1b-bbfc-da2beadb4cba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2039 | 2025.04.22 03:04:02.970002 [ 276 ] {c319e9e6-ccb9-4b1b-bbfc-da2beadb4cba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2040 | 2025.04.22 03:04:02.970413 [ 276 ] {c319e9e6-ccb9-4b1b-bbfc-da2beadb4cba} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2041 | 2025.04.22 03:04:02.970449 [ 276 ] {c319e9e6-ccb9-4b1b-bbfc-da2beadb4cba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 2042 | 2025.04.22 03:04:02.970788 [ 276 ] {c319e9e6-ccb9-4b1b-bbfc-da2beadb4cba} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2043 | 2025.04.22 03:04:02.971041 [ 276 ] {c319e9e6-ccb9-4b1b-bbfc-da2beadb4cba} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2044 | 2025.04.22 03:04:02.971218 [ 276 ] {c319e9e6-ccb9-4b1b-bbfc-da2beadb4cba} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001284 sec., 9345.794392523365 rows/sec., 644.96 KiB/sec. | ||
| 2045 | 2025.04.22 03:04:02.971294 [ 276 ] {c319e9e6-ccb9-4b1b-bbfc-da2beadb4cba} <Debug> TCPHandler: Processed in 0.00149251 sec. | ||
| 2046 | 2025.04.22 03:04:05.750476 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148 | ||
| 2047 | 2025.04.22 03:04:05.751512 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2048 | 2025.04.22 03:04:05.751561 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 2049 | 2025.04.22 03:04:05.752085 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2050 | 2025.04.22 03:04:05.752342 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2051 | 2025.04.22 03:04:05.752594 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148 | ||
| 2052 | 2025.04.22 03:04:05.987343 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
| 2053 | 2025.04.22 03:04:06.008368 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2054 | 2025.04.22 03:04:06.008434 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 2055 | 2025.04.22 03:04:06.015990 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2056 | 2025.04.22 03:04:06.016769 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2057 | 2025.04.22 03:04:06.020287 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
| 2058 | 2025.04.22 03:04:07.434297 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2059 | 2025.04.22 03:04:07.434505 [ 276 ] {80cdce06-c35a-440d-908e-677723d3884a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2060 | 2025.04.22 03:04:07.434573 [ 276 ] {80cdce06-c35a-440d-908e-677723d3884a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2061 | 2025.04.22 03:04:07.435322 [ 276 ] {80cdce06-c35a-440d-908e-677723d3884a} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2062 | 2025.04.22 03:04:07.435363 [ 276 ] {80cdce06-c35a-440d-908e-677723d3884a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 2063 | 2025.04.22 03:04:07.435805 [ 276 ] {80cdce06-c35a-440d-908e-677723d3884a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2064 | 2025.04.22 03:04:07.436058 [ 276 ] {80cdce06-c35a-440d-908e-677723d3884a} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2065 | 2025.04.22 03:04:07.436210 [ 47 ] {} <Debug> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2066 | 2025.04.22 03:04:07.436253 [ 276 ] {80cdce06-c35a-440d-908e-677723d3884a} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001803 sec., 31059.34553521908 rows/sec., 2.39 MiB/sec. | ||
| 2067 | 2025.04.22 03:04:07.436264 [ 47 ] {} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2068 | 2025.04.22 03:04:07.436305 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 2069 | 2025.04.22 03:04:07.436328 [ 276 ] {80cdce06-c35a-440d-908e-677723d3884a} <Debug> TCPHandler: Processed in 0.002166308 sec. | ||
| 2070 | 2025.04.22 03:04:07.436527 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2071 | 2025.04.22 03:04:07.436582 [ 187 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::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.04.22 03:04:07.436864 [ 276 ] {949e0d33-6902-41e8-adb8-e443c8bb8eee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2073 | 2025.04.22 03:04:07.436979 [ 276 ] {949e0d33-6902-41e8-adb8-e443c8bb8eee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2074 | 2025.04.22 03:04:07.437000 [ 187 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2075 | 2025.04.22 03:04:07.437056 [ 187 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 124 rows starting from the beginning of the part | ||
| 2076 | 2025.04.22 03:04:07.437329 [ 187 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 128 rows starting from the beginning of the part | ||
| 2077 | 2025.04.22 03:04:07.437769 [ 187 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::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 | ||
| 2078 | 2025.04.22 03:04:07.438183 [ 187 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 689 rows starting from the beginning of the part | ||
| 2079 | 2025.04.22 03:04:07.438510 [ 187 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1196 rows starting from the beginning of the part | ||
| 2080 | 2025.04.22 03:04:07.438686 [ 187 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part | ||
| 2081 | 2025.04.22 03:04:07.439609 [ 276 ] {949e0d33-6902-41e8-adb8-e443c8bb8eee} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2082 | 2025.04.22 03:04:07.439653 [ 276 ] {949e0d33-6902-41e8-adb8-e443c8bb8eee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 2083 | 2025.04.22 03:04:07.440162 [ 276 ] {949e0d33-6902-41e8-adb8-e443c8bb8eee} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2084 | 2025.04.22 03:04:07.440499 [ 276 ] {949e0d33-6902-41e8-adb8-e443c8bb8eee} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2085 | 2025.04.22 03:04:07.440637 [ 47 ] {} <Debug> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2086 | 2025.04.22 03:04:07.440689 [ 47 ] {} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2087 | 2025.04.22 03:04:07.440714 [ 276 ] {949e0d33-6902-41e8-adb8-e443c8bb8eee} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003956 sec., 16177.957532861476 rows/sec., 1.26 MiB/sec. | ||
| 2088 | 2025.04.22 03:04:07.440727 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 2089 | 2025.04.22 03:04:07.440987 [ 276 ] {949e0d33-6902-41e8-adb8-e443c8bb8eee} <Debug> TCPHandler: Processed in 0.004551551 sec. | ||
| 2090 | 2025.04.22 03:04:07.441506 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2091 | 2025.04.22 03:04:07.441597 [ 191 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::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 | ||
| 2092 | 2025.04.22 03:04:07.441982 [ 276 ] {1ad0256d-2ec7-4116-bd51-d35afc2f6e51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2093 | 2025.04.22 03:04:07.442081 [ 191 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2094 | 2025.04.22 03:04:07.442082 [ 187 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2249 rows, containing 5 columns (5 merged, 0 gathered) in 0.005695353 sec., 394883.33734537615 rows/sec., 33.77 MiB/sec. | ||
| 2095 | 2025.04.22 03:04:07.442090 [ 276 ] {1ad0256d-2ec7-4116-bd51-d35afc2f6e51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2096 | 2025.04.22 03:04:07.442117 [ 191 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 102 rows starting from the beginning of the part | ||
| 2097 | 2025.04.22 03:04:07.442478 [ 191 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 100 rows starting from the beginning of the part | ||
| 2098 | 2025.04.22 03:04:07.442584 [ 196 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2099 | 2025.04.22 03:04:07.442980 [ 191 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::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 | ||
| 2100 | 2025.04.22 03:04:07.443436 [ 191 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 418 rows starting from the beginning of the part | ||
| 2101 | 2025.04.22 03:04:07.443955 [ 196 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_11_2} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2102 | 2025.04.22 03:04:07.444003 [ 191 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 520 rows starting from the beginning of the part | ||
| 2103 | 2025.04.22 03:04:07.444416 [ 196 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_11_2} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2104 | 2025.04.22 03:04:07.444573 [ 191 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part | ||
| 2105 | 2025.04.22 03:04:07.444730 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
| 2106 | 2025.04.22 03:04:07.445382 [ 276 ] {1ad0256d-2ec7-4116-bd51-d35afc2f6e51} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2107 | 2025.04.22 03:04:07.445428 [ 276 ] {1ad0256d-2ec7-4116-bd51-d35afc2f6e51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 2108 | 2025.04.22 03:04:07.446005 [ 276 ] {1ad0256d-2ec7-4116-bd51-d35afc2f6e51} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2109 | 2025.04.22 03:04:07.446285 [ 276 ] {1ad0256d-2ec7-4116-bd51-d35afc2f6e51} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2110 | 2025.04.22 03:04:07.446475 [ 47 ] {} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2111 | 2025.04.22 03:04:07.446560 [ 47 ] {} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2112 | 2025.04.22 03:04:07.446620 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 2113 | 2025.04.22 03:04:07.446706 [ 191 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1268 rows, containing 5 columns (5 merged, 0 gathered) in 0.005834726 sec., 217319.5450823226 rows/sec., 16.94 MiB/sec. | ||
| 2114 | 2025.04.22 03:04:07.446720 [ 276 ] {1ad0256d-2ec7-4116-bd51-d35afc2f6e51} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.004848 sec., 26402.640264026402 rows/sec., 1.84 MiB/sec. | ||
| 2115 | 2025.04.22 03:04:07.447230 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::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 | ||
| 2116 | 2025.04.22 03:04:07.447273 [ 276 ] {1ad0256d-2ec7-4116-bd51-d35afc2f6e51} <Debug> TCPHandler: Processed in 0.005944669 sec. | ||
| 2117 | 2025.04.22 03:04:07.447425 [ 190 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2118 | 2025.04.22 03:04:07.447716 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2119 | 2025.04.22 03:04:07.447809 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2120 | 2025.04.22 03:04:07.447850 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 720 rows starting from the beginning of the part | ||
| 2121 | 2025.04.22 03:04:07.447963 [ 276 ] {c7ef7181-ff46-4350-873f-b3341efc2f9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2122 | 2025.04.22 03:04:07.448199 [ 276 ] {c7ef7181-ff46-4350-873f-b3341efc2f9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2123 | 2025.04.22 03:04:07.448232 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 158 rows starting from the beginning of the part | ||
| 2124 | 2025.04.22 03:04:07.448731 [ 191 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_11_2} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2125 | 2025.04.22 03:04:07.448777 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part | ||
| 2126 | 2025.04.22 03:04:07.449320 [ 191 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_11_2} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2127 | 2025.04.22 03:04:07.449363 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::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 | ||
| 2128 | 2025.04.22 03:04:07.449686 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
| 2129 | 2025.04.22 03:04:07.449877 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 3014 rows starting from the beginning of the part | ||
| 2130 | 2025.04.22 03:04:07.450175 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 128 rows starting from the beginning of the part | ||
| 2131 | 2025.04.22 03:04:07.450926 [ 276 ] {c7ef7181-ff46-4350-873f-b3341efc2f9c} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2132 | 2025.04.22 03:04:07.451011 [ 276 ] {c7ef7181-ff46-4350-873f-b3341efc2f9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 2133 | 2025.04.22 03:04:07.451558 [ 276 ] {c7ef7181-ff46-4350-873f-b3341efc2f9c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2134 | 2025.04.22 03:04:07.451850 [ 276 ] {c7ef7181-ff46-4350-873f-b3341efc2f9c} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2135 | 2025.04.22 03:04:07.451993 [ 47 ] {} <Debug> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2136 | 2025.04.22 03:04:07.452032 [ 47 ] {} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2137 | 2025.04.22 03:04:07.452057 [ 276 ] {c7ef7181-ff46-4350-873f-b3341efc2f9c} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.00419 sec., 11455.847255369928 rows/sec., 790.57 KiB/sec. | ||
| 2138 | 2025.04.22 03:04:07.452062 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 2139 | 2025.04.22 03:04:07.452348 [ 276 ] {c7ef7181-ff46-4350-873f-b3341efc2f9c} <Debug> TCPHandler: Processed in 0.004744097 sec. | ||
| 2140 | 2025.04.22 03:04:07.452676 [ 190 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::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 | ||
| 2141 | 2025.04.22 03:04:07.452849 [ 191 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4417 rows, containing 5 columns (5 merged, 0 gathered) in 0.006120253 sec., 721702.1910695522 rows/sec., 48.72 MiB/sec. | ||
| 2142 | 2025.04.22 03:04:07.452952 [ 190 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2143 | 2025.04.22 03:04:07.452994 [ 190 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 230 rows starting from the beginning of the part | ||
| 2144 | 2025.04.22 03:04:07.453148 [ 190 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 58 rows starting from the beginning of the part | ||
| 2145 | 2025.04.22 03:04:07.453317 [ 190 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part | ||
| 2146 | 2025.04.22 03:04:07.453533 [ 190 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::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 | ||
| 2147 | 2025.04.22 03:04:07.453530 [ 191 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2148 | 2025.04.22 03:04:07.453879 [ 190 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 12 rows starting from the beginning of the part | ||
| 2149 | 2025.04.22 03:04:07.454165 [ 190 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 48 rows starting from the beginning of the part | ||
| 2150 | 2025.04.22 03:04:07.454798 [ 191 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2151 | 2025.04.22 03:04:07.454976 [ 191 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2152 | 2025.04.22 03:04:07.455133 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. | ||
| 2153 | 2025.04.22 03:04:07.455862 [ 200 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 490 rows, containing 4 columns (4 merged, 0 gathered) in 0.003627467 sec., 135080.48453645478 rows/sec., 9.09 MiB/sec. | ||
| 2154 | 2025.04.22 03:04:07.456073 [ 200 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2155 | 2025.04.22 03:04:07.456432 [ 200 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_11_2} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2156 | 2025.04.22 03:04:07.456526 [ 200 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_11_2} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2157 | 2025.04.22 03:04:07.456616 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 2158 | 2025.04.22 03:04:08.250599 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 80 entries to flush up to offset 296 | ||
| 2159 | 2025.04.22 03:04:08.254553 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2160 | 2025.04.22 03:04:08.254601 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 2161 | 2025.04.22 03:04:08.256130 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2162 | 2025.04.22 03:04:08.256429 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2163 | 2025.04.22 03:04:08.256649 [ 45 ] {} <Debug> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2164 | 2025.04.22 03:04:08.256767 [ 45 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2165 | 2025.04.22 03:04:08.256827 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 2166 | 2025.04.22 03:04:08.257230 [ 190 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::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 | ||
| 2167 | 2025.04.22 03:04:08.257719 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 296 | ||
| 2168 | 2025.04.22 03:04:08.258054 [ 190 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2169 | 2025.04.22 03:04:08.258170 [ 190 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::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 | ||
| 2170 | 2025.04.22 03:04:08.258726 [ 190 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 46 rows starting from the beginning of the part | ||
| 2171 | 2025.04.22 03:04:08.259270 [ 190 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 32 rows starting from the beginning of the part | ||
| 2172 | 2025.04.22 03:04:08.259807 [ 190 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 20 rows starting from the beginning of the part | ||
| 2173 | 2025.04.22 03:04:08.260293 [ 190 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::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 | ||
| 2174 | 2025.04.22 03:04:08.260843 [ 190 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 80 rows starting from the beginning of the part | ||
| 2175 | 2025.04.22 03:04:08.268056 [ 191 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 296 rows, containing 72 columns (72 merged, 0 gathered) in 0.011069907 sec., 26739.158693925794 rows/sec., 27.99 MiB/sec. | ||
| 2176 | 2025.04.22 03:04:08.269068 [ 187 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2177 | 2025.04.22 03:04:08.269897 [ 187 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_6_1} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2178 | 2025.04.22 03:04:08.269994 [ 187 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_6_1} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2179 | 2025.04.22 03:04:08.270314 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.68 MiB. | ||
| 2180 | 2025.04.22 03:04:12.443526 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2181 | 2025.04.22 03:04:12.443856 [ 276 ] {46b281c4-92e3-4277-9916-bfd9f9142a02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2182 | 2025.04.22 03:04:12.443927 [ 276 ] {46b281c4-92e3-4277-9916-bfd9f9142a02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2183 | 2025.04.22 03:04:12.444767 [ 276 ] {46b281c4-92e3-4277-9916-bfd9f9142a02} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2184 | 2025.04.22 03:04:12.444811 [ 276 ] {46b281c4-92e3-4277-9916-bfd9f9142a02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 2185 | 2025.04.22 03:04:12.445240 [ 276 ] {46b281c4-92e3-4277-9916-bfd9f9142a02} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2186 | 2025.04.22 03:04:12.445490 [ 276 ] {46b281c4-92e3-4277-9916-bfd9f9142a02} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2187 | 2025.04.22 03:04:12.445701 [ 276 ] {46b281c4-92e3-4277-9916-bfd9f9142a02} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001913 sec., 110820.70047046524 rows/sec., 7.05 MiB/sec. | ||
| 2188 | 2025.04.22 03:04:12.445798 [ 276 ] {46b281c4-92e3-4277-9916-bfd9f9142a02} <Debug> TCPHandler: Processed in 0.002455586 sec. | ||
| 2189 | 2025.04.22 03:04:12.445926 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2190 | 2025.04.22 03:04:12.446031 [ 276 ] {f59bf12b-71d2-475d-8607-acd33a7e8926} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2191 | 2025.04.22 03:04:12.446076 [ 276 ] {f59bf12b-71d2-475d-8607-acd33a7e8926} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2192 | 2025.04.22 03:04:12.446849 [ 276 ] {f59bf12b-71d2-475d-8607-acd33a7e8926} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2193 | 2025.04.22 03:04:12.446887 [ 276 ] {f59bf12b-71d2-475d-8607-acd33a7e8926} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 2194 | 2025.04.22 03:04:12.447284 [ 276 ] {f59bf12b-71d2-475d-8607-acd33a7e8926} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2195 | 2025.04.22 03:04:12.447519 [ 276 ] {f59bf12b-71d2-475d-8607-acd33a7e8926} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2196 | 2025.04.22 03:04:12.447715 [ 276 ] {f59bf12b-71d2-475d-8607-acd33a7e8926} <Debug> executeQuery: Read 689 rows, 56.23 KiB in 0.001705 sec., 404105.5718475073 rows/sec., 32.21 MiB/sec. | ||
| 2197 | 2025.04.22 03:04:12.447767 [ 276 ] {f59bf12b-71d2-475d-8607-acd33a7e8926} <Debug> TCPHandler: Processed in 0.001892031 sec. | ||
| 2198 | 2025.04.22 03:04:12.447886 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2199 | 2025.04.22 03:04:12.447989 [ 276 ] {2301c530-7ec6-40d6-9418-afc2ad279c59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2200 | 2025.04.22 03:04:12.448034 [ 276 ] {2301c530-7ec6-40d6-9418-afc2ad279c59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2201 | 2025.04.22 03:04:12.448575 [ 276 ] {2301c530-7ec6-40d6-9418-afc2ad279c59} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2202 | 2025.04.22 03:04:12.448615 [ 276 ] {2301c530-7ec6-40d6-9418-afc2ad279c59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 2203 | 2025.04.22 03:04:12.448959 [ 276 ] {2301c530-7ec6-40d6-9418-afc2ad279c59} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2204 | 2025.04.22 03:04:12.449188 [ 276 ] {2301c530-7ec6-40d6-9418-afc2ad279c59} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2205 | 2025.04.22 03:04:12.449438 [ 276 ] {2301c530-7ec6-40d6-9418-afc2ad279c59} <Debug> executeQuery: Read 142 rows, 9.09 KiB in 0.001462 sec., 97127.22298221615 rows/sec., 6.07 MiB/sec. | ||
| 2206 | 2025.04.22 03:04:12.449626 [ 276 ] {2301c530-7ec6-40d6-9418-afc2ad279c59} <Debug> TCPHandler: Processed in 0.001789448 sec. | ||
| 2207 | 2025.04.22 03:04:12.449760 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2208 | 2025.04.22 03:04:12.449865 [ 276 ] {ee7e71c4-5dd2-4010-9dad-1da8068cde35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2209 | 2025.04.22 03:04:12.449909 [ 276 ] {ee7e71c4-5dd2-4010-9dad-1da8068cde35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2210 | 2025.04.22 03:04:12.450455 [ 276 ] {ee7e71c4-5dd2-4010-9dad-1da8068cde35} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2211 | 2025.04.22 03:04:12.450494 [ 276 ] {ee7e71c4-5dd2-4010-9dad-1da8068cde35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 2212 | 2025.04.22 03:04:12.450830 [ 276 ] {ee7e71c4-5dd2-4010-9dad-1da8068cde35} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2213 | 2025.04.22 03:04:12.451056 [ 276 ] {ee7e71c4-5dd2-4010-9dad-1da8068cde35} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2214 | 2025.04.22 03:04:12.451244 [ 276 ] {ee7e71c4-5dd2-4010-9dad-1da8068cde35} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001401 sec., 80656.67380442542 rows/sec., 5.22 MiB/sec. | ||
| 2215 | 2025.04.22 03:04:12.451294 [ 276 ] {ee7e71c4-5dd2-4010-9dad-1da8068cde35} <Debug> TCPHandler: Processed in 0.001585072 sec. | ||
| 2216 | 2025.04.22 03:04:12.451411 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2217 | 2025.04.22 03:04:12.451514 [ 276 ] {5452a69a-bd03-460a-8765-863880c52613} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2218 | 2025.04.22 03:04:12.451559 [ 276 ] {5452a69a-bd03-460a-8765-863880c52613} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2219 | 2025.04.22 03:04:12.452085 [ 276 ] {5452a69a-bd03-460a-8765-863880c52613} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2220 | 2025.04.22 03:04:12.452125 [ 276 ] {5452a69a-bd03-460a-8765-863880c52613} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 2221 | 2025.04.22 03:04:12.452459 [ 276 ] {5452a69a-bd03-460a-8765-863880c52613} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2222 | 2025.04.22 03:04:12.452697 [ 276 ] {5452a69a-bd03-460a-8765-863880c52613} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2223 | 2025.04.22 03:04:12.452914 [ 276 ] {5452a69a-bd03-460a-8765-863880c52613} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001415 sec., 79151.94346289753 rows/sec., 4.51 MiB/sec. | ||
| 2224 | 2025.04.22 03:04:12.452974 [ 276 ] {5452a69a-bd03-460a-8765-863880c52613} <Debug> TCPHandler: Processed in 0.001613923 sec. | ||
| 2225 | 2025.04.22 03:04:12.453090 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2226 | 2025.04.22 03:04:12.453194 [ 276 ] {b54abf06-aba7-4c7a-869f-2dccd95c9579} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2227 | 2025.04.22 03:04:12.453239 [ 276 ] {b54abf06-aba7-4c7a-869f-2dccd95c9579} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2228 | 2025.04.22 03:04:12.453866 [ 276 ] {b54abf06-aba7-4c7a-869f-2dccd95c9579} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2229 | 2025.04.22 03:04:12.453904 [ 276 ] {b54abf06-aba7-4c7a-869f-2dccd95c9579} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 2230 | 2025.04.22 03:04:12.454262 [ 276 ] {b54abf06-aba7-4c7a-869f-2dccd95c9579} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2231 | 2025.04.22 03:04:12.454493 [ 276 ] {b54abf06-aba7-4c7a-869f-2dccd95c9579} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2232 | 2025.04.22 03:04:12.454742 [ 276 ] {b54abf06-aba7-4c7a-869f-2dccd95c9579} <Debug> executeQuery: Read 418 rows, 30.47 KiB in 0.001568 sec., 266581.63265306124 rows/sec., 18.98 MiB/sec. | ||
| 2233 | 2025.04.22 03:04:12.454926 [ 276 ] {b54abf06-aba7-4c7a-869f-2dccd95c9579} <Debug> TCPHandler: Processed in 0.00188556 sec. | ||
| 2234 | 2025.04.22 03:04:12.455062 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2235 | 2025.04.22 03:04:12.455168 [ 276 ] {ebeaf643-1c53-441a-a4ee-1fd82327d7ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2236 | 2025.04.22 03:04:12.455214 [ 276 ] {ebeaf643-1c53-441a-a4ee-1fd82327d7ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2237 | 2025.04.22 03:04:12.455647 [ 276 ] {ebeaf643-1c53-441a-a4ee-1fd82327d7ae} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2238 | 2025.04.22 03:04:12.455687 [ 276 ] {ebeaf643-1c53-441a-a4ee-1fd82327d7ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 2239 | 2025.04.22 03:04:12.456030 [ 276 ] {ebeaf643-1c53-441a-a4ee-1fd82327d7ae} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2240 | 2025.04.22 03:04:12.456257 [ 276 ] {ebeaf643-1c53-441a-a4ee-1fd82327d7ae} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2241 | 2025.04.22 03:04:12.456457 [ 276 ] {ebeaf643-1c53-441a-a4ee-1fd82327d7ae} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001311 sec., 4576.659038901602 rows/sec., 239.11 KiB/sec. | ||
| 2242 | 2025.04.22 03:04:12.456505 [ 276 ] {ebeaf643-1c53-441a-a4ee-1fd82327d7ae} <Debug> TCPHandler: Processed in 0.00149541 sec. | ||
| 2243 | 2025.04.22 03:04:12.456621 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2244 | 2025.04.22 03:04:12.456732 [ 276 ] {bd8b0e17-ef18-4738-ad5d-975af8693d87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2245 | 2025.04.22 03:04:12.456779 [ 276 ] {bd8b0e17-ef18-4738-ad5d-975af8693d87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2246 | 2025.04.22 03:04:12.457269 [ 276 ] {bd8b0e17-ef18-4738-ad5d-975af8693d87} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2247 | 2025.04.22 03:04:12.457308 [ 276 ] {bd8b0e17-ef18-4738-ad5d-975af8693d87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 2248 | 2025.04.22 03:04:12.457675 [ 276 ] {bd8b0e17-ef18-4738-ad5d-975af8693d87} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2249 | 2025.04.22 03:04:12.457916 [ 276 ] {bd8b0e17-ef18-4738-ad5d-975af8693d87} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2250 | 2025.04.22 03:04:12.458114 [ 276 ] {bd8b0e17-ef18-4738-ad5d-975af8693d87} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001404 sec., 168803.41880341878 rows/sec., 11.31 MiB/sec. | ||
| 2251 | 2025.04.22 03:04:12.458163 [ 276 ] {bd8b0e17-ef18-4738-ad5d-975af8693d87} <Debug> TCPHandler: Processed in 0.001592393 sec. | ||
| 2252 | 2025.04.22 03:04:12.458278 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2253 | 2025.04.22 03:04:12.458382 [ 276 ] {02b47c43-cd54-4592-801a-951d2621da71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2254 | 2025.04.22 03:04:12.458429 [ 276 ] {02b47c43-cd54-4592-801a-951d2621da71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2255 | 2025.04.22 03:04:12.458868 [ 276 ] {02b47c43-cd54-4592-801a-951d2621da71} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2256 | 2025.04.22 03:04:12.458919 [ 276 ] {02b47c43-cd54-4592-801a-951d2621da71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 2257 | 2025.04.22 03:04:12.459347 [ 276 ] {02b47c43-cd54-4592-801a-951d2621da71} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2258 | 2025.04.22 03:04:12.459635 [ 276 ] {02b47c43-cd54-4592-801a-951d2621da71} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2259 | 2025.04.22 03:04:12.459870 [ 276 ] {02b47c43-cd54-4592-801a-951d2621da71} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001503 sec., 665.3359946773121 rows/sec., 44.83 KiB/sec. | ||
| 2260 | 2025.04.22 03:04:12.459922 [ 276 ] {02b47c43-cd54-4592-801a-951d2621da71} <Debug> TCPHandler: Processed in 0.001694686 sec. | ||
| 2261 | 2025.04.22 03:04:12.460038 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2262 | 2025.04.22 03:04:12.460142 [ 276 ] {4e52cd87-5658-40a5-9485-b8452cf4cd2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2263 | 2025.04.22 03:04:12.460207 [ 276 ] {4e52cd87-5658-40a5-9485-b8452cf4cd2f} <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 | ||
| 2264 | 2025.04.22 03:04:12.461268 [ 276 ] {4e52cd87-5658-40a5-9485-b8452cf4cd2f} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2265 | 2025.04.22 03:04:12.461307 [ 276 ] {4e52cd87-5658-40a5-9485-b8452cf4cd2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 2266 | 2025.04.22 03:04:12.461967 [ 276 ] {4e52cd87-5658-40a5-9485-b8452cf4cd2f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2267 | 2025.04.22 03:04:12.462220 [ 276 ] {4e52cd87-5658-40a5-9485-b8452cf4cd2f} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2268 | 2025.04.22 03:04:12.462449 [ 276 ] {4e52cd87-5658-40a5-9485-b8452cf4cd2f} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002327 sec., 15470.562956596475 rows/sec., 27.72 MiB/sec. | ||
| 2269 | 2025.04.22 03:04:12.462539 [ 276 ] {4e52cd87-5658-40a5-9485-b8452cf4cd2f} <Debug> TCPHandler: Processed in 0.002552079 sec. | ||
| 2270 | 2025.04.22 03:04:12.462657 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2271 | 2025.04.22 03:04:12.462762 [ 276 ] {bae716d5-cc45-4284-9219-d2adccf67512} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2272 | 2025.04.22 03:04:12.462808 [ 276 ] {bae716d5-cc45-4284-9219-d2adccf67512} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2273 | 2025.04.22 03:04:12.463233 [ 276 ] {bae716d5-cc45-4284-9219-d2adccf67512} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2274 | 2025.04.22 03:04:12.463273 [ 276 ] {bae716d5-cc45-4284-9219-d2adccf67512} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 2275 | 2025.04.22 03:04:12.463626 [ 276 ] {bae716d5-cc45-4284-9219-d2adccf67512} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2276 | 2025.04.22 03:04:12.463858 [ 276 ] {bae716d5-cc45-4284-9219-d2adccf67512} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2277 | 2025.04.22 03:04:12.464044 [ 276 ] {bae716d5-cc45-4284-9219-d2adccf67512} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001303 sec., 62931.69608595549 rows/sec., 4.00 MiB/sec. | ||
| 2278 | 2025.04.22 03:04:12.464092 [ 276 ] {bae716d5-cc45-4284-9219-d2adccf67512} <Debug> TCPHandler: Processed in 0.00148574 sec. | ||
| 2279 | 2025.04.22 03:04:13.175722 [ 38 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2280 | 2025.04.22 03:04:13.175812 [ 38 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2281 | 2025.04.22 03:04:13.252726 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636 | ||
| 2282 | 2025.04.22 03:04:13.253451 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2283 | 2025.04.22 03:04:13.253501 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 2284 | 2025.04.22 03:04:13.254052 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2285 | 2025.04.22 03:04:13.254294 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2286 | 2025.04.22 03:04:13.254503 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
| 2287 | 2025.04.22 03:04:13.520368 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
| 2288 | 2025.04.22 03:04:13.541506 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2289 | 2025.04.22 03:04:13.541563 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 2290 | 2025.04.22 03:04:13.549259 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2291 | 2025.04.22 03:04:13.550073 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2292 | 2025.04.22 03:04:13.553401 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
| 2293 | 2025.04.22 03:04:14.738591 [ 35 ] {} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2294 | 2025.04.22 03:04:14.738668 [ 35 ] {} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2295 | 2025.04.22 03:04:14.738691 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 2296 | 2025.04.22 03:04:14.738922 [ 191 ] {520a72b3-d9ab-4927-a7d1-a2258ab27010::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 | ||
| 2297 | 2025.04.22 03:04:14.739437 [ 191 ] {520a72b3-d9ab-4927-a7d1-a2258ab27010::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2298 | 2025.04.22 03:04:14.739510 [ 191 ] {520a72b3-d9ab-4927-a7d1-a2258ab27010::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part | ||
| 2299 | 2025.04.22 03:04:14.739699 [ 191 ] {520a72b3-d9ab-4927-a7d1-a2258ab27010::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 | ||
| 2300 | 2025.04.22 03:04:14.739872 [ 191 ] {520a72b3-d9ab-4927-a7d1-a2258ab27010::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part | ||
| 2301 | 2025.04.22 03:04:14.739983 [ 191 ] {520a72b3-d9ab-4927-a7d1-a2258ab27010::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part | ||
| 2302 | 2025.04.22 03:04:14.740086 [ 191 ] {520a72b3-d9ab-4927-a7d1-a2258ab27010::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
| 2303 | 2025.04.22 03:04:14.742263 [ 187 ] {520a72b3-d9ab-4927-a7d1-a2258ab27010::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 6 columns (6 merged, 0 gathered) in 0.003510734 sec., 11393.628796713165 rows/sec., 2.41 MiB/sec. | ||
| 2304 | 2025.04.22 03:04:14.742398 [ 191 ] {520a72b3-d9ab-4927-a7d1-a2258ab27010::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2305 | 2025.04.22 03:04:14.742754 [ 191 ] {520a72b3-d9ab-4927-a7d1-a2258ab27010::all_1_5_1} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2306 | 2025.04.22 03:04:14.742830 [ 191 ] {520a72b3-d9ab-4927-a7d1-a2258ab27010::all_1_5_1} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2307 | 2025.04.22 03:04:14.742902 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 2308 | 2025.04.22 03:04:17.436748 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2309 | 2025.04.22 03:04:17.437010 [ 276 ] {e21ab7db-4b37-49e2-8b74-85c2865aab75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2310 | 2025.04.22 03:04:17.437081 [ 276 ] {e21ab7db-4b37-49e2-8b74-85c2865aab75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2311 | 2025.04.22 03:04:17.437834 [ 276 ] {e21ab7db-4b37-49e2-8b74-85c2865aab75} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2312 | 2025.04.22 03:04:17.437882 [ 276 ] {e21ab7db-4b37-49e2-8b74-85c2865aab75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 2313 | 2025.04.22 03:04:17.438326 [ 276 ] {e21ab7db-4b37-49e2-8b74-85c2865aab75} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2314 | 2025.04.22 03:04:17.438582 [ 276 ] {e21ab7db-4b37-49e2-8b74-85c2865aab75} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2315 | 2025.04.22 03:04:17.438797 [ 276 ] {e21ab7db-4b37-49e2-8b74-85c2865aab75} <Debug> executeQuery: Read 62 rows, 4.99 KiB in 0.001839 sec., 33713.97498640566 rows/sec., 2.65 MiB/sec. | ||
| 2316 | 2025.04.22 03:04:17.438853 [ 276 ] {e21ab7db-4b37-49e2-8b74-85c2865aab75} <Debug> TCPHandler: Processed in 0.002294891 sec. | ||
| 2317 | 2025.04.22 03:04:17.438967 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2318 | 2025.04.22 03:04:17.439072 [ 276 ] {6feb437e-f619-47da-9ba9-68d2f4146c6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2319 | 2025.04.22 03:04:17.439118 [ 276 ] {6feb437e-f619-47da-9ba9-68d2f4146c6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2320 | 2025.04.22 03:04:17.439615 [ 276 ] {6feb437e-f619-47da-9ba9-68d2f4146c6f} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2321 | 2025.04.22 03:04:17.439657 [ 276 ] {6feb437e-f619-47da-9ba9-68d2f4146c6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 2322 | 2025.04.22 03:04:17.439993 [ 276 ] {6feb437e-f619-47da-9ba9-68d2f4146c6f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2323 | 2025.04.22 03:04:17.440223 [ 276 ] {6feb437e-f619-47da-9ba9-68d2f4146c6f} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2324 | 2025.04.22 03:04:17.440380 [ 32 ] {} <Debug> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2325 | 2025.04.22 03:04:17.440443 [ 276 ] {6feb437e-f619-47da-9ba9-68d2f4146c6f} <Debug> executeQuery: Read 3 rows, 231.00 B in 0.001391 sec., 2156.721782890007 rows/sec., 162.18 KiB/sec. | ||
| 2326 | 2025.04.22 03:04:17.440466 [ 32 ] {} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2327 | 2025.04.22 03:04:17.440534 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 2328 | 2025.04.22 03:04:17.440564 [ 276 ] {6feb437e-f619-47da-9ba9-68d2f4146c6f} <Debug> TCPHandler: Processed in 0.001641574 sec. | ||
| 2329 | 2025.04.22 03:04:17.440812 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2330 | 2025.04.22 03:04:17.440903 [ 191 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::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 | ||
| 2331 | 2025.04.22 03:04:17.441057 [ 276 ] {c90f195e-e756-4386-b841-3b0c3f3b93a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2332 | 2025.04.22 03:04:17.441121 [ 276 ] {c90f195e-e756-4386-b841-3b0c3f3b93a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2333 | 2025.04.22 03:04:17.441125 [ 191 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2334 | 2025.04.22 03:04:17.441185 [ 191 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::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 | ||
| 2335 | 2025.04.22 03:04:17.441372 [ 191 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::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 | ||
| 2336 | 2025.04.22 03:04:17.441744 [ 191 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 36 rows starting from the beginning of the part | ||
| 2337 | 2025.04.22 03:04:17.442208 [ 191 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 142 rows starting from the beginning of the part | ||
| 2338 | 2025.04.22 03:04:17.442536 [ 191 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 142 rows starting from the beginning of the part | ||
| 2339 | 2025.04.22 03:04:17.442922 [ 191 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 3 rows starting from the beginning of the part | ||
| 2340 | 2025.04.22 03:04:17.443753 [ 276 ] {c90f195e-e756-4386-b841-3b0c3f3b93a6} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2341 | 2025.04.22 03:04:17.443800 [ 276 ] {c90f195e-e756-4386-b841-3b0c3f3b93a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2342 | 2025.04.22 03:04:17.444325 [ 276 ] {c90f195e-e756-4386-b841-3b0c3f3b93a6} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2343 | 2025.04.22 03:04:17.444665 [ 191 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 395 rows, containing 5 columns (5 merged, 0 gathered) in 0.003977806 sec., 99300.97144003502 rows/sec., 6.89 MiB/sec. | ||
| 2344 | 2025.04.22 03:04:17.444674 [ 276 ] {c90f195e-e756-4386-b841-3b0c3f3b93a6} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2345 | 2025.04.22 03:04:17.444805 [ 191 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2346 | 2025.04.22 03:04:17.444964 [ 276 ] {c90f195e-e756-4386-b841-3b0c3f3b93a6} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.003941 sec., 19284.445572189798 rows/sec., 1.51 MiB/sec. | ||
| 2347 | 2025.04.22 03:04:17.445049 [ 276 ] {c90f195e-e756-4386-b841-3b0c3f3b93a6} <Debug> TCPHandler: Processed in 0.004343156 sec. | ||
| 2348 | 2025.04.22 03:04:17.445177 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2349 | 2025.04.22 03:04:17.445207 [ 191 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_6_1} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2350 | 2025.04.22 03:04:17.445290 [ 191 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_6_1} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2351 | 2025.04.22 03:04:17.445306 [ 276 ] {9cf2fe7e-cee3-4644-9420-8ac932580d0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2352 | 2025.04.22 03:04:17.445371 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 2353 | 2025.04.22 03:04:17.445381 [ 276 ] {9cf2fe7e-cee3-4644-9420-8ac932580d0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2354 | 2025.04.22 03:04:17.445899 [ 276 ] {9cf2fe7e-cee3-4644-9420-8ac932580d0c} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2355 | 2025.04.22 03:04:17.445937 [ 276 ] {9cf2fe7e-cee3-4644-9420-8ac932580d0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 2356 | 2025.04.22 03:04:17.446313 [ 276 ] {9cf2fe7e-cee3-4644-9420-8ac932580d0c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2357 | 2025.04.22 03:04:17.446556 [ 276 ] {9cf2fe7e-cee3-4644-9420-8ac932580d0c} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2358 | 2025.04.22 03:04:17.446752 [ 276 ] {9cf2fe7e-cee3-4644-9420-8ac932580d0c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001473 sec., 108621.86014935507 rows/sec., 7.57 MiB/sec. | ||
| 2359 | 2025.04.22 03:04:17.446802 [ 276 ] {9cf2fe7e-cee3-4644-9420-8ac932580d0c} <Debug> TCPHandler: Processed in 0.001677745 sec. | ||
| 2360 | 2025.04.22 03:04:17.446935 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2361 | 2025.04.22 03:04:17.447065 [ 276 ] {a5f6e929-5e68-4c15-9c47-46fd244986a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2362 | 2025.04.22 03:04:17.447145 [ 276 ] {a5f6e929-5e68-4c15-9c47-46fd244986a7} <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 | ||
| 2363 | 2025.04.22 03:04:17.448220 [ 276 ] {a5f6e929-5e68-4c15-9c47-46fd244986a7} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2364 | 2025.04.22 03:04:17.448261 [ 276 ] {a5f6e929-5e68-4c15-9c47-46fd244986a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 2365 | 2025.04.22 03:04:17.448847 [ 276 ] {a5f6e929-5e68-4c15-9c47-46fd244986a7} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2366 | 2025.04.22 03:04:17.449099 [ 276 ] {a5f6e929-5e68-4c15-9c47-46fd244986a7} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2367 | 2025.04.22 03:04:17.449269 [ 32 ] {} <Debug> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2368 | 2025.04.22 03:04:17.449336 [ 32 ] {} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2369 | 2025.04.22 03:04:17.449392 [ 276 ] {a5f6e929-5e68-4c15-9c47-46fd244986a7} <Debug> executeQuery: Read 3 rows, 5.50 KiB in 0.002346 sec., 1278.772378516624 rows/sec., 2.29 MiB/sec. | ||
| 2370 | 2025.04.22 03:04:17.449397 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 2371 | 2025.04.22 03:04:17.449896 [ 187 ] {b231891b-dff1-435e-bddb-2ac39d181211::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 | ||
| 2372 | 2025.04.22 03:04:17.450046 [ 276 ] {a5f6e929-5e68-4c15-9c47-46fd244986a7} <Debug> TCPHandler: Processed in 0.003166035 sec. | ||
| 2373 | 2025.04.22 03:04:17.450232 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2374 | 2025.04.22 03:04:17.450344 [ 187 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2375 | 2025.04.22 03:04:17.450374 [ 276 ] {684b233e-266c-4d63-a0ca-f943ddc1dd3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2376 | 2025.04.22 03:04:17.450419 [ 187 ] {b231891b-dff1-435e-bddb-2ac39d181211::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 | ||
| 2377 | 2025.04.22 03:04:17.450436 [ 276 ] {684b233e-266c-4d63-a0ca-f943ddc1dd3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2378 | 2025.04.22 03:04:17.451090 [ 187 ] {b231891b-dff1-435e-bddb-2ac39d181211::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 | ||
| 2379 | 2025.04.22 03:04:17.451770 [ 187 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 36 rows starting from the beginning of the part | ||
| 2380 | 2025.04.22 03:04:17.452364 [ 187 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 36 rows starting from the beginning of the part | ||
| 2381 | 2025.04.22 03:04:17.452580 [ 276 ] {684b233e-266c-4d63-a0ca-f943ddc1dd3a} <Trace> oximeter.measurements_i64 (311226c0-644b-4b7b-83a1-5452f2d554a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2382 | 2025.04.22 03:04:17.452681 [ 276 ] {684b233e-266c-4d63-a0ca-f943ddc1dd3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2383 | 2025.04.22 03:04:17.452983 [ 187 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 36 rows starting from the beginning of the part | ||
| 2384 | 2025.04.22 03:04:17.453566 [ 187 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 3 rows starting from the beginning of the part | ||
| 2385 | 2025.04.22 03:04:17.453691 [ 276 ] {684b233e-266c-4d63-a0ca-f943ddc1dd3a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2386 | 2025.04.22 03:04:17.454235 [ 276 ] {684b233e-266c-4d63-a0ca-f943ddc1dd3a} <Trace> oximeter.measurements_i64 (311226c0-644b-4b7b-83a1-5452f2d554a2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2387 | 2025.04.22 03:04:17.454649 [ 276 ] {684b233e-266c-4d63-a0ca-f943ddc1dd3a} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.00428 sec., 2102.803738317757 rows/sec., 148.54 KiB/sec. | ||
| 2388 | 2025.04.22 03:04:17.454874 [ 276 ] {684b233e-266c-4d63-a0ca-f943ddc1dd3a} <Debug> TCPHandler: Processed in 0.004701806 sec. | ||
| 2389 | 2025.04.22 03:04:17.455008 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2390 | 2025.04.22 03:04:17.455138 [ 276 ] {7ec23653-2e32-45b0-ac6a-97e2debb2292} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2391 | 2025.04.22 03:04:17.455195 [ 276 ] {7ec23653-2e32-45b0-ac6a-97e2debb2292} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2392 | 2025.04.22 03:04:17.456097 [ 276 ] {7ec23653-2e32-45b0-ac6a-97e2debb2292} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2393 | 2025.04.22 03:04:17.456142 [ 276 ] {7ec23653-2e32-45b0-ac6a-97e2debb2292} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2394 | 2025.04.22 03:04:17.456753 [ 276 ] {7ec23653-2e32-45b0-ac6a-97e2debb2292} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2395 | 2025.04.22 03:04:17.457108 [ 276 ] {7ec23653-2e32-45b0-ac6a-97e2debb2292} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2396 | 2025.04.22 03:04:17.457661 [ 276 ] {7ec23653-2e32-45b0-ac6a-97e2debb2292} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00253 sec., 23715.415019762844 rows/sec., 1.60 MiB/sec. | ||
| 2397 | 2025.04.22 03:04:17.457994 [ 276 ] {7ec23653-2e32-45b0-ac6a-97e2debb2292} <Debug> TCPHandler: Processed in 0.003042971 sec. | ||
| 2398 | 2025.04.22 03:04:17.461574 [ 189 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 183 rows, containing 19 columns (19 merged, 0 gathered) in 0.011998581 sec., 15251.803525766923 rows/sec., 27.33 MiB/sec. | ||
| 2399 | 2025.04.22 03:04:17.462109 [ 199 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2400 | 2025.04.22 03:04:17.462486 [ 199 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2401 | 2025.04.22 03:04:17.462556 [ 199 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2402 | 2025.04.22 03:04:17.462652 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. | ||
| 2403 | 2025.04.22 03:04:18.258078 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 332 | ||
| 2404 | 2025.04.22 03:04:18.261020 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2405 | 2025.04.22 03:04:18.261061 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 2406 | 2025.04.22 03:04:18.262508 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2407 | 2025.04.22 03:04:18.262830 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2408 | 2025.04.22 03:04:18.263604 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 332 | ||
| 2409 | 2025.04.22 03:04:20.754624 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063 | ||
| 2410 | 2025.04.22 03:04:20.755327 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2411 | 2025.04.22 03:04:20.755379 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2412 | 2025.04.22 03:04:20.755923 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2413 | 2025.04.22 03:04:20.756191 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2414 | 2025.04.22 03:04:20.756421 [ 26 ] {} <Debug> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2415 | 2025.04.22 03:04:20.756456 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063 | ||
| 2416 | 2025.04.22 03:04:20.756510 [ 26 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2417 | 2025.04.22 03:04:20.756544 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2418 | 2025.04.22 03:04:20.756761 [ 187 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 2419 | 2025.04.22 03:04:20.756932 [ 187 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2420 | 2025.04.22 03:04:20.756973 [ 187 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 2421 | 2025.04.22 03:04:20.757049 [ 187 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 2422 | 2025.04.22 03:04:20.757225 [ 187 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 2423 | 2025.04.22 03:04:20.757483 [ 187 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 2424 | 2025.04.22 03:04:20.757771 [ 187 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 2425 | 2025.04.22 03:04:20.757915 [ 187 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 2426 | 2025.04.22 03:04:20.759625 [ 189 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.00300024 sec., 1687531.664133536 rows/sec., 24.14 MiB/sec. | ||
| 2427 | 2025.04.22 03:04:20.760352 [ 201 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2428 | 2025.04.22 03:04:20.760712 [ 201 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_11_2} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2429 | 2025.04.22 03:04:20.760804 [ 201 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_11_2} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2430 | 2025.04.22 03:04:20.760918 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
| 2431 | 2025.04.22 03:04:21.053453 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
| 2432 | 2025.04.22 03:04:21.074800 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2433 | 2025.04.22 03:04:21.074862 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2434 | 2025.04.22 03:04:21.081800 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2435 | 2025.04.22 03:04:21.082588 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2436 | 2025.04.22 03:04:21.082970 [ 26 ] {} <Debug> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2437 | 2025.04.22 03:04:21.083104 [ 26 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2438 | 2025.04.22 03:04:21.083172 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2439 | 2025.04.22 03:04:21.083543 [ 186 ] {221840db-82c7-49e0-9543-fc81844dee87::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 | ||
| 2440 | 2025.04.22 03:04:21.097988 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
| 2441 | 2025.04.22 03:04:21.099318 [ 186 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2442 | 2025.04.22 03:04:21.100559 [ 186 ] {221840db-82c7-49e0-9543-fc81844dee87::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 | ||
| 2443 | 2025.04.22 03:04:21.105661 [ 186 ] {221840db-82c7-49e0-9543-fc81844dee87::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 | ||
| 2444 | 2025.04.22 03:04:21.110994 [ 186 ] {221840db-82c7-49e0-9543-fc81844dee87::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 | ||
| 2445 | 2025.04.22 03:04:21.116410 [ 186 ] {221840db-82c7-49e0-9543-fc81844dee87::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 | ||
| 2446 | 2025.04.22 03:04:21.121893 [ 186 ] {221840db-82c7-49e0-9543-fc81844dee87::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 | ||
| 2447 | 2025.04.22 03:04:21.126307 [ 186 ] {221840db-82c7-49e0-9543-fc81844dee87::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 | ||
| 2448 | 2025.04.22 03:04:21.183445 [ 189 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.100120737 sec., 828.9990913670562 rows/sec., 4.29 MiB/sec. | ||
| 2449 | 2025.04.22 03:04:21.185086 [ 198 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2450 | 2025.04.22 03:04:21.187709 [ 198 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_11_2} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2451 | 2025.04.22 03:04:21.187826 [ 198 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_11_2} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2452 | 2025.04.22 03:04:21.189231 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
| 2453 | 2025.04.22 03:04:22.434345 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2454 | 2025.04.22 03:04:22.434777 [ 276 ] {3ca345fe-d786-403a-be75-a187cb21a02e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2455 | 2025.04.22 03:04:22.435328 [ 276 ] {3ca345fe-d786-403a-be75-a187cb21a02e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2456 | 2025.04.22 03:04:22.435381 [ 276 ] {3ca345fe-d786-403a-be75-a187cb21a02e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2457 | 2025.04.22 03:04:22.435754 [ 276 ] {3ca345fe-d786-403a-be75-a187cb21a02e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2458 | 2025.04.22 03:04:22.435836 [ 276 ] {3ca345fe-d786-403a-be75-a187cb21a02e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2459 | 2025.04.22 03:04:22.436010 [ 276 ] {3ca345fe-d786-403a-be75-a187cb21a02e} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 2460 | 2025.04.22 03:04:22.436051 [ 276 ] {3ca345fe-d786-403a-be75-a187cb21a02e} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 2461 | 2025.04.22 03:04:22.436075 [ 276 ] {3ca345fe-d786-403a-be75-a187cb21a02e} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (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 | ||
| 2462 | 2025.04.22 03:04:22.436093 [ 276 ] {3ca345fe-d786-403a-be75-a187cb21a02e} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2463 | 2025.04.22 03:04:22.436144 [ 276 ] {3ca345fe-d786-403a-be75-a187cb21a02e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2464 | 2025.04.22 03:04:22.436169 [ 276 ] {3ca345fe-d786-403a-be75-a187cb21a02e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 40 rows starting from 0 | ||
| 2465 | 2025.04.22 03:04:22.437095 [ 276 ] {3ca345fe-d786-403a-be75-a187cb21a02e} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.002536 sec., 15772.870662460567 rows/sec., 601.49 KiB/sec. | ||
| 2466 | 2025.04.22 03:04:22.437224 [ 276 ] {3ca345fe-d786-403a-be75-a187cb21a02e} <Debug> TCPHandler: Processed in 0.003055802 sec. | ||
| 2467 | 2025.04.22 03:04:22.446179 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2468 | 2025.04.22 03:04:22.446306 [ 276 ] {613a76e0-5b34-46b1-a707-fa74ae1374be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2469 | 2025.04.22 03:04:22.446355 [ 276 ] {613a76e0-5b34-46b1-a707-fa74ae1374be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2470 | 2025.04.22 03:04:22.447050 [ 276 ] {613a76e0-5b34-46b1-a707-fa74ae1374be} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2471 | 2025.04.22 03:04:22.447092 [ 276 ] {613a76e0-5b34-46b1-a707-fa74ae1374be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2472 | 2025.04.22 03:04:22.447629 [ 276 ] {613a76e0-5b34-46b1-a707-fa74ae1374be} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2473 | 2025.04.22 03:04:22.447862 [ 276 ] {613a76e0-5b34-46b1-a707-fa74ae1374be} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2474 | 2025.04.22 03:04:22.448093 [ 276 ] {613a76e0-5b34-46b1-a707-fa74ae1374be} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001822 sec., 548.847420417124 rows/sec., 124.35 KiB/sec. | ||
| 2475 | 2025.04.22 03:04:22.448153 [ 276 ] {613a76e0-5b34-46b1-a707-fa74ae1374be} <Debug> TCPHandler: Processed in 0.002089626 sec. | ||
| 2476 | 2025.04.22 03:04:22.448278 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2477 | 2025.04.22 03:04:22.448382 [ 276 ] {118853e6-d174-4fb0-a594-299e44290568} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2478 | 2025.04.22 03:04:22.448428 [ 276 ] {118853e6-d174-4fb0-a594-299e44290568} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2479 | 2025.04.22 03:04:22.449066 [ 276 ] {118853e6-d174-4fb0-a594-299e44290568} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2480 | 2025.04.22 03:04:22.449104 [ 276 ] {118853e6-d174-4fb0-a594-299e44290568} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2481 | 2025.04.22 03:04:22.449470 [ 276 ] {118853e6-d174-4fb0-a594-299e44290568} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2482 | 2025.04.22 03:04:22.449705 [ 276 ] {118853e6-d174-4fb0-a594-299e44290568} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2483 | 2025.04.22 03:04:22.449898 [ 276 ] {118853e6-d174-4fb0-a594-299e44290568} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00154 sec., 137662.33766233767 rows/sec., 8.76 MiB/sec. | ||
| 2484 | 2025.04.22 03:04:22.449950 [ 276 ] {118853e6-d174-4fb0-a594-299e44290568} <Debug> TCPHandler: Processed in 0.001720076 sec. | ||
| 2485 | 2025.04.22 03:04:22.450083 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2486 | 2025.04.22 03:04:22.450215 [ 276 ] {79a4dd3e-f5a5-4e92-8145-93ec0b0ee3d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2487 | 2025.04.22 03:04:22.450268 [ 276 ] {79a4dd3e-f5a5-4e92-8145-93ec0b0ee3d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2488 | 2025.04.22 03:04:22.450909 [ 276 ] {79a4dd3e-f5a5-4e92-8145-93ec0b0ee3d2} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2489 | 2025.04.22 03:04:22.450958 [ 276 ] {79a4dd3e-f5a5-4e92-8145-93ec0b0ee3d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2490 | 2025.04.22 03:04:22.451332 [ 276 ] {79a4dd3e-f5a5-4e92-8145-93ec0b0ee3d2} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2491 | 2025.04.22 03:04:22.451573 [ 276 ] {79a4dd3e-f5a5-4e92-8145-93ec0b0ee3d2} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2492 | 2025.04.22 03:04:22.451804 [ 276 ] {79a4dd3e-f5a5-4e92-8145-93ec0b0ee3d2} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001614 sec., 4956.629491945477 rows/sec., 404.18 KiB/sec. | ||
| 2493 | 2025.04.22 03:04:22.451874 [ 276 ] {79a4dd3e-f5a5-4e92-8145-93ec0b0ee3d2} <Debug> TCPHandler: Processed in 0.00184856 sec. | ||
| 2494 | 2025.04.22 03:04:22.451988 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2495 | 2025.04.22 03:04:22.452091 [ 276 ] {eaa73bd1-9f7f-4caf-9e5d-2dd208bd669d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2496 | 2025.04.22 03:04:22.452134 [ 276 ] {eaa73bd1-9f7f-4caf-9e5d-2dd208bd669d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2497 | 2025.04.22 03:04:22.452951 [ 276 ] {eaa73bd1-9f7f-4caf-9e5d-2dd208bd669d} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2498 | 2025.04.22 03:04:22.452990 [ 276 ] {eaa73bd1-9f7f-4caf-9e5d-2dd208bd669d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2499 | 2025.04.22 03:04:22.453395 [ 276 ] {eaa73bd1-9f7f-4caf-9e5d-2dd208bd669d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2500 | 2025.04.22 03:04:22.453633 [ 276 ] {eaa73bd1-9f7f-4caf-9e5d-2dd208bd669d} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2501 | 2025.04.22 03:04:22.453827 [ 276 ] {eaa73bd1-9f7f-4caf-9e5d-2dd208bd669d} <Debug> executeQuery: Read 693 rows, 56.52 KiB in 0.001758 sec., 394197.95221843006 rows/sec., 31.40 MiB/sec. | ||
| 2502 | 2025.04.22 03:04:22.453876 [ 276 ] {eaa73bd1-9f7f-4caf-9e5d-2dd208bd669d} <Debug> TCPHandler: Processed in 0.001936432 sec. | ||
| 2503 | 2025.04.22 03:04:22.453999 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2504 | 2025.04.22 03:04:22.454101 [ 276 ] {9e1af122-3876-4bfa-9850-8e7733a9c030} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2505 | 2025.04.22 03:04:22.454145 [ 276 ] {9e1af122-3876-4bfa-9850-8e7733a9c030} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2506 | 2025.04.22 03:04:22.454706 [ 276 ] {9e1af122-3876-4bfa-9850-8e7733a9c030} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2507 | 2025.04.22 03:04:22.454745 [ 276 ] {9e1af122-3876-4bfa-9850-8e7733a9c030} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2508 | 2025.04.22 03:04:22.455088 [ 276 ] {9e1af122-3876-4bfa-9850-8e7733a9c030} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2509 | 2025.04.22 03:04:22.455327 [ 276 ] {9e1af122-3876-4bfa-9850-8e7733a9c030} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2510 | 2025.04.22 03:04:22.455515 [ 276 ] {9e1af122-3876-4bfa-9850-8e7733a9c030} <Debug> executeQuery: Read 150 rows, 9.65 KiB in 0.001436 sec., 104456.82451253482 rows/sec., 6.56 MiB/sec. | ||
| 2511 | 2025.04.22 03:04:22.455564 [ 276 ] {9e1af122-3876-4bfa-9850-8e7733a9c030} <Debug> TCPHandler: Processed in 0.001613473 sec. | ||
| 2512 | 2025.04.22 03:04:22.455685 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2513 | 2025.04.22 03:04:22.455788 [ 276 ] {0a4c5cff-dbf9-4868-a937-6bba816a2824} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2514 | 2025.04.22 03:04:22.455830 [ 276 ] {0a4c5cff-dbf9-4868-a937-6bba816a2824} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2515 | 2025.04.22 03:04:22.456367 [ 276 ] {0a4c5cff-dbf9-4868-a937-6bba816a2824} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2516 | 2025.04.22 03:04:22.456406 [ 276 ] {0a4c5cff-dbf9-4868-a937-6bba816a2824} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2517 | 2025.04.22 03:04:22.456743 [ 276 ] {0a4c5cff-dbf9-4868-a937-6bba816a2824} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2518 | 2025.04.22 03:04:22.456972 [ 276 ] {0a4c5cff-dbf9-4868-a937-6bba816a2824} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2519 | 2025.04.22 03:04:22.457167 [ 276 ] {0a4c5cff-dbf9-4868-a937-6bba816a2824} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001401 sec., 80656.67380442542 rows/sec., 5.22 MiB/sec. | ||
| 2520 | 2025.04.22 03:04:22.457216 [ 276 ] {0a4c5cff-dbf9-4868-a937-6bba816a2824} <Debug> TCPHandler: Processed in 0.001578963 sec. | ||
| 2521 | 2025.04.22 03:04:22.457334 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2522 | 2025.04.22 03:04:22.457435 [ 276 ] {8c4eccbc-82a1-4cc9-9a45-6ce65b85b803} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2523 | 2025.04.22 03:04:22.457478 [ 276 ] {8c4eccbc-82a1-4cc9-9a45-6ce65b85b803} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2524 | 2025.04.22 03:04:22.458017 [ 276 ] {8c4eccbc-82a1-4cc9-9a45-6ce65b85b803} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2525 | 2025.04.22 03:04:22.458055 [ 276 ] {8c4eccbc-82a1-4cc9-9a45-6ce65b85b803} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2526 | 2025.04.22 03:04:22.458392 [ 276 ] {8c4eccbc-82a1-4cc9-9a45-6ce65b85b803} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2527 | 2025.04.22 03:04:22.458621 [ 276 ] {8c4eccbc-82a1-4cc9-9a45-6ce65b85b803} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2528 | 2025.04.22 03:04:22.458848 [ 276 ] {8c4eccbc-82a1-4cc9-9a45-6ce65b85b803} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001433 sec., 78157.71109560363 rows/sec., 4.45 MiB/sec. | ||
| 2529 | 2025.04.22 03:04:22.459030 [ 276 ] {8c4eccbc-82a1-4cc9-9a45-6ce65b85b803} <Debug> TCPHandler: Processed in 0.001739546 sec. | ||
| 2530 | 2025.04.22 03:04:22.459168 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2531 | 2025.04.22 03:04:22.459271 [ 276 ] {443226a4-0ff8-4403-979f-f570ed605a8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2532 | 2025.04.22 03:04:22.459315 [ 276 ] {443226a4-0ff8-4403-979f-f570ed605a8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2533 | 2025.04.22 03:04:22.460015 [ 276 ] {443226a4-0ff8-4403-979f-f570ed605a8d} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2534 | 2025.04.22 03:04:22.460055 [ 276 ] {443226a4-0ff8-4403-979f-f570ed605a8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2535 | 2025.04.22 03:04:22.460425 [ 276 ] {443226a4-0ff8-4403-979f-f570ed605a8d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2536 | 2025.04.22 03:04:22.460660 [ 276 ] {443226a4-0ff8-4403-979f-f570ed605a8d} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2537 | 2025.04.22 03:04:22.460853 [ 276 ] {443226a4-0ff8-4403-979f-f570ed605a8d} <Debug> executeQuery: Read 426 rows, 31.12 KiB in 0.001603 sec., 265751.7155333749 rows/sec., 18.96 MiB/sec. | ||
| 2538 | 2025.04.22 03:04:22.460901 [ 276 ] {443226a4-0ff8-4403-979f-f570ed605a8d} <Debug> TCPHandler: Processed in 0.001781447 sec. | ||
| 2539 | 2025.04.22 03:04:22.461022 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2540 | 2025.04.22 03:04:22.461126 [ 276 ] {3f6e896b-5736-4834-b03e-15a178b575af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2541 | 2025.04.22 03:04:22.461171 [ 276 ] {3f6e896b-5736-4834-b03e-15a178b575af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2542 | 2025.04.22 03:04:22.461580 [ 276 ] {3f6e896b-5736-4834-b03e-15a178b575af} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2543 | 2025.04.22 03:04:22.461618 [ 276 ] {3f6e896b-5736-4834-b03e-15a178b575af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2544 | 2025.04.22 03:04:22.461963 [ 276 ] {3f6e896b-5736-4834-b03e-15a178b575af} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2545 | 2025.04.22 03:04:22.462194 [ 276 ] {3f6e896b-5736-4834-b03e-15a178b575af} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2546 | 2025.04.22 03:04:22.462389 [ 276 ] {3f6e896b-5736-4834-b03e-15a178b575af} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001284 sec., 4672.897196261682 rows/sec., 244.14 KiB/sec. | ||
| 2547 | 2025.04.22 03:04:22.462436 [ 276 ] {3f6e896b-5736-4834-b03e-15a178b575af} <Debug> TCPHandler: Processed in 0.001463319 sec. | ||
| 2548 | 2025.04.22 03:04:22.462563 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2549 | 2025.04.22 03:04:22.462666 [ 276 ] {107eb1eb-c602-4588-a588-0c7a4f2516da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2550 | 2025.04.22 03:04:22.462713 [ 276 ] {107eb1eb-c602-4588-a588-0c7a4f2516da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2551 | 2025.04.22 03:04:22.463229 [ 276 ] {107eb1eb-c602-4588-a588-0c7a4f2516da} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2552 | 2025.04.22 03:04:22.463267 [ 276 ] {107eb1eb-c602-4588-a588-0c7a4f2516da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2553 | 2025.04.22 03:04:22.463637 [ 276 ] {107eb1eb-c602-4588-a588-0c7a4f2516da} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2554 | 2025.04.22 03:04:22.463879 [ 276 ] {107eb1eb-c602-4588-a588-0c7a4f2516da} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2555 | 2025.04.22 03:04:22.464082 [ 276 ] {107eb1eb-c602-4588-a588-0c7a4f2516da} <Debug> executeQuery: Read 241 rows, 16.55 KiB in 0.001437 sec., 167710.50800278358 rows/sec., 11.25 MiB/sec. | ||
| 2556 | 2025.04.22 03:04:22.464131 [ 276 ] {107eb1eb-c602-4588-a588-0c7a4f2516da} <Debug> TCPHandler: Processed in 0.001616503 sec. | ||
| 2557 | 2025.04.22 03:04:22.464255 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2558 | 2025.04.22 03:04:22.464358 [ 276 ] {a0b9c848-b67d-47e9-923c-44ed15be24d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2559 | 2025.04.22 03:04:22.464403 [ 276 ] {a0b9c848-b67d-47e9-923c-44ed15be24d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2560 | 2025.04.22 03:04:22.464827 [ 276 ] {a0b9c848-b67d-47e9-923c-44ed15be24d9} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2561 | 2025.04.22 03:04:22.464866 [ 276 ] {a0b9c848-b67d-47e9-923c-44ed15be24d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2562 | 2025.04.22 03:04:22.465221 [ 276 ] {a0b9c848-b67d-47e9-923c-44ed15be24d9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2563 | 2025.04.22 03:04:22.465456 [ 276 ] {a0b9c848-b67d-47e9-923c-44ed15be24d9} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2564 | 2025.04.22 03:04:22.465664 [ 276 ] {a0b9c848-b67d-47e9-923c-44ed15be24d9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001325 sec., 754.7169811320755 rows/sec., 50.85 KiB/sec. | ||
| 2565 | 2025.04.22 03:04:22.465733 [ 276 ] {a0b9c848-b67d-47e9-923c-44ed15be24d9} <Debug> TCPHandler: Processed in 0.001526231 sec. | ||
| 2566 | 2025.04.22 03:04:22.465865 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2567 | 2025.04.22 03:04:22.465977 [ 276 ] {163f7f8b-62b5-4dc1-a3b5-a593a655b3c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2568 | 2025.04.22 03:04:22.466055 [ 276 ] {163f7f8b-62b5-4dc1-a3b5-a593a655b3c6} <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 | ||
| 2569 | 2025.04.22 03:04:22.467119 [ 276 ] {163f7f8b-62b5-4dc1-a3b5-a593a655b3c6} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2570 | 2025.04.22 03:04:22.467157 [ 276 ] {163f7f8b-62b5-4dc1-a3b5-a593a655b3c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2571 | 2025.04.22 03:04:22.467790 [ 276 ] {163f7f8b-62b5-4dc1-a3b5-a593a655b3c6} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2572 | 2025.04.22 03:04:22.468046 [ 276 ] {163f7f8b-62b5-4dc1-a3b5-a593a655b3c6} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2573 | 2025.04.22 03:04:22.468272 [ 276 ] {163f7f8b-62b5-4dc1-a3b5-a593a655b3c6} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.00232 sec., 15517.241379310344 rows/sec., 27.81 MiB/sec. | ||
| 2574 | 2025.04.22 03:04:22.468362 [ 276 ] {163f7f8b-62b5-4dc1-a3b5-a593a655b3c6} <Debug> TCPHandler: Processed in 0.002552779 sec. | ||
| 2575 | 2025.04.22 03:04:22.468481 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2576 | 2025.04.22 03:04:22.468583 [ 276 ] {3a405530-81e5-406b-8fb8-9d68bdfd1ecc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2577 | 2025.04.22 03:04:22.468627 [ 276 ] {3a405530-81e5-406b-8fb8-9d68bdfd1ecc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2578 | 2025.04.22 03:04:22.469041 [ 276 ] {3a405530-81e5-406b-8fb8-9d68bdfd1ecc} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2579 | 2025.04.22 03:04:22.469080 [ 276 ] {3a405530-81e5-406b-8fb8-9d68bdfd1ecc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2580 | 2025.04.22 03:04:22.469425 [ 276 ] {3a405530-81e5-406b-8fb8-9d68bdfd1ecc} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2581 | 2025.04.22 03:04:22.469651 [ 276 ] {3a405530-81e5-406b-8fb8-9d68bdfd1ecc} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2582 | 2025.04.22 03:04:22.469849 [ 276 ] {3a405530-81e5-406b-8fb8-9d68bdfd1ecc} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001287 sec., 63714.06371406372 rows/sec., 4.05 MiB/sec. | ||
| 2583 | 2025.04.22 03:04:22.469895 [ 276 ] {3a405530-81e5-406b-8fb8-9d68bdfd1ecc} <Debug> TCPHandler: Processed in 0.001461969 sec. | ||
| 2584 | 2025.04.22 03:04:27.436363 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2585 | 2025.04.22 03:04:27.436573 [ 276 ] {68cddb6a-7288-4605-b978-4143aa7215bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2586 | 2025.04.22 03:04:27.436648 [ 276 ] {68cddb6a-7288-4605-b978-4143aa7215bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2587 | 2025.04.22 03:04:27.437428 [ 276 ] {68cddb6a-7288-4605-b978-4143aa7215bd} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2588 | 2025.04.22 03:04:27.437492 [ 276 ] {68cddb6a-7288-4605-b978-4143aa7215bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2589 | 2025.04.22 03:04:27.438023 [ 276 ] {68cddb6a-7288-4605-b978-4143aa7215bd} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2590 | 2025.04.22 03:04:27.438304 [ 276 ] {68cddb6a-7288-4605-b978-4143aa7215bd} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2591 | 2025.04.22 03:04:27.438608 [ 276 ] {68cddb6a-7288-4605-b978-4143aa7215bd} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.002084 sec., 30710.17274472169 rows/sec., 2.43 MiB/sec. | ||
| 2592 | 2025.04.22 03:04:27.438685 [ 276 ] {68cddb6a-7288-4605-b978-4143aa7215bd} <Debug> TCPHandler: Processed in 0.002455596 sec. | ||
| 2593 | 2025.04.22 03:04:27.438843 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2594 | 2025.04.22 03:04:27.438951 [ 276 ] {e43f26ed-7715-4ec7-bbf6-2bec620aecd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2595 | 2025.04.22 03:04:27.438997 [ 276 ] {e43f26ed-7715-4ec7-bbf6-2bec620aecd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2596 | 2025.04.22 03:04:27.439536 [ 276 ] {e43f26ed-7715-4ec7-bbf6-2bec620aecd8} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2597 | 2025.04.22 03:04:27.439577 [ 276 ] {e43f26ed-7715-4ec7-bbf6-2bec620aecd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2598 | 2025.04.22 03:04:27.439929 [ 276 ] {e43f26ed-7715-4ec7-bbf6-2bec620aecd8} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2599 | 2025.04.22 03:04:27.440201 [ 276 ] {e43f26ed-7715-4ec7-bbf6-2bec620aecd8} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2600 | 2025.04.22 03:04:27.440406 [ 276 ] {e43f26ed-7715-4ec7-bbf6-2bec620aecd8} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001479 sec., 2704.5300878972275 rows/sec., 203.37 KiB/sec. | ||
| 2601 | 2025.04.22 03:04:27.440457 [ 276 ] {e43f26ed-7715-4ec7-bbf6-2bec620aecd8} <Debug> TCPHandler: Processed in 0.001666414 sec. | ||
| 2602 | 2025.04.22 03:04:27.440598 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2603 | 2025.04.22 03:04:27.440709 [ 276 ] {100c37fc-1f5a-4e30-bca6-2242ebe9a6d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2604 | 2025.04.22 03:04:27.440753 [ 276 ] {100c37fc-1f5a-4e30-bca6-2242ebe9a6d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2605 | 2025.04.22 03:04:27.441300 [ 276 ] {100c37fc-1f5a-4e30-bca6-2242ebe9a6d1} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2606 | 2025.04.22 03:04:27.441338 [ 276 ] {100c37fc-1f5a-4e30-bca6-2242ebe9a6d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2607 | 2025.04.22 03:04:27.441703 [ 276 ] {100c37fc-1f5a-4e30-bca6-2242ebe9a6d1} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2608 | 2025.04.22 03:04:27.441951 [ 276 ] {100c37fc-1f5a-4e30-bca6-2242ebe9a6d1} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2609 | 2025.04.22 03:04:27.442155 [ 276 ] {100c37fc-1f5a-4e30-bca6-2242ebe9a6d1} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001467 sec., 46353.10156782549 rows/sec., 3.62 MiB/sec. | ||
| 2610 | 2025.04.22 03:04:27.442204 [ 276 ] {100c37fc-1f5a-4e30-bca6-2242ebe9a6d1} <Debug> TCPHandler: Processed in 0.001660454 sec. | ||
| 2611 | 2025.04.22 03:04:27.442328 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2612 | 2025.04.22 03:04:27.442432 [ 276 ] {ea3a7d6c-e82e-4d18-ae15-e517d28e63ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2613 | 2025.04.22 03:04:27.442481 [ 276 ] {ea3a7d6c-e82e-4d18-ae15-e517d28e63ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2614 | 2025.04.22 03:04:27.443011 [ 276 ] {ea3a7d6c-e82e-4d18-ae15-e517d28e63ac} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2615 | 2025.04.22 03:04:27.443051 [ 276 ] {ea3a7d6c-e82e-4d18-ae15-e517d28e63ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2616 | 2025.04.22 03:04:27.443540 [ 276 ] {ea3a7d6c-e82e-4d18-ae15-e517d28e63ac} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2617 | 2025.04.22 03:04:27.443867 [ 276 ] {ea3a7d6c-e82e-4d18-ae15-e517d28e63ac} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2618 | 2025.04.22 03:04:27.444075 [ 276 ] {ea3a7d6c-e82e-4d18-ae15-e517d28e63ac} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001664 sec., 96153.84615384616 rows/sec., 6.70 MiB/sec. | ||
| 2619 | 2025.04.22 03:04:27.444130 [ 276 ] {ea3a7d6c-e82e-4d18-ae15-e517d28e63ac} <Debug> TCPHandler: Processed in 0.00185223 sec. | ||
| 2620 | 2025.04.22 03:04:27.444252 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2621 | 2025.04.22 03:04:27.444357 [ 276 ] {bdddf356-3279-4716-9a42-dfcbaa98fd28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2622 | 2025.04.22 03:04:27.444424 [ 276 ] {bdddf356-3279-4716-9a42-dfcbaa98fd28} <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 | ||
| 2623 | 2025.04.22 03:04:27.445477 [ 276 ] {bdddf356-3279-4716-9a42-dfcbaa98fd28} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2624 | 2025.04.22 03:04:27.445517 [ 276 ] {bdddf356-3279-4716-9a42-dfcbaa98fd28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2625 | 2025.04.22 03:04:27.446126 [ 276 ] {bdddf356-3279-4716-9a42-dfcbaa98fd28} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2626 | 2025.04.22 03:04:27.446406 [ 276 ] {bdddf356-3279-4716-9a42-dfcbaa98fd28} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2627 | 2025.04.22 03:04:27.446629 [ 276 ] {bdddf356-3279-4716-9a42-dfcbaa98fd28} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002293 sec., 1744.4395987788923 rows/sec., 3.13 MiB/sec. | ||
| 2628 | 2025.04.22 03:04:27.446720 [ 276 ] {bdddf356-3279-4716-9a42-dfcbaa98fd28} <Debug> TCPHandler: Processed in 0.002518717 sec. | ||
| 2629 | 2025.04.22 03:04:27.446851 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2630 | 2025.04.22 03:04:27.446955 [ 276 ] {89a2ae0d-4a2b-4678-b3eb-cc548a192fdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2631 | 2025.04.22 03:04:27.447003 [ 276 ] {89a2ae0d-4a2b-4678-b3eb-cc548a192fdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2632 | 2025.04.22 03:04:27.447438 [ 276 ] {89a2ae0d-4a2b-4678-b3eb-cc548a192fdf} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2633 | 2025.04.22 03:04:27.447477 [ 276 ] {89a2ae0d-4a2b-4678-b3eb-cc548a192fdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2634 | 2025.04.22 03:04:27.447830 [ 276 ] {89a2ae0d-4a2b-4678-b3eb-cc548a192fdf} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2635 | 2025.04.22 03:04:27.448086 [ 276 ] {89a2ae0d-4a2b-4678-b3eb-cc548a192fdf} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2636 | 2025.04.22 03:04:27.448288 [ 276 ] {89a2ae0d-4a2b-4678-b3eb-cc548a192fdf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001355 sec., 44280.44280442804 rows/sec., 2.98 MiB/sec. | ||
| 2637 | 2025.04.22 03:04:27.448336 [ 276 ] {89a2ae0d-4a2b-4678-b3eb-cc548a192fdf} <Debug> TCPHandler: Processed in 0.001535621 sec. | ||
| 2638 | 2025.04.22 03:04:28.176066 [ 74 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2639 | 2025.04.22 03:04:28.176121 [ 74 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2640 | 2025.04.22 03:04:28.257577 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551 | ||
| 2641 | 2025.04.22 03:04:28.258247 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2642 | 2025.04.22 03:04:28.258295 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2643 | 2025.04.22 03:04:28.258896 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2644 | 2025.04.22 03:04:28.259155 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2645 | 2025.04.22 03:04:28.259379 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
| 2646 | 2025.04.22 03:04:28.264771 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 372 | ||
| 2647 | 2025.04.22 03:04:28.267934 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2648 | 2025.04.22 03:04:28.267986 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2649 | 2025.04.22 03:04:28.269483 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2650 | 2025.04.22 03:04:28.269803 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2651 | 2025.04.22 03:04:28.270730 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 372 | ||
| 2652 | 2025.04.22 03:04:28.598055 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
| 2653 | 2025.04.22 03:04:28.617039 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2654 | 2025.04.22 03:04:28.617099 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2655 | 2025.04.22 03:04:28.624296 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2656 | 2025.04.22 03:04:28.625083 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2657 | 2025.04.22 03:04:28.628185 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
| 2658 | 2025.04.22 03:04:32.443178 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2659 | 2025.04.22 03:04:32.443403 [ 276 ] {cceee70a-cff5-48d3-af89-404d87b737b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2660 | 2025.04.22 03:04:32.443484 [ 276 ] {cceee70a-cff5-48d3-af89-404d87b737b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2661 | 2025.04.22 03:04:32.444360 [ 276 ] {cceee70a-cff5-48d3-af89-404d87b737b7} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2662 | 2025.04.22 03:04:32.444412 [ 276 ] {cceee70a-cff5-48d3-af89-404d87b737b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2663 | 2025.04.22 03:04:32.444901 [ 276 ] {cceee70a-cff5-48d3-af89-404d87b737b7} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2664 | 2025.04.22 03:04:32.445161 [ 276 ] {cceee70a-cff5-48d3-af89-404d87b737b7} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2665 | 2025.04.22 03:04:32.445395 [ 276 ] {cceee70a-cff5-48d3-af89-404d87b737b7} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00205 sec., 103414.63414634146 rows/sec., 6.58 MiB/sec. | ||
| 2666 | 2025.04.22 03:04:32.445460 [ 276 ] {cceee70a-cff5-48d3-af89-404d87b737b7} <Debug> TCPHandler: Processed in 0.002425155 sec. | ||
| 2667 | 2025.04.22 03:04:32.445605 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2668 | 2025.04.22 03:04:32.445716 [ 276 ] {789aa5bc-0816-46a7-ba9b-d45f8aeec4de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2669 | 2025.04.22 03:04:32.445764 [ 276 ] {789aa5bc-0816-46a7-ba9b-d45f8aeec4de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2670 | 2025.04.22 03:04:32.446611 [ 276 ] {789aa5bc-0816-46a7-ba9b-d45f8aeec4de} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2671 | 2025.04.22 03:04:32.446652 [ 276 ] {789aa5bc-0816-46a7-ba9b-d45f8aeec4de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2672 | 2025.04.22 03:04:32.447075 [ 276 ] {789aa5bc-0816-46a7-ba9b-d45f8aeec4de} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2673 | 2025.04.22 03:04:32.447338 [ 276 ] {789aa5bc-0816-46a7-ba9b-d45f8aeec4de} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2674 | 2025.04.22 03:04:32.447508 [ 72 ] {} <Debug> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2675 | 2025.04.22 03:04:32.447559 [ 276 ] {789aa5bc-0816-46a7-ba9b-d45f8aeec4de} <Debug> executeQuery: Read 689 rows, 56.23 KiB in 0.001865 sec., 369436.9973190349 rows/sec., 29.44 MiB/sec. | ||
| 2676 | 2025.04.22 03:04:32.447591 [ 72 ] {} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2677 | 2025.04.22 03:04:32.447676 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2678 | 2025.04.22 03:04:32.447679 [ 276 ] {789aa5bc-0816-46a7-ba9b-d45f8aeec4de} <Debug> TCPHandler: Processed in 0.002127037 sec. | ||
| 2679 | 2025.04.22 03:04:32.448002 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2680 | 2025.04.22 03:04:32.448014 [ 192 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::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 | ||
| 2681 | 2025.04.22 03:04:32.448238 [ 276 ] {8662bc70-ab04-40f8-98f6-451db9658d11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2682 | 2025.04.22 03:04:32.448281 [ 192 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2683 | 2025.04.22 03:04:32.448328 [ 276 ] {8662bc70-ab04-40f8-98f6-451db9658d11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2684 | 2025.04.22 03:04:32.448349 [ 192 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1829 rows starting from the beginning of the part | ||
| 2685 | 2025.04.22 03:04:32.448693 [ 192 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 689 rows starting from the beginning of the part | ||
| 2686 | 2025.04.22 03:04:32.448958 [ 192 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 62 rows starting from the beginning of the part | ||
| 2687 | 2025.04.22 03:04:32.449239 [ 192 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 693 rows starting from the beginning of the part | ||
| 2688 | 2025.04.22 03:04:32.449557 [ 192 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::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 | ||
| 2689 | 2025.04.22 03:04:32.449884 [ 192 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 689 rows starting from the beginning of the part | ||
| 2690 | 2025.04.22 03:04:32.451329 [ 276 ] {8662bc70-ab04-40f8-98f6-451db9658d11} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2691 | 2025.04.22 03:04:32.451392 [ 276 ] {8662bc70-ab04-40f8-98f6-451db9658d11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2692 | 2025.04.22 03:04:32.452447 [ 276 ] {8662bc70-ab04-40f8-98f6-451db9658d11} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2693 | 2025.04.22 03:04:32.452805 [ 276 ] {8662bc70-ab04-40f8-98f6-451db9658d11} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2694 | 2025.04.22 03:04:32.453019 [ 276 ] {8662bc70-ab04-40f8-98f6-451db9658d11} <Debug> executeQuery: Read 142 rows, 9.09 KiB in 0.004858 sec., 29230.135858377933 rows/sec., 1.83 MiB/sec. | ||
| 2695 | 2025.04.22 03:04:32.453081 [ 276 ] {8662bc70-ab04-40f8-98f6-451db9658d11} <Debug> TCPHandler: Processed in 0.005200749 sec. | ||
| 2696 | 2025.04.22 03:04:32.453308 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2697 | 2025.04.22 03:04:32.453515 [ 192 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4026 rows, containing 5 columns (5 merged, 0 gathered) in 0.005737384 sec., 701713.5335546654 rows/sec., 59.18 MiB/sec. | ||
| 2698 | 2025.04.22 03:04:32.453525 [ 276 ] {eed01087-be1e-4f76-a1c3-be79fc5683cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2699 | 2025.04.22 03:04:32.453607 [ 276 ] {eed01087-be1e-4f76-a1c3-be79fc5683cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2700 | 2025.04.22 03:04:32.453846 [ 192 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2701 | 2025.04.22 03:04:32.454469 [ 192 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_16_3} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2702 | 2025.04.22 03:04:32.454695 [ 192 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_16_3} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2703 | 2025.04.22 03:04:32.454870 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. | ||
| 2704 | 2025.04.22 03:04:32.454936 [ 276 ] {eed01087-be1e-4f76-a1c3-be79fc5683cc} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2705 | 2025.04.22 03:04:32.454980 [ 276 ] {eed01087-be1e-4f76-a1c3-be79fc5683cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2706 | 2025.04.22 03:04:32.455340 [ 276 ] {eed01087-be1e-4f76-a1c3-be79fc5683cc} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2707 | 2025.04.22 03:04:32.455584 [ 276 ] {eed01087-be1e-4f76-a1c3-be79fc5683cc} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2708 | 2025.04.22 03:04:32.455835 [ 276 ] {eed01087-be1e-4f76-a1c3-be79fc5683cc} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002352 sec., 48044.21768707483 rows/sec., 3.11 MiB/sec. | ||
| 2709 | 2025.04.22 03:04:32.455966 [ 276 ] {eed01087-be1e-4f76-a1c3-be79fc5683cc} <Debug> TCPHandler: Processed in 0.002754213 sec. | ||
| 2710 | 2025.04.22 03:04:32.456087 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2711 | 2025.04.22 03:04:32.456190 [ 276 ] {d8989a0b-ad4b-4bb1-b950-4a4bed281e98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2712 | 2025.04.22 03:04:32.456234 [ 276 ] {d8989a0b-ad4b-4bb1-b950-4a4bed281e98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2713 | 2025.04.22 03:04:32.456774 [ 276 ] {d8989a0b-ad4b-4bb1-b950-4a4bed281e98} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2714 | 2025.04.22 03:04:32.456813 [ 276 ] {d8989a0b-ad4b-4bb1-b950-4a4bed281e98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2715 | 2025.04.22 03:04:32.457160 [ 276 ] {d8989a0b-ad4b-4bb1-b950-4a4bed281e98} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2716 | 2025.04.22 03:04:32.457397 [ 276 ] {d8989a0b-ad4b-4bb1-b950-4a4bed281e98} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2717 | 2025.04.22 03:04:32.457630 [ 276 ] {d8989a0b-ad4b-4bb1-b950-4a4bed281e98} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00146 sec., 76712.3287671233 rows/sec., 4.37 MiB/sec. | ||
| 2718 | 2025.04.22 03:04:32.457803 [ 276 ] {d8989a0b-ad4b-4bb1-b950-4a4bed281e98} <Debug> TCPHandler: Processed in 0.001764998 sec. | ||
| 2719 | 2025.04.22 03:04:32.457949 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2720 | 2025.04.22 03:04:32.458053 [ 276 ] {b6427963-ffef-4f6b-9231-f4c2a462b039} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2721 | 2025.04.22 03:04:32.458098 [ 276 ] {b6427963-ffef-4f6b-9231-f4c2a462b039} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2722 | 2025.04.22 03:04:32.458789 [ 276 ] {b6427963-ffef-4f6b-9231-f4c2a462b039} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2723 | 2025.04.22 03:04:32.458828 [ 276 ] {b6427963-ffef-4f6b-9231-f4c2a462b039} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2724 | 2025.04.22 03:04:32.459219 [ 276 ] {b6427963-ffef-4f6b-9231-f4c2a462b039} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2725 | 2025.04.22 03:04:32.459458 [ 276 ] {b6427963-ffef-4f6b-9231-f4c2a462b039} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2726 | 2025.04.22 03:04:32.459617 [ 72 ] {} <Debug> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2727 | 2025.04.22 03:04:32.459685 [ 72 ] {} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2728 | 2025.04.22 03:04:32.459692 [ 276 ] {b6427963-ffef-4f6b-9231-f4c2a462b039} <Debug> executeQuery: Read 418 rows, 30.47 KiB in 0.00165 sec., 253333.33333333334 rows/sec., 18.03 MiB/sec. | ||
| 2729 | 2025.04.22 03:04:32.459721 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2730 | 2025.04.22 03:04:32.459848 [ 276 ] {b6427963-ffef-4f6b-9231-f4c2a462b039} <Debug> TCPHandler: Processed in 0.001943902 sec. | ||
| 2731 | 2025.04.22 03:04:32.460167 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2732 | 2025.04.22 03:04:32.460278 [ 189 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::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 | ||
| 2733 | 2025.04.22 03:04:32.460407 [ 276 ] {f736b632-46b9-42f1-bd32-0f4ea5e6bf5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2734 | 2025.04.22 03:04:32.460508 [ 276 ] {f736b632-46b9-42f1-bd32-0f4ea5e6bf5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2735 | 2025.04.22 03:04:32.460584 [ 189 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2736 | 2025.04.22 03:04:32.460686 [ 189 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 884 rows starting from the beginning of the part | ||
| 2737 | 2025.04.22 03:04:32.461071 [ 189 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 418 rows starting from the beginning of the part | ||
| 2738 | 2025.04.22 03:04:32.461296 [ 189 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 76 rows starting from the beginning of the part | ||
| 2739 | 2025.04.22 03:04:32.461592 [ 189 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 426 rows starting from the beginning of the part | ||
| 2740 | 2025.04.22 03:04:32.461989 [ 189 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 68 rows starting from the beginning of the part | ||
| 2741 | 2025.04.22 03:04:32.462324 [ 189 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 418 rows starting from the beginning of the part | ||
| 2742 | 2025.04.22 03:04:32.462796 [ 276 ] {f736b632-46b9-42f1-bd32-0f4ea5e6bf5f} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2743 | 2025.04.22 03:04:32.462874 [ 276 ] {f736b632-46b9-42f1-bd32-0f4ea5e6bf5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2744 | 2025.04.22 03:04:32.463669 [ 276 ] {f736b632-46b9-42f1-bd32-0f4ea5e6bf5f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2745 | 2025.04.22 03:04:32.464200 [ 276 ] {f736b632-46b9-42f1-bd32-0f4ea5e6bf5f} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2746 | 2025.04.22 03:04:32.464739 [ 276 ] {f736b632-46b9-42f1-bd32-0f4ea5e6bf5f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00438 sec., 1369.86301369863 rows/sec., 71.57 KiB/sec. | ||
| 2747 | 2025.04.22 03:04:32.464810 [ 276 ] {f736b632-46b9-42f1-bd32-0f4ea5e6bf5f} <Debug> TCPHandler: Processed in 0.004774528 sec. | ||
| 2748 | 2025.04.22 03:04:32.464962 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2749 | 2025.04.22 03:04:32.465077 [ 276 ] {e7edff79-caab-465a-b221-9923b7826365} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2750 | 2025.04.22 03:04:32.465215 [ 276 ] {e7edff79-caab-465a-b221-9923b7826365} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2751 | 2025.04.22 03:04:32.465634 [ 189 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2290 rows, containing 5 columns (5 merged, 0 gathered) in 0.005779074 sec., 396257.25505504856 rows/sec., 30.09 MiB/sec. | ||
| 2752 | 2025.04.22 03:04:32.465937 [ 189 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2753 | 2025.04.22 03:04:32.466557 [ 276 ] {e7edff79-caab-465a-b221-9923b7826365} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2754 | 2025.04.22 03:04:32.466600 [ 189 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_16_3} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2755 | 2025.04.22 03:04:32.466626 [ 276 ] {e7edff79-caab-465a-b221-9923b7826365} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2756 | 2025.04.22 03:04:32.466782 [ 189 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_16_3} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2757 | 2025.04.22 03:04:32.466939 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 2758 | 2025.04.22 03:04:32.467246 [ 276 ] {e7edff79-caab-465a-b221-9923b7826365} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2759 | 2025.04.22 03:04:32.467493 [ 276 ] {e7edff79-caab-465a-b221-9923b7826365} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2760 | 2025.04.22 03:04:32.467663 [ 72 ] {} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2761 | 2025.04.22 03:04:32.467727 [ 276 ] {e7edff79-caab-465a-b221-9923b7826365} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002672 sec., 88697.60479041917 rows/sec., 5.95 MiB/sec. | ||
| 2762 | 2025.04.22 03:04:32.467734 [ 72 ] {} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2763 | 2025.04.22 03:04:32.467822 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2764 | 2025.04.22 03:04:32.467870 [ 276 ] {e7edff79-caab-465a-b221-9923b7826365} <Debug> TCPHandler: Processed in 0.00296076 sec. | ||
| 2765 | 2025.04.22 03:04:32.468159 [ 195 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::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 | ||
| 2766 | 2025.04.22 03:04:32.468194 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2767 | 2025.04.22 03:04:32.468509 [ 276 ] {a332fa4f-0571-4528-897f-d1c90da94655} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2768 | 2025.04.22 03:04:32.468526 [ 195 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2769 | 2025.04.22 03:04:32.468571 [ 195 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 4417 rows starting from the beginning of the part | ||
| 2770 | 2025.04.22 03:04:32.468573 [ 276 ] {a332fa4f-0571-4528-897f-d1c90da94655} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2771 | 2025.04.22 03:04:32.468824 [ 195 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 237 rows starting from the beginning of the part | ||
| 2772 | 2025.04.22 03:04:32.469224 [ 195 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 160 rows starting from the beginning of the part | ||
| 2773 | 2025.04.22 03:04:32.469576 [ 195 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 241 rows starting from the beginning of the part | ||
| 2774 | 2025.04.22 03:04:32.469900 [ 195 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part | ||
| 2775 | 2025.04.22 03:04:32.470100 [ 195 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::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 | ||
| 2776 | 2025.04.22 03:04:32.470806 [ 276 ] {a332fa4f-0571-4528-897f-d1c90da94655} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2777 | 2025.04.22 03:04:32.470849 [ 276 ] {a332fa4f-0571-4528-897f-d1c90da94655} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2778 | 2025.04.22 03:04:32.471323 [ 276 ] {a332fa4f-0571-4528-897f-d1c90da94655} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2779 | 2025.04.22 03:04:32.471650 [ 276 ] {a332fa4f-0571-4528-897f-d1c90da94655} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2780 | 2025.04.22 03:04:32.472070 [ 276 ] {a332fa4f-0571-4528-897f-d1c90da94655} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003623 sec., 276.0143527463428 rows/sec., 18.60 KiB/sec. | ||
| 2781 | 2025.04.22 03:04:32.472382 [ 276 ] {a332fa4f-0571-4528-897f-d1c90da94655} <Debug> TCPHandler: Processed in 0.004303415 sec. | ||
| 2782 | 2025.04.22 03:04:32.472523 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2783 | 2025.04.22 03:04:32.472644 [ 276 ] {6cf5daec-f5bc-40f1-81d0-018f6667e1d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2784 | 2025.04.22 03:04:32.472714 [ 276 ] {6cf5daec-f5bc-40f1-81d0-018f6667e1d7} <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 | ||
| 2785 | 2025.04.22 03:04:32.473639 [ 194 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5452 rows, containing 5 columns (5 merged, 0 gathered) in 0.005683232 sec., 959313.2921548865 rows/sec., 64.82 MiB/sec. | ||
| 2786 | 2025.04.22 03:04:32.474176 [ 276 ] {6cf5daec-f5bc-40f1-81d0-018f6667e1d7} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2787 | 2025.04.22 03:04:32.474229 [ 276 ] {6cf5daec-f5bc-40f1-81d0-018f6667e1d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2788 | 2025.04.22 03:04:32.474261 [ 194 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2789 | 2025.04.22 03:04:32.475021 [ 194 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2790 | 2025.04.22 03:04:32.475217 [ 194 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2791 | 2025.04.22 03:04:32.475432 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.27 MiB. | ||
| 2792 | 2025.04.22 03:04:32.475643 [ 276 ] {6cf5daec-f5bc-40f1-81d0-018f6667e1d7} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2793 | 2025.04.22 03:04:32.475920 [ 276 ] {6cf5daec-f5bc-40f1-81d0-018f6667e1d7} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2794 | 2025.04.22 03:04:32.476182 [ 276 ] {6cf5daec-f5bc-40f1-81d0-018f6667e1d7} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.003552 sec., 10135.135135135135 rows/sec., 18.16 MiB/sec. | ||
| 2795 | 2025.04.22 03:04:32.476392 [ 276 ] {6cf5daec-f5bc-40f1-81d0-018f6667e1d7} <Debug> TCPHandler: Processed in 0.003935636 sec. | ||
| 2796 | 2025.04.22 03:04:32.476532 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2797 | 2025.04.22 03:04:32.476635 [ 276 ] {65458ab7-d567-4b40-b610-98d57910c20b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2798 | 2025.04.22 03:04:32.476682 [ 276 ] {65458ab7-d567-4b40-b610-98d57910c20b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2799 | 2025.04.22 03:04:32.477136 [ 276 ] {65458ab7-d567-4b40-b610-98d57910c20b} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2800 | 2025.04.22 03:04:32.477175 [ 276 ] {65458ab7-d567-4b40-b610-98d57910c20b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2801 | 2025.04.22 03:04:32.477558 [ 276 ] {65458ab7-d567-4b40-b610-98d57910c20b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2802 | 2025.04.22 03:04:32.477817 [ 276 ] {65458ab7-d567-4b40-b610-98d57910c20b} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2803 | 2025.04.22 03:04:32.477954 [ 63 ] {} <Debug> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2804 | 2025.04.22 03:04:32.477993 [ 276 ] {65458ab7-d567-4b40-b610-98d57910c20b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001378 sec., 59506.53120464441 rows/sec., 3.78 MiB/sec. | ||
| 2805 | 2025.04.22 03:04:32.478005 [ 63 ] {} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2806 | 2025.04.22 03:04:32.478046 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2807 | 2025.04.22 03:04:32.478056 [ 276 ] {65458ab7-d567-4b40-b610-98d57910c20b} <Debug> TCPHandler: Processed in 0.001580512 sec. | ||
| 2808 | 2025.04.22 03:04:32.478242 [ 195 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::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 | ||
| 2809 | 2025.04.22 03:04:32.478527 [ 195 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2810 | 2025.04.22 03:04:32.478557 [ 195 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 490 rows starting from the beginning of the part | ||
| 2811 | 2025.04.22 03:04:32.478616 [ 195 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 82 rows starting from the beginning of the part | ||
| 2812 | 2025.04.22 03:04:32.478841 [ 195 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part | ||
| 2813 | 2025.04.22 03:04:32.478957 [ 195 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 82 rows starting from the beginning of the part | ||
| 2814 | 2025.04.22 03:04:32.479168 [ 195 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part | ||
| 2815 | 2025.04.22 03:04:32.479371 [ 195 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::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 | ||
| 2816 | 2025.04.22 03:04:32.480714 [ 188 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 856 rows, containing 4 columns (4 merged, 0 gathered) in 0.002588299 sec., 330719.1325268062 rows/sec., 21.90 MiB/sec. | ||
| 2817 | 2025.04.22 03:04:32.480902 [ 194 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2818 | 2025.04.22 03:04:32.481208 [ 194 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_16_3} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2819 | 2025.04.22 03:04:32.481292 [ 194 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_16_3} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2820 | 2025.04.22 03:04:32.481373 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 2821 | 2025.04.22 03:04:35.673489 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2822 | 2025.04.22 03:04:35.673718 [ 276 ] {70010aa5-6c7c-4bae-b79a-9bdae7108e3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2823 | 2025.04.22 03:04:35.673802 [ 276 ] {70010aa5-6c7c-4bae-b79a-9bdae7108e3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2824 | 2025.04.22 03:04:35.674596 [ 276 ] {70010aa5-6c7c-4bae-b79a-9bdae7108e3f} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2825 | 2025.04.22 03:04:35.674652 [ 276 ] {70010aa5-6c7c-4bae-b79a-9bdae7108e3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2826 | 2025.04.22 03:04:35.675082 [ 276 ] {70010aa5-6c7c-4bae-b79a-9bdae7108e3f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2827 | 2025.04.22 03:04:35.675349 [ 276 ] {70010aa5-6c7c-4bae-b79a-9bdae7108e3f} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2828 | 2025.04.22 03:04:35.675575 [ 276 ] {70010aa5-6c7c-4bae-b79a-9bdae7108e3f} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001917 sec., 2086.5936358894105 rows/sec., 170.15 KiB/sec. | ||
| 2829 | 2025.04.22 03:04:35.675641 [ 276 ] {70010aa5-6c7c-4bae-b79a-9bdae7108e3f} <Debug> TCPHandler: Processed in 0.002292161 sec. | ||
| 2830 | 2025.04.22 03:04:35.675765 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2831 | 2025.04.22 03:04:35.675873 [ 276 ] {253c43a0-9c94-4b2a-bcbd-cd9f088b7e84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2832 | 2025.04.22 03:04:35.675921 [ 276 ] {253c43a0-9c94-4b2a-bcbd-cd9f088b7e84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2833 | 2025.04.22 03:04:35.676874 [ 276 ] {253c43a0-9c94-4b2a-bcbd-cd9f088b7e84} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2834 | 2025.04.22 03:04:35.676915 [ 276 ] {253c43a0-9c94-4b2a-bcbd-cd9f088b7e84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2835 | 2025.04.22 03:04:35.677339 [ 276 ] {253c43a0-9c94-4b2a-bcbd-cd9f088b7e84} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2836 | 2025.04.22 03:04:35.677592 [ 276 ] {253c43a0-9c94-4b2a-bcbd-cd9f088b7e84} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2837 | 2025.04.22 03:04:35.677794 [ 276 ] {253c43a0-9c94-4b2a-bcbd-cd9f088b7e84} <Debug> executeQuery: Read 1206 rows, 101.90 KiB in 0.001945 sec., 620051.4138817481 rows/sec., 51.16 MiB/sec. | ||
| 2838 | 2025.04.22 03:04:35.677844 [ 276 ] {253c43a0-9c94-4b2a-bcbd-cd9f088b7e84} <Debug> TCPHandler: Processed in 0.002132107 sec. | ||
| 2839 | 2025.04.22 03:04:35.677963 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2840 | 2025.04.22 03:04:35.678067 [ 276 ] {369c2e39-673e-4c57-99d0-3c72869fba54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2841 | 2025.04.22 03:04:35.678113 [ 276 ] {369c2e39-673e-4c57-99d0-3c72869fba54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2842 | 2025.04.22 03:04:35.678621 [ 276 ] {369c2e39-673e-4c57-99d0-3c72869fba54} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2843 | 2025.04.22 03:04:35.678661 [ 276 ] {369c2e39-673e-4c57-99d0-3c72869fba54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2844 | 2025.04.22 03:04:35.679001 [ 276 ] {369c2e39-673e-4c57-99d0-3c72869fba54} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2845 | 2025.04.22 03:04:35.679236 [ 276 ] {369c2e39-673e-4c57-99d0-3c72869fba54} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2846 | 2025.04.22 03:04:35.679435 [ 276 ] {369c2e39-673e-4c57-99d0-3c72869fba54} <Debug> executeQuery: Read 8 rows, 594.00 B in 0.001389 sec., 5759.539236861051 rows/sec., 417.62 KiB/sec. | ||
| 2847 | 2025.04.22 03:04:35.679484 [ 276 ] {369c2e39-673e-4c57-99d0-3c72869fba54} <Debug> TCPHandler: Processed in 0.001572362 sec. | ||
| 2848 | 2025.04.22 03:04:35.679595 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2849 | 2025.04.22 03:04:35.679698 [ 276 ] {c8d9fa80-c33d-4888-b798-5036a4c91b33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2850 | 2025.04.22 03:04:35.679741 [ 276 ] {c8d9fa80-c33d-4888-b798-5036a4c91b33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2851 | 2025.04.22 03:04:35.680315 [ 276 ] {c8d9fa80-c33d-4888-b798-5036a4c91b33} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2852 | 2025.04.22 03:04:35.680353 [ 276 ] {c8d9fa80-c33d-4888-b798-5036a4c91b33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2853 | 2025.04.22 03:04:35.680702 [ 276 ] {c8d9fa80-c33d-4888-b798-5036a4c91b33} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2854 | 2025.04.22 03:04:35.680950 [ 276 ] {c8d9fa80-c33d-4888-b798-5036a4c91b33} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2855 | 2025.04.22 03:04:35.681100 [ 25 ] {} <Debug> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2856 | 2025.04.22 03:04:35.681157 [ 276 ] {c8d9fa80-c33d-4888-b798-5036a4c91b33} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001479 sec., 154158.21501014198 rows/sec., 10.44 MiB/sec. | ||
| 2857 | 2025.04.22 03:04:35.681173 [ 25 ] {} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2858 | 2025.04.22 03:04:35.681239 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2859 | 2025.04.22 03:04:35.681285 [ 276 ] {c8d9fa80-c33d-4888-b798-5036a4c91b33} <Debug> TCPHandler: Processed in 0.001737507 sec. | ||
| 2860 | 2025.04.22 03:04:35.681459 [ 189 ] {b0041586-32db-4b84-924e-e64641e5dd1f::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 | ||
| 2861 | 2025.04.22 03:04:35.681469 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2862 | 2025.04.22 03:04:35.681717 [ 276 ] {35d1bbbd-3a10-4318-9ba0-7896f7f75a49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2863 | 2025.04.22 03:04:35.681725 [ 189 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2864 | 2025.04.22 03:04:35.681812 [ 276 ] {35d1bbbd-3a10-4318-9ba0-7896f7f75a49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2865 | 2025.04.22 03:04:35.681818 [ 189 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 113 rows starting from the beginning of the part | ||
| 2866 | 2025.04.22 03:04:35.682125 [ 189 ] {b0041586-32db-4b84-924e-e64641e5dd1f::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 | ||
| 2867 | 2025.04.22 03:04:35.682446 [ 189 ] {b0041586-32db-4b84-924e-e64641e5dd1f::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 | ||
| 2868 | 2025.04.22 03:04:35.682850 [ 189 ] {b0041586-32db-4b84-924e-e64641e5dd1f::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 | ||
| 2869 | 2025.04.22 03:04:35.683209 [ 189 ] {b0041586-32db-4b84-924e-e64641e5dd1f::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 | ||
| 2870 | 2025.04.22 03:04:35.683591 [ 189 ] {b0041586-32db-4b84-924e-e64641e5dd1f::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 | ||
| 2871 | 2025.04.22 03:04:35.684715 [ 276 ] {35d1bbbd-3a10-4318-9ba0-7896f7f75a49} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2872 | 2025.04.22 03:04:35.684782 [ 276 ] {35d1bbbd-3a10-4318-9ba0-7896f7f75a49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 2873 | 2025.04.22 03:04:35.685901 [ 276 ] {35d1bbbd-3a10-4318-9ba0-7896f7f75a49} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2874 | 2025.04.22 03:04:35.686275 [ 189 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 908 rows, containing 5 columns (5 merged, 0 gathered) in 0.004902071 sec., 185227.83533735026 rows/sec., 12.97 MiB/sec. | ||
| 2875 | 2025.04.22 03:04:35.686473 [ 276 ] {35d1bbbd-3a10-4318-9ba0-7896f7f75a49} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2876 | 2025.04.22 03:04:35.686594 [ 188 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2877 | 2025.04.22 03:04:35.687037 [ 276 ] {35d1bbbd-3a10-4318-9ba0-7896f7f75a49} <Debug> executeQuery: Read 528 rows, 40.05 KiB in 0.005376 sec., 98214.28571428572 rows/sec., 7.28 MiB/sec. | ||
| 2878 | 2025.04.22 03:04:35.687343 [ 276 ] {35d1bbbd-3a10-4318-9ba0-7896f7f75a49} <Debug> TCPHandler: Processed in 0.005932968 sec. | ||
| 2879 | 2025.04.22 03:04:35.687529 [ 196 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_6_1} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2880 | 2025.04.22 03:04:35.687550 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2881 | 2025.04.22 03:04:35.687700 [ 196 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_6_1} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2882 | 2025.04.22 03:04:35.687767 [ 276 ] {3c91c2fd-8eb6-44fb-9a8e-4d18f942d1ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2883 | 2025.04.22 03:04:35.687887 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 2884 | 2025.04.22 03:04:35.687905 [ 276 ] {3c91c2fd-8eb6-44fb-9a8e-4d18f942d1ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2885 | 2025.04.22 03:04:35.688722 [ 276 ] {3c91c2fd-8eb6-44fb-9a8e-4d18f942d1ea} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2886 | 2025.04.22 03:04:35.688763 [ 276 ] {3c91c2fd-8eb6-44fb-9a8e-4d18f942d1ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2887 | 2025.04.22 03:04:35.689258 [ 276 ] {3c91c2fd-8eb6-44fb-9a8e-4d18f942d1ea} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2888 | 2025.04.22 03:04:35.689508 [ 276 ] {3c91c2fd-8eb6-44fb-9a8e-4d18f942d1ea} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2889 | 2025.04.22 03:04:35.689723 [ 276 ] {3c91c2fd-8eb6-44fb-9a8e-4d18f942d1ea} <Debug> executeQuery: Read 956 rows, 65.68 KiB in 0.002005 sec., 476807.98004987533 rows/sec., 31.99 MiB/sec. | ||
| 2890 | 2025.04.22 03:04:35.689775 [ 276 ] {3c91c2fd-8eb6-44fb-9a8e-4d18f942d1ea} <Debug> TCPHandler: Processed in 0.002312462 sec. | ||
| 2891 | 2025.04.22 03:04:35.689898 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2892 | 2025.04.22 03:04:35.690003 [ 276 ] {9506c10a-7c7b-4691-97d7-32d5f4eeb580} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2893 | 2025.04.22 03:04:35.690071 [ 276 ] {9506c10a-7c7b-4691-97d7-32d5f4eeb580} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2894 | 2025.04.22 03:04:35.691105 [ 276 ] {9506c10a-7c7b-4691-97d7-32d5f4eeb580} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2895 | 2025.04.22 03:04:35.691145 [ 276 ] {9506c10a-7c7b-4691-97d7-32d5f4eeb580} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2896 | 2025.04.22 03:04:35.691730 [ 276 ] {9506c10a-7c7b-4691-97d7-32d5f4eeb580} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2897 | 2025.04.22 03:04:35.691986 [ 276 ] {9506c10a-7c7b-4691-97d7-32d5f4eeb580} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2898 | 2025.04.22 03:04:35.692221 [ 276 ] {9506c10a-7c7b-4691-97d7-32d5f4eeb580} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.00224 sec., 1785.7142857142858 rows/sec., 3.20 MiB/sec. | ||
| 2899 | 2025.04.22 03:04:35.692324 [ 276 ] {9506c10a-7c7b-4691-97d7-32d5f4eeb580} <Debug> TCPHandler: Processed in 0.002477276 sec. | ||
| 2900 | 2025.04.22 03:04:35.692444 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2901 | 2025.04.22 03:04:35.692549 [ 276 ] {c7a33c57-fa82-448f-ba06-40b452ecfe1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2902 | 2025.04.22 03:04:35.692595 [ 276 ] {c7a33c57-fa82-448f-ba06-40b452ecfe1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2903 | 2025.04.22 03:04:35.693018 [ 276 ] {c7a33c57-fa82-448f-ba06-40b452ecfe1b} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2904 | 2025.04.22 03:04:35.693057 [ 276 ] {c7a33c57-fa82-448f-ba06-40b452ecfe1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2905 | 2025.04.22 03:04:35.693409 [ 276 ] {c7a33c57-fa82-448f-ba06-40b452ecfe1b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2906 | 2025.04.22 03:04:35.693644 [ 276 ] {c7a33c57-fa82-448f-ba06-40b452ecfe1b} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2907 | 2025.04.22 03:04:35.693832 [ 276 ] {c7a33c57-fa82-448f-ba06-40b452ecfe1b} <Debug> executeQuery: Read 42 rows, 2.89 KiB in 0.001305 sec., 32183.908045977012 rows/sec., 2.16 MiB/sec. | ||
| 2908 | 2025.04.22 03:04:35.693880 [ 276 ] {c7a33c57-fa82-448f-ba06-40b452ecfe1b} <Debug> TCPHandler: Processed in 0.00148672 sec. | ||
| 2909 | 2025.04.22 03:04:35.759493 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978 | ||
| 2910 | 2025.04.22 03:04:35.760139 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2911 | 2025.04.22 03:04:35.760185 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2912 | 2025.04.22 03:04:35.760672 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2913 | 2025.04.22 03:04:35.760921 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2914 | 2025.04.22 03:04:35.761151 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978 | ||
| 2915 | 2025.04.22 03:04:36.128238 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
| 2916 | 2025.04.22 03:04:36.148386 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2917 | 2025.04.22 03:04:36.148441 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2918 | 2025.04.22 03:04:36.155849 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2919 | 2025.04.22 03:04:36.156621 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2920 | 2025.04.22 03:04:36.159329 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
| 2921 | 2025.04.22 03:04:37.430896 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2922 | 2025.04.22 03:04:37.431079 [ 276 ] {3bbeb161-c13e-4645-a49e-faf8e60f0405} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2923 | 2025.04.22 03:04:37.431146 [ 276 ] {3bbeb161-c13e-4645-a49e-faf8e60f0405} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2924 | 2025.04.22 03:04:37.432014 [ 276 ] {3bbeb161-c13e-4645-a49e-faf8e60f0405} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2925 | 2025.04.22 03:04:37.432055 [ 276 ] {3bbeb161-c13e-4645-a49e-faf8e60f0405} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2926 | 2025.04.22 03:04:37.432492 [ 276 ] {3bbeb161-c13e-4645-a49e-faf8e60f0405} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2927 | 2025.04.22 03:04:37.432748 [ 276 ] {3bbeb161-c13e-4645-a49e-faf8e60f0405} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2928 | 2025.04.22 03:04:37.432933 [ 276 ] {3bbeb161-c13e-4645-a49e-faf8e60f0405} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001907 sec., 29365.495542737284 rows/sec., 2.26 MiB/sec. | ||
| 2929 | 2025.04.22 03:04:37.432988 [ 276 ] {3bbeb161-c13e-4645-a49e-faf8e60f0405} <Debug> TCPHandler: Processed in 0.00221734 sec. | ||
| 2930 | 2025.04.22 03:04:37.433122 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2931 | 2025.04.22 03:04:37.433226 [ 276 ] {25f2530f-ac9f-49bc-b5b4-8617877bdda2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2932 | 2025.04.22 03:04:37.433270 [ 276 ] {25f2530f-ac9f-49bc-b5b4-8617877bdda2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2933 | 2025.04.22 03:04:37.433824 [ 276 ] {25f2530f-ac9f-49bc-b5b4-8617877bdda2} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2934 | 2025.04.22 03:04:37.433861 [ 276 ] {25f2530f-ac9f-49bc-b5b4-8617877bdda2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2935 | 2025.04.22 03:04:37.434200 [ 276 ] {25f2530f-ac9f-49bc-b5b4-8617877bdda2} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2936 | 2025.04.22 03:04:37.434431 [ 276 ] {25f2530f-ac9f-49bc-b5b4-8617877bdda2} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2937 | 2025.04.22 03:04:37.434599 [ 276 ] {25f2530f-ac9f-49bc-b5b4-8617877bdda2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001395 sec., 45878.13620071685 rows/sec., 3.58 MiB/sec. | ||
| 2938 | 2025.04.22 03:04:37.434649 [ 276 ] {25f2530f-ac9f-49bc-b5b4-8617877bdda2} <Debug> TCPHandler: Processed in 0.001577432 sec. | ||
| 2939 | 2025.04.22 03:04:37.434796 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2940 | 2025.04.22 03:04:37.434899 [ 276 ] {d9557c6e-9676-4719-bd87-293a0188ca4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2941 | 2025.04.22 03:04:37.434947 [ 276 ] {d9557c6e-9676-4719-bd87-293a0188ca4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2942 | 2025.04.22 03:04:37.435422 [ 276 ] {d9557c6e-9676-4719-bd87-293a0188ca4a} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2943 | 2025.04.22 03:04:37.435458 [ 276 ] {d9557c6e-9676-4719-bd87-293a0188ca4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2944 | 2025.04.22 03:04:37.435819 [ 276 ] {d9557c6e-9676-4719-bd87-293a0188ca4a} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2945 | 2025.04.22 03:04:37.436051 [ 276 ] {d9557c6e-9676-4719-bd87-293a0188ca4a} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2946 | 2025.04.22 03:04:37.436227 [ 276 ] {d9557c6e-9676-4719-bd87-293a0188ca4a} <Debug> executeQuery: Read 52 rows, 3.70 KiB in 0.00135 sec., 38518.51851851852 rows/sec., 2.68 MiB/sec. | ||
| 2947 | 2025.04.22 03:04:37.436276 [ 276 ] {d9557c6e-9676-4719-bd87-293a0188ca4a} <Debug> TCPHandler: Processed in 0.001529661 sec. | ||
| 2948 | 2025.04.22 03:04:37.436398 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2949 | 2025.04.22 03:04:37.436513 [ 276 ] {a1c14092-0cdb-4c3a-ace9-63481f43fca7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2950 | 2025.04.22 03:04:37.436559 [ 276 ] {a1c14092-0cdb-4c3a-ace9-63481f43fca7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2951 | 2025.04.22 03:04:37.436977 [ 276 ] {a1c14092-0cdb-4c3a-ace9-63481f43fca7} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2952 | 2025.04.22 03:04:37.437014 [ 276 ] {a1c14092-0cdb-4c3a-ace9-63481f43fca7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2953 | 2025.04.22 03:04:37.437366 [ 276 ] {a1c14092-0cdb-4c3a-ace9-63481f43fca7} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2954 | 2025.04.22 03:04:37.437608 [ 276 ] {a1c14092-0cdb-4c3a-ace9-63481f43fca7} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2955 | 2025.04.22 03:04:37.437775 [ 276 ] {a1c14092-0cdb-4c3a-ace9-63481f43fca7} <Debug> executeQuery: Read 18 rows, 1.25 KiB in 0.001283 sec., 14029.618082618861 rows/sec., 973.52 KiB/sec. | ||
| 2956 | 2025.04.22 03:04:37.437830 [ 276 ] {a1c14092-0cdb-4c3a-ace9-63481f43fca7} <Debug> TCPHandler: Processed in 0.00148162 sec. | ||
| 2957 | 2025.04.22 03:04:38.270948 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 418 | ||
| 2958 | 2025.04.22 03:04:38.274196 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2959 | 2025.04.22 03:04:38.274246 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 2960 | 2025.04.22 03:04:38.275656 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2961 | 2025.04.22 03:04:38.275951 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2962 | 2025.04.22 03:04:38.276491 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 418 | ||
| 2963 | 2025.04.22 03:04:42.443249 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2964 | 2025.04.22 03:04:42.443456 [ 276 ] {6fc38371-6dc4-4e82-a1df-9b09fb8c9e6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2965 | 2025.04.22 03:04:42.443531 [ 276 ] {6fc38371-6dc4-4e82-a1df-9b09fb8c9e6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2966 | 2025.04.22 03:04:42.444388 [ 276 ] {6fc38371-6dc4-4e82-a1df-9b09fb8c9e6c} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2967 | 2025.04.22 03:04:42.444438 [ 276 ] {6fc38371-6dc4-4e82-a1df-9b09fb8c9e6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 2968 | 2025.04.22 03:04:42.444903 [ 276 ] {6fc38371-6dc4-4e82-a1df-9b09fb8c9e6c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2969 | 2025.04.22 03:04:42.445168 [ 276 ] {6fc38371-6dc4-4e82-a1df-9b09fb8c9e6c} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2970 | 2025.04.22 03:04:42.445365 [ 98 ] {} <Debug> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2971 | 2025.04.22 03:04:42.445424 [ 276 ] {6fc38371-6dc4-4e82-a1df-9b09fb8c9e6c} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002012 sec., 105367.79324055667 rows/sec., 6.70 MiB/sec. | ||
| 2972 | 2025.04.22 03:04:42.445466 [ 98 ] {} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2973 | 2025.04.22 03:04:42.445540 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 2974 | 2025.04.22 03:04:42.445557 [ 276 ] {6fc38371-6dc4-4e82-a1df-9b09fb8c9e6c} <Debug> TCPHandler: Processed in 0.002432635 sec. | ||
| 2975 | 2025.04.22 03:04:42.445876 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2976 | 2025.04.22 03:04:42.445929 [ 188 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::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 | ||
| 2977 | 2025.04.22 03:04:42.446115 [ 276 ] {d2d6cac8-c8b4-4687-9df4-4ecd5b2a0ae0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2978 | 2025.04.22 03:04:42.446231 [ 276 ] {d2d6cac8-c8b4-4687-9df4-4ecd5b2a0ae0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2979 | 2025.04.22 03:04:42.446251 [ 188 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2980 | 2025.04.22 03:04:42.446360 [ 188 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::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 | ||
| 2981 | 2025.04.22 03:04:42.446638 [ 188 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::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 | ||
| 2982 | 2025.04.22 03:04:42.446998 [ 188 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::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 | ||
| 2983 | 2025.04.22 03:04:42.447345 [ 188 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::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 | ||
| 2984 | 2025.04.22 03:04:42.447712 [ 188 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::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 | ||
| 2985 | 2025.04.22 03:04:42.449515 [ 276 ] {d2d6cac8-c8b4-4687-9df4-4ecd5b2a0ae0} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2986 | 2025.04.22 03:04:42.449594 [ 276 ] {d2d6cac8-c8b4-4687-9df4-4ecd5b2a0ae0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 2987 | 2025.04.22 03:04:42.450571 [ 188 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004907261 sec., 216006.44432810892 rows/sec., 14.56 MiB/sec. | ||
| 2988 | 2025.04.22 03:04:42.450669 [ 276 ] {d2d6cac8-c8b4-4687-9df4-4ecd5b2a0ae0} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 2989 | 2025.04.22 03:04:42.450754 [ 188 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2990 | 2025.04.22 03:04:42.451193 [ 276 ] {d2d6cac8-c8b4-4687-9df4-4ecd5b2a0ae0} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2991 | 2025.04.22 03:04:42.451376 [ 196 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_5_1} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2992 | 2025.04.22 03:04:42.451655 [ 276 ] {d2d6cac8-c8b4-4687-9df4-4ecd5b2a0ae0} <Debug> executeQuery: Read 689 rows, 56.23 KiB in 0.005596 sec., 123123.65975696925 rows/sec., 9.81 MiB/sec. | ||
| 2993 | 2025.04.22 03:04:42.451659 [ 196 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_5_1} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2994 | 2025.04.22 03:04:42.451868 [ 276 ] {d2d6cac8-c8b4-4687-9df4-4ecd5b2a0ae0} <Debug> TCPHandler: Processed in 0.006111783 sec. | ||
| 2995 | 2025.04.22 03:04:42.451896 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 2996 | 2025.04.22 03:04:42.452037 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2997 | 2025.04.22 03:04:42.452149 [ 276 ] {547d360b-6583-4e42-8a0b-b7da89d5161c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2998 | 2025.04.22 03:04:42.452196 [ 276 ] {547d360b-6583-4e42-8a0b-b7da89d5161c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2999 | 2025.04.22 03:04:42.452790 [ 276 ] {547d360b-6583-4e42-8a0b-b7da89d5161c} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3000 | 2025.04.22 03:04:42.452833 [ 276 ] {547d360b-6583-4e42-8a0b-b7da89d5161c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3001 | 2025.04.22 03:04:42.453206 [ 276 ] {547d360b-6583-4e42-8a0b-b7da89d5161c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3002 | 2025.04.22 03:04:42.453450 [ 276 ] {547d360b-6583-4e42-8a0b-b7da89d5161c} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3003 | 2025.04.22 03:04:42.453585 [ 95 ] {} <Debug> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3004 | 2025.04.22 03:04:42.453626 [ 276 ] {547d360b-6583-4e42-8a0b-b7da89d5161c} <Debug> executeQuery: Read 142 rows, 9.09 KiB in 0.0015 sec., 94666.66666666667 rows/sec., 5.92 MiB/sec. | ||
| 3005 | 2025.04.22 03:04:42.453634 [ 95 ] {} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3006 | 2025.04.22 03:04:42.453671 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3007 | 2025.04.22 03:04:42.453694 [ 276 ] {547d360b-6583-4e42-8a0b-b7da89d5161c} <Debug> TCPHandler: Processed in 0.001707515 sec. | ||
| 3008 | 2025.04.22 03:04:42.453898 [ 189 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::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 | ||
| 3009 | 2025.04.22 03:04:42.453909 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3010 | 2025.04.22 03:04:42.454177 [ 276 ] {8da69f47-21bb-4c41-ac72-85d5099d21ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3011 | 2025.04.22 03:04:42.454184 [ 189 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3012 | 2025.04.22 03:04:42.454278 [ 276 ] {8da69f47-21bb-4c41-ac72-85d5099d21ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3013 | 2025.04.22 03:04:42.454282 [ 189 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 145 rows starting from the beginning of the part | ||
| 3014 | 2025.04.22 03:04:42.454659 [ 189 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 150 rows starting from the beginning of the part | ||
| 3015 | 2025.04.22 03:04:42.454942 [ 189 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part | ||
| 3016 | 2025.04.22 03:04:42.455316 [ 189 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 142 rows starting from the beginning of the part | ||
| 3017 | 2025.04.22 03:04:42.455637 [ 189 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::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 | ||
| 3018 | 2025.04.22 03:04:42.456084 [ 189 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 142 rows starting from the beginning of the part | ||
| 3019 | 2025.04.22 03:04:42.457464 [ 276 ] {8da69f47-21bb-4c41-ac72-85d5099d21ae} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3020 | 2025.04.22 03:04:42.457553 [ 276 ] {8da69f47-21bb-4c41-ac72-85d5099d21ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3021 | 2025.04.22 03:04:42.458577 [ 276 ] {8da69f47-21bb-4c41-ac72-85d5099d21ae} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3022 | 2025.04.22 03:04:42.459246 [ 276 ] {8da69f47-21bb-4c41-ac72-85d5099d21ae} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3023 | 2025.04.22 03:04:42.459314 [ 196 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 591 rows, containing 5 columns (5 merged, 0 gathered) in 0.005547779 sec., 106529.11732785318 rows/sec., 7.10 MiB/sec. | ||
| 3024 | 2025.04.22 03:04:42.459584 [ 276 ] {8da69f47-21bb-4c41-ac72-85d5099d21ae} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.005486 sec., 20597.88552679548 rows/sec., 1.33 MiB/sec. | ||
| 3025 | 2025.04.22 03:04:42.459707 [ 193 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3026 | 2025.04.22 03:04:42.459722 [ 276 ] {8da69f47-21bb-4c41-ac72-85d5099d21ae} <Debug> TCPHandler: Processed in 0.005899368 sec. | ||
| 3027 | 2025.04.22 03:04:42.459911 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3028 | 2025.04.22 03:04:42.460074 [ 276 ] {c04dc7e1-42fa-4f50-9c87-7186c05384f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3029 | 2025.04.22 03:04:42.460152 [ 276 ] {c04dc7e1-42fa-4f50-9c87-7186c05384f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3030 | 2025.04.22 03:04:42.460185 [ 193 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_11_2} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3031 | 2025.04.22 03:04:42.460412 [ 193 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_11_2} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3032 | 2025.04.22 03:04:42.460593 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 3033 | 2025.04.22 03:04:42.461068 [ 276 ] {c04dc7e1-42fa-4f50-9c87-7186c05384f4} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3034 | 2025.04.22 03:04:42.461112 [ 276 ] {c04dc7e1-42fa-4f50-9c87-7186c05384f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3035 | 2025.04.22 03:04:42.461474 [ 276 ] {c04dc7e1-42fa-4f50-9c87-7186c05384f4} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3036 | 2025.04.22 03:04:42.461725 [ 276 ] {c04dc7e1-42fa-4f50-9c87-7186c05384f4} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3037 | 2025.04.22 03:04:42.461852 [ 95 ] {} <Debug> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3038 | 2025.04.22 03:04:42.461899 [ 95 ] {} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3039 | 2025.04.22 03:04:42.461908 [ 276 ] {c04dc7e1-42fa-4f50-9c87-7186c05384f4} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001887 sec., 59353.471118177 rows/sec., 3.38 MiB/sec. | ||
| 3040 | 2025.04.22 03:04:42.461928 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3041 | 2025.04.22 03:04:42.462025 [ 276 ] {c04dc7e1-42fa-4f50-9c87-7186c05384f4} <Debug> TCPHandler: Processed in 0.002163288 sec. | ||
| 3042 | 2025.04.22 03:04:42.462113 [ 189 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::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 | ||
| 3043 | 2025.04.22 03:04:42.462227 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3044 | 2025.04.22 03:04:42.462292 [ 189 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3045 | 2025.04.22 03:04:42.462358 [ 189 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::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 | ||
| 3046 | 2025.04.22 03:04:42.462455 [ 276 ] {db462d74-f637-472e-8278-3157f357d1d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3047 | 2025.04.22 03:04:42.462650 [ 189 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::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 | ||
| 3048 | 2025.04.22 03:04:42.462672 [ 276 ] {db462d74-f637-472e-8278-3157f357d1d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3049 | 2025.04.22 03:04:42.463098 [ 189 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::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 | ||
| 3050 | 2025.04.22 03:04:42.463406 [ 189 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::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 | ||
| 3051 | 2025.04.22 03:04:42.463843 [ 189 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::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 | ||
| 3052 | 2025.04.22 03:04:42.465446 [ 276 ] {db462d74-f637-472e-8278-3157f357d1d7} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3053 | 2025.04.22 03:04:42.465513 [ 276 ] {db462d74-f637-472e-8278-3157f357d1d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3054 | 2025.04.22 03:04:42.466323 [ 196 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004293655 sec., 130425.01085904666 rows/sec., 7.93 MiB/sec. | ||
| 3055 | 2025.04.22 03:04:42.466531 [ 196 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3056 | 2025.04.22 03:04:42.466539 [ 276 ] {db462d74-f637-472e-8278-3157f357d1d7} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3057 | 2025.04.22 03:04:42.467006 [ 276 ] {db462d74-f637-472e-8278-3157f357d1d7} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3058 | 2025.04.22 03:04:42.467073 [ 196 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_5_1} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3059 | 2025.04.22 03:04:42.467298 [ 196 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_5_1} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3060 | 2025.04.22 03:04:42.467402 [ 276 ] {db462d74-f637-472e-8278-3157f357d1d7} <Debug> executeQuery: Read 418 rows, 30.47 KiB in 0.005004 sec., 83533.17346123102 rows/sec., 5.95 MiB/sec. | ||
| 3061 | 2025.04.22 03:04:42.467456 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 3062 | 2025.04.22 03:04:42.467560 [ 276 ] {db462d74-f637-472e-8278-3157f357d1d7} <Debug> TCPHandler: Processed in 0.005403734 sec. | ||
| 3063 | 2025.04.22 03:04:42.467697 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3064 | 2025.04.22 03:04:42.467804 [ 276 ] {a0b47447-76c2-41a8-94b2-f1315577845a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3065 | 2025.04.22 03:04:42.467853 [ 276 ] {a0b47447-76c2-41a8-94b2-f1315577845a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3066 | 2025.04.22 03:04:42.468302 [ 276 ] {a0b47447-76c2-41a8-94b2-f1315577845a} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3067 | 2025.04.22 03:04:42.468343 [ 276 ] {a0b47447-76c2-41a8-94b2-f1315577845a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3068 | 2025.04.22 03:04:42.468714 [ 276 ] {a0b47447-76c2-41a8-94b2-f1315577845a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3069 | 2025.04.22 03:04:42.468963 [ 276 ] {a0b47447-76c2-41a8-94b2-f1315577845a} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3070 | 2025.04.22 03:04:42.469180 [ 276 ] {a0b47447-76c2-41a8-94b2-f1315577845a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001391 sec., 4313.443565780014 rows/sec., 225.36 KiB/sec. | ||
| 3071 | 2025.04.22 03:04:42.469315 [ 276 ] {a0b47447-76c2-41a8-94b2-f1315577845a} <Debug> TCPHandler: Processed in 0.001667674 sec. | ||
| 3072 | 2025.04.22 03:04:42.469449 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3073 | 2025.04.22 03:04:42.469587 [ 276 ] {33225c09-b48e-41a9-b58d-88272dee9f42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3074 | 2025.04.22 03:04:42.469646 [ 276 ] {33225c09-b48e-41a9-b58d-88272dee9f42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3075 | 2025.04.22 03:04:42.470202 [ 276 ] {33225c09-b48e-41a9-b58d-88272dee9f42} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3076 | 2025.04.22 03:04:42.470242 [ 276 ] {33225c09-b48e-41a9-b58d-88272dee9f42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3077 | 2025.04.22 03:04:42.470646 [ 276 ] {33225c09-b48e-41a9-b58d-88272dee9f42} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3078 | 2025.04.22 03:04:42.470895 [ 276 ] {33225c09-b48e-41a9-b58d-88272dee9f42} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3079 | 2025.04.22 03:04:42.471064 [ 276 ] {33225c09-b48e-41a9-b58d-88272dee9f42} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001508 sec., 157161.80371352786 rows/sec., 10.53 MiB/sec. | ||
| 3080 | 2025.04.22 03:04:42.471115 [ 276 ] {33225c09-b48e-41a9-b58d-88272dee9f42} <Debug> TCPHandler: Processed in 0.001727736 sec. | ||
| 3081 | 2025.04.22 03:04:42.471236 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3082 | 2025.04.22 03:04:42.471342 [ 276 ] {234a7cc3-b7ed-44ce-8a58-d9dc72e07050} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3083 | 2025.04.22 03:04:42.471390 [ 276 ] {234a7cc3-b7ed-44ce-8a58-d9dc72e07050} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3084 | 2025.04.22 03:04:42.471809 [ 276 ] {234a7cc3-b7ed-44ce-8a58-d9dc72e07050} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3085 | 2025.04.22 03:04:42.471846 [ 276 ] {234a7cc3-b7ed-44ce-8a58-d9dc72e07050} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3086 | 2025.04.22 03:04:42.472201 [ 276 ] {234a7cc3-b7ed-44ce-8a58-d9dc72e07050} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3087 | 2025.04.22 03:04:42.472441 [ 276 ] {234a7cc3-b7ed-44ce-8a58-d9dc72e07050} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3088 | 2025.04.22 03:04:42.472550 [ 95 ] {} <Debug> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3089 | 2025.04.22 03:04:42.472591 [ 95 ] {} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3090 | 2025.04.22 03:04:42.472616 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3091 | 2025.04.22 03:04:42.472624 [ 276 ] {234a7cc3-b7ed-44ce-8a58-d9dc72e07050} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001304 sec., 766.8711656441718 rows/sec., 51.67 KiB/sec. | ||
| 3092 | 2025.04.22 03:04:42.472808 [ 276 ] {234a7cc3-b7ed-44ce-8a58-d9dc72e07050} <Debug> TCPHandler: Processed in 0.001619023 sec. | ||
| 3093 | 2025.04.22 03:04:42.472867 [ 189 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::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 | ||
| 3094 | 2025.04.22 03:04:42.472979 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3095 | 2025.04.22 03:04:42.473072 [ 189 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3096 | 2025.04.22 03:04:42.473160 [ 189 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part | ||
| 3097 | 2025.04.22 03:04:42.473186 [ 276 ] {2fed7f79-7bda-4260-b3ee-e8f30bf9942f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3098 | 2025.04.22 03:04:42.473500 [ 276 ] {2fed7f79-7bda-4260-b3ee-e8f30bf9942f} <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 | ||
| 3099 | 2025.04.22 03:04:42.473529 [ 189 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::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 | ||
| 3100 | 2025.04.22 03:04:42.473970 [ 189 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part | ||
| 3101 | 2025.04.22 03:04:42.474360 [ 189 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part | ||
| 3102 | 2025.04.22 03:04:42.474674 [ 189 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::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 | ||
| 3103 | 2025.04.22 03:04:42.477735 [ 189 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.005039875 sec., 992.0880974230512 rows/sec., 66.85 KiB/sec. | ||
| 3104 | 2025.04.22 03:04:42.477967 [ 189 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3105 | 2025.04.22 03:04:42.478624 [ 276 ] {2fed7f79-7bda-4260-b3ee-e8f30bf9942f} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3106 | 2025.04.22 03:04:42.478635 [ 189 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_5_1} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3107 | 2025.04.22 03:04:42.478691 [ 276 ] {2fed7f79-7bda-4260-b3ee-e8f30bf9942f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3108 | 2025.04.22 03:04:42.478814 [ 189 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_5_1} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3109 | 2025.04.22 03:04:42.478979 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 3110 | 2025.04.22 03:04:42.479730 [ 276 ] {2fed7f79-7bda-4260-b3ee-e8f30bf9942f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3111 | 2025.04.22 03:04:42.480033 [ 276 ] {2fed7f79-7bda-4260-b3ee-e8f30bf9942f} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3112 | 2025.04.22 03:04:42.480169 [ 95 ] {} <Debug> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3113 | 2025.04.22 03:04:42.480208 [ 95 ] {} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3114 | 2025.04.22 03:04:42.480235 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3115 | 2025.04.22 03:04:42.480245 [ 276 ] {2fed7f79-7bda-4260-b3ee-e8f30bf9942f} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.007125 sec., 5052.631578947368 rows/sec., 9.05 MiB/sec. | ||
| 3116 | 2025.04.22 03:04:42.480795 [ 200 ] {b231891b-dff1-435e-bddb-2ac39d181211::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 | ||
| 3117 | 2025.04.22 03:04:42.480951 [ 276 ] {2fed7f79-7bda-4260-b3ee-e8f30bf9942f} <Debug> TCPHandler: Processed in 0.008049425 sec. | ||
| 3118 | 2025.04.22 03:04:42.481236 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3119 | 2025.04.22 03:04:42.481427 [ 200 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3120 | 2025.04.22 03:04:42.481455 [ 276 ] {18c93d89-49ff-4164-96d0-8ffe80993589} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3121 | 2025.04.22 03:04:42.481557 [ 200 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 183 rows starting from the beginning of the part | ||
| 3122 | 2025.04.22 03:04:42.481568 [ 276 ] {18c93d89-49ff-4164-96d0-8ffe80993589} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3123 | 2025.04.22 03:04:42.482519 [ 200 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 36 rows starting from the beginning of the part | ||
| 3124 | 2025.04.22 03:04:42.483192 [ 200 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part | ||
| 3125 | 2025.04.22 03:04:42.483959 [ 200 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 36 rows starting from the beginning of the part | ||
| 3126 | 2025.04.22 03:04:42.484103 [ 276 ] {18c93d89-49ff-4164-96d0-8ffe80993589} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3127 | 2025.04.22 03:04:42.484264 [ 276 ] {18c93d89-49ff-4164-96d0-8ffe80993589} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3128 | 2025.04.22 03:04:42.484571 [ 200 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part | ||
| 3129 | 2025.04.22 03:04:42.485213 [ 200 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 36 rows starting from the beginning of the part | ||
| 3130 | 2025.04.22 03:04:42.486196 [ 276 ] {18c93d89-49ff-4164-96d0-8ffe80993589} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3131 | 2025.04.22 03:04:42.486816 [ 276 ] {18c93d89-49ff-4164-96d0-8ffe80993589} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3132 | 2025.04.22 03:04:42.487387 [ 276 ] {18c93d89-49ff-4164-96d0-8ffe80993589} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005964 sec., 13749.161636485582 rows/sec., 894.20 KiB/sec. | ||
| 3133 | 2025.04.22 03:04:42.487781 [ 276 ] {18c93d89-49ff-4164-96d0-8ffe80993589} <Debug> TCPHandler: Processed in 0.006623977 sec. | ||
| 3134 | 2025.04.22 03:04:42.489922 [ 190 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 299 rows, containing 19 columns (19 merged, 0 gathered) in 0.009589406 sec., 31180.242029589735 rows/sec., 55.87 MiB/sec. | ||
| 3135 | 2025.04.22 03:04:42.490439 [ 200 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3136 | 2025.04.22 03:04:42.490804 [ 200 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3137 | 2025.04.22 03:04:42.490879 [ 200 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3138 | 2025.04.22 03:04:42.490974 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.56 MiB. | ||
| 3139 | 2025.04.22 03:04:43.176624 [ 113 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3140 | 2025.04.22 03:04:43.176687 [ 113 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3141 | 2025.04.22 03:04:43.261289 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466 | ||
| 3142 | 2025.04.22 03:04:43.262336 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3143 | 2025.04.22 03:04:43.262380 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3144 | 2025.04.22 03:04:43.262924 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3145 | 2025.04.22 03:04:43.263190 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3146 | 2025.04.22 03:04:43.263426 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
| 3147 | 2025.04.22 03:04:43.659381 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
| 3148 | 2025.04.22 03:04:43.679341 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3149 | 2025.04.22 03:04:43.679397 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3150 | 2025.04.22 03:04:43.687488 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3151 | 2025.04.22 03:04:43.688233 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3152 | 2025.04.22 03:04:43.691117 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
| 3153 | 2025.04.22 03:04:47.435403 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3154 | 2025.04.22 03:04:47.435659 [ 276 ] {4b67e18e-2064-4c55-b3b5-e01ef723d52c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3155 | 2025.04.22 03:04:47.435751 [ 276 ] {4b67e18e-2064-4c55-b3b5-e01ef723d52c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3156 | 2025.04.22 03:04:47.436575 [ 276 ] {4b67e18e-2064-4c55-b3b5-e01ef723d52c} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3157 | 2025.04.22 03:04:47.436622 [ 276 ] {4b67e18e-2064-4c55-b3b5-e01ef723d52c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3158 | 2025.04.22 03:04:47.437073 [ 276 ] {4b67e18e-2064-4c55-b3b5-e01ef723d52c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3159 | 2025.04.22 03:04:47.437320 [ 276 ] {4b67e18e-2064-4c55-b3b5-e01ef723d52c} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3160 | 2025.04.22 03:04:47.437592 [ 276 ] {4b67e18e-2064-4c55-b3b5-e01ef723d52c} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.001992 sec., 32128.514056224903 rows/sec., 2.54 MiB/sec. | ||
| 3161 | 2025.04.22 03:04:47.437759 [ 276 ] {4b67e18e-2064-4c55-b3b5-e01ef723d52c} <Debug> TCPHandler: Processed in 0.002502697 sec. | ||
| 3162 | 2025.04.22 03:04:47.437967 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3163 | 2025.04.22 03:04:47.438069 [ 276 ] {dc3a3cb1-12eb-47cb-bfe6-656a6f228b06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3164 | 2025.04.22 03:04:47.438114 [ 276 ] {dc3a3cb1-12eb-47cb-bfe6-656a6f228b06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3165 | 2025.04.22 03:04:47.438653 [ 276 ] {dc3a3cb1-12eb-47cb-bfe6-656a6f228b06} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3166 | 2025.04.22 03:04:47.438692 [ 276 ] {dc3a3cb1-12eb-47cb-bfe6-656a6f228b06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3167 | 2025.04.22 03:04:47.439022 [ 276 ] {dc3a3cb1-12eb-47cb-bfe6-656a6f228b06} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3168 | 2025.04.22 03:04:47.439271 [ 276 ] {dc3a3cb1-12eb-47cb-bfe6-656a6f228b06} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3169 | 2025.04.22 03:04:47.439469 [ 276 ] {dc3a3cb1-12eb-47cb-bfe6-656a6f228b06} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001421 sec., 2814.9190710767066 rows/sec., 211.67 KiB/sec. | ||
| 3170 | 2025.04.22 03:04:47.439518 [ 276 ] {dc3a3cb1-12eb-47cb-bfe6-656a6f228b06} <Debug> TCPHandler: Processed in 0.001619064 sec. | ||
| 3171 | 2025.04.22 03:04:47.439649 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3172 | 2025.04.22 03:04:47.439750 [ 276 ] {ff4b1fa8-84bc-4a7f-b224-b77bac0d3456} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3173 | 2025.04.22 03:04:47.439793 [ 276 ] {ff4b1fa8-84bc-4a7f-b224-b77bac0d3456} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3174 | 2025.04.22 03:04:47.440335 [ 276 ] {ff4b1fa8-84bc-4a7f-b224-b77bac0d3456} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3175 | 2025.04.22 03:04:47.440373 [ 276 ] {ff4b1fa8-84bc-4a7f-b224-b77bac0d3456} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3176 | 2025.04.22 03:04:47.440724 [ 276 ] {ff4b1fa8-84bc-4a7f-b224-b77bac0d3456} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3177 | 2025.04.22 03:04:47.440954 [ 276 ] {ff4b1fa8-84bc-4a7f-b224-b77bac0d3456} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3178 | 2025.04.22 03:04:47.441195 [ 276 ] {ff4b1fa8-84bc-4a7f-b224-b77bac0d3456} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001453 sec., 46799.724707501715 rows/sec., 3.65 MiB/sec. | ||
| 3179 | 2025.04.22 03:04:47.441343 [ 276 ] {ff4b1fa8-84bc-4a7f-b224-b77bac0d3456} <Debug> TCPHandler: Processed in 0.001739836 sec. | ||
| 3180 | 2025.04.22 03:04:47.441528 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3181 | 2025.04.22 03:04:47.441632 [ 276 ] {ab73dfb5-c37d-4bcb-ad77-88cc85a1b1d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3182 | 2025.04.22 03:04:47.441682 [ 276 ] {ab73dfb5-c37d-4bcb-ad77-88cc85a1b1d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3183 | 2025.04.22 03:04:47.442222 [ 276 ] {ab73dfb5-c37d-4bcb-ad77-88cc85a1b1d1} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3184 | 2025.04.22 03:04:47.442260 [ 276 ] {ab73dfb5-c37d-4bcb-ad77-88cc85a1b1d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3185 | 2025.04.22 03:04:47.442632 [ 276 ] {ab73dfb5-c37d-4bcb-ad77-88cc85a1b1d1} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3186 | 2025.04.22 03:04:47.442877 [ 276 ] {ab73dfb5-c37d-4bcb-ad77-88cc85a1b1d1} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3187 | 2025.04.22 03:04:47.443076 [ 276 ] {ab73dfb5-c37d-4bcb-ad77-88cc85a1b1d1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001466 sec., 109140.51841746247 rows/sec., 7.60 MiB/sec. | ||
| 3188 | 2025.04.22 03:04:47.443125 [ 276 ] {ab73dfb5-c37d-4bcb-ad77-88cc85a1b1d1} <Debug> TCPHandler: Processed in 0.001657144 sec. | ||
| 3189 | 2025.04.22 03:04:47.443235 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3190 | 2025.04.22 03:04:47.443336 [ 276 ] {9c66e26b-2859-4d5b-80a8-ec6640feac3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3191 | 2025.04.22 03:04:47.443400 [ 276 ] {9c66e26b-2859-4d5b-80a8-ec6640feac3e} <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 | ||
| 3192 | 2025.04.22 03:04:47.444399 [ 276 ] {9c66e26b-2859-4d5b-80a8-ec6640feac3e} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3193 | 2025.04.22 03:04:47.444437 [ 276 ] {9c66e26b-2859-4d5b-80a8-ec6640feac3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3194 | 2025.04.22 03:04:47.444999 [ 276 ] {9c66e26b-2859-4d5b-80a8-ec6640feac3e} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3195 | 2025.04.22 03:04:47.445251 [ 276 ] {9c66e26b-2859-4d5b-80a8-ec6640feac3e} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3196 | 2025.04.22 03:04:47.445475 [ 276 ] {9c66e26b-2859-4d5b-80a8-ec6640feac3e} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.00216 sec., 1851.8518518518517 rows/sec., 3.32 MiB/sec. | ||
| 3197 | 2025.04.22 03:04:47.445564 [ 276 ] {9c66e26b-2859-4d5b-80a8-ec6640feac3e} <Debug> TCPHandler: Processed in 0.002376823 sec. | ||
| 3198 | 2025.04.22 03:04:47.445689 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3199 | 2025.04.22 03:04:47.445791 [ 276 ] {047ccb97-886a-474c-bd84-4cb7e2ade600} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3200 | 2025.04.22 03:04:47.445836 [ 276 ] {047ccb97-886a-474c-bd84-4cb7e2ade600} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3201 | 2025.04.22 03:04:47.446262 [ 276 ] {047ccb97-886a-474c-bd84-4cb7e2ade600} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3202 | 2025.04.22 03:04:47.446301 [ 276 ] {047ccb97-886a-474c-bd84-4cb7e2ade600} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3203 | 2025.04.22 03:04:47.446649 [ 276 ] {047ccb97-886a-474c-bd84-4cb7e2ade600} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3204 | 2025.04.22 03:04:47.446880 [ 276 ] {047ccb97-886a-474c-bd84-4cb7e2ade600} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3205 | 2025.04.22 03:04:47.447085 [ 276 ] {047ccb97-886a-474c-bd84-4cb7e2ade600} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001315 sec., 45627.37642585552 rows/sec., 3.07 MiB/sec. | ||
| 3206 | 2025.04.22 03:04:47.447132 [ 276 ] {047ccb97-886a-474c-bd84-4cb7e2ade600} <Debug> TCPHandler: Processed in 0.00149146 sec. | ||
| 3207 | 2025.04.22 03:04:48.276713 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 452 | ||
| 3208 | 2025.04.22 03:04:48.279648 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3209 | 2025.04.22 03:04:48.279688 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3210 | 2025.04.22 03:04:48.281094 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3211 | 2025.04.22 03:04:48.281400 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3212 | 2025.04.22 03:04:48.281857 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 452 | ||
| 3213 | 2025.04.22 03:04:50.763568 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893 | ||
| 3214 | 2025.04.22 03:04:50.764445 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3215 | 2025.04.22 03:04:50.764488 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3216 | 2025.04.22 03:04:50.765078 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3217 | 2025.04.22 03:04:50.765349 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3218 | 2025.04.22 03:04:50.765545 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893 | ||
| 3219 | 2025.04.22 03:04:51.191182 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 | ||
| 3220 | 2025.04.22 03:04:51.212719 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3221 | 2025.04.22 03:04:51.212789 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3222 | 2025.04.22 03:04:51.220191 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3223 | 2025.04.22 03:04:51.220986 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3224 | 2025.04.22 03:04:51.224467 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 113 | ||
| 3225 | 2025.04.22 03:04:52.442736 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3226 | 2025.04.22 03:04:52.442918 [ 276 ] {ecade8e3-00af-469b-a9d9-234e34164305} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3227 | 2025.04.22 03:04:52.442991 [ 276 ] {ecade8e3-00af-469b-a9d9-234e34164305} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3228 | 2025.04.22 03:04:52.443833 [ 276 ] {ecade8e3-00af-469b-a9d9-234e34164305} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3229 | 2025.04.22 03:04:52.443875 [ 276 ] {ecade8e3-00af-469b-a9d9-234e34164305} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3230 | 2025.04.22 03:04:52.444316 [ 276 ] {ecade8e3-00af-469b-a9d9-234e34164305} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3231 | 2025.04.22 03:04:52.444569 [ 276 ] {ecade8e3-00af-469b-a9d9-234e34164305} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3232 | 2025.04.22 03:04:52.444780 [ 276 ] {ecade8e3-00af-469b-a9d9-234e34164305} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001912 sec., 110878.6610878661 rows/sec., 7.05 MiB/sec. | ||
| 3233 | 2025.04.22 03:04:52.444833 [ 276 ] {ecade8e3-00af-469b-a9d9-234e34164305} <Debug> TCPHandler: Processed in 0.00222216 sec. | ||
| 3234 | 2025.04.22 03:04:52.444961 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3235 | 2025.04.22 03:04:52.445069 [ 276 ] {145ff980-d9f0-47f4-bc60-ff7b5fdace00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3236 | 2025.04.22 03:04:52.445114 [ 276 ] {145ff980-d9f0-47f4-bc60-ff7b5fdace00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3237 | 2025.04.22 03:04:52.445607 [ 276 ] {145ff980-d9f0-47f4-bc60-ff7b5fdace00} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3238 | 2025.04.22 03:04:52.445652 [ 276 ] {145ff980-d9f0-47f4-bc60-ff7b5fdace00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3239 | 2025.04.22 03:04:52.445992 [ 276 ] {145ff980-d9f0-47f4-bc60-ff7b5fdace00} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3240 | 2025.04.22 03:04:52.446229 [ 276 ] {145ff980-d9f0-47f4-bc60-ff7b5fdace00} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3241 | 2025.04.22 03:04:52.446468 [ 276 ] {145ff980-d9f0-47f4-bc60-ff7b5fdace00} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001416 sec., 1412.4293785310736 rows/sec., 115.17 KiB/sec. | ||
| 3242 | 2025.04.22 03:04:52.446618 [ 276 ] {145ff980-d9f0-47f4-bc60-ff7b5fdace00} <Debug> TCPHandler: Processed in 0.001703885 sec. | ||
| 3243 | 2025.04.22 03:04:52.446739 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3244 | 2025.04.22 03:04:52.446845 [ 276 ] {5ff1ee09-f60a-487c-970f-1b26645bf2b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3245 | 2025.04.22 03:04:52.446890 [ 276 ] {5ff1ee09-f60a-487c-970f-1b26645bf2b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3246 | 2025.04.22 03:04:52.447745 [ 276 ] {5ff1ee09-f60a-487c-970f-1b26645bf2b8} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3247 | 2025.04.22 03:04:52.447786 [ 276 ] {5ff1ee09-f60a-487c-970f-1b26645bf2b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3248 | 2025.04.22 03:04:52.448182 [ 276 ] {5ff1ee09-f60a-487c-970f-1b26645bf2b8} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3249 | 2025.04.22 03:04:52.448443 [ 276 ] {5ff1ee09-f60a-487c-970f-1b26645bf2b8} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3250 | 2025.04.22 03:04:52.448619 [ 150 ] {} <Debug> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3251 | 2025.04.22 03:04:52.448676 [ 276 ] {5ff1ee09-f60a-487c-970f-1b26645bf2b8} <Debug> executeQuery: Read 690 rows, 56.30 KiB in 0.001847 sec., 373578.7763941527 rows/sec., 29.77 MiB/sec. | ||
| 3252 | 2025.04.22 03:04:52.448707 [ 150 ] {} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3253 | 2025.04.22 03:04:52.448777 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3254 | 2025.04.22 03:04:52.448792 [ 276 ] {5ff1ee09-f60a-487c-970f-1b26645bf2b8} <Debug> TCPHandler: Processed in 0.002098925 sec. | ||
| 3255 | 2025.04.22 03:04:52.448957 [ 191 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::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 | ||
| 3256 | 2025.04.22 03:04:52.448969 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3257 | 2025.04.22 03:04:52.449112 [ 191 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3258 | 2025.04.22 03:04:52.449117 [ 276 ] {b12b4fa5-3927-4030-8c88-3cb8d2029b4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3259 | 2025.04.22 03:04:52.449149 [ 191 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1841 rows starting from the beginning of the part | ||
| 3260 | 2025.04.22 03:04:52.449185 [ 276 ] {b12b4fa5-3927-4030-8c88-3cb8d2029b4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3261 | 2025.04.22 03:04:52.449353 [ 191 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1206 rows starting from the beginning of the part | ||
| 3262 | 2025.04.22 03:04:52.449742 [ 191 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 56 rows starting from the beginning of the part | ||
| 3263 | 2025.04.22 03:04:52.450156 [ 191 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 689 rows starting from the beginning of the part | ||
| 3264 | 2025.04.22 03:04:52.450487 [ 191 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 64 rows starting from the beginning of the part | ||
| 3265 | 2025.04.22 03:04:52.450848 [ 191 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 690 rows starting from the beginning of the part | ||
| 3266 | 2025.04.22 03:04:52.451867 [ 276 ] {b12b4fa5-3927-4030-8c88-3cb8d2029b4a} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3267 | 2025.04.22 03:04:52.451913 [ 276 ] {b12b4fa5-3927-4030-8c88-3cb8d2029b4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3268 | 2025.04.22 03:04:52.452475 [ 276 ] {b12b4fa5-3927-4030-8c88-3cb8d2029b4a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3269 | 2025.04.22 03:04:52.452763 [ 276 ] {b12b4fa5-3927-4030-8c88-3cb8d2029b4a} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3270 | 2025.04.22 03:04:52.453001 [ 276 ] {b12b4fa5-3927-4030-8c88-3cb8d2029b4a} <Debug> executeQuery: Read 144 rows, 9.23 KiB in 0.003919 sec., 36744.067364123504 rows/sec., 2.30 MiB/sec. | ||
| 3271 | 2025.04.22 03:04:52.453141 [ 276 ] {b12b4fa5-3927-4030-8c88-3cb8d2029b4a} <Debug> TCPHandler: Processed in 0.004227563 sec. | ||
| 3272 | 2025.04.22 03:04:52.453268 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3273 | 2025.04.22 03:04:52.453463 [ 276 ] {ad312bab-7efd-4497-a939-8207d54fadc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3274 | 2025.04.22 03:04:52.453529 [ 276 ] {ad312bab-7efd-4497-a939-8207d54fadc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3275 | 2025.04.22 03:04:52.453537 [ 200 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4546 rows, containing 5 columns (5 merged, 0 gathered) in 0.004650384 sec., 977553.6815884452 rows/sec., 83.08 MiB/sec. | ||
| 3276 | 2025.04.22 03:04:52.453937 [ 200 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3277 | 2025.04.22 03:04:52.454512 [ 200 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_21_4} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3278 | 2025.04.22 03:04:52.454535 [ 276 ] {ad312bab-7efd-4497-a939-8207d54fadc3} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3279 | 2025.04.22 03:04:52.454609 [ 276 ] {ad312bab-7efd-4497-a939-8207d54fadc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3280 | 2025.04.22 03:04:52.454672 [ 200 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_21_4} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3281 | 2025.04.22 03:04:52.454844 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB. | ||
| 3282 | 2025.04.22 03:04:52.455124 [ 276 ] {ad312bab-7efd-4497-a939-8207d54fadc3} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3283 | 2025.04.22 03:04:52.455376 [ 276 ] {ad312bab-7efd-4497-a939-8207d54fadc3} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3284 | 2025.04.22 03:04:52.455582 [ 276 ] {ad312bab-7efd-4497-a939-8207d54fadc3} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002182 sec., 51787.35105407883 rows/sec., 3.35 MiB/sec. | ||
| 3285 | 2025.04.22 03:04:52.455670 [ 276 ] {ad312bab-7efd-4497-a939-8207d54fadc3} <Debug> TCPHandler: Processed in 0.002453685 sec. | ||
| 3286 | 2025.04.22 03:04:52.455824 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3287 | 2025.04.22 03:04:52.455953 [ 276 ] {369d5acf-f897-4942-b30d-5a22c38e73df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3288 | 2025.04.22 03:04:52.456008 [ 276 ] {369d5acf-f897-4942-b30d-5a22c38e73df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3289 | 2025.04.22 03:04:52.456584 [ 276 ] {369d5acf-f897-4942-b30d-5a22c38e73df} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3290 | 2025.04.22 03:04:52.456623 [ 276 ] {369d5acf-f897-4942-b30d-5a22c38e73df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3291 | 2025.04.22 03:04:52.456985 [ 276 ] {369d5acf-f897-4942-b30d-5a22c38e73df} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3292 | 2025.04.22 03:04:52.457220 [ 276 ] {369d5acf-f897-4942-b30d-5a22c38e73df} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3293 | 2025.04.22 03:04:52.457416 [ 276 ] {369d5acf-f897-4942-b30d-5a22c38e73df} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001492 sec., 75067.02412868633 rows/sec., 4.28 MiB/sec. | ||
| 3294 | 2025.04.22 03:04:52.457468 [ 276 ] {369d5acf-f897-4942-b30d-5a22c38e73df} <Debug> TCPHandler: Processed in 0.001705996 sec. | ||
| 3295 | 2025.04.22 03:04:52.457586 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3296 | 2025.04.22 03:04:52.457691 [ 276 ] {dbc41697-1c98-4cac-9b7d-309a2705a672} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3297 | 2025.04.22 03:04:52.457737 [ 276 ] {dbc41697-1c98-4cac-9b7d-309a2705a672} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3298 | 2025.04.22 03:04:52.458406 [ 276 ] {dbc41697-1c98-4cac-9b7d-309a2705a672} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3299 | 2025.04.22 03:04:52.458444 [ 276 ] {dbc41697-1c98-4cac-9b7d-309a2705a672} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3300 | 2025.04.22 03:04:52.458800 [ 276 ] {dbc41697-1c98-4cac-9b7d-309a2705a672} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3301 | 2025.04.22 03:04:52.459037 [ 276 ] {dbc41697-1c98-4cac-9b7d-309a2705a672} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3302 | 2025.04.22 03:04:52.459196 [ 150 ] {} <Debug> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3303 | 2025.04.22 03:04:52.459258 [ 150 ] {} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3304 | 2025.04.22 03:04:52.459290 [ 276 ] {dbc41697-1c98-4cac-9b7d-309a2705a672} <Debug> executeQuery: Read 420 rows, 30.63 KiB in 0.001607 sec., 261356.56502800251 rows/sec., 18.61 MiB/sec. | ||
| 3305 | 2025.04.22 03:04:52.459297 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3306 | 2025.04.22 03:04:52.459443 [ 276 ] {dbc41697-1c98-4cac-9b7d-309a2705a672} <Debug> TCPHandler: Processed in 0.001907151 sec. | ||
| 3307 | 2025.04.22 03:04:52.459502 [ 191 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::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 | ||
| 3308 | 2025.04.22 03:04:52.459581 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3309 | 2025.04.22 03:04:52.459632 [ 191 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3310 | 2025.04.22 03:04:52.459679 [ 191 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 904 rows starting from the beginning of the part | ||
| 3311 | 2025.04.22 03:04:52.459713 [ 276 ] {ba8a889d-6c89-4ec9-b74e-e46d03f8e284} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3312 | 2025.04.22 03:04:52.459841 [ 276 ] {ba8a889d-6c89-4ec9-b74e-e46d03f8e284} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3313 | 2025.04.22 03:04:52.459840 [ 191 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 528 rows starting from the beginning of the part | ||
| 3314 | 2025.04.22 03:04:52.460258 [ 191 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 64 rows starting from the beginning of the part | ||
| 3315 | 2025.04.22 03:04:52.460633 [ 191 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 418 rows starting from the beginning of the part | ||
| 3316 | 2025.04.22 03:04:52.460990 [ 191 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 68 rows starting from the beginning of the part | ||
| 3317 | 2025.04.22 03:04:52.461239 [ 191 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 420 rows starting from the beginning of the part | ||
| 3318 | 2025.04.22 03:04:52.462068 [ 276 ] {ba8a889d-6c89-4ec9-b74e-e46d03f8e284} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3319 | 2025.04.22 03:04:52.462113 [ 276 ] {ba8a889d-6c89-4ec9-b74e-e46d03f8e284} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3320 | 2025.04.22 03:04:52.462605 [ 276 ] {ba8a889d-6c89-4ec9-b74e-e46d03f8e284} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3321 | 2025.04.22 03:04:52.462880 [ 276 ] {ba8a889d-6c89-4ec9-b74e-e46d03f8e284} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3322 | 2025.04.22 03:04:52.463063 [ 150 ] {} <Debug> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 3323 | 2025.04.22 03:04:52.463165 [ 150 ] {} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3324 | 2025.04.22 03:04:52.463251 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3325 | 2025.04.22 03:04:52.463271 [ 276 ] {ba8a889d-6c89-4ec9-b74e-e46d03f8e284} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003575 sec., 1678.3216783216783 rows/sec., 87.69 KiB/sec. | ||
| 3326 | 2025.04.22 03:04:52.463742 [ 276 ] {ba8a889d-6c89-4ec9-b74e-e46d03f8e284} <Debug> TCPHandler: Processed in 0.004203192 sec. | ||
| 3327 | 2025.04.22 03:04:52.463886 [ 200 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::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 | ||
| 3328 | 2025.04.22 03:04:52.464082 [ 191 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2402 rows, containing 5 columns (5 merged, 0 gathered) in 0.004661515 sec., 515283.1214744563 rows/sec., 39.44 MiB/sec. | ||
| 3329 | 2025.04.22 03:04:52.464108 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3330 | 2025.04.22 03:04:52.464342 [ 200 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3331 | 2025.04.22 03:04:52.464384 [ 191 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3332 | 2025.04.22 03:04:52.464394 [ 276 ] {feceeaad-5483-4935-9d09-bd49ac927526} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3333 | 2025.04.22 03:04:52.464426 [ 200 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::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 | ||
| 3334 | 2025.04.22 03:04:52.464556 [ 276 ] {feceeaad-5483-4935-9d09-bd49ac927526} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3335 | 2025.04.22 03:04:52.464811 [ 200 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::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 | ||
| 3336 | 2025.04.22 03:04:52.465321 [ 200 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::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 | ||
| 3337 | 2025.04.22 03:04:52.465586 [ 191 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_21_4} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3338 | 2025.04.22 03:04:52.465756 [ 200 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::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 | ||
| 3339 | 2025.04.22 03:04:52.466158 [ 200 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::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 | ||
| 3340 | 2025.04.22 03:04:52.466389 [ 191 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_21_4} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3341 | 2025.04.22 03:04:52.466710 [ 200 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::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 | ||
| 3342 | 2025.04.22 03:04:52.466835 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 3343 | 2025.04.22 03:04:52.468353 [ 276 ] {feceeaad-5483-4935-9d09-bd49ac927526} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3344 | 2025.04.22 03:04:52.468419 [ 276 ] {feceeaad-5483-4935-9d09-bd49ac927526} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3345 | 2025.04.22 03:04:52.469597 [ 276 ] {feceeaad-5483-4935-9d09-bd49ac927526} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3346 | 2025.04.22 03:04:52.469660 [ 201 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.006275967 sec., 5736.167828798335 rows/sec., 299.69 KiB/sec. | ||
| 3347 | 2025.04.22 03:04:52.469887 [ 187 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 3348 | 2025.04.22 03:04:52.469923 [ 276 ] {feceeaad-5483-4935-9d09-bd49ac927526} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3349 | 2025.04.22 03:04:52.470177 [ 150 ] {} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3350 | 2025.04.22 03:04:52.470265 [ 150 ] {} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3351 | 2025.04.22 03:04:52.470352 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3352 | 2025.04.22 03:04:52.470364 [ 276 ] {feceeaad-5483-4935-9d09-bd49ac927526} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.006032 sec., 39456.233421750665 rows/sec., 2.64 MiB/sec. | ||
| 3353 | 2025.04.22 03:04:52.470669 [ 187 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_6_1} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3354 | 2025.04.22 03:04:52.470759 [ 276 ] {feceeaad-5483-4935-9d09-bd49ac927526} <Debug> TCPHandler: Processed in 0.006765381 sec. | ||
| 3355 | 2025.04.22 03:04:52.470861 [ 200 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::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 | ||
| 3356 | 2025.04.22 03:04:52.470988 [ 187 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_6_1} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 3357 | 2025.04.22 03:04:52.471039 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3358 | 2025.04.22 03:04:52.471236 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 3359 | 2025.04.22 03:04:52.471369 [ 276 ] {3e580c99-35a4-4fd8-bcf8-c757e8428cfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3360 | 2025.04.22 03:04:52.471371 [ 200 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3361 | 2025.04.22 03:04:52.471458 [ 200 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5452 rows starting from the beginning of the part | ||
| 3362 | 2025.04.22 03:04:52.471469 [ 276 ] {3e580c99-35a4-4fd8-bcf8-c757e8428cfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3363 | 2025.04.22 03:04:52.471753 [ 200 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 956 rows starting from the beginning of the part | ||
| 3364 | 2025.04.22 03:04:52.472168 [ 200 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 52 rows starting from the beginning of the part | ||
| 3365 | 2025.04.22 03:04:52.472585 [ 200 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 237 rows starting from the beginning of the part | ||
| 3366 | 2025.04.22 03:04:52.472969 [ 200 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part | ||
| 3367 | 2025.04.22 03:04:52.473158 [ 200 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 238 rows starting from the beginning of the part | ||
| 3368 | 2025.04.22 03:04:52.474124 [ 276 ] {3e580c99-35a4-4fd8-bcf8-c757e8428cfe} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3369 | 2025.04.22 03:04:52.474184 [ 276 ] {3e580c99-35a4-4fd8-bcf8-c757e8428cfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3370 | 2025.04.22 03:04:52.474761 [ 276 ] {3e580c99-35a4-4fd8-bcf8-c757e8428cfe} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3371 | 2025.04.22 03:04:52.475272 [ 276 ] {3e580c99-35a4-4fd8-bcf8-c757e8428cfe} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3372 | 2025.04.22 03:04:52.475811 [ 276 ] {3e580c99-35a4-4fd8-bcf8-c757e8428cfe} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004537 sec., 220.40996253030636 rows/sec., 14.85 KiB/sec. | ||
| 3373 | 2025.04.22 03:04:52.475974 [ 276 ] {3e580c99-35a4-4fd8-bcf8-c757e8428cfe} <Debug> TCPHandler: Processed in 0.005029785 sec. | ||
| 3374 | 2025.04.22 03:04:52.476102 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3375 | 2025.04.22 03:04:52.476235 [ 276 ] {f7e492c0-bb3f-4e7f-a86b-fc2ccc9fdbb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3376 | 2025.04.22 03:04:52.476308 [ 276 ] {f7e492c0-bb3f-4e7f-a86b-fc2ccc9fdbb7} <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 | ||
| 3377 | 2025.04.22 03:04:52.477295 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7095 rows, containing 5 columns (5 merged, 0 gathered) in 0.006827292 sec., 1039211.4472326655 rows/sec., 70.18 MiB/sec. | ||
| 3378 | 2025.04.22 03:04:52.477969 [ 276 ] {f7e492c0-bb3f-4e7f-a86b-fc2ccc9fdbb7} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3379 | 2025.04.22 03:04:52.477980 [ 201 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3380 | 2025.04.22 03:04:52.478016 [ 276 ] {f7e492c0-bb3f-4e7f-a86b-fc2ccc9fdbb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3381 | 2025.04.22 03:04:52.478702 [ 201 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3382 | 2025.04.22 03:04:52.478919 [ 201 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3383 | 2025.04.22 03:04:52.479135 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.43 MiB. | ||
| 3384 | 2025.04.22 03:04:52.479430 [ 276 ] {f7e492c0-bb3f-4e7f-a86b-fc2ccc9fdbb7} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3385 | 2025.04.22 03:04:52.479721 [ 276 ] {f7e492c0-bb3f-4e7f-a86b-fc2ccc9fdbb7} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3386 | 2025.04.22 03:04:52.479972 [ 276 ] {f7e492c0-bb3f-4e7f-a86b-fc2ccc9fdbb7} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.003781 sec., 9521.290663845542 rows/sec., 17.06 MiB/sec. | ||
| 3387 | 2025.04.22 03:04:52.480077 [ 276 ] {f7e492c0-bb3f-4e7f-a86b-fc2ccc9fdbb7} <Debug> TCPHandler: Processed in 0.004038717 sec. | ||
| 3388 | 2025.04.22 03:04:52.480214 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3389 | 2025.04.22 03:04:52.480322 [ 276 ] {0947b755-1993-49fc-bade-ec4e41e82204} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3390 | 2025.04.22 03:04:52.480370 [ 276 ] {0947b755-1993-49fc-bade-ec4e41e82204} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3391 | 2025.04.22 03:04:52.480864 [ 276 ] {0947b755-1993-49fc-bade-ec4e41e82204} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3392 | 2025.04.22 03:04:52.480909 [ 276 ] {0947b755-1993-49fc-bade-ec4e41e82204} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3393 | 2025.04.22 03:04:52.481278 [ 276 ] {0947b755-1993-49fc-bade-ec4e41e82204} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3394 | 2025.04.22 03:04:52.481519 [ 276 ] {0947b755-1993-49fc-bade-ec4e41e82204} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3395 | 2025.04.22 03:04:52.481690 [ 150 ] {} <Debug> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3396 | 2025.04.22 03:04:52.481751 [ 150 ] {} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3397 | 2025.04.22 03:04:52.481749 [ 276 ] {0947b755-1993-49fc-bade-ec4e41e82204} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001441 sec., 56904.92713393477 rows/sec., 3.61 MiB/sec. | ||
| 3398 | 2025.04.22 03:04:52.481783 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3399 | 2025.04.22 03:04:52.481945 [ 276 ] {0947b755-1993-49fc-bade-ec4e41e82204} <Debug> TCPHandler: Processed in 0.001774217 sec. | ||
| 3400 | 2025.04.22 03:04:52.482109 [ 186 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::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 | ||
| 3401 | 2025.04.22 03:04:52.482312 [ 186 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3402 | 2025.04.22 03:04:52.482357 [ 186 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 856 rows starting from the beginning of the part | ||
| 3403 | 2025.04.22 03:04:52.482453 [ 186 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 42 rows starting from the beginning of the part | ||
| 3404 | 2025.04.22 03:04:52.482675 [ 186 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 18 rows starting from the beginning of the part | ||
| 3405 | 2025.04.22 03:04:52.482843 [ 186 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 82 rows starting from the beginning of the part | ||
| 3406 | 2025.04.22 03:04:52.483012 [ 186 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part | ||
| 3407 | 2025.04.22 03:04:52.483166 [ 186 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 82 rows starting from the beginning of the part | ||
| 3408 | 2025.04.22 03:04:52.484609 [ 187 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1140 rows, containing 4 columns (4 merged, 0 gathered) in 0.002700203 sec., 422190.4797528186 rows/sec., 27.85 MiB/sec. | ||
| 3409 | 2025.04.22 03:04:52.484790 [ 198 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3410 | 2025.04.22 03:04:52.485094 [ 198 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_21_4} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3411 | 2025.04.22 03:04:52.485172 [ 198 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_21_4} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3412 | 2025.04.22 03:04:52.485246 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 3413 | 2025.04.22 03:04:57.436505 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3414 | 2025.04.22 03:04:57.436744 [ 276 ] {66d64355-1b4f-41fa-b656-3a4448e95f1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3415 | 2025.04.22 03:04:57.436836 [ 276 ] {66d64355-1b4f-41fa-b656-3a4448e95f1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3416 | 2025.04.22 03:04:57.437659 [ 276 ] {66d64355-1b4f-41fa-b656-3a4448e95f1e} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3417 | 2025.04.22 03:04:57.437708 [ 276 ] {66d64355-1b4f-41fa-b656-3a4448e95f1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3418 | 2025.04.22 03:04:57.438128 [ 276 ] {66d64355-1b4f-41fa-b656-3a4448e95f1e} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3419 | 2025.04.22 03:04:57.438390 [ 276 ] {66d64355-1b4f-41fa-b656-3a4448e95f1e} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3420 | 2025.04.22 03:04:57.438597 [ 276 ] {66d64355-1b4f-41fa-b656-3a4448e95f1e} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.001925 sec., 33246.753246753244 rows/sec., 2.63 MiB/sec. | ||
| 3421 | 2025.04.22 03:04:57.438651 [ 276 ] {66d64355-1b4f-41fa-b656-3a4448e95f1e} <Debug> TCPHandler: Processed in 0.002288141 sec. | ||
| 3422 | 2025.04.22 03:04:57.438766 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3423 | 2025.04.22 03:04:57.438918 [ 276 ] {1d74417c-14a6-44fe-b29d-42523aaa69fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3424 | 2025.04.22 03:04:57.438969 [ 276 ] {1d74417c-14a6-44fe-b29d-42523aaa69fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3425 | 2025.04.22 03:04:57.439478 [ 276 ] {1d74417c-14a6-44fe-b29d-42523aaa69fb} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3426 | 2025.04.22 03:04:57.439517 [ 276 ] {1d74417c-14a6-44fe-b29d-42523aaa69fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3427 | 2025.04.22 03:04:57.439862 [ 276 ] {1d74417c-14a6-44fe-b29d-42523aaa69fb} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3428 | 2025.04.22 03:04:57.440127 [ 276 ] {1d74417c-14a6-44fe-b29d-42523aaa69fb} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3429 | 2025.04.22 03:04:57.440335 [ 276 ] {1d74417c-14a6-44fe-b29d-42523aaa69fb} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001453 sec., 2752.9249827942185 rows/sec., 207.01 KiB/sec. | ||
| 3430 | 2025.04.22 03:04:57.440388 [ 276 ] {1d74417c-14a6-44fe-b29d-42523aaa69fb} <Debug> TCPHandler: Processed in 0.001672235 sec. | ||
| 3431 | 2025.04.22 03:04:57.440502 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3432 | 2025.04.22 03:04:57.440609 [ 276 ] {f49941e0-f6b5-405b-9e45-12bef8541d3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3433 | 2025.04.22 03:04:57.440657 [ 276 ] {f49941e0-f6b5-405b-9e45-12bef8541d3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3434 | 2025.04.22 03:04:57.441197 [ 276 ] {f49941e0-f6b5-405b-9e45-12bef8541d3b} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3435 | 2025.04.22 03:04:57.441236 [ 276 ] {f49941e0-f6b5-405b-9e45-12bef8541d3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3436 | 2025.04.22 03:04:57.441583 [ 276 ] {f49941e0-f6b5-405b-9e45-12bef8541d3b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3437 | 2025.04.22 03:04:57.441826 [ 276 ] {f49941e0-f6b5-405b-9e45-12bef8541d3b} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3438 | 2025.04.22 03:04:57.442024 [ 276 ] {f49941e0-f6b5-405b-9e45-12bef8541d3b} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001436 sec., 47353.76044568245 rows/sec., 3.70 MiB/sec. | ||
| 3439 | 2025.04.22 03:04:57.442077 [ 276 ] {f49941e0-f6b5-405b-9e45-12bef8541d3b} <Debug> TCPHandler: Processed in 0.001625614 sec. | ||
| 3440 | 2025.04.22 03:04:57.442199 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3441 | 2025.04.22 03:04:57.442314 [ 276 ] {457dc9ed-5e7f-48cb-bb72-5537c6281fcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3442 | 2025.04.22 03:04:57.442366 [ 276 ] {457dc9ed-5e7f-48cb-bb72-5537c6281fcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3443 | 2025.04.22 03:04:57.442894 [ 276 ] {457dc9ed-5e7f-48cb-bb72-5537c6281fcd} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3444 | 2025.04.22 03:04:57.442934 [ 276 ] {457dc9ed-5e7f-48cb-bb72-5537c6281fcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3445 | 2025.04.22 03:04:57.443311 [ 276 ] {457dc9ed-5e7f-48cb-bb72-5537c6281fcd} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3446 | 2025.04.22 03:04:57.443544 [ 276 ] {457dc9ed-5e7f-48cb-bb72-5537c6281fcd} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3447 | 2025.04.22 03:04:57.443740 [ 276 ] {457dc9ed-5e7f-48cb-bb72-5537c6281fcd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001448 sec., 110497.23756906077 rows/sec., 7.70 MiB/sec. | ||
| 3448 | 2025.04.22 03:04:57.443790 [ 276 ] {457dc9ed-5e7f-48cb-bb72-5537c6281fcd} <Debug> TCPHandler: Processed in 0.001640764 sec. | ||
| 3449 | 2025.04.22 03:04:57.443900 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3450 | 2025.04.22 03:04:57.444005 [ 276 ] {b548e43c-a609-4924-93c1-fbc87a856d19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3451 | 2025.04.22 03:04:57.444072 [ 276 ] {b548e43c-a609-4924-93c1-fbc87a856d19} <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 | ||
| 3452 | 2025.04.22 03:04:57.445062 [ 276 ] {b548e43c-a609-4924-93c1-fbc87a856d19} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3453 | 2025.04.22 03:04:57.445101 [ 276 ] {b548e43c-a609-4924-93c1-fbc87a856d19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3454 | 2025.04.22 03:04:57.445699 [ 276 ] {b548e43c-a609-4924-93c1-fbc87a856d19} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3455 | 2025.04.22 03:04:57.445956 [ 276 ] {b548e43c-a609-4924-93c1-fbc87a856d19} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3456 | 2025.04.22 03:04:57.446189 [ 276 ] {b548e43c-a609-4924-93c1-fbc87a856d19} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002206 sec., 1813.236627379873 rows/sec., 3.25 MiB/sec. | ||
| 3457 | 2025.04.22 03:04:57.446280 [ 276 ] {b548e43c-a609-4924-93c1-fbc87a856d19} <Debug> TCPHandler: Processed in 0.002430985 sec. | ||
| 3458 | 2025.04.22 03:04:57.446407 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3459 | 2025.04.22 03:04:57.446528 [ 276 ] {6b66c09b-63eb-44aa-89d3-97e376cc2aa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3460 | 2025.04.22 03:04:57.446600 [ 276 ] {6b66c09b-63eb-44aa-89d3-97e376cc2aa8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3461 | 2025.04.22 03:04:57.447069 [ 276 ] {6b66c09b-63eb-44aa-89d3-97e376cc2aa8} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3462 | 2025.04.22 03:04:57.447112 [ 276 ] {6b66c09b-63eb-44aa-89d3-97e376cc2aa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3463 | 2025.04.22 03:04:57.447506 [ 276 ] {6b66c09b-63eb-44aa-89d3-97e376cc2aa8} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3464 | 2025.04.22 03:04:57.447756 [ 276 ] {6b66c09b-63eb-44aa-89d3-97e376cc2aa8} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3465 | 2025.04.22 03:04:57.447964 [ 276 ] {6b66c09b-63eb-44aa-89d3-97e376cc2aa8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001461 sec., 41067.761806981514 rows/sec., 2.77 MiB/sec. | ||
| 3466 | 2025.04.22 03:04:57.448013 [ 276 ] {6b66c09b-63eb-44aa-89d3-97e376cc2aa8} <Debug> TCPHandler: Processed in 0.001659414 sec. | ||
| 3467 | 2025.04.22 03:04:58.176736 [ 140 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3468 | 2025.04.22 03:04:58.176787 [ 140 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3469 | 2025.04.22 03:04:58.265658 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381 | ||
| 3470 | 2025.04.22 03:04:58.266405 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3471 | 2025.04.22 03:04:58.266457 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3472 | 2025.04.22 03:04:58.266995 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3473 | 2025.04.22 03:04:58.267270 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3474 | 2025.04.22 03:04:58.267435 [ 139 ] {} <Debug> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3475 | 2025.04.22 03:04:58.267470 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
| 3476 | 2025.04.22 03:04:58.267496 [ 139 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3477 | 2025.04.22 03:04:58.267520 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3478 | 2025.04.22 03:04:58.267618 [ 187 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 3479 | 2025.04.22 03:04:58.267744 [ 187 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3480 | 2025.04.22 03:04:58.267775 [ 187 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 3481 | 2025.04.22 03:04:58.267839 [ 187 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 3482 | 2025.04.22 03:04:58.267995 [ 187 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 3483 | 2025.04.22 03:04:58.268271 [ 187 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 3484 | 2025.04.22 03:04:58.268535 [ 187 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 3485 | 2025.04.22 03:04:58.268668 [ 187 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 3486 | 2025.04.22 03:04:58.270323 [ 198 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.002745014 sec., 2688875.1751357187 rows/sec., 38.46 MiB/sec. | ||
| 3487 | 2025.04.22 03:04:58.270810 [ 198 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3488 | 2025.04.22 03:04:58.271138 [ 198 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_16_3} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3489 | 2025.04.22 03:04:58.271231 [ 198 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_16_3} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3490 | 2025.04.22 03:04:58.271346 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 3491 | 2025.04.22 03:04:58.282016 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 488 | ||
| 3492 | 2025.04.22 03:04:58.285052 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3493 | 2025.04.22 03:04:58.285098 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3494 | 2025.04.22 03:04:58.287037 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3495 | 2025.04.22 03:04:58.287497 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3496 | 2025.04.22 03:04:58.287722 [ 139 ] {} <Debug> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3497 | 2025.04.22 03:04:58.287818 [ 139 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3498 | 2025.04.22 03:04:58.287898 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3499 | 2025.04.22 03:04:58.288291 [ 192 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::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 | ||
| 3500 | 2025.04.22 03:04:58.289571 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 488 | ||
| 3501 | 2025.04.22 03:04:58.289902 [ 192 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3502 | 2025.04.22 03:04:58.290064 [ 192 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 296 rows starting from the beginning of the part | ||
| 3503 | 2025.04.22 03:04:58.290644 [ 192 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 36 rows starting from the beginning of the part | ||
| 3504 | 2025.04.22 03:04:58.291202 [ 192 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 40 rows starting from the beginning of the part | ||
| 3505 | 2025.04.22 03:04:58.291765 [ 192 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 46 rows starting from the beginning of the part | ||
| 3506 | 2025.04.22 03:04:58.292324 [ 192 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 34 rows starting from the beginning of the part | ||
| 3507 | 2025.04.22 03:04:58.292866 [ 192 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 36 rows starting from the beginning of the part | ||
| 3508 | 2025.04.22 03:04:58.300380 [ 195 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 488 rows, containing 72 columns (72 merged, 0 gathered) in 0.012346791 sec., 39524.43999416529 rows/sec., 36.32 MiB/sec. | ||
| 3509 | 2025.04.22 03:04:58.301232 [ 192 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3510 | 2025.04.22 03:04:58.301918 [ 192 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_11_2} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3511 | 2025.04.22 03:04:58.302006 [ 192 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_11_2} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3512 | 2025.04.22 03:04:58.302202 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.80 MiB. | ||
| 3513 | 2025.04.22 03:04:58.724538 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 | ||
| 3514 | 2025.04.22 03:04:58.744880 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3515 | 2025.04.22 03:04:58.744927 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3516 | 2025.04.22 03:04:58.752135 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3517 | 2025.04.22 03:04:58.752877 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3518 | 2025.04.22 03:04:58.753235 [ 139 ] {} <Debug> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3519 | 2025.04.22 03:04:58.753360 [ 139 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3520 | 2025.04.22 03:04:58.753432 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3521 | 2025.04.22 03:04:58.753863 [ 198 ] {221840db-82c7-49e0-9543-fc81844dee87::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 | ||
| 3522 | 2025.04.22 03:04:58.768498 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
| 3523 | 2025.04.22 03:04:58.769884 [ 198 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3524 | 2025.04.22 03:04:58.771480 [ 198 ] {221840db-82c7-49e0-9543-fc81844dee87::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 | ||
| 3525 | 2025.04.22 03:04:58.776966 [ 198 ] {221840db-82c7-49e0-9543-fc81844dee87::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 | ||
| 3526 | 2025.04.22 03:04:58.782283 [ 198 ] {221840db-82c7-49e0-9543-fc81844dee87::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 | ||
| 3527 | 2025.04.22 03:04:58.787597 [ 198 ] {221840db-82c7-49e0-9543-fc81844dee87::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 | ||
| 3528 | 2025.04.22 03:04:58.793012 [ 198 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part | ||
| 3529 | 2025.04.22 03:04:58.797414 [ 198 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part | ||
| 3530 | 2025.04.22 03:04:58.853768 [ 192 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.100191479 sec., 1207.6875319906196 rows/sec., 6.24 MiB/sec. | ||
| 3531 | 2025.04.22 03:04:58.856098 [ 188 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3532 | 2025.04.22 03:04:58.858799 [ 188 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_16_3} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3533 | 2025.04.22 03:04:58.858882 [ 188 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_16_3} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3534 | 2025.04.22 03:04:58.860951 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. | ||
| 3535 | 2025.04.22 03:04:59.000167 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 176.88 MiB, peak 186.85 MiB, free memory in arenas 0.00 B, will set to 178.96 MiB (RSS), difference: 2.08 MiB | ||
| 3536 | 2025.04.22 03:04:59.001342 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000909114 sec. | ||
| 3537 | 2025.04.22 03:05:02.443562 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3538 | 2025.04.22 03:05:02.443775 [ 276 ] {2b0ebe1e-c694-4ea1-82ff-8c9b9b3d1100} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3539 | 2025.04.22 03:05:02.443851 [ 276 ] {2b0ebe1e-c694-4ea1-82ff-8c9b9b3d1100} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3540 | 2025.04.22 03:05:02.444710 [ 276 ] {2b0ebe1e-c694-4ea1-82ff-8c9b9b3d1100} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3541 | 2025.04.22 03:05:02.444766 [ 276 ] {2b0ebe1e-c694-4ea1-82ff-8c9b9b3d1100} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3542 | 2025.04.22 03:05:02.445234 [ 276 ] {2b0ebe1e-c694-4ea1-82ff-8c9b9b3d1100} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3543 | 2025.04.22 03:05:02.445503 [ 276 ] {2b0ebe1e-c694-4ea1-82ff-8c9b9b3d1100} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3544 | 2025.04.22 03:05:02.445757 [ 276 ] {2b0ebe1e-c694-4ea1-82ff-8c9b9b3d1100} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002036 sec., 104125.73673870334 rows/sec., 6.62 MiB/sec. | ||
| 3545 | 2025.04.22 03:05:02.445866 [ 276 ] {2b0ebe1e-c694-4ea1-82ff-8c9b9b3d1100} <Debug> TCPHandler: Processed in 0.002441835 sec. | ||
| 3546 | 2025.04.22 03:05:02.445999 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3547 | 2025.04.22 03:05:02.446112 [ 276 ] {a4870753-cbab-451b-a35a-f74fae4e0594} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3548 | 2025.04.22 03:05:02.446162 [ 276 ] {a4870753-cbab-451b-a35a-f74fae4e0594} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3549 | 2025.04.22 03:05:02.447009 [ 276 ] {a4870753-cbab-451b-a35a-f74fae4e0594} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3550 | 2025.04.22 03:05:02.447050 [ 276 ] {a4870753-cbab-451b-a35a-f74fae4e0594} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3551 | 2025.04.22 03:05:02.447462 [ 276 ] {a4870753-cbab-451b-a35a-f74fae4e0594} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3552 | 2025.04.22 03:05:02.447724 [ 276 ] {a4870753-cbab-451b-a35a-f74fae4e0594} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3553 | 2025.04.22 03:05:02.447926 [ 276 ] {a4870753-cbab-451b-a35a-f74fae4e0594} <Debug> executeQuery: Read 689 rows, 56.23 KiB in 0.00184 sec., 374456.52173913043 rows/sec., 29.84 MiB/sec. | ||
| 3554 | 2025.04.22 03:05:02.447977 [ 276 ] {a4870753-cbab-451b-a35a-f74fae4e0594} <Debug> TCPHandler: Processed in 0.002031135 sec. | ||
| 3555 | 2025.04.22 03:05:02.448109 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3556 | 2025.04.22 03:05:02.448216 [ 276 ] {d143c9f5-2fe4-4fef-81fe-7e226ea6ac0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3557 | 2025.04.22 03:05:02.448262 [ 276 ] {d143c9f5-2fe4-4fef-81fe-7e226ea6ac0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3558 | 2025.04.22 03:05:02.448830 [ 276 ] {d143c9f5-2fe4-4fef-81fe-7e226ea6ac0f} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3559 | 2025.04.22 03:05:02.448870 [ 276 ] {d143c9f5-2fe4-4fef-81fe-7e226ea6ac0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3560 | 2025.04.22 03:05:02.449225 [ 276 ] {d143c9f5-2fe4-4fef-81fe-7e226ea6ac0f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3561 | 2025.04.22 03:05:02.449467 [ 276 ] {d143c9f5-2fe4-4fef-81fe-7e226ea6ac0f} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3562 | 2025.04.22 03:05:02.449672 [ 276 ] {d143c9f5-2fe4-4fef-81fe-7e226ea6ac0f} <Debug> executeQuery: Read 142 rows, 9.09 KiB in 0.001478 sec., 96075.77807848444 rows/sec., 6.01 MiB/sec. | ||
| 3563 | 2025.04.22 03:05:02.449723 [ 276 ] {d143c9f5-2fe4-4fef-81fe-7e226ea6ac0f} <Debug> TCPHandler: Processed in 0.001671944 sec. | ||
| 3564 | 2025.04.22 03:05:02.449845 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3565 | 2025.04.22 03:05:02.449965 [ 276 ] {2be7df0e-c261-4c22-abd6-b6ceb45507ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3566 | 2025.04.22 03:05:02.450027 [ 276 ] {2be7df0e-c261-4c22-abd6-b6ceb45507ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3567 | 2025.04.22 03:05:02.450788 [ 276 ] {2be7df0e-c261-4c22-abd6-b6ceb45507ab} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3568 | 2025.04.22 03:05:02.450829 [ 276 ] {2be7df0e-c261-4c22-abd6-b6ceb45507ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3569 | 2025.04.22 03:05:02.451185 [ 276 ] {2be7df0e-c261-4c22-abd6-b6ceb45507ab} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3570 | 2025.04.22 03:05:02.451434 [ 276 ] {2be7df0e-c261-4c22-abd6-b6ceb45507ab} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3571 | 2025.04.22 03:05:02.451641 [ 276 ] {2be7df0e-c261-4c22-abd6-b6ceb45507ab} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001705 sec., 66275.65982404692 rows/sec., 4.29 MiB/sec. | ||
| 3572 | 2025.04.22 03:05:02.451695 [ 276 ] {2be7df0e-c261-4c22-abd6-b6ceb45507ab} <Debug> TCPHandler: Processed in 0.001900611 sec. | ||
| 3573 | 2025.04.22 03:05:02.451827 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3574 | 2025.04.22 03:05:02.451943 [ 276 ] {da726177-caf0-43de-b1a1-585bf1b8faf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3575 | 2025.04.22 03:05:02.451995 [ 276 ] {da726177-caf0-43de-b1a1-585bf1b8faf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3576 | 2025.04.22 03:05:02.452722 [ 276 ] {da726177-caf0-43de-b1a1-585bf1b8faf9} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3577 | 2025.04.22 03:05:02.452776 [ 276 ] {da726177-caf0-43de-b1a1-585bf1b8faf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3578 | 2025.04.22 03:05:02.453136 [ 276 ] {da726177-caf0-43de-b1a1-585bf1b8faf9} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3579 | 2025.04.22 03:05:02.453387 [ 276 ] {da726177-caf0-43de-b1a1-585bf1b8faf9} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3580 | 2025.04.22 03:05:02.453590 [ 276 ] {da726177-caf0-43de-b1a1-585bf1b8faf9} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001669 sec., 67106.051527861 rows/sec., 3.82 MiB/sec. | ||
| 3581 | 2025.04.22 03:05:02.453646 [ 276 ] {da726177-caf0-43de-b1a1-585bf1b8faf9} <Debug> TCPHandler: Processed in 0.00187049 sec. | ||
| 3582 | 2025.04.22 03:05:02.453765 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3583 | 2025.04.22 03:05:02.453870 [ 276 ] {a3cf5b7b-bd55-42da-a66b-42f179a3b839} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3584 | 2025.04.22 03:05:02.453916 [ 276 ] {a3cf5b7b-bd55-42da-a66b-42f179a3b839} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3585 | 2025.04.22 03:05:02.454594 [ 276 ] {a3cf5b7b-bd55-42da-a66b-42f179a3b839} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3586 | 2025.04.22 03:05:02.454635 [ 276 ] {a3cf5b7b-bd55-42da-a66b-42f179a3b839} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3587 | 2025.04.22 03:05:02.455001 [ 276 ] {a3cf5b7b-bd55-42da-a66b-42f179a3b839} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3588 | 2025.04.22 03:05:02.455237 [ 276 ] {a3cf5b7b-bd55-42da-a66b-42f179a3b839} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3589 | 2025.04.22 03:05:02.455436 [ 276 ] {a3cf5b7b-bd55-42da-a66b-42f179a3b839} <Debug> executeQuery: Read 418 rows, 30.47 KiB in 0.001588 sec., 263224.1813602015 rows/sec., 18.74 MiB/sec. | ||
| 3590 | 2025.04.22 03:05:02.455488 [ 276 ] {a3cf5b7b-bd55-42da-a66b-42f179a3b839} <Debug> TCPHandler: Processed in 0.001775268 sec. | ||
| 3591 | 2025.04.22 03:05:02.455604 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3592 | 2025.04.22 03:05:02.455711 [ 276 ] {325701bc-0a60-437b-a2f4-0ded745b9875} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3593 | 2025.04.22 03:05:02.455760 [ 276 ] {325701bc-0a60-437b-a2f4-0ded745b9875} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3594 | 2025.04.22 03:05:02.456182 [ 276 ] {325701bc-0a60-437b-a2f4-0ded745b9875} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3595 | 2025.04.22 03:05:02.456222 [ 276 ] {325701bc-0a60-437b-a2f4-0ded745b9875} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3596 | 2025.04.22 03:05:02.456574 [ 276 ] {325701bc-0a60-437b-a2f4-0ded745b9875} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3597 | 2025.04.22 03:05:02.456811 [ 276 ] {325701bc-0a60-437b-a2f4-0ded745b9875} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3598 | 2025.04.22 03:05:02.457041 [ 276 ] {325701bc-0a60-437b-a2f4-0ded745b9875} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001345 sec., 4460.966542750929 rows/sec., 233.07 KiB/sec. | ||
| 3599 | 2025.04.22 03:05:02.457105 [ 276 ] {325701bc-0a60-437b-a2f4-0ded745b9875} <Debug> TCPHandler: Processed in 0.001551192 sec. | ||
| 3600 | 2025.04.22 03:05:02.457217 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3601 | 2025.04.22 03:05:02.457323 [ 276 ] {68dde1c4-5e98-4061-9a4d-ea5ef7820330} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3602 | 2025.04.22 03:05:02.457373 [ 276 ] {68dde1c4-5e98-4061-9a4d-ea5ef7820330} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3603 | 2025.04.22 03:05:02.457896 [ 276 ] {68dde1c4-5e98-4061-9a4d-ea5ef7820330} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3604 | 2025.04.22 03:05:02.457934 [ 276 ] {68dde1c4-5e98-4061-9a4d-ea5ef7820330} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3605 | 2025.04.22 03:05:02.458320 [ 276 ] {68dde1c4-5e98-4061-9a4d-ea5ef7820330} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3606 | 2025.04.22 03:05:02.458557 [ 276 ] {68dde1c4-5e98-4061-9a4d-ea5ef7820330} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3607 | 2025.04.22 03:05:02.458824 [ 276 ] {68dde1c4-5e98-4061-9a4d-ea5ef7820330} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001514 sec., 156538.96961690887 rows/sec., 10.49 MiB/sec. | ||
| 3608 | 2025.04.22 03:05:02.459033 [ 276 ] {68dde1c4-5e98-4061-9a4d-ea5ef7820330} <Debug> TCPHandler: Processed in 0.001862869 sec. | ||
| 3609 | 2025.04.22 03:05:02.459216 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3610 | 2025.04.22 03:05:02.459322 [ 276 ] {affabda7-3a6d-4baf-937d-c624a4d34337} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3611 | 2025.04.22 03:05:02.459375 [ 276 ] {affabda7-3a6d-4baf-937d-c624a4d34337} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3612 | 2025.04.22 03:05:02.459815 [ 276 ] {affabda7-3a6d-4baf-937d-c624a4d34337} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3613 | 2025.04.22 03:05:02.459855 [ 276 ] {affabda7-3a6d-4baf-937d-c624a4d34337} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3614 | 2025.04.22 03:05:02.460205 [ 276 ] {affabda7-3a6d-4baf-937d-c624a4d34337} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3615 | 2025.04.22 03:05:02.460437 [ 276 ] {affabda7-3a6d-4baf-937d-c624a4d34337} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3616 | 2025.04.22 03:05:02.460689 [ 276 ] {affabda7-3a6d-4baf-937d-c624a4d34337} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001385 sec., 722.0216606498195 rows/sec., 48.65 KiB/sec. | ||
| 3617 | 2025.04.22 03:05:02.460869 [ 276 ] {affabda7-3a6d-4baf-937d-c624a4d34337} <Debug> TCPHandler: Processed in 0.001709726 sec. | ||
| 3618 | 2025.04.22 03:05:02.460982 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3619 | 2025.04.22 03:05:02.461085 [ 276 ] {01c016db-bb13-4487-88ab-ddf7a50494a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3620 | 2025.04.22 03:05:02.461157 [ 276 ] {01c016db-bb13-4487-88ab-ddf7a50494a4} <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 | ||
| 3621 | 2025.04.22 03:05:02.462270 [ 276 ] {01c016db-bb13-4487-88ab-ddf7a50494a4} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3622 | 2025.04.22 03:05:02.462309 [ 276 ] {01c016db-bb13-4487-88ab-ddf7a50494a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3623 | 2025.04.22 03:05:02.462954 [ 276 ] {01c016db-bb13-4487-88ab-ddf7a50494a4} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3624 | 2025.04.22 03:05:02.463208 [ 276 ] {01c016db-bb13-4487-88ab-ddf7a50494a4} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3625 | 2025.04.22 03:05:02.463475 [ 276 ] {01c016db-bb13-4487-88ab-ddf7a50494a4} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002402 sec., 14987.510407993339 rows/sec., 26.86 MiB/sec. | ||
| 3626 | 2025.04.22 03:05:02.463822 [ 276 ] {01c016db-bb13-4487-88ab-ddf7a50494a4} <Debug> TCPHandler: Processed in 0.002888228 sec. | ||
| 3627 | 2025.04.22 03:05:02.463932 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3628 | 2025.04.22 03:05:02.464035 [ 276 ] {51b7ea27-daff-4be2-aeb6-2f1733fd126a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3629 | 2025.04.22 03:05:02.464083 [ 276 ] {51b7ea27-daff-4be2-aeb6-2f1733fd126a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3630 | 2025.04.22 03:05:02.464520 [ 276 ] {51b7ea27-daff-4be2-aeb6-2f1733fd126a} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3631 | 2025.04.22 03:05:02.464559 [ 276 ] {51b7ea27-daff-4be2-aeb6-2f1733fd126a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 3632 | 2025.04.22 03:05:02.464920 [ 276 ] {51b7ea27-daff-4be2-aeb6-2f1733fd126a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3633 | 2025.04.22 03:05:02.465170 [ 276 ] {51b7ea27-daff-4be2-aeb6-2f1733fd126a} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3634 | 2025.04.22 03:05:02.465367 [ 276 ] {51b7ea27-daff-4be2-aeb6-2f1733fd126a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001355 sec., 60516.60516605165 rows/sec., 3.84 MiB/sec. | ||
| 3635 | 2025.04.22 03:05:02.465416 [ 276 ] {51b7ea27-daff-4be2-aeb6-2f1733fd126a} <Debug> TCPHandler: Processed in 0.001533611 sec. | ||
| 3636 | 2025.04.22 03:05:05.674952 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3637 | 2025.04.22 03:05:05.675162 [ 276 ] {b8fe3273-dad2-4107-a770-0e37dba894dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3638 | 2025.04.22 03:05:05.675239 [ 276 ] {b8fe3273-dad2-4107-a770-0e37dba894dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3639 | 2025.04.22 03:05:05.675987 [ 276 ] {b8fe3273-dad2-4107-a770-0e37dba894dc} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3640 | 2025.04.22 03:05:05.676039 [ 276 ] {b8fe3273-dad2-4107-a770-0e37dba894dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 3641 | 2025.04.22 03:05:05.676475 [ 276 ] {b8fe3273-dad2-4107-a770-0e37dba894dc} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3642 | 2025.04.22 03:05:05.676734 [ 276 ] {b8fe3273-dad2-4107-a770-0e37dba894dc} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3643 | 2025.04.22 03:05:05.676993 [ 276 ] {b8fe3273-dad2-4107-a770-0e37dba894dc} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001879 sec., 2128.79191059074 rows/sec., 173.59 KiB/sec. | ||
| 3644 | 2025.04.22 03:05:05.677072 [ 276 ] {b8fe3273-dad2-4107-a770-0e37dba894dc} <Debug> TCPHandler: Processed in 0.00225386 sec. | ||
| 3645 | 2025.04.22 03:05:05.677197 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3646 | 2025.04.22 03:05:05.677312 [ 276 ] {1d36e443-a84b-422d-a722-4f3dbf75ed44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3647 | 2025.04.22 03:05:05.677364 [ 276 ] {1d36e443-a84b-422d-a722-4f3dbf75ed44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3648 | 2025.04.22 03:05:05.678362 [ 276 ] {1d36e443-a84b-422d-a722-4f3dbf75ed44} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3649 | 2025.04.22 03:05:05.678404 [ 276 ] {1d36e443-a84b-422d-a722-4f3dbf75ed44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 3650 | 2025.04.22 03:05:05.678839 [ 276 ] {1d36e443-a84b-422d-a722-4f3dbf75ed44} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3651 | 2025.04.22 03:05:05.679086 [ 276 ] {1d36e443-a84b-422d-a722-4f3dbf75ed44} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3652 | 2025.04.22 03:05:05.679298 [ 276 ] {1d36e443-a84b-422d-a722-4f3dbf75ed44} <Debug> executeQuery: Read 1206 rows, 101.90 KiB in 0.002013 sec., 599105.8122205663 rows/sec., 49.43 MiB/sec. | ||
| 3653 | 2025.04.22 03:05:05.679351 [ 276 ] {1d36e443-a84b-422d-a722-4f3dbf75ed44} <Debug> TCPHandler: Processed in 0.002208919 sec. | ||
| 3654 | 2025.04.22 03:05:05.679472 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3655 | 2025.04.22 03:05:05.679582 [ 276 ] {32fd184f-f172-4e89-9e0b-c5396be67cf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3656 | 2025.04.22 03:05:05.679629 [ 276 ] {32fd184f-f172-4e89-9e0b-c5396be67cf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3657 | 2025.04.22 03:05:05.680162 [ 276 ] {32fd184f-f172-4e89-9e0b-c5396be67cf0} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3658 | 2025.04.22 03:05:05.680203 [ 276 ] {32fd184f-f172-4e89-9e0b-c5396be67cf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 3659 | 2025.04.22 03:05:05.680556 [ 276 ] {32fd184f-f172-4e89-9e0b-c5396be67cf0} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3660 | 2025.04.22 03:05:05.680801 [ 276 ] {32fd184f-f172-4e89-9e0b-c5396be67cf0} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3661 | 2025.04.22 03:05:05.680972 [ 129 ] {} <Debug> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3662 | 2025.04.22 03:05:05.681038 [ 276 ] {32fd184f-f172-4e89-9e0b-c5396be67cf0} <Debug> executeQuery: Read 8 rows, 594.00 B in 0.001479 sec., 5409.060175794455 rows/sec., 392.21 KiB/sec. | ||
| 3663 | 2025.04.22 03:05:05.681065 [ 129 ] {} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3664 | 2025.04.22 03:05:05.681139 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 3665 | 2025.04.22 03:05:05.681163 [ 276 ] {32fd184f-f172-4e89-9e0b-c5396be67cf0} <Debug> TCPHandler: Processed in 0.001733737 sec. | ||
| 3666 | 2025.04.22 03:05:05.681365 [ 193 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::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 | ||
| 3667 | 2025.04.22 03:05:05.681379 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3668 | 2025.04.22 03:05:05.681634 [ 276 ] {8d79c252-31e0-42ef-974d-7be35af2d63b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3669 | 2025.04.22 03:05:05.681655 [ 193 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3670 | 2025.04.22 03:05:05.681735 [ 276 ] {8d79c252-31e0-42ef-974d-7be35af2d63b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3671 | 2025.04.22 03:05:05.681741 [ 193 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 158 rows starting from the beginning of the part | ||
| 3672 | 2025.04.22 03:05:05.682073 [ 193 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part | ||
| 3673 | 2025.04.22 03:05:05.682485 [ 193 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 144 rows starting from the beginning of the part | ||
| 3674 | 2025.04.22 03:05:05.682902 [ 193 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 4 rows starting from the beginning of the part | ||
| 3675 | 2025.04.22 03:05:05.683351 [ 193 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 142 rows starting from the beginning of the part | ||
| 3676 | 2025.04.22 03:05:05.683641 [ 193 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part | ||
| 3677 | 2025.04.22 03:05:05.684582 [ 276 ] {8d79c252-31e0-42ef-974d-7be35af2d63b} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3678 | 2025.04.22 03:05:05.684658 [ 276 ] {8d79c252-31e0-42ef-974d-7be35af2d63b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 3679 | 2025.04.22 03:05:05.685748 [ 276 ] {8d79c252-31e0-42ef-974d-7be35af2d63b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3680 | 2025.04.22 03:05:05.686382 [ 276 ] {8d79c252-31e0-42ef-974d-7be35af2d63b} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3681 | 2025.04.22 03:05:05.686646 [ 188 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 5 columns (5 merged, 0 gathered) in 0.005383664 sec., 85443.6681041016 rows/sec., 5.72 MiB/sec. | ||
| 3682 | 2025.04.22 03:05:05.687020 [ 276 ] {8d79c252-31e0-42ef-974d-7be35af2d63b} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.005426 sec., 42019.90416513085 rows/sec., 2.85 MiB/sec. | ||
| 3683 | 2025.04.22 03:05:05.687048 [ 188 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3684 | 2025.04.22 03:05:05.687366 [ 276 ] {8d79c252-31e0-42ef-974d-7be35af2d63b} <Debug> TCPHandler: Processed in 0.006060722 sec. | ||
| 3685 | 2025.04.22 03:05:05.687530 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3686 | 2025.04.22 03:05:05.687701 [ 276 ] {9be2921d-3095-4c32-aa9a-ec1e2a3bc373} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3687 | 2025.04.22 03:05:05.687772 [ 188 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_16_3} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3688 | 2025.04.22 03:05:05.687793 [ 276 ] {9be2921d-3095-4c32-aa9a-ec1e2a3bc373} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3689 | 2025.04.22 03:05:05.688016 [ 188 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_16_3} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3690 | 2025.04.22 03:05:05.688191 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 3691 | 2025.04.22 03:05:05.688819 [ 276 ] {9be2921d-3095-4c32-aa9a-ec1e2a3bc373} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3692 | 2025.04.22 03:05:05.688863 [ 276 ] {9be2921d-3095-4c32-aa9a-ec1e2a3bc373} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 3693 | 2025.04.22 03:05:05.689249 [ 276 ] {9be2921d-3095-4c32-aa9a-ec1e2a3bc373} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3694 | 2025.04.22 03:05:05.689487 [ 276 ] {9be2921d-3095-4c32-aa9a-ec1e2a3bc373} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): 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.04.22 03:05:05.689734 [ 276 ] {9be2921d-3095-4c32-aa9a-ec1e2a3bc373} <Debug> executeQuery: Read 528 rows, 40.05 KiB in 0.002078 sec., 254090.4716073147 rows/sec., 18.82 MiB/sec. | ||
| 3696 | 2025.04.22 03:05:05.689880 [ 276 ] {9be2921d-3095-4c32-aa9a-ec1e2a3bc373} <Debug> TCPHandler: Processed in 0.002397854 sec. | ||
| 3697 | 2025.04.22 03:05:05.690088 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3698 | 2025.04.22 03:05:05.690195 [ 276 ] {9c88245e-0196-4557-9817-51e4062d43fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3699 | 2025.04.22 03:05:05.690249 [ 276 ] {9c88245e-0196-4557-9817-51e4062d43fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3700 | 2025.04.22 03:05:05.690936 [ 276 ] {9c88245e-0196-4557-9817-51e4062d43fb} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3701 | 2025.04.22 03:05:05.690976 [ 276 ] {9c88245e-0196-4557-9817-51e4062d43fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 3702 | 2025.04.22 03:05:05.691441 [ 276 ] {9c88245e-0196-4557-9817-51e4062d43fb} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3703 | 2025.04.22 03:05:05.691691 [ 276 ] {9c88245e-0196-4557-9817-51e4062d43fb} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3704 | 2025.04.22 03:05:05.691910 [ 276 ] {9c88245e-0196-4557-9817-51e4062d43fb} <Debug> executeQuery: Read 956 rows, 65.68 KiB in 0.001738 sec., 550057.5373993096 rows/sec., 36.91 MiB/sec. | ||
| 3705 | 2025.04.22 03:05:05.691965 [ 276 ] {9c88245e-0196-4557-9817-51e4062d43fb} <Debug> TCPHandler: Processed in 0.001941292 sec. | ||
| 3706 | 2025.04.22 03:05:05.692090 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3707 | 2025.04.22 03:05:05.692196 [ 276 ] {b7b43f65-781f-4535-b27c-66443b01cd5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3708 | 2025.04.22 03:05:05.692265 [ 276 ] {b7b43f65-781f-4535-b27c-66443b01cd5c} <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 | ||
| 3709 | 2025.04.22 03:05:05.693257 [ 276 ] {b7b43f65-781f-4535-b27c-66443b01cd5c} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3710 | 2025.04.22 03:05:05.693298 [ 276 ] {b7b43f65-781f-4535-b27c-66443b01cd5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 3711 | 2025.04.22 03:05:05.693887 [ 276 ] {b7b43f65-781f-4535-b27c-66443b01cd5c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3712 | 2025.04.22 03:05:05.694162 [ 276 ] {b7b43f65-781f-4535-b27c-66443b01cd5c} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3713 | 2025.04.22 03:05:05.694349 [ 129 ] {} <Debug> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3714 | 2025.04.22 03:05:05.694422 [ 129 ] {} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3715 | 2025.04.22 03:05:05.694453 [ 276 ] {b7b43f65-781f-4535-b27c-66443b01cd5c} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002271 sec., 1761.3386173491854 rows/sec., 3.16 MiB/sec. | ||
| 3716 | 2025.04.22 03:05:05.694466 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 3717 | 2025.04.22 03:05:05.694882 [ 192 ] {b231891b-dff1-435e-bddb-2ac39d181211::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 | ||
| 3718 | 2025.04.22 03:05:05.694895 [ 276 ] {b7b43f65-781f-4535-b27c-66443b01cd5c} <Debug> TCPHandler: Processed in 0.002855456 sec. | ||
| 3719 | 2025.04.22 03:05:05.695155 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3720 | 2025.04.22 03:05:05.695408 [ 276 ] {e34232ba-6b09-4ef3-b7c3-c095d2556dc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3721 | 2025.04.22 03:05:05.695513 [ 192 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3722 | 2025.04.22 03:05:05.695526 [ 276 ] {e34232ba-6b09-4ef3-b7c3-c095d2556dc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3723 | 2025.04.22 03:05:05.695766 [ 192 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 299 rows starting from the beginning of the part | ||
| 3724 | 2025.04.22 03:05:05.696619 [ 192 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part | ||
| 3725 | 2025.04.22 03:05:05.697362 [ 192 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 36 rows starting from the beginning of the part | ||
| 3726 | 2025.04.22 03:05:05.697590 [ 276 ] {e34232ba-6b09-4ef3-b7c3-c095d2556dc1} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3727 | 2025.04.22 03:05:05.697746 [ 276 ] {e34232ba-6b09-4ef3-b7c3-c095d2556dc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 3728 | 2025.04.22 03:05:05.698145 [ 192 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 4 rows starting from the beginning of the part | ||
| 3729 | 2025.04.22 03:05:05.698843 [ 192 ] {b231891b-dff1-435e-bddb-2ac39d181211::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 | ||
| 3730 | 2025.04.22 03:05:05.699313 [ 276 ] {e34232ba-6b09-4ef3-b7c3-c095d2556dc1} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3731 | 2025.04.22 03:05:05.699553 [ 192 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 4 rows starting from the beginning of the part | ||
| 3732 | 2025.04.22 03:05:05.700201 [ 276 ] {e34232ba-6b09-4ef3-b7c3-c095d2556dc1} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3733 | 2025.04.22 03:05:05.700792 [ 276 ] {e34232ba-6b09-4ef3-b7c3-c095d2556dc1} <Debug> executeQuery: Read 42 rows, 2.89 KiB in 0.005448 sec., 7709.251101321586 rows/sec., 530.76 KiB/sec. | ||
| 3734 | 2025.04.22 03:05:05.700910 [ 276 ] {e34232ba-6b09-4ef3-b7c3-c095d2556dc1} <Debug> TCPHandler: Processed in 0.005831436 sec. | ||
| 3735 | 2025.04.22 03:05:05.703876 [ 193 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 383 rows, containing 19 columns (19 merged, 0 gathered) in 0.009264758 sec., 41339.44998887181 rows/sec., 74.08 MiB/sec. | ||
| 3736 | 2025.04.22 03:05:05.704404 [ 196 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3737 | 2025.04.22 03:05:05.704825 [ 196 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3738 | 2025.04.22 03:05:05.704904 [ 196 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3739 | 2025.04.22 03:05:05.705004 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.02 MiB. | ||
| 3740 | 2025.04.22 03:05:05.767588 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808 | ||
| 3741 | 2025.04.22 03:05:05.768215 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3742 | 2025.04.22 03:05:05.768263 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 3743 | 2025.04.22 03:05:05.768797 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3744 | 2025.04.22 03:05:05.769045 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3745 | 2025.04.22 03:05:05.769280 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808 | ||
| 3746 | 2025.04.22 03:05:06.268570 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
| 3747 | 2025.04.22 03:05:06.287797 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3748 | 2025.04.22 03:05:06.287850 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 3749 | 2025.04.22 03:05:06.294868 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3750 | 2025.04.22 03:05:06.295606 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3751 | 2025.04.22 03:05:06.298338 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
| 3752 | 2025.04.22 03:05:07.000223 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 180.02 MiB, peak 186.85 MiB, free memory in arenas 0.00 B, will set to 181.29 MiB (RSS), difference: 1.27 MiB | ||
| 3753 | 2025.04.22 03:05:07.431138 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3754 | 2025.04.22 03:05:07.431426 [ 276 ] {0e3b6170-9862-477c-9199-07601551871c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3755 | 2025.04.22 03:05:07.431535 [ 276 ] {0e3b6170-9862-477c-9199-07601551871c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3756 | 2025.04.22 03:05:07.432504 [ 276 ] {0e3b6170-9862-477c-9199-07601551871c} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3757 | 2025.04.22 03:05:07.432543 [ 276 ] {0e3b6170-9862-477c-9199-07601551871c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 3758 | 2025.04.22 03:05:07.432977 [ 276 ] {0e3b6170-9862-477c-9199-07601551871c} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3759 | 2025.04.22 03:05:07.433226 [ 276 ] {0e3b6170-9862-477c-9199-07601551871c} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3760 | 2025.04.22 03:05:07.433421 [ 276 ] {0e3b6170-9862-477c-9199-07601551871c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002076 sec., 26974.95183044316 rows/sec., 2.07 MiB/sec. | ||
| 3761 | 2025.04.22 03:05:07.433478 [ 276 ] {0e3b6170-9862-477c-9199-07601551871c} <Debug> TCPHandler: Processed in 0.002527497 sec. | ||
| 3762 | 2025.04.22 03:05:07.433610 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3763 | 2025.04.22 03:05:07.433714 [ 276 ] {e019e9a1-0320-4166-a105-39702c1af1dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3764 | 2025.04.22 03:05:07.433759 [ 276 ] {e019e9a1-0320-4166-a105-39702c1af1dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3765 | 2025.04.22 03:05:07.434419 [ 276 ] {e019e9a1-0320-4166-a105-39702c1af1dd} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3766 | 2025.04.22 03:05:07.434457 [ 276 ] {e019e9a1-0320-4166-a105-39702c1af1dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 3767 | 2025.04.22 03:05:07.434797 [ 276 ] {e019e9a1-0320-4166-a105-39702c1af1dd} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3768 | 2025.04.22 03:05:07.435040 [ 276 ] {e019e9a1-0320-4166-a105-39702c1af1dd} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3769 | 2025.04.22 03:05:07.435206 [ 276 ] {e019e9a1-0320-4166-a105-39702c1af1dd} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001513 sec., 42300.066093853275 rows/sec., 3.30 MiB/sec. | ||
| 3770 | 2025.04.22 03:05:07.435257 [ 276 ] {e019e9a1-0320-4166-a105-39702c1af1dd} <Debug> TCPHandler: Processed in 0.001694805 sec. | ||
| 3771 | 2025.04.22 03:05:07.435385 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3772 | 2025.04.22 03:05:07.435488 [ 276 ] {a55a49ef-f250-45fd-8119-a5e57c8e1e95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3773 | 2025.04.22 03:05:07.435536 [ 276 ] {a55a49ef-f250-45fd-8119-a5e57c8e1e95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3774 | 2025.04.22 03:05:07.436082 [ 276 ] {a55a49ef-f250-45fd-8119-a5e57c8e1e95} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3775 | 2025.04.22 03:05:07.436120 [ 276 ] {a55a49ef-f250-45fd-8119-a5e57c8e1e95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 3776 | 2025.04.22 03:05:07.436484 [ 276 ] {a55a49ef-f250-45fd-8119-a5e57c8e1e95} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3777 | 2025.04.22 03:05:07.436715 [ 276 ] {a55a49ef-f250-45fd-8119-a5e57c8e1e95} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3778 | 2025.04.22 03:05:07.436887 [ 276 ] {a55a49ef-f250-45fd-8119-a5e57c8e1e95} <Debug> executeQuery: Read 52 rows, 3.70 KiB in 0.001421 sec., 36593.947923997184 rows/sec., 2.54 MiB/sec. | ||
| 3779 | 2025.04.22 03:05:07.436934 [ 276 ] {a55a49ef-f250-45fd-8119-a5e57c8e1e95} <Debug> TCPHandler: Processed in 0.001598133 sec. | ||
| 3780 | 2025.04.22 03:05:07.437054 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3781 | 2025.04.22 03:05:07.437158 [ 276 ] {c394c9e6-2a74-41f8-9c3e-35358c6d5bc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3782 | 2025.04.22 03:05:07.437203 [ 276 ] {c394c9e6-2a74-41f8-9c3e-35358c6d5bc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3783 | 2025.04.22 03:05:07.437611 [ 276 ] {c394c9e6-2a74-41f8-9c3e-35358c6d5bc6} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3784 | 2025.04.22 03:05:07.437648 [ 276 ] {c394c9e6-2a74-41f8-9c3e-35358c6d5bc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 3785 | 2025.04.22 03:05:07.437992 [ 276 ] {c394c9e6-2a74-41f8-9c3e-35358c6d5bc6} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3786 | 2025.04.22 03:05:07.438225 [ 276 ] {c394c9e6-2a74-41f8-9c3e-35358c6d5bc6} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3787 | 2025.04.22 03:05:07.438394 [ 276 ] {c394c9e6-2a74-41f8-9c3e-35358c6d5bc6} <Debug> executeQuery: Read 18 rows, 1.25 KiB in 0.001258 sec., 14308.426073131955 rows/sec., 992.86 KiB/sec. | ||
| 3788 | 2025.04.22 03:05:07.438439 [ 276 ] {c394c9e6-2a74-41f8-9c3e-35358c6d5bc6} <Debug> TCPHandler: Processed in 0.001433798 sec. | ||
| 3789 | 2025.04.22 03:05:08.289832 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 534 | ||
| 3790 | 2025.04.22 03:05:08.293137 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3791 | 2025.04.22 03:05:08.293186 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 3792 | 2025.04.22 03:05:08.294620 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3793 | 2025.04.22 03:05:08.294921 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3794 | 2025.04.22 03:05:08.295903 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 534 | ||
| 3795 | 2025.04.22 03:05:12.442562 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3796 | 2025.04.22 03:05:12.442793 [ 276 ] {a0456fa2-1d27-4479-8084-24afb4157fd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3797 | 2025.04.22 03:05:12.442873 [ 276 ] {a0456fa2-1d27-4479-8084-24afb4157fd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3798 | 2025.04.22 03:05:12.443762 [ 276 ] {a0456fa2-1d27-4479-8084-24afb4157fd6} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3799 | 2025.04.22 03:05:12.443811 [ 276 ] {a0456fa2-1d27-4479-8084-24afb4157fd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 3800 | 2025.04.22 03:05:12.444241 [ 276 ] {a0456fa2-1d27-4479-8084-24afb4157fd6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3801 | 2025.04.22 03:05:12.444489 [ 276 ] {a0456fa2-1d27-4479-8084-24afb4157fd6} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3802 | 2025.04.22 03:05:12.444706 [ 276 ] {a0456fa2-1d27-4479-8084-24afb4157fd6} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001971 sec., 107559.61440892947 rows/sec., 6.84 MiB/sec. | ||
| 3803 | 2025.04.22 03:05:12.444760 [ 276 ] {a0456fa2-1d27-4479-8084-24afb4157fd6} <Debug> TCPHandler: Processed in 0.002333202 sec. | ||
| 3804 | 2025.04.22 03:05:12.444895 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3805 | 2025.04.22 03:05:12.444998 [ 276 ] {70e4ea2c-9265-4845-8f5b-3f35d3fdf4ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3806 | 2025.04.22 03:05:12.445043 [ 276 ] {70e4ea2c-9265-4845-8f5b-3f35d3fdf4ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3807 | 2025.04.22 03:05:12.445867 [ 276 ] {70e4ea2c-9265-4845-8f5b-3f35d3fdf4ca} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3808 | 2025.04.22 03:05:12.445906 [ 276 ] {70e4ea2c-9265-4845-8f5b-3f35d3fdf4ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 3809 | 2025.04.22 03:05:12.446305 [ 276 ] {70e4ea2c-9265-4845-8f5b-3f35d3fdf4ca} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3810 | 2025.04.22 03:05:12.446531 [ 276 ] {70e4ea2c-9265-4845-8f5b-3f35d3fdf4ca} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3811 | 2025.04.22 03:05:12.446705 [ 117 ] {} <Debug> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3812 | 2025.04.22 03:05:12.446728 [ 276 ] {70e4ea2c-9265-4845-8f5b-3f35d3fdf4ca} <Debug> executeQuery: Read 689 rows, 56.23 KiB in 0.001745 sec., 394842.4068767908 rows/sec., 31.47 MiB/sec. | ||
| 3813 | 2025.04.22 03:05:12.446796 [ 117 ] {} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3814 | 2025.04.22 03:05:12.446861 [ 276 ] {70e4ea2c-9265-4845-8f5b-3f35d3fdf4ca} <Debug> TCPHandler: Processed in 0.002011713 sec. | ||
| 3815 | 2025.04.22 03:05:12.446867 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 3816 | 2025.04.22 03:05:12.447050 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3817 | 2025.04.22 03:05:12.447121 [ 192 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::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 | ||
| 3818 | 2025.04.22 03:05:12.447197 [ 276 ] {2d9e4f60-e592-4585-b2ce-ed18930aa26e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3819 | 2025.04.22 03:05:12.447277 [ 276 ] {2d9e4f60-e592-4585-b2ce-ed18930aa26e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3820 | 2025.04.22 03:05:12.447530 [ 192 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3821 | 2025.04.22 03:05:12.447626 [ 192 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1844 rows starting from the beginning of the part | ||
| 3822 | 2025.04.22 03:05:12.447952 [ 192 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::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 | ||
| 3823 | 2025.04.22 03:05:12.448287 [ 192 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 689 rows starting from the beginning of the part | ||
| 3824 | 2025.04.22 03:05:12.448675 [ 192 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1206 rows starting from the beginning of the part | ||
| 3825 | 2025.04.22 03:05:12.449038 [ 192 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 56 rows starting from the beginning of the part | ||
| 3826 | 2025.04.22 03:05:12.449251 [ 192 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 689 rows starting from the beginning of the part | ||
| 3827 | 2025.04.22 03:05:12.450289 [ 276 ] {2d9e4f60-e592-4585-b2ce-ed18930aa26e} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3828 | 2025.04.22 03:05:12.450348 [ 276 ] {2d9e4f60-e592-4585-b2ce-ed18930aa26e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 3829 | 2025.04.22 03:05:12.451223 [ 276 ] {2d9e4f60-e592-4585-b2ce-ed18930aa26e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3830 | 2025.04.22 03:05:12.451714 [ 276 ] {2d9e4f60-e592-4585-b2ce-ed18930aa26e} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3831 | 2025.04.22 03:05:12.452217 [ 276 ] {2d9e4f60-e592-4585-b2ce-ed18930aa26e} <Debug> executeQuery: Read 142 rows, 9.09 KiB in 0.005057 sec., 28079.889262408542 rows/sec., 1.76 MiB/sec. | ||
| 3832 | 2025.04.22 03:05:12.452303 [ 276 ] {2d9e4f60-e592-4585-b2ce-ed18930aa26e} <Debug> TCPHandler: Processed in 0.005345803 sec. | ||
| 3833 | 2025.04.22 03:05:12.452431 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3834 | 2025.04.22 03:05:12.452546 [ 276 ] {7ae5dc34-e9bc-4227-8795-c981a08fccd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3835 | 2025.04.22 03:05:12.452593 [ 276 ] {7ae5dc34-e9bc-4227-8795-c981a08fccd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3836 | 2025.04.22 03:05:12.453379 [ 192 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4548 rows, containing 5 columns (5 merged, 0 gathered) in 0.00637843 sec., 713028.1276113401 rows/sec., 60.60 MiB/sec. | ||
| 3837 | 2025.04.22 03:05:12.453569 [ 276 ] {7ae5dc34-e9bc-4227-8795-c981a08fccd7} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3838 | 2025.04.22 03:05:12.453613 [ 276 ] {7ae5dc34-e9bc-4227-8795-c981a08fccd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 3839 | 2025.04.22 03:05:12.453763 [ 192 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3840 | 2025.04.22 03:05:12.454316 [ 276 ] {7ae5dc34-e9bc-4227-8795-c981a08fccd7} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3841 | 2025.04.22 03:05:12.454358 [ 192 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_26_5} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3842 | 2025.04.22 03:05:12.454502 [ 192 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_26_5} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3843 | 2025.04.22 03:05:12.454662 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. | ||
| 3844 | 2025.04.22 03:05:12.454742 [ 276 ] {7ae5dc34-e9bc-4227-8795-c981a08fccd7} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3845 | 2025.04.22 03:05:12.454925 [ 116 ] {} <Debug> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3846 | 2025.04.22 03:05:12.454988 [ 276 ] {7ae5dc34-e9bc-4227-8795-c981a08fccd7} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002458 sec., 45972.33523189585 rows/sec., 2.98 MiB/sec. | ||
| 3847 | 2025.04.22 03:05:12.454997 [ 116 ] {} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3848 | 2025.04.22 03:05:12.455082 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 3849 | 2025.04.22 03:05:12.455118 [ 276 ] {7ae5dc34-e9bc-4227-8795-c981a08fccd7} <Debug> TCPHandler: Processed in 0.002737213 sec. | ||
| 3850 | 2025.04.22 03:05:12.455399 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3851 | 2025.04.22 03:05:12.455511 [ 197 ] {b0041586-32db-4b84-924e-e64641e5dd1f::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 | ||
| 3852 | 2025.04.22 03:05:12.455694 [ 276 ] {cfd67a5c-1eb2-47e8-88b4-890f1fa7c5e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3853 | 2025.04.22 03:05:12.455791 [ 276 ] {cfd67a5c-1eb2-47e8-88b4-890f1fa7c5e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3854 | 2025.04.22 03:05:12.455873 [ 197 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3855 | 2025.04.22 03:05:12.455978 [ 197 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 341 rows starting from the beginning of the part | ||
| 3856 | 2025.04.22 03:05:12.456418 [ 197 ] {b0041586-32db-4b84-924e-e64641e5dd1f::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 | ||
| 3857 | 2025.04.22 03:05:12.456786 [ 197 ] {b0041586-32db-4b84-924e-e64641e5dd1f::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 | ||
| 3858 | 2025.04.22 03:05:12.457142 [ 197 ] {b0041586-32db-4b84-924e-e64641e5dd1f::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 | ||
| 3859 | 2025.04.22 03:05:12.457526 [ 197 ] {b0041586-32db-4b84-924e-e64641e5dd1f::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 | ||
| 3860 | 2025.04.22 03:05:12.457788 [ 197 ] {b0041586-32db-4b84-924e-e64641e5dd1f::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 | ||
| 3861 | 2025.04.22 03:05:12.458580 [ 276 ] {cfd67a5c-1eb2-47e8-88b4-890f1fa7c5e9} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3862 | 2025.04.22 03:05:12.458647 [ 276 ] {cfd67a5c-1eb2-47e8-88b4-890f1fa7c5e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 3863 | 2025.04.22 03:05:12.459561 [ 276 ] {cfd67a5c-1eb2-47e8-88b4-890f1fa7c5e9} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3864 | 2025.04.22 03:05:12.460084 [ 276 ] {cfd67a5c-1eb2-47e8-88b4-890f1fa7c5e9} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3865 | 2025.04.22 03:05:12.460556 [ 276 ] {cfd67a5c-1eb2-47e8-88b4-890f1fa7c5e9} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.004924 sec., 22745.73517465475 rows/sec., 1.30 MiB/sec. | ||
| 3866 | 2025.04.22 03:05:12.460898 [ 276 ] {cfd67a5c-1eb2-47e8-88b4-890f1fa7c5e9} <Debug> TCPHandler: Processed in 0.005633821 sec. | ||
| 3867 | 2025.04.22 03:05:12.461056 [ 197 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1021 rows, containing 5 columns (5 merged, 0 gathered) in 0.005817275 sec., 175511.73014856613 rows/sec., 12.26 MiB/sec. | ||
| 3868 | 2025.04.22 03:05:12.461118 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3869 | 2025.04.22 03:05:12.461266 [ 197 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3870 | 2025.04.22 03:05:12.461295 [ 276 ] {9ebe49b3-f7b3-4bd7-b2e7-1da566e5348e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3871 | 2025.04.22 03:05:12.461378 [ 276 ] {9ebe49b3-f7b3-4bd7-b2e7-1da566e5348e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3872 | 2025.04.22 03:05:12.461828 [ 197 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_11_2} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3873 | 2025.04.22 03:05:12.462056 [ 197 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_11_2} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3874 | 2025.04.22 03:05:12.462185 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 3875 | 2025.04.22 03:05:12.462534 [ 276 ] {9ebe49b3-f7b3-4bd7-b2e7-1da566e5348e} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3876 | 2025.04.22 03:05:12.462576 [ 276 ] {9ebe49b3-f7b3-4bd7-b2e7-1da566e5348e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 3877 | 2025.04.22 03:05:12.462953 [ 276 ] {9ebe49b3-f7b3-4bd7-b2e7-1da566e5348e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3878 | 2025.04.22 03:05:12.463197 [ 276 ] {9ebe49b3-f7b3-4bd7-b2e7-1da566e5348e} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3879 | 2025.04.22 03:05:12.463358 [ 116 ] {} <Debug> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3880 | 2025.04.22 03:05:12.463434 [ 116 ] {} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3881 | 2025.04.22 03:05:12.463443 [ 276 ] {9ebe49b3-f7b3-4bd7-b2e7-1da566e5348e} <Debug> executeQuery: Read 418 rows, 30.47 KiB in 0.002175 sec., 192183.90804597703 rows/sec., 13.68 MiB/sec. | ||
| 3882 | 2025.04.22 03:05:12.463476 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 3883 | 2025.04.22 03:05:12.463593 [ 276 ] {9ebe49b3-f7b3-4bd7-b2e7-1da566e5348e} <Debug> TCPHandler: Processed in 0.002537408 sec. | ||
| 3884 | 2025.04.22 03:05:12.463939 [ 189 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::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 | ||
| 3885 | 2025.04.22 03:05:12.463974 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3886 | 2025.04.22 03:05:12.464323 [ 276 ] {7565c407-7336-4ba2-a84d-5207775fecdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3887 | 2025.04.22 03:05:12.464393 [ 189 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3888 | 2025.04.22 03:05:12.464432 [ 276 ] {7565c407-7336-4ba2-a84d-5207775fecdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3889 | 2025.04.22 03:05:12.464451 [ 189 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 910 rows starting from the beginning of the part | ||
| 3890 | 2025.04.22 03:05:12.464956 [ 189 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 68 rows starting from the beginning of the part | ||
| 3891 | 2025.04.22 03:05:12.465349 [ 189 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 418 rows starting from the beginning of the part | ||
| 3892 | 2025.04.22 03:05:12.465650 [ 189 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 528 rows starting from the beginning of the part | ||
| 3893 | 2025.04.22 03:05:12.466042 [ 189 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 64 rows starting from the beginning of the part | ||
| 3894 | 2025.04.22 03:05:12.466380 [ 189 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 418 rows starting from the beginning of the part | ||
| 3895 | 2025.04.22 03:05:12.466838 [ 276 ] {7565c407-7336-4ba2-a84d-5207775fecdf} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3896 | 2025.04.22 03:05:12.466909 [ 276 ] {7565c407-7336-4ba2-a84d-5207775fecdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 3897 | 2025.04.22 03:05:12.467698 [ 276 ] {7565c407-7336-4ba2-a84d-5207775fecdf} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3898 | 2025.04.22 03:05:12.468232 [ 276 ] {7565c407-7336-4ba2-a84d-5207775fecdf} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3899 | 2025.04.22 03:05:12.468904 [ 276 ] {7565c407-7336-4ba2-a84d-5207775fecdf} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004688 sec., 1279.863481228669 rows/sec., 66.87 KiB/sec. | ||
| 3900 | 2025.04.22 03:05:12.469034 [ 276 ] {7565c407-7336-4ba2-a84d-5207775fecdf} <Debug> TCPHandler: Processed in 0.00519777 sec. | ||
| 3901 | 2025.04.22 03:05:12.469163 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3902 | 2025.04.22 03:05:12.469297 [ 276 ] {6959ed17-0900-4e1b-839e-ad72707b0943} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3903 | 2025.04.22 03:05:12.469347 [ 276 ] {6959ed17-0900-4e1b-839e-ad72707b0943} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3904 | 2025.04.22 03:05:12.469976 [ 189 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2406 rows, containing 5 columns (5 merged, 0 gathered) in 0.0063548 sec., 378611.44331843645 rows/sec., 28.98 MiB/sec. | ||
| 3905 | 2025.04.22 03:05:12.470183 [ 189 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3906 | 2025.04.22 03:05:12.470662 [ 189 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_26_5} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3907 | 2025.04.22 03:05:12.470852 [ 189 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_26_5} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3908 | 2025.04.22 03:05:12.470893 [ 276 ] {6959ed17-0900-4e1b-839e-ad72707b0943} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3909 | 2025.04.22 03:05:12.470981 [ 276 ] {6959ed17-0900-4e1b-839e-ad72707b0943} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 3910 | 2025.04.22 03:05:12.470995 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 3911 | 2025.04.22 03:05:12.471407 [ 276 ] {6959ed17-0900-4e1b-839e-ad72707b0943} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3912 | 2025.04.22 03:05:12.471647 [ 276 ] {6959ed17-0900-4e1b-839e-ad72707b0943} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3913 | 2025.04.22 03:05:12.471810 [ 116 ] {} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3914 | 2025.04.22 03:05:12.471881 [ 116 ] {} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3915 | 2025.04.22 03:05:12.471895 [ 276 ] {6959ed17-0900-4e1b-839e-ad72707b0943} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002607 sec., 90909.09090909091 rows/sec., 6.09 MiB/sec. | ||
| 3916 | 2025.04.22 03:05:12.471933 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 3917 | 2025.04.22 03:05:12.472029 [ 276 ] {6959ed17-0900-4e1b-839e-ad72707b0943} <Debug> TCPHandler: Processed in 0.002914718 sec. | ||
| 3918 | 2025.04.22 03:05:12.472275 [ 197 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::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 | ||
| 3919 | 2025.04.22 03:05:12.472306 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3920 | 2025.04.22 03:05:12.472514 [ 197 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3921 | 2025.04.22 03:05:12.472544 [ 276 ] {8289feee-a3fc-44b2-b031-bf3f67c34345} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3922 | 2025.04.22 03:05:12.472575 [ 197 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7095 rows starting from the beginning of the part | ||
| 3923 | 2025.04.22 03:05:12.472651 [ 276 ] {8289feee-a3fc-44b2-b031-bf3f67c34345} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3924 | 2025.04.22 03:05:12.472869 [ 197 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 160 rows starting from the beginning of the part | ||
| 3925 | 2025.04.22 03:05:12.473332 [ 197 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::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 | ||
| 3926 | 2025.04.22 03:05:12.473704 [ 197 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 956 rows starting from the beginning of the part | ||
| 3927 | 2025.04.22 03:05:12.474024 [ 197 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 52 rows starting from the beginning of the part | ||
| 3928 | 2025.04.22 03:05:12.474385 [ 197 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 237 rows starting from the beginning of the part | ||
| 3929 | 2025.04.22 03:05:12.475020 [ 276 ] {8289feee-a3fc-44b2-b031-bf3f67c34345} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3930 | 2025.04.22 03:05:12.475088 [ 276 ] {8289feee-a3fc-44b2-b031-bf3f67c34345} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 3931 | 2025.04.22 03:05:12.475764 [ 276 ] {8289feee-a3fc-44b2-b031-bf3f67c34345} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3932 | 2025.04.22 03:05:12.476220 [ 276 ] {8289feee-a3fc-44b2-b031-bf3f67c34345} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3933 | 2025.04.22 03:05:12.476811 [ 276 ] {8289feee-a3fc-44b2-b031-bf3f67c34345} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004332 sec., 230.84025854108958 rows/sec., 15.55 KiB/sec. | ||
| 3934 | 2025.04.22 03:05:12.477124 [ 276 ] {8289feee-a3fc-44b2-b031-bf3f67c34345} <Debug> TCPHandler: Processed in 0.004896331 sec. | ||
| 3935 | 2025.04.22 03:05:12.477326 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3936 | 2025.04.22 03:05:12.477577 [ 276 ] {eddfc590-7eab-48a4-b34f-bce731d32b9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3937 | 2025.04.22 03:05:12.477691 [ 276 ] {eddfc590-7eab-48a4-b34f-bce731d32b9c} <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 | ||
| 3938 | 2025.04.22 03:05:12.479070 [ 276 ] {eddfc590-7eab-48a4-b34f-bce731d32b9c} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3939 | 2025.04.22 03:05:12.479110 [ 276 ] {eddfc590-7eab-48a4-b34f-bce731d32b9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 3940 | 2025.04.22 03:05:12.479811 [ 197 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8737 rows, containing 5 columns (5 merged, 0 gathered) in 0.007735927 sec., 1129405.6937197056 rows/sec., 76.24 MiB/sec. | ||
| 3941 | 2025.04.22 03:05:12.480085 [ 197 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3942 | 2025.04.22 03:05:12.480467 [ 276 ] {eddfc590-7eab-48a4-b34f-bce731d32b9c} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3943 | 2025.04.22 03:05:12.480640 [ 190 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3944 | 2025.04.22 03:05:12.480873 [ 190 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3945 | 2025.04.22 03:05:12.480970 [ 276 ] {eddfc590-7eab-48a4-b34f-bce731d32b9c} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3946 | 2025.04.22 03:05:12.481101 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.50 MiB. | ||
| 3947 | 2025.04.22 03:05:12.481320 [ 276 ] {eddfc590-7eab-48a4-b34f-bce731d32b9c} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.003848 sec., 9355.509355509355 rows/sec., 16.76 MiB/sec. | ||
| 3948 | 2025.04.22 03:05:12.481453 [ 276 ] {eddfc590-7eab-48a4-b34f-bce731d32b9c} <Debug> TCPHandler: Processed in 0.004208413 sec. | ||
| 3949 | 2025.04.22 03:05:12.481565 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3950 | 2025.04.22 03:05:12.481669 [ 276 ] {db828b82-f5f6-4c5c-9fbc-f474a8098209} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3951 | 2025.04.22 03:05:12.481714 [ 276 ] {db828b82-f5f6-4c5c-9fbc-f474a8098209} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3952 | 2025.04.22 03:05:12.482156 [ 276 ] {db828b82-f5f6-4c5c-9fbc-f474a8098209} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3953 | 2025.04.22 03:05:12.482193 [ 276 ] {db828b82-f5f6-4c5c-9fbc-f474a8098209} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 3954 | 2025.04.22 03:05:12.482549 [ 276 ] {db828b82-f5f6-4c5c-9fbc-f474a8098209} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3955 | 2025.04.22 03:05:12.482778 [ 276 ] {db828b82-f5f6-4c5c-9fbc-f474a8098209} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3956 | 2025.04.22 03:05:12.482953 [ 116 ] {} <Debug> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3957 | 2025.04.22 03:05:12.483010 [ 276 ] {db828b82-f5f6-4c5c-9fbc-f474a8098209} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001358 sec., 60382.916053019144 rows/sec., 3.84 MiB/sec. | ||
| 3958 | 2025.04.22 03:05:12.483018 [ 116 ] {} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3959 | 2025.04.22 03:05:12.483096 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 3960 | 2025.04.22 03:05:12.483128 [ 276 ] {db828b82-f5f6-4c5c-9fbc-f474a8098209} <Debug> TCPHandler: Processed in 0.001607703 sec. | ||
| 3961 | 2025.04.22 03:05:12.483298 [ 197 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::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 | ||
| 3962 | 2025.04.22 03:05:12.483406 [ 197 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3963 | 2025.04.22 03:05:12.483435 [ 197 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1140 rows starting from the beginning of the part | ||
| 3964 | 2025.04.22 03:05:12.483506 [ 197 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part | ||
| 3965 | 2025.04.22 03:05:12.483695 [ 197 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::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 | ||
| 3966 | 2025.04.22 03:05:12.483782 [ 197 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 42 rows starting from the beginning of the part | ||
| 3967 | 2025.04.22 03:05:12.483877 [ 197 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 18 rows starting from the beginning of the part | ||
| 3968 | 2025.04.22 03:05:12.484088 [ 197 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 82 rows starting from the beginning of the part | ||
| 3969 | 2025.04.22 03:05:12.485414 [ 199 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1424 rows, containing 4 columns (4 merged, 0 gathered) in 0.002209169 sec., 644586.267506017 rows/sec., 42.41 MiB/sec. | ||
| 3970 | 2025.04.22 03:05:12.485647 [ 199 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3971 | 2025.04.22 03:05:12.485948 [ 199 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_26_5} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3972 | 2025.04.22 03:05:12.486025 [ 199 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_26_5} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3973 | 2025.04.22 03:05:12.486114 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 3974 | 2025.04.22 03:05:13.177055 [ 115 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3975 | 2025.04.22 03:05:13.177108 [ 115 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3976 | 2025.04.22 03:05:13.269415 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296 | ||
| 3977 | 2025.04.22 03:05:13.270449 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3978 | 2025.04.22 03:05:13.270488 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 3979 | 2025.04.22 03:05:13.271026 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3980 | 2025.04.22 03:05:13.271289 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3981 | 2025.04.22 03:05:13.271520 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
| 3982 | 2025.04.22 03:05:13.798395 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
| 3983 | 2025.04.22 03:05:13.817520 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3984 | 2025.04.22 03:05:13.817572 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 3985 | 2025.04.22 03:05:13.825157 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3986 | 2025.04.22 03:05:13.825905 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3987 | 2025.04.22 03:05:13.829080 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
| 3988 | 2025.04.22 03:05:17.437061 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3989 | 2025.04.22 03:05:17.437267 [ 276 ] {6334cfa4-8f4c-4d35-a7d8-fc2cf93475ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3990 | 2025.04.22 03:05:17.437339 [ 276 ] {6334cfa4-8f4c-4d35-a7d8-fc2cf93475ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3991 | 2025.04.22 03:05:17.438159 [ 276 ] {6334cfa4-8f4c-4d35-a7d8-fc2cf93475ae} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3992 | 2025.04.22 03:05:17.438220 [ 276 ] {6334cfa4-8f4c-4d35-a7d8-fc2cf93475ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 3993 | 2025.04.22 03:05:17.438801 [ 276 ] {6334cfa4-8f4c-4d35-a7d8-fc2cf93475ae} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3994 | 2025.04.22 03:05:17.439160 [ 276 ] {6334cfa4-8f4c-4d35-a7d8-fc2cf93475ae} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3995 | 2025.04.22 03:05:17.439387 [ 276 ] {6334cfa4-8f4c-4d35-a7d8-fc2cf93475ae} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.002172 sec., 29465.93001841621 rows/sec., 2.33 MiB/sec. | ||
| 3996 | 2025.04.22 03:05:17.439443 [ 276 ] {6334cfa4-8f4c-4d35-a7d8-fc2cf93475ae} <Debug> TCPHandler: Processed in 0.002513317 sec. | ||
| 3997 | 2025.04.22 03:05:17.439576 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3998 | 2025.04.22 03:05:17.439683 [ 276 ] {a6d7c82c-048c-4353-b45f-f7d71e8f4d78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3999 | 2025.04.22 03:05:17.439729 [ 276 ] {a6d7c82c-048c-4353-b45f-f7d71e8f4d78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4000 | 2025.04.22 03:05:17.440255 [ 276 ] {a6d7c82c-048c-4353-b45f-f7d71e8f4d78} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4001 | 2025.04.22 03:05:17.440294 [ 276 ] {a6d7c82c-048c-4353-b45f-f7d71e8f4d78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 4002 | 2025.04.22 03:05:17.440649 [ 276 ] {a6d7c82c-048c-4353-b45f-f7d71e8f4d78} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4003 | 2025.04.22 03:05:17.440889 [ 276 ] {a6d7c82c-048c-4353-b45f-f7d71e8f4d78} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4004 | 2025.04.22 03:05:17.441152 [ 276 ] {a6d7c82c-048c-4353-b45f-f7d71e8f4d78} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.00148 sec., 2702.702702702703 rows/sec., 203.23 KiB/sec. | ||
| 4005 | 2025.04.22 03:05:17.441358 [ 276 ] {a6d7c82c-048c-4353-b45f-f7d71e8f4d78} <Debug> TCPHandler: Processed in 0.001830639 sec. | ||
| 4006 | 2025.04.22 03:05:17.441533 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4007 | 2025.04.22 03:05:17.441638 [ 276 ] {b28c4035-0b0f-49c0-b0aa-2b8d5b119f18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4008 | 2025.04.22 03:05:17.441685 [ 276 ] {b28c4035-0b0f-49c0-b0aa-2b8d5b119f18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4009 | 2025.04.22 03:05:17.442259 [ 276 ] {b28c4035-0b0f-49c0-b0aa-2b8d5b119f18} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4010 | 2025.04.22 03:05:17.442309 [ 276 ] {b28c4035-0b0f-49c0-b0aa-2b8d5b119f18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 4011 | 2025.04.22 03:05:17.442666 [ 276 ] {b28c4035-0b0f-49c0-b0aa-2b8d5b119f18} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4012 | 2025.04.22 03:05:17.442901 [ 276 ] {b28c4035-0b0f-49c0-b0aa-2b8d5b119f18} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4013 | 2025.04.22 03:05:17.443094 [ 276 ] {b28c4035-0b0f-49c0-b0aa-2b8d5b119f18} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001478 sec., 46008.11907983762 rows/sec., 3.59 MiB/sec. | ||
| 4014 | 2025.04.22 03:05:17.443145 [ 276 ] {b28c4035-0b0f-49c0-b0aa-2b8d5b119f18} <Debug> TCPHandler: Processed in 0.001671685 sec. | ||
| 4015 | 2025.04.22 03:05:17.443266 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4016 | 2025.04.22 03:05:17.443374 [ 276 ] {97a0aa3f-2982-4d3d-81ef-76d24cd9a72c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4017 | 2025.04.22 03:05:17.443425 [ 276 ] {97a0aa3f-2982-4d3d-81ef-76d24cd9a72c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4018 | 2025.04.22 03:05:17.443961 [ 276 ] {97a0aa3f-2982-4d3d-81ef-76d24cd9a72c} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4019 | 2025.04.22 03:05:17.444002 [ 276 ] {97a0aa3f-2982-4d3d-81ef-76d24cd9a72c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 4020 | 2025.04.22 03:05:17.444385 [ 276 ] {97a0aa3f-2982-4d3d-81ef-76d24cd9a72c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4021 | 2025.04.22 03:05:17.444619 [ 276 ] {97a0aa3f-2982-4d3d-81ef-76d24cd9a72c} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4022 | 2025.04.22 03:05:17.444816 [ 276 ] {97a0aa3f-2982-4d3d-81ef-76d24cd9a72c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001464 sec., 109289.6174863388 rows/sec., 7.61 MiB/sec. | ||
| 4023 | 2025.04.22 03:05:17.444865 [ 276 ] {97a0aa3f-2982-4d3d-81ef-76d24cd9a72c} <Debug> TCPHandler: Processed in 0.001650144 sec. | ||
| 4024 | 2025.04.22 03:05:17.444987 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4025 | 2025.04.22 03:05:17.445092 [ 276 ] {4924e1af-a05f-4df1-94cf-51c584cf6552} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4026 | 2025.04.22 03:05:17.445160 [ 276 ] {4924e1af-a05f-4df1-94cf-51c584cf6552} <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 | ||
| 4027 | 2025.04.22 03:05:17.446175 [ 276 ] {4924e1af-a05f-4df1-94cf-51c584cf6552} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4028 | 2025.04.22 03:05:17.446215 [ 276 ] {4924e1af-a05f-4df1-94cf-51c584cf6552} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 4029 | 2025.04.22 03:05:17.446806 [ 276 ] {4924e1af-a05f-4df1-94cf-51c584cf6552} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4030 | 2025.04.22 03:05:17.447068 [ 276 ] {4924e1af-a05f-4df1-94cf-51c584cf6552} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4031 | 2025.04.22 03:05:17.447304 [ 276 ] {4924e1af-a05f-4df1-94cf-51c584cf6552} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002234 sec., 1790.510295434199 rows/sec., 3.21 MiB/sec. | ||
| 4032 | 2025.04.22 03:05:17.447395 [ 276 ] {4924e1af-a05f-4df1-94cf-51c584cf6552} <Debug> TCPHandler: Processed in 0.002458566 sec. | ||
| 4033 | 2025.04.22 03:05:17.447521 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4034 | 2025.04.22 03:05:17.447626 [ 276 ] {de40e58a-5453-4399-95bb-d70d625ba174} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4035 | 2025.04.22 03:05:17.447675 [ 276 ] {de40e58a-5453-4399-95bb-d70d625ba174} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4036 | 2025.04.22 03:05:17.448109 [ 276 ] {de40e58a-5453-4399-95bb-d70d625ba174} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4037 | 2025.04.22 03:05:17.448149 [ 276 ] {de40e58a-5453-4399-95bb-d70d625ba174} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 4038 | 2025.04.22 03:05:17.448493 [ 276 ] {de40e58a-5453-4399-95bb-d70d625ba174} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4039 | 2025.04.22 03:05:17.448720 [ 276 ] {de40e58a-5453-4399-95bb-d70d625ba174} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4040 | 2025.04.22 03:05:17.448914 [ 276 ] {de40e58a-5453-4399-95bb-d70d625ba174} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001309 sec., 45836.51642475172 rows/sec., 3.09 MiB/sec. | ||
| 4041 | 2025.04.22 03:05:17.448961 [ 276 ] {de40e58a-5453-4399-95bb-d70d625ba174} <Debug> TCPHandler: Processed in 0.00149245 sec. | ||
| 4042 | 2025.04.22 03:05:18.296198 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 568 | ||
| 4043 | 2025.04.22 03:05:18.299303 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4044 | 2025.04.22 03:05:18.299348 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 4045 | 2025.04.22 03:05:18.300749 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4046 | 2025.04.22 03:05:18.301044 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4047 | 2025.04.22 03:05:18.301590 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 568 | ||
| 4048 | 2025.04.22 03:05:20.771663 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723 | ||
| 4049 | 2025.04.22 03:05:20.772336 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4050 | 2025.04.22 03:05:20.772375 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 4051 | 2025.04.22 03:05:20.772965 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4052 | 2025.04.22 03:05:20.773220 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4053 | 2025.04.22 03:05:20.773430 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723 | ||
| 4054 | 2025.04.22 03:05:21.329139 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
| 4055 | 2025.04.22 03:05:21.349778 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4056 | 2025.04.22 03:05:21.349829 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 4057 | 2025.04.22 03:05:21.356966 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4058 | 2025.04.22 03:05:21.357732 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4059 | 2025.04.22 03:05:21.360757 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
| 4060 | 2025.04.22 03:05:22.443743 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4061 | 2025.04.22 03:05:22.443952 [ 276 ] {87bd0829-1407-4c8c-a9b0-511a72349f7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4062 | 2025.04.22 03:05:22.444030 [ 276 ] {87bd0829-1407-4c8c-a9b0-511a72349f7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4063 | 2025.04.22 03:05:22.444958 [ 276 ] {87bd0829-1407-4c8c-a9b0-511a72349f7e} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4064 | 2025.04.22 03:05:22.445007 [ 276 ] {87bd0829-1407-4c8c-a9b0-511a72349f7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 4065 | 2025.04.22 03:05:22.445441 [ 276 ] {87bd0829-1407-4c8c-a9b0-511a72349f7e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4066 | 2025.04.22 03:05:22.445695 [ 276 ] {87bd0829-1407-4c8c-a9b0-511a72349f7e} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4067 | 2025.04.22 03:05:22.445927 [ 101 ] {} <Debug> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 4068 | 2025.04.22 03:05:22.445975 [ 276 ] {87bd0829-1407-4c8c-a9b0-511a72349f7e} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002079 sec., 101972.10197210197 rows/sec., 6.49 MiB/sec. | ||
| 4069 | 2025.04.22 03:05:22.446046 [ 101 ] {} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4070 | 2025.04.22 03:05:22.446106 [ 276 ] {87bd0829-1407-4c8c-a9b0-511a72349f7e} <Debug> TCPHandler: Processed in 0.002498717 sec. | ||
| 4071 | 2025.04.22 03:05:22.446112 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 4072 | 2025.04.22 03:05:22.446327 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4073 | 2025.04.22 03:05:22.446415 [ 200 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::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 | ||
| 4074 | 2025.04.22 03:05:22.446629 [ 276 ] {38bc03cc-63fb-4aeb-be6d-dabfae60e8cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4075 | 2025.04.22 03:05:22.446728 [ 276 ] {38bc03cc-63fb-4aeb-be6d-dabfae60e8cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4076 | 2025.04.22 03:05:22.446806 [ 200 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4077 | 2025.04.22 03:05:22.446916 [ 200 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::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 | ||
| 4078 | 2025.04.22 03:05:22.447198 [ 200 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::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 | ||
| 4079 | 2025.04.22 03:05:22.447532 [ 200 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::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 | ||
| 4080 | 2025.04.22 03:05:22.447913 [ 200 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::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 | ||
| 4081 | 2025.04.22 03:05:22.448260 [ 200 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::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 | ||
| 4082 | 2025.04.22 03:05:22.449236 [ 276 ] {38bc03cc-63fb-4aeb-be6d-dabfae60e8cb} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4083 | 2025.04.22 03:05:22.449300 [ 276 ] {38bc03cc-63fb-4aeb-be6d-dabfae60e8cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 4084 | 2025.04.22 03:05:22.450171 [ 276 ] {38bc03cc-63fb-4aeb-be6d-dabfae60e8cb} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 4085 | 2025.04.22 03:05:22.450688 [ 276 ] {38bc03cc-63fb-4aeb-be6d-dabfae60e8cb} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4086 | 2025.04.22 03:05:22.451094 [ 276 ] {38bc03cc-63fb-4aeb-be6d-dabfae60e8cb} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.004561 sec., 1754.0013155009867 rows/sec., 143.03 KiB/sec. | ||
| 4087 | 2025.04.22 03:05:22.451431 [ 276 ] {38bc03cc-63fb-4aeb-be6d-dabfae60e8cb} <Debug> TCPHandler: Processed in 0.00521854 sec. | ||
| 4088 | 2025.04.22 03:05:22.451651 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4089 | 2025.04.22 03:05:22.451835 [ 200 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.005581929 sec., 189898.50999537972 rows/sec., 12.80 MiB/sec. | ||
| 4090 | 2025.04.22 03:05:22.451842 [ 276 ] {0830cf2d-1ae7-47e3-9526-9db62ee07968} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4091 | 2025.04.22 03:05:22.451959 [ 276 ] {0830cf2d-1ae7-47e3-9526-9db62ee07968} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4092 | 2025.04.22 03:05:22.452128 [ 200 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 4093 | 2025.04.22 03:05:22.452878 [ 200 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_9_2} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4094 | 2025.04.22 03:05:22.453074 [ 200 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_9_2} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 4095 | 2025.04.22 03:05:22.453256 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 4096 | 2025.04.22 03:05:22.453539 [ 276 ] {0830cf2d-1ae7-47e3-9526-9db62ee07968} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4097 | 2025.04.22 03:05:22.453584 [ 276 ] {0830cf2d-1ae7-47e3-9526-9db62ee07968} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 4098 | 2025.04.22 03:05:22.453975 [ 276 ] {0830cf2d-1ae7-47e3-9526-9db62ee07968} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4099 | 2025.04.22 03:05:22.454218 [ 276 ] {0830cf2d-1ae7-47e3-9526-9db62ee07968} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4100 | 2025.04.22 03:05:22.454473 [ 276 ] {0830cf2d-1ae7-47e3-9526-9db62ee07968} <Debug> executeQuery: Read 693 rows, 56.52 KiB in 0.002668 sec., 259745.12743628188 rows/sec., 20.69 MiB/sec. | ||
| 4101 | 2025.04.22 03:05:22.454681 [ 276 ] {0830cf2d-1ae7-47e3-9526-9db62ee07968} <Debug> TCPHandler: Processed in 0.003124584 sec. | ||
| 4102 | 2025.04.22 03:05:22.454858 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4103 | 2025.04.22 03:05:22.454961 [ 276 ] {563be503-ba99-4a7b-b629-a34b7f37f755} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4104 | 2025.04.22 03:05:22.455006 [ 276 ] {563be503-ba99-4a7b-b629-a34b7f37f755} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4105 | 2025.04.22 03:05:22.455621 [ 276 ] {563be503-ba99-4a7b-b629-a34b7f37f755} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4106 | 2025.04.22 03:05:22.455660 [ 276 ] {563be503-ba99-4a7b-b629-a34b7f37f755} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 4107 | 2025.04.22 03:05:22.456006 [ 276 ] {563be503-ba99-4a7b-b629-a34b7f37f755} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4108 | 2025.04.22 03:05:22.456237 [ 276 ] {563be503-ba99-4a7b-b629-a34b7f37f755} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4109 | 2025.04.22 03:05:22.456475 [ 276 ] {563be503-ba99-4a7b-b629-a34b7f37f755} <Debug> executeQuery: Read 150 rows, 9.65 KiB in 0.001528 sec., 98167.5392670157 rows/sec., 6.17 MiB/sec. | ||
| 4110 | 2025.04.22 03:05:22.456674 [ 276 ] {563be503-ba99-4a7b-b629-a34b7f37f755} <Debug> TCPHandler: Processed in 0.00186103 sec. | ||
| 4111 | 2025.04.22 03:05:22.456846 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4112 | 2025.04.22 03:05:22.456948 [ 276 ] {21eec74c-c4b0-4feb-9a2c-ea7cb71d17c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4113 | 2025.04.22 03:05:22.456992 [ 276 ] {21eec74c-c4b0-4feb-9a2c-ea7cb71d17c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4114 | 2025.04.22 03:05:22.457580 [ 276 ] {21eec74c-c4b0-4feb-9a2c-ea7cb71d17c1} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4115 | 2025.04.22 03:05:22.457618 [ 276 ] {21eec74c-c4b0-4feb-9a2c-ea7cb71d17c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 4116 | 2025.04.22 03:05:22.457954 [ 276 ] {21eec74c-c4b0-4feb-9a2c-ea7cb71d17c1} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4117 | 2025.04.22 03:05:22.458189 [ 276 ] {21eec74c-c4b0-4feb-9a2c-ea7cb71d17c1} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4118 | 2025.04.22 03:05:22.458441 [ 276 ] {21eec74c-c4b0-4feb-9a2c-ea7cb71d17c1} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001496 sec., 75534.75935828878 rows/sec., 4.89 MiB/sec. | ||
| 4119 | 2025.04.22 03:05:22.458602 [ 276 ] {21eec74c-c4b0-4feb-9a2c-ea7cb71d17c1} <Debug> TCPHandler: Processed in 0.001811569 sec. | ||
| 4120 | 2025.04.22 03:05:22.458725 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4121 | 2025.04.22 03:05:22.458826 [ 276 ] {b7d2373b-e1cc-4be5-9149-f03479df0ad8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4122 | 2025.04.22 03:05:22.458870 [ 276 ] {b7d2373b-e1cc-4be5-9149-f03479df0ad8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4123 | 2025.04.22 03:05:22.459441 [ 276 ] {b7d2373b-e1cc-4be5-9149-f03479df0ad8} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4124 | 2025.04.22 03:05:22.459478 [ 276 ] {b7d2373b-e1cc-4be5-9149-f03479df0ad8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 4125 | 2025.04.22 03:05:22.459813 [ 276 ] {b7d2373b-e1cc-4be5-9149-f03479df0ad8} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4126 | 2025.04.22 03:05:22.460043 [ 276 ] {b7d2373b-e1cc-4be5-9149-f03479df0ad8} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4127 | 2025.04.22 03:05:22.460182 [ 101 ] {} <Debug> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 4128 | 2025.04.22 03:05:22.460243 [ 101 ] {} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4129 | 2025.04.22 03:05:22.460271 [ 276 ] {b7d2373b-e1cc-4be5-9149-f03479df0ad8} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001458 sec., 76817.55829903978 rows/sec., 4.38 MiB/sec. | ||
| 4130 | 2025.04.22 03:05:22.460283 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 4131 | 2025.04.22 03:05:22.460403 [ 276 ] {b7d2373b-e1cc-4be5-9149-f03479df0ad8} <Debug> TCPHandler: Processed in 0.001723476 sec. | ||
| 4132 | 2025.04.22 03:05:22.460748 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4133 | 2025.04.22 03:05:22.460765 [ 197 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::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 | ||
| 4134 | 2025.04.22 03:05:22.460945 [ 276 ] {b86ef8b2-5ada-4e58-951d-ad9b2d7d3dc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4135 | 2025.04.22 03:05:22.461050 [ 197 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4136 | 2025.04.22 03:05:22.461058 [ 276 ] {b86ef8b2-5ada-4e58-951d-ad9b2d7d3dc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4137 | 2025.04.22 03:05:22.461138 [ 197 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::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 | ||
| 4138 | 2025.04.22 03:05:22.461499 [ 197 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::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 | ||
| 4139 | 2025.04.22 03:05:22.461914 [ 197 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::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 | ||
| 4140 | 2025.04.22 03:05:22.462273 [ 197 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::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 | ||
| 4141 | 2025.04.22 03:05:22.462663 [ 197 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::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 | ||
| 4142 | 2025.04.22 03:05:22.463654 [ 276 ] {b86ef8b2-5ada-4e58-951d-ad9b2d7d3dc7} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4143 | 2025.04.22 03:05:22.463728 [ 276 ] {b86ef8b2-5ada-4e58-951d-ad9b2d7d3dc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 4144 | 2025.04.22 03:05:22.464785 [ 276 ] {b86ef8b2-5ada-4e58-951d-ad9b2d7d3dc7} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4145 | 2025.04.22 03:05:22.465029 [ 201 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004611693 sec., 121430.45948635349 rows/sec., 7.38 MiB/sec. | ||
| 4146 | 2025.04.22 03:05:22.465231 [ 191 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 4147 | 2025.04.22 03:05:22.465233 [ 276 ] {b86ef8b2-5ada-4e58-951d-ad9b2d7d3dc7} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4148 | 2025.04.22 03:05:22.465637 [ 276 ] {b86ef8b2-5ada-4e58-951d-ad9b2d7d3dc7} <Debug> executeQuery: Read 426 rows, 31.12 KiB in 0.004765 sec., 89401.888772298 rows/sec., 6.38 MiB/sec. | ||
| 4149 | 2025.04.22 03:05:22.465987 [ 276 ] {b86ef8b2-5ada-4e58-951d-ad9b2d7d3dc7} <Debug> TCPHandler: Processed in 0.005358373 sec. | ||
| 4150 | 2025.04.22 03:05:22.466017 [ 191 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_9_2} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4151 | 2025.04.22 03:05:22.466346 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4152 | 2025.04.22 03:05:22.466360 [ 191 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_9_2} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 4153 | 2025.04.22 03:05:22.466520 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 4154 | 2025.04.22 03:05:22.466535 [ 276 ] {5e95cab0-43b3-4b6e-96cf-719256528db6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4155 | 2025.04.22 03:05:22.466584 [ 276 ] {5e95cab0-43b3-4b6e-96cf-719256528db6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4156 | 2025.04.22 03:05:22.467045 [ 276 ] {5e95cab0-43b3-4b6e-96cf-719256528db6} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4157 | 2025.04.22 03:05:22.467083 [ 276 ] {5e95cab0-43b3-4b6e-96cf-719256528db6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 4158 | 2025.04.22 03:05:22.467433 [ 276 ] {5e95cab0-43b3-4b6e-96cf-719256528db6} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4159 | 2025.04.22 03:05:22.467665 [ 276 ] {5e95cab0-43b3-4b6e-96cf-719256528db6} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4160 | 2025.04.22 03:05:22.467886 [ 276 ] {5e95cab0-43b3-4b6e-96cf-719256528db6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001383 sec., 4338.394793926248 rows/sec., 226.66 KiB/sec. | ||
| 4161 | 2025.04.22 03:05:22.467934 [ 276 ] {5e95cab0-43b3-4b6e-96cf-719256528db6} <Debug> TCPHandler: Processed in 0.001697865 sec. | ||
| 4162 | 2025.04.22 03:05:22.468049 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4163 | 2025.04.22 03:05:22.468151 [ 276 ] {dd31e9b2-2307-4508-a0fd-fd04131d18f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4164 | 2025.04.22 03:05:22.468197 [ 276 ] {dd31e9b2-2307-4508-a0fd-fd04131d18f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4165 | 2025.04.22 03:05:22.468727 [ 276 ] {dd31e9b2-2307-4508-a0fd-fd04131d18f1} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4166 | 2025.04.22 03:05:22.468765 [ 276 ] {dd31e9b2-2307-4508-a0fd-fd04131d18f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 4167 | 2025.04.22 03:05:22.469136 [ 276 ] {dd31e9b2-2307-4508-a0fd-fd04131d18f1} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4168 | 2025.04.22 03:05:22.469370 [ 276 ] {dd31e9b2-2307-4508-a0fd-fd04131d18f1} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4169 | 2025.04.22 03:05:22.469601 [ 276 ] {dd31e9b2-2307-4508-a0fd-fd04131d18f1} <Debug> executeQuery: Read 241 rows, 16.55 KiB in 0.001465 sec., 164505.1194539249 rows/sec., 11.03 MiB/sec. | ||
| 4170 | 2025.04.22 03:05:22.469751 [ 276 ] {dd31e9b2-2307-4508-a0fd-fd04131d18f1} <Debug> TCPHandler: Processed in 0.001743817 sec. | ||
| 4171 | 2025.04.22 03:05:22.469954 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4172 | 2025.04.22 03:05:22.470057 [ 276 ] {3f148595-5ef6-4945-94f2-845583d5f195} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4173 | 2025.04.22 03:05:22.470105 [ 276 ] {3f148595-5ef6-4945-94f2-845583d5f195} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4174 | 2025.04.22 03:05:22.470530 [ 276 ] {3f148595-5ef6-4945-94f2-845583d5f195} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4175 | 2025.04.22 03:05:22.470568 [ 276 ] {3f148595-5ef6-4945-94f2-845583d5f195} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 4176 | 2025.04.22 03:05:22.470900 [ 276 ] {3f148595-5ef6-4945-94f2-845583d5f195} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4177 | 2025.04.22 03:05:22.471125 [ 276 ] {3f148595-5ef6-4945-94f2-845583d5f195} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4178 | 2025.04.22 03:05:22.471338 [ 276 ] {3f148595-5ef6-4945-94f2-845583d5f195} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001302 sec., 768.0491551459294 rows/sec., 51.75 KiB/sec. | ||
| 4179 | 2025.04.22 03:05:22.471424 [ 276 ] {3f148595-5ef6-4945-94f2-845583d5f195} <Debug> TCPHandler: Processed in 0.001535761 sec. | ||
| 4180 | 2025.04.22 03:05:22.471539 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4181 | 2025.04.22 03:05:22.471639 [ 276 ] {a7bb8740-9958-49af-aa03-d758381fe40a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4182 | 2025.04.22 03:05:22.471704 [ 276 ] {a7bb8740-9958-49af-aa03-d758381fe40a} <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 | ||
| 4183 | 2025.04.22 03:05:22.472801 [ 276 ] {a7bb8740-9958-49af-aa03-d758381fe40a} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4184 | 2025.04.22 03:05:22.472838 [ 276 ] {a7bb8740-9958-49af-aa03-d758381fe40a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 4185 | 2025.04.22 03:05:22.473454 [ 276 ] {a7bb8740-9958-49af-aa03-d758381fe40a} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4186 | 2025.04.22 03:05:22.473704 [ 276 ] {a7bb8740-9958-49af-aa03-d758381fe40a} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4187 | 2025.04.22 03:05:22.473933 [ 276 ] {a7bb8740-9958-49af-aa03-d758381fe40a} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002315 sec., 15550.755939524839 rows/sec., 27.87 MiB/sec. | ||
| 4188 | 2025.04.22 03:05:22.474021 [ 276 ] {a7bb8740-9958-49af-aa03-d758381fe40a} <Debug> TCPHandler: Processed in 0.002529748 sec. | ||
| 4189 | 2025.04.22 03:05:22.474145 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4190 | 2025.04.22 03:05:22.474247 [ 276 ] {c6f3bc44-776e-4021-90fd-b041689fc2ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4191 | 2025.04.22 03:05:22.474292 [ 276 ] {c6f3bc44-776e-4021-90fd-b041689fc2ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4192 | 2025.04.22 03:05:22.474723 [ 276 ] {c6f3bc44-776e-4021-90fd-b041689fc2ef} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4193 | 2025.04.22 03:05:22.474761 [ 276 ] {c6f3bc44-776e-4021-90fd-b041689fc2ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 4194 | 2025.04.22 03:05:22.475101 [ 276 ] {c6f3bc44-776e-4021-90fd-b041689fc2ef} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4195 | 2025.04.22 03:05:22.475327 [ 276 ] {c6f3bc44-776e-4021-90fd-b041689fc2ef} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4196 | 2025.04.22 03:05:22.475520 [ 276 ] {c6f3bc44-776e-4021-90fd-b041689fc2ef} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001293 sec., 63418.4068058778 rows/sec., 4.03 MiB/sec. | ||
| 4197 | 2025.04.22 03:05:22.475567 [ 276 ] {c6f3bc44-776e-4021-90fd-b041689fc2ef} <Debug> TCPHandler: Processed in 0.001470119 sec. | ||
| 4198 | 2025.04.22 03:05:27.435657 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4199 | 2025.04.22 03:05:27.435861 [ 276 ] {db8ce55f-6054-4c9e-829f-ead596a48116} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4200 | 2025.04.22 03:05:27.435934 [ 276 ] {db8ce55f-6054-4c9e-829f-ead596a48116} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4201 | 2025.04.22 03:05:27.436697 [ 276 ] {db8ce55f-6054-4c9e-829f-ead596a48116} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4202 | 2025.04.22 03:05:27.436747 [ 276 ] {db8ce55f-6054-4c9e-829f-ead596a48116} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 4203 | 2025.04.22 03:05:27.437162 [ 276 ] {db8ce55f-6054-4c9e-829f-ead596a48116} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4204 | 2025.04.22 03:05:27.437417 [ 276 ] {db8ce55f-6054-4c9e-829f-ead596a48116} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4205 | 2025.04.22 03:05:27.437678 [ 276 ] {db8ce55f-6054-4c9e-829f-ead596a48116} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.00186 sec., 34408.602150537634 rows/sec., 2.72 MiB/sec. | ||
| 4206 | 2025.04.22 03:05:27.437791 [ 276 ] {db8ce55f-6054-4c9e-829f-ead596a48116} <Debug> TCPHandler: Processed in 0.002261201 sec. | ||
| 4207 | 2025.04.22 03:05:27.438010 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4208 | 2025.04.22 03:05:27.438116 [ 276 ] {65e97464-d863-4277-93a4-0900544d2ff9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4209 | 2025.04.22 03:05:27.438162 [ 276 ] {65e97464-d863-4277-93a4-0900544d2ff9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4210 | 2025.04.22 03:05:27.438692 [ 276 ] {65e97464-d863-4277-93a4-0900544d2ff9} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4211 | 2025.04.22 03:05:27.438732 [ 276 ] {65e97464-d863-4277-93a4-0900544d2ff9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 4212 | 2025.04.22 03:05:27.439071 [ 276 ] {65e97464-d863-4277-93a4-0900544d2ff9} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4213 | 2025.04.22 03:05:27.439309 [ 276 ] {65e97464-d863-4277-93a4-0900544d2ff9} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4214 | 2025.04.22 03:05:27.439515 [ 276 ] {65e97464-d863-4277-93a4-0900544d2ff9} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001422 sec., 2812.939521800281 rows/sec., 211.52 KiB/sec. | ||
| 4215 | 2025.04.22 03:05:27.439568 [ 276 ] {65e97464-d863-4277-93a4-0900544d2ff9} <Debug> TCPHandler: Processed in 0.001638124 sec. | ||
| 4216 | 2025.04.22 03:05:27.439680 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4217 | 2025.04.22 03:05:27.439783 [ 276 ] {9287cb94-99f9-4e6e-885e-66293254182c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4218 | 2025.04.22 03:05:27.439828 [ 276 ] {9287cb94-99f9-4e6e-885e-66293254182c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4219 | 2025.04.22 03:05:27.440345 [ 276 ] {9287cb94-99f9-4e6e-885e-66293254182c} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4220 | 2025.04.22 03:05:27.440383 [ 276 ] {9287cb94-99f9-4e6e-885e-66293254182c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 4221 | 2025.04.22 03:05:27.440727 [ 276 ] {9287cb94-99f9-4e6e-885e-66293254182c} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4222 | 2025.04.22 03:05:27.440979 [ 276 ] {9287cb94-99f9-4e6e-885e-66293254182c} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4223 | 2025.04.22 03:05:27.441218 [ 276 ] {9287cb94-99f9-4e6e-885e-66293254182c} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001449 sec., 46928.91649413389 rows/sec., 3.66 MiB/sec. | ||
| 4224 | 2025.04.22 03:05:27.441392 [ 276 ] {9287cb94-99f9-4e6e-885e-66293254182c} <Debug> TCPHandler: Processed in 0.001762617 sec. | ||
| 4225 | 2025.04.22 03:05:27.441596 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4226 | 2025.04.22 03:05:27.441702 [ 276 ] {2a9d85eb-48dc-49e5-848e-c43c0ed2a506} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4227 | 2025.04.22 03:05:27.441753 [ 276 ] {2a9d85eb-48dc-49e5-848e-c43c0ed2a506} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4228 | 2025.04.22 03:05:27.442301 [ 276 ] {2a9d85eb-48dc-49e5-848e-c43c0ed2a506} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4229 | 2025.04.22 03:05:27.442340 [ 276 ] {2a9d85eb-48dc-49e5-848e-c43c0ed2a506} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 4230 | 2025.04.22 03:05:27.442719 [ 276 ] {2a9d85eb-48dc-49e5-848e-c43c0ed2a506} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4231 | 2025.04.22 03:05:27.442953 [ 276 ] {2a9d85eb-48dc-49e5-848e-c43c0ed2a506} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4232 | 2025.04.22 03:05:27.443183 [ 276 ] {2a9d85eb-48dc-49e5-848e-c43c0ed2a506} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001498 sec., 106809.0787716956 rows/sec., 7.44 MiB/sec. | ||
| 4233 | 2025.04.22 03:05:27.443380 [ 276 ] {2a9d85eb-48dc-49e5-848e-c43c0ed2a506} <Debug> TCPHandler: Processed in 0.001851739 sec. | ||
| 4234 | 2025.04.22 03:05:27.443572 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4235 | 2025.04.22 03:05:27.443677 [ 276 ] {64e15c2c-584f-4fae-9920-6c55de303e02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4236 | 2025.04.22 03:05:27.443753 [ 276 ] {64e15c2c-584f-4fae-9920-6c55de303e02} <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 | ||
| 4237 | 2025.04.22 03:05:27.444779 [ 276 ] {64e15c2c-584f-4fae-9920-6c55de303e02} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4238 | 2025.04.22 03:05:27.444819 [ 276 ] {64e15c2c-584f-4fae-9920-6c55de303e02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 4239 | 2025.04.22 03:05:27.445402 [ 276 ] {64e15c2c-584f-4fae-9920-6c55de303e02} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4240 | 2025.04.22 03:05:27.445659 [ 276 ] {64e15c2c-584f-4fae-9920-6c55de303e02} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4241 | 2025.04.22 03:05:27.445893 [ 276 ] {64e15c2c-584f-4fae-9920-6c55de303e02} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002238 sec., 1787.3100983020554 rows/sec., 3.20 MiB/sec. | ||
| 4242 | 2025.04.22 03:05:27.445985 [ 276 ] {64e15c2c-584f-4fae-9920-6c55de303e02} <Debug> TCPHandler: Processed in 0.002475656 sec. | ||
| 4243 | 2025.04.22 03:05:27.446108 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4244 | 2025.04.22 03:05:27.446220 [ 276 ] {d030fe61-a403-4112-b092-f727a45fd609} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4245 | 2025.04.22 03:05:27.446266 [ 276 ] {d030fe61-a403-4112-b092-f727a45fd609} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4246 | 2025.04.22 03:05:27.446702 [ 276 ] {d030fe61-a403-4112-b092-f727a45fd609} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4247 | 2025.04.22 03:05:27.446741 [ 276 ] {d030fe61-a403-4112-b092-f727a45fd609} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 4248 | 2025.04.22 03:05:27.447096 [ 276 ] {d030fe61-a403-4112-b092-f727a45fd609} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4249 | 2025.04.22 03:05:27.447325 [ 276 ] {d030fe61-a403-4112-b092-f727a45fd609} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4250 | 2025.04.22 03:05:27.447529 [ 276 ] {d030fe61-a403-4112-b092-f727a45fd609} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001331 sec., 45078.88805409467 rows/sec., 3.04 MiB/sec. | ||
| 4251 | 2025.04.22 03:05:27.447578 [ 276 ] {d030fe61-a403-4112-b092-f727a45fd609} <Debug> TCPHandler: Processed in 0.001523071 sec. | ||
| 4252 | 2025.04.22 03:05:28.177149 [ 89 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4253 | 2025.04.22 03:05:28.177201 [ 89 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4254 | 2025.04.22 03:05:28.273548 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211 | ||
| 4255 | 2025.04.22 03:05:28.274305 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4256 | 2025.04.22 03:05:28.274361 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 4257 | 2025.04.22 03:05:28.274899 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4258 | 2025.04.22 03:05:28.275151 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4259 | 2025.04.22 03:05:28.275399 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
| 4260 | 2025.04.22 03:05:28.301770 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 604 | ||
| 4261 | 2025.04.22 03:05:28.304880 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4262 | 2025.04.22 03:05:28.304934 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 4263 | 2025.04.22 03:05:28.306409 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4264 | 2025.04.22 03:05:28.306724 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4265 | 2025.04.22 03:05:28.307334 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 604 | ||
| 4266 | 2025.04.22 03:05:28.860809 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
| 4267 | 2025.04.22 03:05:28.881474 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4268 | 2025.04.22 03:05:28.881528 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 4269 | 2025.04.22 03:05:28.889007 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4270 | 2025.04.22 03:05:28.889778 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4271 | 2025.04.22 03:05:28.892385 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
| 4272 | 2025.04.22 03:05:32.442615 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4273 | 2025.04.22 03:05:32.442817 [ 276 ] {39782cd3-5371-40c2-85dc-463f36b5f1e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4274 | 2025.04.22 03:05:32.442886 [ 276 ] {39782cd3-5371-40c2-85dc-463f36b5f1e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4275 | 2025.04.22 03:05:32.443790 [ 276 ] {39782cd3-5371-40c2-85dc-463f36b5f1e6} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4276 | 2025.04.22 03:05:32.443833 [ 276 ] {39782cd3-5371-40c2-85dc-463f36b5f1e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 4277 | 2025.04.22 03:05:32.444290 [ 276 ] {39782cd3-5371-40c2-85dc-463f36b5f1e6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4278 | 2025.04.22 03:05:32.444543 [ 276 ] {39782cd3-5371-40c2-85dc-463f36b5f1e6} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4279 | 2025.04.22 03:05:32.444800 [ 276 ] {39782cd3-5371-40c2-85dc-463f36b5f1e6} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00203 sec., 104433.49753694581 rows/sec., 6.64 MiB/sec. | ||
| 4280 | 2025.04.22 03:05:32.445018 [ 276 ] {39782cd3-5371-40c2-85dc-463f36b5f1e6} <Debug> TCPHandler: Processed in 0.002521128 sec. | ||
| 4281 | 2025.04.22 03:05:32.445160 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4282 | 2025.04.22 03:05:32.445266 [ 276 ] {614d95ab-4643-49c4-ac1b-d2794ca8d0ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4283 | 2025.04.22 03:05:32.445311 [ 276 ] {614d95ab-4643-49c4-ac1b-d2794ca8d0ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4284 | 2025.04.22 03:05:32.446220 [ 276 ] {614d95ab-4643-49c4-ac1b-d2794ca8d0ac} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4285 | 2025.04.22 03:05:32.446261 [ 276 ] {614d95ab-4643-49c4-ac1b-d2794ca8d0ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 4286 | 2025.04.22 03:05:32.446681 [ 276 ] {614d95ab-4643-49c4-ac1b-d2794ca8d0ac} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4287 | 2025.04.22 03:05:32.446918 [ 276 ] {614d95ab-4643-49c4-ac1b-d2794ca8d0ac} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4288 | 2025.04.22 03:05:32.447141 [ 276 ] {614d95ab-4643-49c4-ac1b-d2794ca8d0ac} <Debug> executeQuery: Read 689 rows, 56.23 KiB in 0.001895 sec., 363588.39050131926 rows/sec., 28.98 MiB/sec. | ||
| 4289 | 2025.04.22 03:05:32.447237 [ 276 ] {614d95ab-4643-49c4-ac1b-d2794ca8d0ac} <Debug> TCPHandler: Processed in 0.002125447 sec. | ||
| 4290 | 2025.04.22 03:05:32.447373 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4291 | 2025.04.22 03:05:32.447473 [ 276 ] {2f15ad59-0147-48b3-b5b2-f18eded069e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4292 | 2025.04.22 03:05:32.447516 [ 276 ] {2f15ad59-0147-48b3-b5b2-f18eded069e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4293 | 2025.04.22 03:05:32.448078 [ 276 ] {2f15ad59-0147-48b3-b5b2-f18eded069e0} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4294 | 2025.04.22 03:05:32.448116 [ 276 ] {2f15ad59-0147-48b3-b5b2-f18eded069e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 4295 | 2025.04.22 03:05:32.448465 [ 276 ] {2f15ad59-0147-48b3-b5b2-f18eded069e0} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4296 | 2025.04.22 03:05:32.448704 [ 276 ] {2f15ad59-0147-48b3-b5b2-f18eded069e0} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4297 | 2025.04.22 03:05:32.448862 [ 84 ] {} <Debug> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4298 | 2025.04.22 03:05:32.448926 [ 276 ] {2f15ad59-0147-48b3-b5b2-f18eded069e0} <Debug> executeQuery: Read 142 rows, 9.09 KiB in 0.001471 sec., 96532.9707681849 rows/sec., 6.04 MiB/sec. | ||
| 4299 | 2025.04.22 03:05:32.448944 [ 84 ] {} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4300 | 2025.04.22 03:05:32.449014 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 4301 | 2025.04.22 03:05:32.449045 [ 276 ] {2f15ad59-0147-48b3-b5b2-f18eded069e0} <Debug> TCPHandler: Processed in 0.001717946 sec. | ||
| 4302 | 2025.04.22 03:05:32.449244 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4303 | 2025.04.22 03:05:32.449257 [ 201 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::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 | ||
| 4304 | 2025.04.22 03:05:32.449437 [ 276 ] {afbeb468-5d38-4484-abb4-68720c714f38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4305 | 2025.04.22 03:05:32.449545 [ 276 ] {afbeb468-5d38-4484-abb4-68720c714f38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4306 | 2025.04.22 03:05:32.449578 [ 201 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4307 | 2025.04.22 03:05:32.449677 [ 201 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 164 rows starting from the beginning of the part | ||
| 4308 | 2025.04.22 03:05:32.449998 [ 201 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 142 rows starting from the beginning of the part | ||
| 4309 | 2025.04.22 03:05:32.450432 [ 201 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part | ||
| 4310 | 2025.04.22 03:05:32.450864 [ 201 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 150 rows starting from the beginning of the part | ||
| 4311 | 2025.04.22 03:05:32.451190 [ 201 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 4 rows starting from the beginning of the part | ||
| 4312 | 2025.04.22 03:05:32.451418 [ 201 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 142 rows starting from the beginning of the part | ||
| 4313 | 2025.04.22 03:05:32.452240 [ 276 ] {afbeb468-5d38-4484-abb4-68720c714f38} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4314 | 2025.04.22 03:05:32.452304 [ 276 ] {afbeb468-5d38-4484-abb4-68720c714f38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 4315 | 2025.04.22 03:05:32.453294 [ 276 ] {afbeb468-5d38-4484-abb4-68720c714f38} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4316 | 2025.04.22 03:05:32.453903 [ 276 ] {afbeb468-5d38-4484-abb4-68720c714f38} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4317 | 2025.04.22 03:05:32.454410 [ 191 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 606 rows, containing 5 columns (5 merged, 0 gathered) in 0.005264521 sec., 115110.18761251023 rows/sec., 7.69 MiB/sec. | ||
| 4318 | 2025.04.22 03:05:32.454514 [ 276 ] {afbeb468-5d38-4484-abb4-68720c714f38} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.005106 sec., 22130.826478652565 rows/sec., 1.43 MiB/sec. | ||
| 4319 | 2025.04.22 03:05:32.454801 [ 191 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4320 | 2025.04.22 03:05:32.454831 [ 276 ] {afbeb468-5d38-4484-abb4-68720c714f38} <Debug> TCPHandler: Processed in 0.005657441 sec. | ||
| 4321 | 2025.04.22 03:05:32.455064 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4322 | 2025.04.22 03:05:32.455176 [ 276 ] {d14d7107-47d9-48d2-9d24-ae812f5d25ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4323 | 2025.04.22 03:05:32.455230 [ 276 ] {d14d7107-47d9-48d2-9d24-ae812f5d25ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4324 | 2025.04.22 03:05:32.455295 [ 191 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_21_4} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4325 | 2025.04.22 03:05:32.455402 [ 191 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_21_4} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4326 | 2025.04.22 03:05:32.455523 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 4327 | 2025.04.22 03:05:32.455924 [ 276 ] {d14d7107-47d9-48d2-9d24-ae812f5d25ea} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4328 | 2025.04.22 03:05:32.455961 [ 276 ] {d14d7107-47d9-48d2-9d24-ae812f5d25ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 4329 | 2025.04.22 03:05:32.456303 [ 276 ] {d14d7107-47d9-48d2-9d24-ae812f5d25ea} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4330 | 2025.04.22 03:05:32.456542 [ 276 ] {d14d7107-47d9-48d2-9d24-ae812f5d25ea} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4331 | 2025.04.22 03:05:32.456738 [ 276 ] {d14d7107-47d9-48d2-9d24-ae812f5d25ea} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001589 sec., 70484.58149779736 rows/sec., 4.02 MiB/sec. | ||
| 4332 | 2025.04.22 03:05:32.456788 [ 276 ] {d14d7107-47d9-48d2-9d24-ae812f5d25ea} <Debug> TCPHandler: Processed in 0.001779768 sec. | ||
| 4333 | 2025.04.22 03:05:32.456907 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4334 | 2025.04.22 03:05:32.457008 [ 276 ] {acac2e80-e5fb-4149-bfd6-a1974479e5ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4335 | 2025.04.22 03:05:32.457052 [ 276 ] {acac2e80-e5fb-4149-bfd6-a1974479e5ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4336 | 2025.04.22 03:05:32.457713 [ 276 ] {acac2e80-e5fb-4149-bfd6-a1974479e5ef} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4337 | 2025.04.22 03:05:32.457751 [ 276 ] {acac2e80-e5fb-4149-bfd6-a1974479e5ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 4338 | 2025.04.22 03:05:32.458117 [ 276 ] {acac2e80-e5fb-4149-bfd6-a1974479e5ef} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4339 | 2025.04.22 03:05:32.458350 [ 276 ] {acac2e80-e5fb-4149-bfd6-a1974479e5ef} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4340 | 2025.04.22 03:05:32.458543 [ 276 ] {acac2e80-e5fb-4149-bfd6-a1974479e5ef} <Debug> executeQuery: Read 418 rows, 30.47 KiB in 0.001555 sec., 268810.2893890675 rows/sec., 19.13 MiB/sec. | ||
| 4341 | 2025.04.22 03:05:32.458592 [ 276 ] {acac2e80-e5fb-4149-bfd6-a1974479e5ef} <Debug> TCPHandler: Processed in 0.001732676 sec. | ||
| 4342 | 2025.04.22 03:05:32.458713 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4343 | 2025.04.22 03:05:32.458814 [ 276 ] {98a40e9e-afb6-4e73-89a8-47ec1e8c586a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4344 | 2025.04.22 03:05:32.458859 [ 276 ] {98a40e9e-afb6-4e73-89a8-47ec1e8c586a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4345 | 2025.04.22 03:05:32.459286 [ 276 ] {98a40e9e-afb6-4e73-89a8-47ec1e8c586a} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4346 | 2025.04.22 03:05:32.459325 [ 276 ] {98a40e9e-afb6-4e73-89a8-47ec1e8c586a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 4347 | 2025.04.22 03:05:32.459664 [ 276 ] {98a40e9e-afb6-4e73-89a8-47ec1e8c586a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4348 | 2025.04.22 03:05:32.459895 [ 276 ] {98a40e9e-afb6-4e73-89a8-47ec1e8c586a} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4349 | 2025.04.22 03:05:32.460110 [ 276 ] {98a40e9e-afb6-4e73-89a8-47ec1e8c586a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001315 sec., 4562.737642585552 rows/sec., 238.39 KiB/sec. | ||
| 4350 | 2025.04.22 03:05:32.460199 [ 276 ] {98a40e9e-afb6-4e73-89a8-47ec1e8c586a} <Debug> TCPHandler: Processed in 0.001533921 sec. | ||
| 4351 | 2025.04.22 03:05:32.460318 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4352 | 2025.04.22 03:05:32.460418 [ 276 ] {855edf40-3f09-4610-ac45-ab79f3a410d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4353 | 2025.04.22 03:05:32.460465 [ 276 ] {855edf40-3f09-4610-ac45-ab79f3a410d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4354 | 2025.04.22 03:05:32.460968 [ 276 ] {855edf40-3f09-4610-ac45-ab79f3a410d9} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4355 | 2025.04.22 03:05:32.461005 [ 276 ] {855edf40-3f09-4610-ac45-ab79f3a410d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 4356 | 2025.04.22 03:05:32.461390 [ 276 ] {855edf40-3f09-4610-ac45-ab79f3a410d9} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4357 | 2025.04.22 03:05:32.461620 [ 276 ] {855edf40-3f09-4610-ac45-ab79f3a410d9} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4358 | 2025.04.22 03:05:32.461860 [ 276 ] {855edf40-3f09-4610-ac45-ab79f3a410d9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001455 sec., 162886.59793814435 rows/sec., 10.92 MiB/sec. | ||
| 4359 | 2025.04.22 03:05:32.462022 [ 276 ] {855edf40-3f09-4610-ac45-ab79f3a410d9} <Debug> TCPHandler: Processed in 0.001747807 sec. | ||
| 4360 | 2025.04.22 03:05:32.462245 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4361 | 2025.04.22 03:05:32.462347 [ 276 ] {7b471e01-b43b-44d8-8ee2-b7176fc56291} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4362 | 2025.04.22 03:05:32.462394 [ 276 ] {7b471e01-b43b-44d8-8ee2-b7176fc56291} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4363 | 2025.04.22 03:05:32.462827 [ 276 ] {7b471e01-b43b-44d8-8ee2-b7176fc56291} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4364 | 2025.04.22 03:05:32.462865 [ 276 ] {7b471e01-b43b-44d8-8ee2-b7176fc56291} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 4365 | 2025.04.22 03:05:32.463198 [ 276 ] {7b471e01-b43b-44d8-8ee2-b7176fc56291} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4366 | 2025.04.22 03:05:32.463425 [ 276 ] {7b471e01-b43b-44d8-8ee2-b7176fc56291} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4367 | 2025.04.22 03:05:32.463558 [ 83 ] {} <Debug> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
| 4368 | 2025.04.22 03:05:32.463590 [ 276 ] {7b471e01-b43b-44d8-8ee2-b7176fc56291} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001264 sec., 791.1392405063292 rows/sec., 53.31 KiB/sec. | ||
| 4369 | 2025.04.22 03:05:32.463609 [ 83 ] {} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4370 | 2025.04.22 03:05:32.463648 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 4371 | 2025.04.22 03:05:32.463656 [ 276 ] {7b471e01-b43b-44d8-8ee2-b7176fc56291} <Debug> TCPHandler: Processed in 0.00147578 sec. | ||
| 4372 | 2025.04.22 03:05:32.463860 [ 201 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full | ||
| 4373 | 2025.04.22 03:05:32.463879 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4374 | 2025.04.22 03:05:32.464119 [ 276 ] {99cd60f7-71bd-4376-bed7-fd4091d27725} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4375 | 2025.04.22 03:05:32.464124 [ 201 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4376 | 2025.04.22 03:05:32.464206 [ 201 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part | ||
| 4377 | 2025.04.22 03:05:32.464294 [ 276 ] {99cd60f7-71bd-4376-bed7-fd4091d27725} <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 | ||
| 4378 | 2025.04.22 03:05:32.464649 [ 201 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
| 4379 | 2025.04.22 03:05:32.464990 [ 201 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
| 4380 | 2025.04.22 03:05:32.465340 [ 201 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
| 4381 | 2025.04.22 03:05:32.465667 [ 201 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
| 4382 | 2025.04.22 03:05:32.466046 [ 201 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
| 4383 | 2025.04.22 03:05:32.469424 [ 186 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.005680752 sec., 1760.3303224643498 rows/sec., 118.62 KiB/sec. | ||
| 4384 | 2025.04.22 03:05:32.469728 [ 186 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 4385 | 2025.04.22 03:05:32.469928 [ 276 ] {99cd60f7-71bd-4376-bed7-fd4091d27725} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4386 | 2025.04.22 03:05:32.469981 [ 276 ] {99cd60f7-71bd-4376-bed7-fd4091d27725} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 4387 | 2025.04.22 03:05:32.470506 [ 186 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_10_2} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4388 | 2025.04.22 03:05:32.470705 [ 186 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_10_2} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
| 4389 | 2025.04.22 03:05:32.470894 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4390 | 2025.04.22 03:05:32.471241 [ 276 ] {99cd60f7-71bd-4376-bed7-fd4091d27725} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4391 | 2025.04.22 03:05:32.471517 [ 276 ] {99cd60f7-71bd-4376-bed7-fd4091d27725} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4392 | 2025.04.22 03:05:32.471653 [ 83 ] {} <Debug> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4393 | 2025.04.22 03:05:32.471697 [ 83 ] {} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4394 | 2025.04.22 03:05:32.471722 [ 276 ] {99cd60f7-71bd-4376-bed7-fd4091d27725} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.007694 sec., 4678.970626462178 rows/sec., 8.38 MiB/sec. | ||
| 4395 | 2025.04.22 03:05:32.471727 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 4396 | 2025.04.22 03:05:32.471942 [ 195 ] {b231891b-dff1-435e-bddb-2ac39d181211::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 | ||
| 4397 | 2025.04.22 03:05:32.471951 [ 276 ] {99cd60f7-71bd-4376-bed7-fd4091d27725} <Debug> TCPHandler: Processed in 0.008152999 sec. | ||
| 4398 | 2025.04.22 03:05:32.472121 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4399 | 2025.04.22 03:05:32.472236 [ 195 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4400 | 2025.04.22 03:05:32.472261 [ 276 ] {973b9b1d-84f2-4efa-b11d-3fcd11806966} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4401 | 2025.04.22 03:05:32.472306 [ 195 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 383 rows starting from the beginning of the part | ||
| 4402 | 2025.04.22 03:05:32.472324 [ 276 ] {973b9b1d-84f2-4efa-b11d-3fcd11806966} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4403 | 2025.04.22 03:05:32.472971 [ 195 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 36 rows starting from the beginning of the part | ||
| 4404 | 2025.04.22 03:05:32.473477 [ 195 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part | ||
| 4405 | 2025.04.22 03:05:32.474046 [ 276 ] {973b9b1d-84f2-4efa-b11d-3fcd11806966} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4406 | 2025.04.22 03:05:32.474055 [ 195 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 36 rows starting from the beginning of the part | ||
| 4407 | 2025.04.22 03:05:32.474093 [ 276 ] {973b9b1d-84f2-4efa-b11d-3fcd11806966} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 4408 | 2025.04.22 03:05:32.474572 [ 195 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 4 rows starting from the beginning of the part | ||
| 4409 | 2025.04.22 03:05:32.475131 [ 195 ] {b231891b-dff1-435e-bddb-2ac39d181211::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 | ||
| 4410 | 2025.04.22 03:05:32.475205 [ 276 ] {973b9b1d-84f2-4efa-b11d-3fcd11806966} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4411 | 2025.04.22 03:05:32.475834 [ 276 ] {973b9b1d-84f2-4efa-b11d-3fcd11806966} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4412 | 2025.04.22 03:05:32.476071 [ 276 ] {973b9b1d-84f2-4efa-b11d-3fcd11806966} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003841 sec., 21348.60713355897 rows/sec., 1.36 MiB/sec. | ||
| 4413 | 2025.04.22 03:05:32.476147 [ 276 ] {973b9b1d-84f2-4efa-b11d-3fcd11806966} <Debug> TCPHandler: Processed in 0.004083319 sec. | ||
| 4414 | 2025.04.22 03:05:32.479725 [ 201 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 499 rows, containing 19 columns (19 merged, 0 gathered) in 0.007907751 sec., 63102.644481344956 rows/sec., 113.08 MiB/sec. | ||
| 4415 | 2025.04.22 03:05:32.480421 [ 187 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4416 | 2025.04.22 03:05:32.480793 [ 187 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4417 | 2025.04.22 03:05:32.480865 [ 187 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4418 | 2025.04.22 03:05:32.480956 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.30 MiB. | ||
| 4419 | 2025.04.22 03:05:33.482895 [ 81 ] {} <Debug> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 4420 | 2025.04.22 03:05:33.482992 [ 81 ] {} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4421 | 2025.04.22 03:05:33.483034 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 4422 | 2025.04.22 03:05:33.483538 [ 195 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::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 | ||
| 4423 | 2025.04.22 03:05:33.484000 [ 195 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4424 | 2025.04.22 03:05:33.484061 [ 195 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part | ||
| 4425 | 2025.04.22 03:05:33.484149 [ 195 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::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 | ||
| 4426 | 2025.04.22 03:05:33.484295 [ 195 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part | ||
| 4427 | 2025.04.22 03:05:33.484570 [ 195 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::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 | ||
| 4428 | 2025.04.22 03:05:33.484904 [ 195 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part | ||
| 4429 | 2025.04.22 03:05:33.486002 [ 201 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 5 columns (5 merged, 0 gathered) in 0.002866906 sec., 9069.01028495528 rows/sec., 774.94 KiB/sec. | ||
| 4430 | 2025.04.22 03:05:33.486136 [ 195 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 4431 | 2025.04.22 03:05:33.486407 [ 195 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_5_1} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4432 | 2025.04.22 03:05:33.486483 [ 195 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_5_1} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 4433 | 2025.04.22 03:05:33.486555 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4434 | 2025.04.22 03:05:35.675822 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4435 | 2025.04.22 03:05:35.676055 [ 276 ] {34d77273-8c3d-41bc-8581-345a7d34de5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4436 | 2025.04.22 03:05:35.676137 [ 276 ] {34d77273-8c3d-41bc-8581-345a7d34de5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4437 | 2025.04.22 03:05:35.676978 [ 276 ] {34d77273-8c3d-41bc-8581-345a7d34de5f} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4438 | 2025.04.22 03:05:35.677024 [ 276 ] {34d77273-8c3d-41bc-8581-345a7d34de5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 4439 | 2025.04.22 03:05:35.677474 [ 276 ] {34d77273-8c3d-41bc-8581-345a7d34de5f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 4440 | 2025.04.22 03:05:35.677746 [ 276 ] {34d77273-8c3d-41bc-8581-345a7d34de5f} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4441 | 2025.04.22 03:05:35.677944 [ 276 ] {34d77273-8c3d-41bc-8581-345a7d34de5f} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001946 sec., 2055.498458376156 rows/sec., 167.61 KiB/sec. | ||
| 4442 | 2025.04.22 03:05:35.678014 [ 276 ] {34d77273-8c3d-41bc-8581-345a7d34de5f} <Debug> TCPHandler: Processed in 0.002328842 sec. | ||
| 4443 | 2025.04.22 03:05:35.678152 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4444 | 2025.04.22 03:05:35.678267 [ 276 ] {ef1a28c1-db6b-47c3-b70d-aea14a321f82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4445 | 2025.04.22 03:05:35.678318 [ 276 ] {ef1a28c1-db6b-47c3-b70d-aea14a321f82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4446 | 2025.04.22 03:05:35.679470 [ 276 ] {ef1a28c1-db6b-47c3-b70d-aea14a321f82} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4447 | 2025.04.22 03:05:35.679509 [ 276 ] {ef1a28c1-db6b-47c3-b70d-aea14a321f82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 4448 | 2025.04.22 03:05:35.679974 [ 276 ] {ef1a28c1-db6b-47c3-b70d-aea14a321f82} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4449 | 2025.04.22 03:05:35.680231 [ 276 ] {ef1a28c1-db6b-47c3-b70d-aea14a321f82} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4450 | 2025.04.22 03:05:35.680360 [ 79 ] {} <Debug> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4451 | 2025.04.22 03:05:35.680410 [ 79 ] {} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4452 | 2025.04.22 03:05:35.680411 [ 276 ] {ef1a28c1-db6b-47c3-b70d-aea14a321f82} <Debug> executeQuery: Read 1206 rows, 101.90 KiB in 0.002168 sec., 556273.0627306274 rows/sec., 45.90 MiB/sec. | ||
| 4453 | 2025.04.22 03:05:35.680437 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 4454 | 2025.04.22 03:05:35.680488 [ 276 ] {ef1a28c1-db6b-47c3-b70d-aea14a321f82} <Debug> TCPHandler: Processed in 0.002390835 sec. | ||
| 4455 | 2025.04.22 03:05:35.680692 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4456 | 2025.04.22 03:05:35.680693 [ 194 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::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 | ||
| 4457 | 2025.04.22 03:05:35.680869 [ 276 ] {4c67ed2a-274f-4f26-8821-06e22c71fedc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4458 | 2025.04.22 03:05:35.680987 [ 276 ] {4c67ed2a-274f-4f26-8821-06e22c71fedc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4459 | 2025.04.22 03:05:35.681003 [ 194 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4460 | 2025.04.22 03:05:35.681104 [ 194 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1846 rows starting from the beginning of the part | ||
| 4461 | 2025.04.22 03:05:35.681457 [ 194 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 64 rows starting from the beginning of the part | ||
| 4462 | 2025.04.22 03:05:35.681840 [ 194 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 693 rows starting from the beginning of the part | ||
| 4463 | 2025.04.22 03:05:35.682287 [ 194 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::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 | ||
| 4464 | 2025.04.22 03:05:35.682670 [ 194 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 689 rows starting from the beginning of the part | ||
| 4465 | 2025.04.22 03:05:35.683016 [ 194 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1206 rows starting from the beginning of the part | ||
| 4466 | 2025.04.22 03:05:35.683909 [ 276 ] {4c67ed2a-274f-4f26-8821-06e22c71fedc} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4467 | 2025.04.22 03:05:35.683974 [ 276 ] {4c67ed2a-274f-4f26-8821-06e22c71fedc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 4468 | 2025.04.22 03:05:35.684735 [ 276 ] {4c67ed2a-274f-4f26-8821-06e22c71fedc} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4469 | 2025.04.22 03:05:35.685344 [ 276 ] {4c67ed2a-274f-4f26-8821-06e22c71fedc} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4470 | 2025.04.22 03:05:35.685742 [ 276 ] {4c67ed2a-274f-4f26-8821-06e22c71fedc} <Debug> executeQuery: Read 8 rows, 594.00 B in 0.004916 sec., 1627.3393002441007 rows/sec., 118.00 KiB/sec. | ||
| 4471 | 2025.04.22 03:05:35.685837 [ 276 ] {4c67ed2a-274f-4f26-8821-06e22c71fedc} <Debug> TCPHandler: Processed in 0.00523278 sec. | ||
| 4472 | 2025.04.22 03:05:35.685980 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4473 | 2025.04.22 03:05:35.686106 [ 276 ] {6dfc7c80-9e12-4cbd-9001-0b060404f9a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4474 | 2025.04.22 03:05:35.686164 [ 276 ] {6dfc7c80-9e12-4cbd-9001-0b060404f9a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4475 | 2025.04.22 03:05:35.686971 [ 195 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4562 rows, containing 5 columns (5 merged, 0 gathered) in 0.006437682 sec., 708640.1596102448 rows/sec., 60.23 MiB/sec. | ||
| 4476 | 2025.04.22 03:05:35.687321 [ 201 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4477 | 2025.04.22 03:05:35.687436 [ 276 ] {6dfc7c80-9e12-4cbd-9001-0b060404f9a5} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4478 | 2025.04.22 03:05:35.687503 [ 276 ] {6dfc7c80-9e12-4cbd-9001-0b060404f9a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 4479 | 2025.04.22 03:05:35.687950 [ 201 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_31_6} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4480 | 2025.04.22 03:05:35.688179 [ 201 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_31_6} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4481 | 2025.04.22 03:05:35.688244 [ 276 ] {6dfc7c80-9e12-4cbd-9001-0b060404f9a5} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4482 | 2025.04.22 03:05:35.688335 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.97 MiB. | ||
| 4483 | 2025.04.22 03:05:35.688574 [ 276 ] {6dfc7c80-9e12-4cbd-9001-0b060404f9a5} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4484 | 2025.04.22 03:05:35.688773 [ 276 ] {6dfc7c80-9e12-4cbd-9001-0b060404f9a5} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002701 sec., 84413.18030359127 rows/sec., 5.72 MiB/sec. | ||
| 4485 | 2025.04.22 03:05:35.688889 [ 276 ] {6dfc7c80-9e12-4cbd-9001-0b060404f9a5} <Debug> TCPHandler: Processed in 0.002971699 sec. | ||
| 4486 | 2025.04.22 03:05:35.689015 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4487 | 2025.04.22 03:05:35.689119 [ 276 ] {8d6e3f0e-fa28-4f44-b31f-4719fc106a17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4488 | 2025.04.22 03:05:35.689164 [ 276 ] {8d6e3f0e-fa28-4f44-b31f-4719fc106a17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4489 | 2025.04.22 03:05:35.689912 [ 276 ] {8d6e3f0e-fa28-4f44-b31f-4719fc106a17} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4490 | 2025.04.22 03:05:35.689951 [ 276 ] {8d6e3f0e-fa28-4f44-b31f-4719fc106a17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 4491 | 2025.04.22 03:05:35.690340 [ 276 ] {8d6e3f0e-fa28-4f44-b31f-4719fc106a17} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4492 | 2025.04.22 03:05:35.690593 [ 276 ] {8d6e3f0e-fa28-4f44-b31f-4719fc106a17} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4493 | 2025.04.22 03:05:35.690715 [ 79 ] {} <Debug> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4494 | 2025.04.22 03:05:35.690758 [ 79 ] {} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4495 | 2025.04.22 03:05:35.690774 [ 276 ] {8d6e3f0e-fa28-4f44-b31f-4719fc106a17} <Debug> executeQuery: Read 528 rows, 40.05 KiB in 0.001674 sec., 315412.1863799283 rows/sec., 23.36 MiB/sec. | ||
| 4496 | 2025.04.22 03:05:35.690787 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 4497 | 2025.04.22 03:05:35.690865 [ 276 ] {8d6e3f0e-fa28-4f44-b31f-4719fc106a17} <Debug> TCPHandler: Processed in 0.001900161 sec. | ||
| 4498 | 2025.04.22 03:05:35.690951 [ 195 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::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 | ||
| 4499 | 2025.04.22 03:05:35.690999 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4500 | 2025.04.22 03:05:35.691099 [ 195 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4501 | 2025.04.22 03:05:35.691133 [ 276 ] {74e7986f-5aa0-47c0-b3dd-84ff30364919} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4502 | 2025.04.22 03:05:35.691143 [ 195 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 914 rows starting from the beginning of the part | ||
| 4503 | 2025.04.22 03:05:35.691194 [ 276 ] {74e7986f-5aa0-47c0-b3dd-84ff30364919} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4504 | 2025.04.22 03:05:35.691374 [ 195 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 68 rows starting from the beginning of the part | ||
| 4505 | 2025.04.22 03:05:35.691806 [ 195 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 426 rows starting from the beginning of the part | ||
| 4506 | 2025.04.22 03:05:35.692226 [ 195 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 68 rows starting from the beginning of the part | ||
| 4507 | 2025.04.22 03:05:35.692585 [ 195 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 418 rows starting from the beginning of the part | ||
| 4508 | 2025.04.22 03:05:35.692917 [ 195 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 528 rows starting from the beginning of the part | ||
| 4509 | 2025.04.22 03:05:35.693812 [ 276 ] {74e7986f-5aa0-47c0-b3dd-84ff30364919} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4510 | 2025.04.22 03:05:35.693859 [ 276 ] {74e7986f-5aa0-47c0-b3dd-84ff30364919} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 4511 | 2025.04.22 03:05:35.694538 [ 276 ] {74e7986f-5aa0-47c0-b3dd-84ff30364919} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4512 | 2025.04.22 03:05:35.694870 [ 276 ] {74e7986f-5aa0-47c0-b3dd-84ff30364919} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4513 | 2025.04.22 03:05:35.694986 [ 201 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2422 rows, containing 5 columns (5 merged, 0 gathered) in 0.00411743 sec., 588231.0081774311 rows/sec., 45.05 MiB/sec. | ||
| 4514 | 2025.04.22 03:05:35.695125 [ 79 ] {} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4515 | 2025.04.22 03:05:35.695205 [ 79 ] {} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4516 | 2025.04.22 03:05:35.695262 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 4517 | 2025.04.22 03:05:35.695270 [ 276 ] {74e7986f-5aa0-47c0-b3dd-84ff30364919} <Debug> executeQuery: Read 956 rows, 65.68 KiB in 0.004145 sec., 230639.32448733412 rows/sec., 15.47 MiB/sec. | ||
| 4518 | 2025.04.22 03:05:35.695436 [ 198 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4519 | 2025.04.22 03:05:35.695562 [ 276 ] {74e7986f-5aa0-47c0-b3dd-84ff30364919} <Debug> TCPHandler: Processed in 0.004612593 sec. | ||
| 4520 | 2025.04.22 03:05:35.695840 [ 201 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::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 | ||
| 4521 | 2025.04.22 03:05:35.695878 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4522 | 2025.04.22 03:05:35.696242 [ 276 ] {37279382-4693-4231-94cf-107ed6fbac71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4523 | 2025.04.22 03:05:35.696342 [ 198 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_31_6} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4524 | 2025.04.22 03:05:35.696450 [ 201 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4525 | 2025.04.22 03:05:35.696541 [ 276 ] {37279382-4693-4231-94cf-107ed6fbac71} <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 | ||
| 4526 | 2025.04.22 03:05:35.696671 [ 201 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 8737 rows starting from the beginning of the part | ||
| 4527 | 2025.04.22 03:05:35.696716 [ 198 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_31_6} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4528 | 2025.04.22 03:05:35.697043 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 4529 | 2025.04.22 03:05:35.697454 [ 201 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part | ||
| 4530 | 2025.04.22 03:05:35.697910 [ 201 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 241 rows starting from the beginning of the part | ||
| 4531 | 2025.04.22 03:05:35.698342 [ 201 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 160 rows starting from the beginning of the part | ||
| 4532 | 2025.04.22 03:05:35.698743 [ 201 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::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 | ||
| 4533 | 2025.04.22 03:05:35.699172 [ 201 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 956 rows starting from the beginning of the part | ||
| 4534 | 2025.04.22 03:05:35.701151 [ 276 ] {37279382-4693-4231-94cf-107ed6fbac71} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4535 | 2025.04.22 03:05:35.701231 [ 276 ] {37279382-4693-4231-94cf-107ed6fbac71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 4536 | 2025.04.22 03:05:35.702819 [ 276 ] {37279382-4693-4231-94cf-107ed6fbac71} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4537 | 2025.04.22 03:05:35.703147 [ 276 ] {37279382-4693-4231-94cf-107ed6fbac71} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4538 | 2025.04.22 03:05:35.703462 [ 276 ] {37279382-4693-4231-94cf-107ed6fbac71} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.007365 sec., 543.1093007467753 rows/sec., 996.58 KiB/sec. | ||
| 4539 | 2025.04.22 03:05:35.703731 [ 276 ] {37279382-4693-4231-94cf-107ed6fbac71} <Debug> TCPHandler: Processed in 0.007925222 sec. | ||
| 4540 | 2025.04.22 03:05:35.703863 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4541 | 2025.04.22 03:05:35.703972 [ 276 ] {2be71fa1-b86d-4fb2-ac2e-07d0103cd6d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4542 | 2025.04.22 03:05:35.704021 [ 276 ] {2be71fa1-b86d-4fb2-ac2e-07d0103cd6d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4543 | 2025.04.22 03:05:35.704544 [ 276 ] {2be71fa1-b86d-4fb2-ac2e-07d0103cd6d4} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4544 | 2025.04.22 03:05:35.704629 [ 276 ] {2be71fa1-b86d-4fb2-ac2e-07d0103cd6d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 4545 | 2025.04.22 03:05:35.705102 [ 201 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10491 rows, containing 5 columns (5 merged, 0 gathered) in 0.009685869 sec., 1083124.2916871991 rows/sec., 73.12 MiB/sec. | ||
| 4546 | 2025.04.22 03:05:35.705482 [ 201 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4547 | 2025.04.22 03:05:35.705497 [ 276 ] {2be71fa1-b86d-4fb2-ac2e-07d0103cd6d4} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4548 | 2025.04.22 03:05:35.706052 [ 201 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4549 | 2025.04.22 03:05:35.706078 [ 276 ] {2be71fa1-b86d-4fb2-ac2e-07d0103cd6d4} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4550 | 2025.04.22 03:05:35.706244 [ 201 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4551 | 2025.04.22 03:05:35.706330 [ 79 ] {} <Debug> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4552 | 2025.04.22 03:05:35.706417 [ 79 ] {} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4553 | 2025.04.22 03:05:35.706495 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 4554 | 2025.04.22 03:05:35.706540 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.30 MiB. | ||
| 4555 | 2025.04.22 03:05:35.706563 [ 276 ] {2be71fa1-b86d-4fb2-ac2e-07d0103cd6d4} <Debug> executeQuery: Read 42 rows, 2.89 KiB in 0.002611 sec., 16085.790884718499 rows/sec., 1.08 MiB/sec. | ||
| 4556 | 2025.04.22 03:05:35.706768 [ 276 ] {2be71fa1-b86d-4fb2-ac2e-07d0103cd6d4} <Debug> TCPHandler: Processed in 0.002952879 sec. | ||
| 4557 | 2025.04.22 03:05:35.706854 [ 198 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::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 | ||
| 4558 | 2025.04.22 03:05:35.706974 [ 198 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4559 | 2025.04.22 03:05:35.707004 [ 198 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1424 rows starting from the beginning of the part | ||
| 4560 | 2025.04.22 03:05:35.707067 [ 198 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part | ||
| 4561 | 2025.04.22 03:05:35.707281 [ 198 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 82 rows starting from the beginning of the part | ||
| 4562 | 2025.04.22 03:05:35.707506 [ 198 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part | ||
| 4563 | 2025.04.22 03:05:35.707695 [ 198 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::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 | ||
| 4564 | 2025.04.22 03:05:35.707886 [ 198 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 42 rows starting from the beginning of the part | ||
| 4565 | 2025.04.22 03:05:35.709265 [ 188 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1750 rows, containing 4 columns (4 merged, 0 gathered) in 0.002573549 sec., 679994.8242679661 rows/sec., 44.70 MiB/sec. | ||
| 4566 | 2025.04.22 03:05:35.709539 [ 188 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4567 | 2025.04.22 03:05:35.709874 [ 188 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_31_6} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4568 | 2025.04.22 03:05:35.709976 [ 188 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_31_6} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4569 | 2025.04.22 03:05:35.710081 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 4570 | 2025.04.22 03:05:35.775534 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9638 | ||
| 4571 | 2025.04.22 03:05:35.776223 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4572 | 2025.04.22 03:05:35.776260 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 4573 | 2025.04.22 03:05:35.776741 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4574 | 2025.04.22 03:05:35.776988 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4575 | 2025.04.22 03:05:35.777126 [ 79 ] {} <Debug> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4576 | 2025.04.22 03:05:35.777159 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9638 | ||
| 4577 | 2025.04.22 03:05:35.777178 [ 79 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4578 | 2025.04.22 03:05:35.777204 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 4579 | 2025.04.22 03:05:35.777440 [ 196 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 4580 | 2025.04.22 03:05:35.777650 [ 196 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4581 | 2025.04.22 03:05:35.777691 [ 196 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 4582 | 2025.04.22 03:05:35.777782 [ 196 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 4583 | 2025.04.22 03:05:35.778020 [ 196 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 4584 | 2025.04.22 03:05:35.778175 [ 196 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 4585 | 2025.04.22 03:05:35.778333 [ 196 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 4586 | 2025.04.22 03:05:35.778469 [ 196 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 4587 | 2025.04.22 03:05:35.780913 [ 193 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9638 rows, containing 4 columns (4 merged, 0 gathered) in 0.003635688 sec., 2650942.545124884 rows/sec., 37.92 MiB/sec. | ||
| 4588 | 2025.04.22 03:05:35.781222 [ 190 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4589 | 2025.04.22 03:05:35.781592 [ 190 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_21_4} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4590 | 2025.04.22 03:05:35.781695 [ 190 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_21_4} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4591 | 2025.04.22 03:05:35.781807 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. | ||
| 4592 | 2025.04.22 03:05:36.392460 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
| 4593 | 2025.04.22 03:05:36.414265 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4594 | 2025.04.22 03:05:36.414321 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 4595 | 2025.04.22 03:05:36.421832 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4596 | 2025.04.22 03:05:36.422585 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4597 | 2025.04.22 03:05:36.423002 [ 77 ] {} <Debug> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4598 | 2025.04.22 03:05:36.423139 [ 77 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4599 | 2025.04.22 03:05:36.423224 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 4600 | 2025.04.22 03:05:36.423572 [ 196 ] {221840db-82c7-49e0-9543-fc81844dee87::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 | ||
| 4601 | 2025.04.22 03:05:36.431052 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
| 4602 | 2025.04.22 03:05:36.432461 [ 196 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4603 | 2025.04.22 03:05:36.433411 [ 196 ] {221840db-82c7-49e0-9543-fc81844dee87::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 | ||
| 4604 | 2025.04.22 03:05:36.437990 [ 196 ] {221840db-82c7-49e0-9543-fc81844dee87::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 | ||
| 4605 | 2025.04.22 03:05:36.442894 [ 196 ] {221840db-82c7-49e0-9543-fc81844dee87::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 | ||
| 4606 | 2025.04.22 03:05:36.447915 [ 196 ] {221840db-82c7-49e0-9543-fc81844dee87::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 | ||
| 4607 | 2025.04.22 03:05:36.453273 [ 196 ] {221840db-82c7-49e0-9543-fc81844dee87::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 | ||
| 4608 | 2025.04.22 03:05:36.457597 [ 196 ] {221840db-82c7-49e0-9543-fc81844dee87::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 | ||
| 4609 | 2025.04.22 03:05:36.514540 [ 189 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.091155319 sec., 1744.275613801538 rows/sec., 9.02 MiB/sec. | ||
| 4610 | 2025.04.22 03:05:36.517469 [ 189 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4611 | 2025.04.22 03:05:36.520523 [ 189 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_21_4} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4612 | 2025.04.22 03:05:36.520647 [ 189 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_21_4} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4613 | 2025.04.22 03:05:36.523247 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 4614 | 2025.04.22 03:05:37.000172 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 186.59 MiB, peak 197.15 MiB, free memory in arenas 0.00 B, will set to 188.24 MiB (RSS), difference: 1.65 MiB | ||
| 4615 | 2025.04.22 03:05:37.431484 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4616 | 2025.04.22 03:05:37.431674 [ 276 ] {fb1bb9b4-df03-4220-baff-eac0bcd27b69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4617 | 2025.04.22 03:05:37.431747 [ 276 ] {fb1bb9b4-df03-4220-baff-eac0bcd27b69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4618 | 2025.04.22 03:05:37.432587 [ 276 ] {fb1bb9b4-df03-4220-baff-eac0bcd27b69} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4619 | 2025.04.22 03:05:37.432637 [ 276 ] {fb1bb9b4-df03-4220-baff-eac0bcd27b69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 4620 | 2025.04.22 03:05:37.433075 [ 276 ] {fb1bb9b4-df03-4220-baff-eac0bcd27b69} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4621 | 2025.04.22 03:05:37.433336 [ 276 ] {fb1bb9b4-df03-4220-baff-eac0bcd27b69} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4622 | 2025.04.22 03:05:37.433552 [ 276 ] {fb1bb9b4-df03-4220-baff-eac0bcd27b69} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001931 sec., 29000.51786639047 rows/sec., 2.23 MiB/sec. | ||
| 4623 | 2025.04.22 03:05:37.433608 [ 276 ] {fb1bb9b4-df03-4220-baff-eac0bcd27b69} <Debug> TCPHandler: Processed in 0.002270721 sec. | ||
| 4624 | 2025.04.22 03:05:37.433736 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4625 | 2025.04.22 03:05:37.433841 [ 276 ] {7fe57a7d-7cc7-4024-b21f-fd3d51b5c232} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4626 | 2025.04.22 03:05:37.433885 [ 276 ] {7fe57a7d-7cc7-4024-b21f-fd3d51b5c232} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4627 | 2025.04.22 03:05:37.434429 [ 276 ] {7fe57a7d-7cc7-4024-b21f-fd3d51b5c232} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4628 | 2025.04.22 03:05:37.434468 [ 276 ] {7fe57a7d-7cc7-4024-b21f-fd3d51b5c232} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 4629 | 2025.04.22 03:05:37.434818 [ 276 ] {7fe57a7d-7cc7-4024-b21f-fd3d51b5c232} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4630 | 2025.04.22 03:05:37.435070 [ 276 ] {7fe57a7d-7cc7-4024-b21f-fd3d51b5c232} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4631 | 2025.04.22 03:05:37.435264 [ 276 ] {7fe57a7d-7cc7-4024-b21f-fd3d51b5c232} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001444 sec., 44321.3296398892 rows/sec., 3.46 MiB/sec. | ||
| 4632 | 2025.04.22 03:05:37.435313 [ 276 ] {7fe57a7d-7cc7-4024-b21f-fd3d51b5c232} <Debug> TCPHandler: Processed in 0.001625203 sec. | ||
| 4633 | 2025.04.22 03:05:37.435432 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4634 | 2025.04.22 03:05:37.435534 [ 276 ] {b931372f-ef04-4618-8f5b-4770662ee54f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4635 | 2025.04.22 03:05:37.435582 [ 276 ] {b931372f-ef04-4618-8f5b-4770662ee54f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4636 | 2025.04.22 03:05:37.436060 [ 276 ] {b931372f-ef04-4618-8f5b-4770662ee54f} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4637 | 2025.04.22 03:05:37.436098 [ 276 ] {b931372f-ef04-4618-8f5b-4770662ee54f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 4638 | 2025.04.22 03:05:37.436470 [ 276 ] {b931372f-ef04-4618-8f5b-4770662ee54f} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4639 | 2025.04.22 03:05:37.436711 [ 276 ] {b931372f-ef04-4618-8f5b-4770662ee54f} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4640 | 2025.04.22 03:05:37.436905 [ 276 ] {b931372f-ef04-4618-8f5b-4770662ee54f} <Debug> executeQuery: Read 52 rows, 3.70 KiB in 0.001393 sec., 37329.504666188084 rows/sec., 2.60 MiB/sec. | ||
| 4641 | 2025.04.22 03:05:37.436954 [ 276 ] {b931372f-ef04-4618-8f5b-4770662ee54f} <Debug> TCPHandler: Processed in 0.001570912 sec. | ||
| 4642 | 2025.04.22 03:05:37.437069 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4643 | 2025.04.22 03:05:37.437172 [ 276 ] {a2800f28-b8e9-4106-83fb-5f92c43190ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4644 | 2025.04.22 03:05:37.437217 [ 276 ] {a2800f28-b8e9-4106-83fb-5f92c43190ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4645 | 2025.04.22 03:05:37.437628 [ 276 ] {a2800f28-b8e9-4106-83fb-5f92c43190ca} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4646 | 2025.04.22 03:05:37.437667 [ 276 ] {a2800f28-b8e9-4106-83fb-5f92c43190ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 4647 | 2025.04.22 03:05:37.438019 [ 276 ] {a2800f28-b8e9-4106-83fb-5f92c43190ca} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4648 | 2025.04.22 03:05:37.438255 [ 276 ] {a2800f28-b8e9-4106-83fb-5f92c43190ca} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4649 | 2025.04.22 03:05:37.438488 [ 276 ] {a2800f28-b8e9-4106-83fb-5f92c43190ca} <Debug> executeQuery: Read 18 rows, 1.25 KiB in 0.001326 sec., 13574.660633484164 rows/sec., 941.95 KiB/sec. | ||
| 4650 | 2025.04.22 03:05:37.438561 [ 276 ] {a2800f28-b8e9-4106-83fb-5f92c43190ca} <Debug> TCPHandler: Processed in 0.001540531 sec. | ||
| 4651 | 2025.04.22 03:05:38.307521 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 650 | ||
| 4652 | 2025.04.22 03:05:38.310856 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4653 | 2025.04.22 03:05:38.310910 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 4654 | 2025.04.22 03:05:38.312377 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4655 | 2025.04.22 03:05:38.312706 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4656 | 2025.04.22 03:05:38.313357 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 650 | ||
| 4657 | 2025.04.22 03:05:42.442716 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4658 | 2025.04.22 03:05:42.442921 [ 276 ] {f1ca45ff-5d19-474f-bb2c-61c54ca13490} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4659 | 2025.04.22 03:05:42.442992 [ 276 ] {f1ca45ff-5d19-474f-bb2c-61c54ca13490} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4660 | 2025.04.22 03:05:42.443839 [ 276 ] {f1ca45ff-5d19-474f-bb2c-61c54ca13490} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4661 | 2025.04.22 03:05:42.443890 [ 276 ] {f1ca45ff-5d19-474f-bb2c-61c54ca13490} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 4662 | 2025.04.22 03:05:42.444336 [ 276 ] {f1ca45ff-5d19-474f-bb2c-61c54ca13490} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4663 | 2025.04.22 03:05:42.444590 [ 276 ] {f1ca45ff-5d19-474f-bb2c-61c54ca13490} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4664 | 2025.04.22 03:05:42.444812 [ 276 ] {f1ca45ff-5d19-474f-bb2c-61c54ca13490} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001942 sec., 109165.80844490217 rows/sec., 6.94 MiB/sec. | ||
| 4665 | 2025.04.22 03:05:42.444866 [ 276 ] {f1ca45ff-5d19-474f-bb2c-61c54ca13490} <Debug> TCPHandler: Processed in 0.002278411 sec. | ||
| 4666 | 2025.04.22 03:05:42.444988 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4667 | 2025.04.22 03:05:42.445090 [ 276 ] {dc43e601-0db3-4cba-85e8-047f51d22326} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4668 | 2025.04.22 03:05:42.445134 [ 276 ] {dc43e601-0db3-4cba-85e8-047f51d22326} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4669 | 2025.04.22 03:05:42.445950 [ 276 ] {dc43e601-0db3-4cba-85e8-047f51d22326} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4670 | 2025.04.22 03:05:42.445990 [ 276 ] {dc43e601-0db3-4cba-85e8-047f51d22326} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 4671 | 2025.04.22 03:05:42.446390 [ 276 ] {dc43e601-0db3-4cba-85e8-047f51d22326} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4672 | 2025.04.22 03:05:42.446626 [ 276 ] {dc43e601-0db3-4cba-85e8-047f51d22326} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4673 | 2025.04.22 03:05:42.446827 [ 276 ] {dc43e601-0db3-4cba-85e8-047f51d22326} <Debug> executeQuery: Read 689 rows, 56.23 KiB in 0.001757 sec., 392145.70290267497 rows/sec., 31.25 MiB/sec. | ||
| 4674 | 2025.04.22 03:05:42.446882 [ 276 ] {dc43e601-0db3-4cba-85e8-047f51d22326} <Debug> TCPHandler: Processed in 0.001942282 sec. | ||
| 4675 | 2025.04.22 03:05:42.447046 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4676 | 2025.04.22 03:05:42.447145 [ 276 ] {5c18c8a0-7a74-4a4b-a510-a0f5466aca53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4677 | 2025.04.22 03:05:42.447188 [ 276 ] {5c18c8a0-7a74-4a4b-a510-a0f5466aca53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4678 | 2025.04.22 03:05:42.447723 [ 276 ] {5c18c8a0-7a74-4a4b-a510-a0f5466aca53} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4679 | 2025.04.22 03:05:42.447761 [ 276 ] {5c18c8a0-7a74-4a4b-a510-a0f5466aca53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 4680 | 2025.04.22 03:05:42.448148 [ 276 ] {5c18c8a0-7a74-4a4b-a510-a0f5466aca53} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4681 | 2025.04.22 03:05:42.448387 [ 276 ] {5c18c8a0-7a74-4a4b-a510-a0f5466aca53} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4682 | 2025.04.22 03:05:42.448587 [ 276 ] {5c18c8a0-7a74-4a4b-a510-a0f5466aca53} <Debug> executeQuery: Read 142 rows, 9.09 KiB in 0.001463 sec., 97060.83390293916 rows/sec., 6.07 MiB/sec. | ||
| 4683 | 2025.04.22 03:05:42.448636 [ 276 ] {5c18c8a0-7a74-4a4b-a510-a0f5466aca53} <Debug> TCPHandler: Processed in 0.001668614 sec. | ||
| 4684 | 2025.04.22 03:05:42.448749 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4685 | 2025.04.22 03:05:42.448843 [ 276 ] {e66d5ee5-174f-42b6-9173-e53b13895eef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4686 | 2025.04.22 03:05:42.448884 [ 276 ] {e66d5ee5-174f-42b6-9173-e53b13895eef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4687 | 2025.04.22 03:05:42.449375 [ 276 ] {e66d5ee5-174f-42b6-9173-e53b13895eef} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4688 | 2025.04.22 03:05:42.449411 [ 276 ] {e66d5ee5-174f-42b6-9173-e53b13895eef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 4689 | 2025.04.22 03:05:42.449807 [ 276 ] {e66d5ee5-174f-42b6-9173-e53b13895eef} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4690 | 2025.04.22 03:05:42.450044 [ 276 ] {e66d5ee5-174f-42b6-9173-e53b13895eef} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4691 | 2025.04.22 03:05:42.450242 [ 276 ] {e66d5ee5-174f-42b6-9173-e53b13895eef} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001405 sec., 80427.0462633452 rows/sec., 5.21 MiB/sec. | ||
| 4692 | 2025.04.22 03:05:42.450291 [ 276 ] {e66d5ee5-174f-42b6-9173-e53b13895eef} <Debug> TCPHandler: Processed in 0.001582682 sec. | ||
| 4693 | 2025.04.22 03:05:42.450405 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4694 | 2025.04.22 03:05:42.450505 [ 276 ] {99187e64-08ea-4bce-a118-2cbb9f950e1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4695 | 2025.04.22 03:05:42.450548 [ 276 ] {99187e64-08ea-4bce-a118-2cbb9f950e1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4696 | 2025.04.22 03:05:42.451074 [ 276 ] {99187e64-08ea-4bce-a118-2cbb9f950e1b} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4697 | 2025.04.22 03:05:42.451113 [ 276 ] {99187e64-08ea-4bce-a118-2cbb9f950e1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 4698 | 2025.04.22 03:05:42.451471 [ 276 ] {99187e64-08ea-4bce-a118-2cbb9f950e1b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4699 | 2025.04.22 03:05:42.451718 [ 276 ] {99187e64-08ea-4bce-a118-2cbb9f950e1b} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4700 | 2025.04.22 03:05:42.451987 [ 276 ] {99187e64-08ea-4bce-a118-2cbb9f950e1b} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001495 sec., 74916.38795986622 rows/sec., 4.27 MiB/sec. | ||
| 4701 | 2025.04.22 03:05:42.452193 [ 276 ] {99187e64-08ea-4bce-a118-2cbb9f950e1b} <Debug> TCPHandler: Processed in 0.001833959 sec. | ||
| 4702 | 2025.04.22 03:05:42.452343 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4703 | 2025.04.22 03:05:42.452446 [ 276 ] {30d904a9-5544-40d8-99b9-3ee311f581da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4704 | 2025.04.22 03:05:42.452491 [ 276 ] {30d904a9-5544-40d8-99b9-3ee311f581da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4705 | 2025.04.22 03:05:42.453165 [ 276 ] {30d904a9-5544-40d8-99b9-3ee311f581da} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4706 | 2025.04.22 03:05:42.453205 [ 276 ] {30d904a9-5544-40d8-99b9-3ee311f581da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 4707 | 2025.04.22 03:05:42.453573 [ 276 ] {30d904a9-5544-40d8-99b9-3ee311f581da} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4708 | 2025.04.22 03:05:42.453822 [ 276 ] {30d904a9-5544-40d8-99b9-3ee311f581da} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4709 | 2025.04.22 03:05:42.454011 [ 276 ] {30d904a9-5544-40d8-99b9-3ee311f581da} <Debug> executeQuery: Read 418 rows, 30.47 KiB in 0.001585 sec., 263722.3974763407 rows/sec., 18.77 MiB/sec. | ||
| 4710 | 2025.04.22 03:05:42.454062 [ 276 ] {30d904a9-5544-40d8-99b9-3ee311f581da} <Debug> TCPHandler: Processed in 0.001767037 sec. | ||
| 4711 | 2025.04.22 03:05:42.454178 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4712 | 2025.04.22 03:05:42.454279 [ 276 ] {9b91450c-e1db-44e9-90c2-d4367856a097} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4713 | 2025.04.22 03:05:42.454324 [ 276 ] {9b91450c-e1db-44e9-90c2-d4367856a097} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4714 | 2025.04.22 03:05:42.454750 [ 276 ] {9b91450c-e1db-44e9-90c2-d4367856a097} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4715 | 2025.04.22 03:05:42.454788 [ 276 ] {9b91450c-e1db-44e9-90c2-d4367856a097} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 4716 | 2025.04.22 03:05:42.455143 [ 276 ] {9b91450c-e1db-44e9-90c2-d4367856a097} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4717 | 2025.04.22 03:05:42.455375 [ 276 ] {9b91450c-e1db-44e9-90c2-d4367856a097} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4718 | 2025.04.22 03:05:42.455548 [ 68 ] {} <Debug> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4719 | 2025.04.22 03:05:42.455604 [ 276 ] {9b91450c-e1db-44e9-90c2-d4367856a097} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001338 sec., 4484.304932735426 rows/sec., 234.29 KiB/sec. | ||
| 4720 | 2025.04.22 03:05:42.455631 [ 68 ] {} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4721 | 2025.04.22 03:05:42.455692 [ 276 ] {9b91450c-e1db-44e9-90c2-d4367856a097} <Debug> TCPHandler: Processed in 0.001562151 sec. | ||
| 4722 | 2025.04.22 03:05:42.455711 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 4723 | 2025.04.22 03:05:42.455852 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4724 | 2025.04.22 03:05:42.456045 [ 199 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::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 | ||
| 4725 | 2025.04.22 03:05:42.456079 [ 276 ] {880bebfd-0aa1-4ef4-bee7-f39e0cde8a7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4726 | 2025.04.22 03:05:42.456141 [ 276 ] {880bebfd-0aa1-4ef4-bee7-f39e0cde8a7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4727 | 2025.04.22 03:05:42.456237 [ 199 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4728 | 2025.04.22 03:05:42.456305 [ 199 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::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 | ||
| 4729 | 2025.04.22 03:05:42.456529 [ 199 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::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 | ||
| 4730 | 2025.04.22 03:05:42.456829 [ 199 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::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 | ||
| 4731 | 2025.04.22 03:05:42.457217 [ 199 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::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 | ||
| 4732 | 2025.04.22 03:05:42.457550 [ 199 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::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 | ||
| 4733 | 2025.04.22 03:05:42.457974 [ 199 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::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 | ||
| 4734 | 2025.04.22 03:05:42.458576 [ 276 ] {880bebfd-0aa1-4ef4-bee7-f39e0cde8a7a} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4735 | 2025.04.22 03:05:42.458616 [ 276 ] {880bebfd-0aa1-4ef4-bee7-f39e0cde8a7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 4736 | 2025.04.22 03:05:42.459246 [ 276 ] {880bebfd-0aa1-4ef4-bee7-f39e0cde8a7a} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4737 | 2025.04.22 03:05:42.459656 [ 276 ] {880bebfd-0aa1-4ef4-bee7-f39e0cde8a7a} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4738 | 2025.04.22 03:05:42.459750 [ 193 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.003895665 sec., 16941.9085059932 rows/sec., 885.15 KiB/sec. | ||
| 4739 | 2025.04.22 03:05:42.460004 [ 276 ] {880bebfd-0aa1-4ef4-bee7-f39e0cde8a7a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.003977 sec., 59592.65778224793 rows/sec., 3.99 MiB/sec. | ||
| 4740 | 2025.04.22 03:05:42.460010 [ 199 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4741 | 2025.04.22 03:05:42.460105 [ 276 ] {880bebfd-0aa1-4ef4-bee7-f39e0cde8a7a} <Debug> TCPHandler: Processed in 0.004328346 sec. | ||
| 4742 | 2025.04.22 03:05:42.460231 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4743 | 2025.04.22 03:05:42.460352 [ 276 ] {9a7e6854-f08f-4aa0-adbc-de8c49f60eb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4744 | 2025.04.22 03:05:42.460363 [ 199 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_11_2} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4745 | 2025.04.22 03:05:42.460414 [ 276 ] {9a7e6854-f08f-4aa0-adbc-de8c49f60eb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4746 | 2025.04.22 03:05:42.460462 [ 199 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_11_2} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4747 | 2025.04.22 03:05:42.460565 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4748 | 2025.04.22 03:05:42.460915 [ 276 ] {9a7e6854-f08f-4aa0-adbc-de8c49f60eb8} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4749 | 2025.04.22 03:05:42.460952 [ 276 ] {9a7e6854-f08f-4aa0-adbc-de8c49f60eb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 4750 | 2025.04.22 03:05:42.461294 [ 276 ] {9a7e6854-f08f-4aa0-adbc-de8c49f60eb8} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4751 | 2025.04.22 03:05:42.461529 [ 276 ] {9a7e6854-f08f-4aa0-adbc-de8c49f60eb8} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4752 | 2025.04.22 03:05:42.461762 [ 276 ] {9a7e6854-f08f-4aa0-adbc-de8c49f60eb8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00144 sec., 694.4444444444445 rows/sec., 46.79 KiB/sec. | ||
| 4753 | 2025.04.22 03:05:42.461953 [ 276 ] {9a7e6854-f08f-4aa0-adbc-de8c49f60eb8} <Debug> TCPHandler: Processed in 0.001767918 sec. | ||
| 4754 | 2025.04.22 03:05:42.462131 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4755 | 2025.04.22 03:05:42.462233 [ 276 ] {e813d31f-47d2-458e-8d2c-24bdbd18921e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4756 | 2025.04.22 03:05:42.462308 [ 276 ] {e813d31f-47d2-458e-8d2c-24bdbd18921e} <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 | ||
| 4757 | 2025.04.22 03:05:42.463383 [ 276 ] {e813d31f-47d2-458e-8d2c-24bdbd18921e} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4758 | 2025.04.22 03:05:42.463423 [ 276 ] {e813d31f-47d2-458e-8d2c-24bdbd18921e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 4759 | 2025.04.22 03:05:42.464060 [ 276 ] {e813d31f-47d2-458e-8d2c-24bdbd18921e} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4760 | 2025.04.22 03:05:42.464313 [ 276 ] {e813d31f-47d2-458e-8d2c-24bdbd18921e} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4761 | 2025.04.22 03:05:42.464537 [ 276 ] {e813d31f-47d2-458e-8d2c-24bdbd18921e} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002327 sec., 15470.562956596475 rows/sec., 27.72 MiB/sec. | ||
| 4762 | 2025.04.22 03:05:42.464627 [ 276 ] {e813d31f-47d2-458e-8d2c-24bdbd18921e} <Debug> TCPHandler: Processed in 0.002543408 sec. | ||
| 4763 | 2025.04.22 03:05:42.464738 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4764 | 2025.04.22 03:05:42.464837 [ 276 ] {33cb68bc-a2d3-4dd1-9880-09fbb4e6409d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4765 | 2025.04.22 03:05:42.464882 [ 276 ] {33cb68bc-a2d3-4dd1-9880-09fbb4e6409d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4766 | 2025.04.22 03:05:42.465294 [ 276 ] {33cb68bc-a2d3-4dd1-9880-09fbb4e6409d} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4767 | 2025.04.22 03:05:42.465333 [ 276 ] {33cb68bc-a2d3-4dd1-9880-09fbb4e6409d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 4768 | 2025.04.22 03:05:42.465687 [ 276 ] {33cb68bc-a2d3-4dd1-9880-09fbb4e6409d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4769 | 2025.04.22 03:05:42.465927 [ 276 ] {33cb68bc-a2d3-4dd1-9880-09fbb4e6409d} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4770 | 2025.04.22 03:05:42.466136 [ 276 ] {33cb68bc-a2d3-4dd1-9880-09fbb4e6409d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00132 sec., 62121.21212121212 rows/sec., 3.95 MiB/sec. | ||
| 4771 | 2025.04.22 03:05:42.466183 [ 276 ] {33cb68bc-a2d3-4dd1-9880-09fbb4e6409d} <Debug> TCPHandler: Processed in 0.00149315 sec. | ||
| 4772 | 2025.04.22 03:05:43.177283 [ 61 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4773 | 2025.04.22 03:05:43.177358 [ 61 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4774 | 2025.04.22 03:05:43.277274 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10126 | ||
| 4775 | 2025.04.22 03:05:43.277984 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4776 | 2025.04.22 03:05:43.278038 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 4777 | 2025.04.22 03:05:43.278554 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4778 | 2025.04.22 03:05:43.278815 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4779 | 2025.04.22 03:05:43.279045 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
| 4780 | 2025.04.22 03:05:43.931132 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
| 4781 | 2025.04.22 03:05:43.949914 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4782 | 2025.04.22 03:05:43.949979 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 4783 | 2025.04.22 03:05:43.956995 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4784 | 2025.04.22 03:05:43.957758 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4785 | 2025.04.22 03:05:43.960366 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
| 4786 | 2025.04.22 03:05:47.435537 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4787 | 2025.04.22 03:05:47.435770 [ 276 ] {b73d4ece-d3b9-434f-a521-a8a316362a7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4788 | 2025.04.22 03:05:47.435852 [ 276 ] {b73d4ece-d3b9-434f-a521-a8a316362a7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4789 | 2025.04.22 03:05:47.436643 [ 276 ] {b73d4ece-d3b9-434f-a521-a8a316362a7a} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4790 | 2025.04.22 03:05:47.436695 [ 276 ] {b73d4ece-d3b9-434f-a521-a8a316362a7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 4791 | 2025.04.22 03:05:47.437141 [ 276 ] {b73d4ece-d3b9-434f-a521-a8a316362a7a} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4792 | 2025.04.22 03:05:47.437394 [ 276 ] {b73d4ece-d3b9-434f-a521-a8a316362a7a} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4793 | 2025.04.22 03:05:47.437630 [ 276 ] {b73d4ece-d3b9-434f-a521-a8a316362a7a} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.001908 sec., 33542.976939203356 rows/sec., 2.66 MiB/sec. | ||
| 4794 | 2025.04.22 03:05:47.437758 [ 276 ] {b73d4ece-d3b9-434f-a521-a8a316362a7a} <Debug> TCPHandler: Processed in 0.002355193 sec. | ||
| 4795 | 2025.04.22 03:05:47.437946 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4796 | 2025.04.22 03:05:47.438074 [ 276 ] {eda4eecc-0d8d-4f3b-b4ed-ff208b87f082} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4797 | 2025.04.22 03:05:47.438121 [ 276 ] {eda4eecc-0d8d-4f3b-b4ed-ff208b87f082} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4798 | 2025.04.22 03:05:47.438657 [ 276 ] {eda4eecc-0d8d-4f3b-b4ed-ff208b87f082} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4799 | 2025.04.22 03:05:47.438698 [ 276 ] {eda4eecc-0d8d-4f3b-b4ed-ff208b87f082} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 4800 | 2025.04.22 03:05:47.439048 [ 276 ] {eda4eecc-0d8d-4f3b-b4ed-ff208b87f082} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4801 | 2025.04.22 03:05:47.439290 [ 276 ] {eda4eecc-0d8d-4f3b-b4ed-ff208b87f082} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4802 | 2025.04.22 03:05:47.439486 [ 276 ] {eda4eecc-0d8d-4f3b-b4ed-ff208b87f082} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001434 sec., 2789.400278940028 rows/sec., 209.75 KiB/sec. | ||
| 4803 | 2025.04.22 03:05:47.439535 [ 276 ] {eda4eecc-0d8d-4f3b-b4ed-ff208b87f082} <Debug> TCPHandler: Processed in 0.001675535 sec. | ||
| 4804 | 2025.04.22 03:05:47.439641 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4805 | 2025.04.22 03:05:47.439742 [ 276 ] {024424e1-207f-4d71-a4e8-326ffd59e598} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4806 | 2025.04.22 03:05:47.439787 [ 276 ] {024424e1-207f-4d71-a4e8-326ffd59e598} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4807 | 2025.04.22 03:05:47.440320 [ 276 ] {024424e1-207f-4d71-a4e8-326ffd59e598} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4808 | 2025.04.22 03:05:47.440359 [ 276 ] {024424e1-207f-4d71-a4e8-326ffd59e598} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 4809 | 2025.04.22 03:05:47.440705 [ 276 ] {024424e1-207f-4d71-a4e8-326ffd59e598} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4810 | 2025.04.22 03:05:47.440952 [ 276 ] {024424e1-207f-4d71-a4e8-326ffd59e598} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4811 | 2025.04.22 03:05:47.441151 [ 276 ] {024424e1-207f-4d71-a4e8-326ffd59e598} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001429 sec., 47585.724282715186 rows/sec., 3.71 MiB/sec. | ||
| 4812 | 2025.04.22 03:05:47.441200 [ 276 ] {024424e1-207f-4d71-a4e8-326ffd59e598} <Debug> TCPHandler: Processed in 0.001606252 sec. | ||
| 4813 | 2025.04.22 03:05:47.441315 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4814 | 2025.04.22 03:05:47.441417 [ 276 ] {34239a6a-54ce-4ff8-86df-d4ab4c62c3f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4815 | 2025.04.22 03:05:47.441465 [ 276 ] {34239a6a-54ce-4ff8-86df-d4ab4c62c3f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4816 | 2025.04.22 03:05:47.441971 [ 276 ] {34239a6a-54ce-4ff8-86df-d4ab4c62c3f8} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4817 | 2025.04.22 03:05:47.442010 [ 276 ] {34239a6a-54ce-4ff8-86df-d4ab4c62c3f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 4818 | 2025.04.22 03:05:47.442385 [ 276 ] {34239a6a-54ce-4ff8-86df-d4ab4c62c3f8} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4819 | 2025.04.22 03:05:47.442625 [ 276 ] {34239a6a-54ce-4ff8-86df-d4ab4c62c3f8} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4820 | 2025.04.22 03:05:47.442826 [ 276 ] {34239a6a-54ce-4ff8-86df-d4ab4c62c3f8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00143 sec., 111888.11188811189 rows/sec., 7.79 MiB/sec. | ||
| 4821 | 2025.04.22 03:05:47.442876 [ 276 ] {34239a6a-54ce-4ff8-86df-d4ab4c62c3f8} <Debug> TCPHandler: Processed in 0.001609303 sec. | ||
| 4822 | 2025.04.22 03:05:47.442989 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4823 | 2025.04.22 03:05:47.443090 [ 276 ] {8f595b06-7db3-4be7-898b-f67921562101} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4824 | 2025.04.22 03:05:47.443156 [ 276 ] {8f595b06-7db3-4be7-898b-f67921562101} <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 | ||
| 4825 | 2025.04.22 03:05:47.444155 [ 276 ] {8f595b06-7db3-4be7-898b-f67921562101} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4826 | 2025.04.22 03:05:47.444195 [ 276 ] {8f595b06-7db3-4be7-898b-f67921562101} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 4827 | 2025.04.22 03:05:47.444815 [ 276 ] {8f595b06-7db3-4be7-898b-f67921562101} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4828 | 2025.04.22 03:05:47.445067 [ 276 ] {8f595b06-7db3-4be7-898b-f67921562101} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4829 | 2025.04.22 03:05:47.445314 [ 276 ] {8f595b06-7db3-4be7-898b-f67921562101} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002244 sec., 1782.5311942959001 rows/sec., 3.19 MiB/sec. | ||
| 4830 | 2025.04.22 03:05:47.445603 [ 276 ] {8f595b06-7db3-4be7-898b-f67921562101} <Debug> TCPHandler: Processed in 0.002663621 sec. | ||
| 4831 | 2025.04.22 03:05:47.445722 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4832 | 2025.04.22 03:05:47.445825 [ 276 ] {afc33822-6737-4d2a-a6b5-b1d216cccb73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4833 | 2025.04.22 03:05:47.445869 [ 276 ] {afc33822-6737-4d2a-a6b5-b1d216cccb73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4834 | 2025.04.22 03:05:47.446276 [ 276 ] {afc33822-6737-4d2a-a6b5-b1d216cccb73} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4835 | 2025.04.22 03:05:47.446338 [ 276 ] {afc33822-6737-4d2a-a6b5-b1d216cccb73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 4836 | 2025.04.22 03:05:47.446693 [ 276 ] {afc33822-6737-4d2a-a6b5-b1d216cccb73} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4837 | 2025.04.22 03:05:47.446937 [ 276 ] {afc33822-6737-4d2a-a6b5-b1d216cccb73} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4838 | 2025.04.22 03:05:47.447124 [ 276 ] {afc33822-6737-4d2a-a6b5-b1d216cccb73} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001321 sec., 45420.136260408784 rows/sec., 3.06 MiB/sec. | ||
| 4839 | 2025.04.22 03:05:47.447172 [ 276 ] {afc33822-6737-4d2a-a6b5-b1d216cccb73} <Debug> TCPHandler: Processed in 0.00149745 sec. | ||
| 4840 | 2025.04.22 03:05:48.313615 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 684 | ||
| 4841 | 2025.04.22 03:05:48.316743 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4842 | 2025.04.22 03:05:48.316807 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 4843 | 2025.04.22 03:05:48.318283 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4844 | 2025.04.22 03:05:48.318613 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4845 | 2025.04.22 03:05:48.318831 [ 59 ] {} <Debug> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4846 | 2025.04.22 03:05:48.318951 [ 59 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4847 | 2025.04.22 03:05:48.319013 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 4848 | 2025.04.22 03:05:48.319472 [ 193 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::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 | ||
| 4849 | 2025.04.22 03:05:48.320131 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 684 | ||
| 4850 | 2025.04.22 03:05:48.320613 [ 193 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4851 | 2025.04.22 03:05:48.320802 [ 193 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 488 rows starting from the beginning of the part | ||
| 4852 | 2025.04.22 03:05:48.321499 [ 193 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 46 rows starting from the beginning of the part | ||
| 4853 | 2025.04.22 03:05:48.322147 [ 193 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 34 rows starting from the beginning of the part | ||
| 4854 | 2025.04.22 03:05:48.322788 [ 193 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 36 rows starting from the beginning of the part | ||
| 4855 | 2025.04.22 03:05:48.323423 [ 193 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 46 rows starting from the beginning of the part | ||
| 4856 | 2025.04.22 03:05:48.324054 [ 193 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 34 rows starting from the beginning of the part | ||
| 4857 | 2025.04.22 03:05:48.332096 [ 199 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 684 rows, containing 72 columns (72 merged, 0 gathered) in 0.012939196 sec., 52862.635360033186 rows/sec., 45.37 MiB/sec. | ||
| 4858 | 2025.04.22 03:05:48.333119 [ 193 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4859 | 2025.04.22 03:05:48.333833 [ 193 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_16_3} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4860 | 2025.04.22 03:05:48.333923 [ 193 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_16_3} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4861 | 2025.04.22 03:05:48.334138 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.07 MiB. | ||
| 4862 | 2025.04.22 03:05:50.779205 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10553 | ||
| 4863 | 2025.04.22 03:05:50.780329 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4864 | 2025.04.22 03:05:50.780394 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 4865 | 2025.04.22 03:05:50.781013 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4866 | 2025.04.22 03:05:50.781289 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4867 | 2025.04.22 03:05:50.781575 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10553 | ||
| 4868 | 2025.04.22 03:05:51.460425 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
| 4869 | 2025.04.22 03:05:51.479722 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4870 | 2025.04.22 03:05:51.479782 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 4871 | 2025.04.22 03:05:51.487006 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4872 | 2025.04.22 03:05:51.487755 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4873 | 2025.04.22 03:05:51.490253 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
| 4874 | 2025.04.22 03:05:52.437517 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4875 | 2025.04.22 03:05:52.437819 [ 276 ] {1ac6bec2-579f-4d32-86ae-27dbb388bd14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4876 | 2025.04.22 03:05:52.437932 [ 276 ] {1ac6bec2-579f-4d32-86ae-27dbb388bd14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4877 | 2025.04.22 03:05:52.438929 [ 276 ] {1ac6bec2-579f-4d32-86ae-27dbb388bd14} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4878 | 2025.04.22 03:05:52.438971 [ 276 ] {1ac6bec2-579f-4d32-86ae-27dbb388bd14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 4879 | 2025.04.22 03:05:52.439396 [ 276 ] {1ac6bec2-579f-4d32-86ae-27dbb388bd14} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4880 | 2025.04.22 03:05:52.439651 [ 276 ] {1ac6bec2-579f-4d32-86ae-27dbb388bd14} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4881 | 2025.04.22 03:05:52.439847 [ 276 ] {1ac6bec2-579f-4d32-86ae-27dbb388bd14} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002112 sec., 946.9696969696969 rows/sec., 77.22 KiB/sec. | ||
| 4882 | 2025.04.22 03:05:52.439947 [ 276 ] {1ac6bec2-579f-4d32-86ae-27dbb388bd14} <Debug> TCPHandler: Processed in 0.0026169 sec. | ||
| 4883 | 2025.04.22 03:05:52.440088 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4884 | 2025.04.22 03:05:52.440192 [ 276 ] {03aa5d1a-8a1d-40e1-88ae-c6860ea422f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4885 | 2025.04.22 03:05:52.440236 [ 276 ] {03aa5d1a-8a1d-40e1-88ae-c6860ea422f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4886 | 2025.04.22 03:05:52.440797 [ 276 ] {03aa5d1a-8a1d-40e1-88ae-c6860ea422f0} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4887 | 2025.04.22 03:05:52.440834 [ 276 ] {03aa5d1a-8a1d-40e1-88ae-c6860ea422f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 4888 | 2025.04.22 03:05:52.441191 [ 276 ] {03aa5d1a-8a1d-40e1-88ae-c6860ea422f0} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4889 | 2025.04.22 03:05:52.441429 [ 276 ] {03aa5d1a-8a1d-40e1-88ae-c6860ea422f0} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4890 | 2025.04.22 03:05:52.441595 [ 276 ] {03aa5d1a-8a1d-40e1-88ae-c6860ea422f0} <Debug> executeQuery: Read 129 rows, 11.32 KiB in 0.001425 sec., 90526.31578947368 rows/sec., 7.75 MiB/sec. | ||
| 4891 | 2025.04.22 03:05:52.441644 [ 276 ] {03aa5d1a-8a1d-40e1-88ae-c6860ea422f0} <Debug> TCPHandler: Processed in 0.001608603 sec. | ||
| 4892 | 2025.04.22 03:05:52.441762 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4893 | 2025.04.22 03:05:52.441867 [ 276 ] {761bb7dd-0d07-49a0-a240-2df84fc35497} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4894 | 2025.04.22 03:05:52.441911 [ 276 ] {761bb7dd-0d07-49a0-a240-2df84fc35497} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4895 | 2025.04.22 03:05:52.442420 [ 276 ] {761bb7dd-0d07-49a0-a240-2df84fc35497} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4896 | 2025.04.22 03:05:52.442458 [ 276 ] {761bb7dd-0d07-49a0-a240-2df84fc35497} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 4897 | 2025.04.22 03:05:52.442807 [ 276 ] {761bb7dd-0d07-49a0-a240-2df84fc35497} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4898 | 2025.04.22 03:05:52.443050 [ 276 ] {761bb7dd-0d07-49a0-a240-2df84fc35497} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4899 | 2025.04.22 03:05:52.443219 [ 276 ] {761bb7dd-0d07-49a0-a240-2df84fc35497} <Debug> executeQuery: Read 38 rows, 2.85 KiB in 0.001373 sec., 27676.620538965766 rows/sec., 2.02 MiB/sec. | ||
| 4900 | 2025.04.22 03:05:52.443267 [ 276 ] {761bb7dd-0d07-49a0-a240-2df84fc35497} <Debug> TCPHandler: Processed in 0.001556012 sec. | ||
| 4901 | 2025.04.22 03:05:52.443378 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4902 | 2025.04.22 03:05:52.443480 [ 276 ] {568518a8-9149-44d6-94b7-b727ba5d57b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4903 | 2025.04.22 03:05:52.443524 [ 276 ] {568518a8-9149-44d6-94b7-b727ba5d57b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4904 | 2025.04.22 03:05:52.444059 [ 276 ] {568518a8-9149-44d6-94b7-b727ba5d57b9} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4905 | 2025.04.22 03:05:52.444096 [ 276 ] {568518a8-9149-44d6-94b7-b727ba5d57b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 4906 | 2025.04.22 03:05:52.444461 [ 276 ] {568518a8-9149-44d6-94b7-b727ba5d57b9} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4907 | 2025.04.22 03:05:52.444708 [ 276 ] {568518a8-9149-44d6-94b7-b727ba5d57b9} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4908 | 2025.04.22 03:05:52.444869 [ 276 ] {568518a8-9149-44d6-94b7-b727ba5d57b9} <Debug> executeQuery: Read 102 rows, 8.16 KiB in 0.00141 sec., 72340.4255319149 rows/sec., 5.65 MiB/sec. | ||
| 4909 | 2025.04.22 03:05:52.444919 [ 276 ] {568518a8-9149-44d6-94b7-b727ba5d57b9} <Debug> TCPHandler: Processed in 0.001591953 sec. | ||
| 4910 | 2025.04.22 03:05:52.445038 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4911 | 2025.04.22 03:05:52.445142 [ 276 ] {8709cfee-12d9-460e-a8ec-e1dd19cb8a0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4912 | 2025.04.22 03:05:52.445191 [ 276 ] {8709cfee-12d9-460e-a8ec-e1dd19cb8a0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4913 | 2025.04.22 03:05:52.445701 [ 276 ] {8709cfee-12d9-460e-a8ec-e1dd19cb8a0a} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4914 | 2025.04.22 03:05:52.445739 [ 276 ] {8709cfee-12d9-460e-a8ec-e1dd19cb8a0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 4915 | 2025.04.22 03:05:52.446110 [ 276 ] {8709cfee-12d9-460e-a8ec-e1dd19cb8a0a} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4916 | 2025.04.22 03:05:52.446348 [ 276 ] {8709cfee-12d9-460e-a8ec-e1dd19cb8a0a} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4917 | 2025.04.22 03:05:52.446515 [ 276 ] {8709cfee-12d9-460e-a8ec-e1dd19cb8a0a} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001394 sec., 115494.97847919655 rows/sec., 8.04 MiB/sec. | ||
| 4918 | 2025.04.22 03:05:52.446563 [ 276 ] {8709cfee-12d9-460e-a8ec-e1dd19cb8a0a} <Debug> TCPHandler: Processed in 0.001576232 sec. | ||
| 4919 | 2025.04.22 03:05:52.446683 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4920 | 2025.04.22 03:05:52.446789 [ 276 ] {69f5e059-b201-415c-b095-e55786c12128} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4921 | 2025.04.22 03:05:52.446856 [ 276 ] {69f5e059-b201-415c-b095-e55786c12128} <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 | ||
| 4922 | 2025.04.22 03:05:52.447941 [ 276 ] {69f5e059-b201-415c-b095-e55786c12128} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4923 | 2025.04.22 03:05:52.447979 [ 276 ] {69f5e059-b201-415c-b095-e55786c12128} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 4924 | 2025.04.22 03:05:52.448638 [ 276 ] {69f5e059-b201-415c-b095-e55786c12128} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4925 | 2025.04.22 03:05:52.448896 [ 276 ] {69f5e059-b201-415c-b095-e55786c12128} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4926 | 2025.04.22 03:05:52.449146 [ 276 ] {69f5e059-b201-415c-b095-e55786c12128} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002369 sec., 15196.285352469396 rows/sec., 27.23 MiB/sec. | ||
| 4927 | 2025.04.22 03:05:52.449642 [ 276 ] {69f5e059-b201-415c-b095-e55786c12128} <Debug> TCPHandler: Processed in 0.00301089 sec. | ||
| 4928 | 2025.04.22 03:05:52.449790 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4929 | 2025.04.22 03:05:52.449896 [ 276 ] {4d134f3c-861a-42ec-99ed-d5783aa830be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4930 | 2025.04.22 03:05:52.449942 [ 276 ] {4d134f3c-861a-42ec-99ed-d5783aa830be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4931 | 2025.04.22 03:05:52.450396 [ 276 ] {4d134f3c-861a-42ec-99ed-d5783aa830be} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4932 | 2025.04.22 03:05:52.450435 [ 276 ] {4d134f3c-861a-42ec-99ed-d5783aa830be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 4933 | 2025.04.22 03:05:52.450793 [ 276 ] {4d134f3c-861a-42ec-99ed-d5783aa830be} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4934 | 2025.04.22 03:05:52.451033 [ 276 ] {4d134f3c-861a-42ec-99ed-d5783aa830be} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4935 | 2025.04.22 03:05:52.451209 [ 276 ] {4d134f3c-861a-42ec-99ed-d5783aa830be} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001334 sec., 44977.51124437781 rows/sec., 3.03 MiB/sec. | ||
| 4936 | 2025.04.22 03:05:52.451309 [ 276 ] {4d134f3c-861a-42ec-99ed-d5783aa830be} <Debug> TCPHandler: Processed in 0.001570092 sec. | ||
| 4937 | 2025.04.22 03:05:55.094310 [ 52 ] {} <Debug> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
| 4938 | 2025.04.22 03:05:55.094388 [ 52 ] {} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4939 | 2025.04.22 03:05:55.094417 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 4940 | 2025.04.22 03:05:55.094588 [ 200 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_11_2 to all_15_15_0 into Compact with storage Full | ||
| 4941 | 2025.04.22 03:05:55.094792 [ 200 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4942 | 2025.04.22 03:05:55.094833 [ 200 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 341 rows starting from the beginning of the part | ||
| 4943 | 2025.04.22 03:05:55.094914 [ 200 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 113 rows starting from the beginning of the part | ||
| 4944 | 2025.04.22 03:05:55.095151 [ 200 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 113 rows starting from the beginning of the part | ||
| 4945 | 2025.04.22 03:05:55.095273 [ 200 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 228 rows starting from the beginning of the part | ||
| 4946 | 2025.04.22 03:05:55.095469 [ 200 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 113 rows starting from the beginning of the part | ||
| 4947 | 2025.04.22 03:05:55.096783 [ 193 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 908 rows, containing 5 columns (5 merged, 0 gathered) in 0.002304891 sec., 393944.8763520705 rows/sec., 27.59 MiB/sec. | ||
| 4948 | 2025.04.22 03:05:55.097038 [ 199 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 4949 | 2025.04.22 03:05:55.097440 [ 199 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_15_3} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4950 | 2025.04.22 03:05:55.097539 [ 199 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_15_3} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
| 4951 | 2025.04.22 03:05:55.097649 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 4952 | 2025.04.22 03:05:57.435693 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4953 | 2025.04.22 03:05:57.435883 [ 276 ] {9a5109d1-eb34-489d-ac3d-9bdef3df6570} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4954 | 2025.04.22 03:05:57.435956 [ 276 ] {9a5109d1-eb34-489d-ac3d-9bdef3df6570} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4955 | 2025.04.22 03:05:57.436722 [ 276 ] {9a5109d1-eb34-489d-ac3d-9bdef3df6570} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4956 | 2025.04.22 03:05:57.436765 [ 276 ] {9a5109d1-eb34-489d-ac3d-9bdef3df6570} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 4957 | 2025.04.22 03:05:57.437197 [ 276 ] {9a5109d1-eb34-489d-ac3d-9bdef3df6570} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4958 | 2025.04.22 03:05:57.437458 [ 276 ] {9a5109d1-eb34-489d-ac3d-9bdef3df6570} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4959 | 2025.04.22 03:05:57.437597 [ 51 ] {} <Debug> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4960 | 2025.04.22 03:05:57.437642 [ 51 ] {} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4961 | 2025.04.22 03:05:57.437653 [ 276 ] {9a5109d1-eb34-489d-ac3d-9bdef3df6570} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.001822 sec., 35126.234906695936 rows/sec., 2.78 MiB/sec. | ||
| 4962 | 2025.04.22 03:05:57.437666 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 4963 | 2025.04.22 03:05:57.437751 [ 276 ] {9a5109d1-eb34-489d-ac3d-9bdef3df6570} <Debug> TCPHandler: Processed in 0.002187019 sec. | ||
| 4964 | 2025.04.22 03:05:57.437935 [ 193 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::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 | ||
| 4965 | 2025.04.22 03:05:57.437960 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4966 | 2025.04.22 03:05:57.438179 [ 276 ] {3a74a618-5183-492f-ad4d-ea508227ee3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4967 | 2025.04.22 03:05:57.438208 [ 193 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4968 | 2025.04.22 03:05:57.438265 [ 276 ] {3a74a618-5183-492f-ad4d-ea508227ee3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4969 | 2025.04.22 03:05:57.438282 [ 193 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1846 rows starting from the beginning of the part | ||
| 4970 | 2025.04.22 03:05:57.438623 [ 193 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 56 rows starting from the beginning of the part | ||
| 4971 | 2025.04.22 03:05:57.438923 [ 193 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 689 rows starting from the beginning of the part | ||
| 4972 | 2025.04.22 03:05:57.439368 [ 193 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 64 rows starting from the beginning of the part | ||
| 4973 | 2025.04.22 03:05:57.439736 [ 193 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 129 rows starting from the beginning of the part | ||
| 4974 | 2025.04.22 03:05:57.440099 [ 193 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::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 | ||
| 4975 | 2025.04.22 03:05:57.441070 [ 276 ] {3a74a618-5183-492f-ad4d-ea508227ee3a} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4976 | 2025.04.22 03:05:57.441143 [ 276 ] {3a74a618-5183-492f-ad4d-ea508227ee3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 4977 | 2025.04.22 03:05:57.442063 [ 276 ] {3a74a618-5183-492f-ad4d-ea508227ee3a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4978 | 2025.04.22 03:05:57.442590 [ 276 ] {3a74a618-5183-492f-ad4d-ea508227ee3a} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4979 | 2025.04.22 03:05:57.442780 [ 51 ] {} <Debug> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4980 | 2025.04.22 03:05:57.442872 [ 51 ] {} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4981 | 2025.04.22 03:05:57.442939 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 4982 | 2025.04.22 03:05:57.442962 [ 276 ] {3a74a618-5183-492f-ad4d-ea508227ee3a} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.004867 sec., 821.8615163344977 rows/sec., 61.80 KiB/sec. | ||
| 4983 | 2025.04.22 03:05:57.443624 [ 199 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::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 | ||
| 4984 | 2025.04.22 03:05:57.443619 [ 276 ] {3a74a618-5183-492f-ad4d-ea508227ee3a} <Debug> TCPHandler: Processed in 0.005702822 sec. | ||
| 4985 | 2025.04.22 03:05:57.444405 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4986 | 2025.04.22 03:05:57.444427 [ 199 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4987 | 2025.04.22 03:05:57.444528 [ 199 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 164 rows starting from the beginning of the part | ||
| 4988 | 2025.04.22 03:05:57.444537 [ 191 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2848 rows, containing 5 columns (5 merged, 0 gathered) in 0.006764801 sec., 421002.77598705416 rows/sec., 35.76 MiB/sec. | ||
| 4989 | 2025.04.22 03:05:57.444807 [ 276 ] {8003ff3e-1187-4e85-afcf-ad6c6d64d257} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4990 | 2025.04.22 03:05:57.445016 [ 199 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 8 rows starting from the beginning of the part | ||
| 4991 | 2025.04.22 03:05:57.445105 [ 191 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4992 | 2025.04.22 03:05:57.445121 [ 276 ] {8003ff3e-1187-4e85-afcf-ad6c6d64d257} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4993 | 2025.04.22 03:05:57.445630 [ 199 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 142 rows starting from the beginning of the part | ||
| 4994 | 2025.04.22 03:05:57.446129 [ 199 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 4 rows starting from the beginning of the part | ||
| 4995 | 2025.04.22 03:05:57.446673 [ 199 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 38 rows starting from the beginning of the part | ||
| 4996 | 2025.04.22 03:05:57.446733 [ 191 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_36_7} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4997 | 2025.04.22 03:05:57.447285 [ 191 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_36_7} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4998 | 2025.04.22 03:05:57.447282 [ 199 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 4 rows starting from the beginning of the part | ||
| 4999 | 2025.04.22 03:05:57.447584 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
| 5000 | 2025.04.22 03:05:57.448279 [ 276 ] {8003ff3e-1187-4e85-afcf-ad6c6d64d257} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5001 | 2025.04.22 03:05:57.448324 [ 276 ] {8003ff3e-1187-4e85-afcf-ad6c6d64d257} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5002 | 2025.04.22 03:05:57.448909 [ 276 ] {8003ff3e-1187-4e85-afcf-ad6c6d64d257} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5003 | 2025.04.22 03:05:57.449139 [ 193 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 360 rows, containing 5 columns (5 merged, 0 gathered) in 0.006132514 sec., 58703.49419503975 rows/sec., 4.01 MiB/sec. | ||
| 5004 | 2025.04.22 03:05:57.449292 [ 276 ] {8003ff3e-1187-4e85-afcf-ad6c6d64d257} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5005 | 2025.04.22 03:05:57.449460 [ 186 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5006 | 2025.04.22 03:05:57.449494 [ 51 ] {} <Debug> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5007 | 2025.04.22 03:05:57.449564 [ 51 ] {} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5008 | 2025.04.22 03:05:57.449634 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 5009 | 2025.04.22 03:05:57.449726 [ 276 ] {8003ff3e-1187-4e85-afcf-ad6c6d64d257} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.005069 sec., 13414.874728743343 rows/sec., 1.05 MiB/sec. | ||
| 5010 | 2025.04.22 03:05:57.450016 [ 276 ] {8003ff3e-1187-4e85-afcf-ad6c6d64d257} <Debug> TCPHandler: Processed in 0.005844146 sec. | ||
| 5011 | 2025.04.22 03:05:57.450028 [ 199 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 5012 | 2025.04.22 03:05:57.450252 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5013 | 2025.04.22 03:05:57.450322 [ 199 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5014 | 2025.04.22 03:05:57.450396 [ 199 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 914 rows starting from the beginning of the part | ||
| 5015 | 2025.04.22 03:05:57.450490 [ 276 ] {d450c8dc-9b5d-44e6-960a-c29bf36ca56a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5016 | 2025.04.22 03:05:57.450693 [ 276 ] {d450c8dc-9b5d-44e6-960a-c29bf36ca56a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5017 | 2025.04.22 03:05:57.450719 [ 193 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_26_5} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5018 | 2025.04.22 03:05:57.450795 [ 199 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 64 rows starting from the beginning of the part | ||
| 5019 | 2025.04.22 03:05:57.451297 [ 199 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 418 rows starting from the beginning of the part | ||
| 5020 | 2025.04.22 03:05:57.451610 [ 193 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_26_5} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5021 | 2025.04.22 03:05:57.451737 [ 199 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 68 rows starting from the beginning of the part | ||
| 5022 | 2025.04.22 03:05:57.452285 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 5023 | 2025.04.22 03:05:57.452333 [ 199 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 102 rows starting from the beginning of the part | ||
| 5024 | 2025.04.22 03:05:57.452723 [ 199 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 68 rows starting from the beginning of the part | ||
| 5025 | 2025.04.22 03:05:57.453454 [ 276 ] {d450c8dc-9b5d-44e6-960a-c29bf36ca56a} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5026 | 2025.04.22 03:05:57.453497 [ 276 ] {d450c8dc-9b5d-44e6-960a-c29bf36ca56a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5027 | 2025.04.22 03:05:57.454107 [ 276 ] {d450c8dc-9b5d-44e6-960a-c29bf36ca56a} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5028 | 2025.04.22 03:05:57.454398 [ 276 ] {d450c8dc-9b5d-44e6-960a-c29bf36ca56a} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5029 | 2025.04.22 03:05:57.454613 [ 51 ] {} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5030 | 2025.04.22 03:05:57.454609 [ 187 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1634 rows, containing 5 columns (5 merged, 0 gathered) in 0.00484877 sec., 336992.6806179712 rows/sec., 25.98 MiB/sec. | ||
| 5031 | 2025.04.22 03:05:57.454655 [ 51 ] {} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5032 | 2025.04.22 03:05:57.454688 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 5033 | 2025.04.22 03:05:57.454738 [ 276 ] {d450c8dc-9b5d-44e6-960a-c29bf36ca56a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004318 sec., 37054.191755442334 rows/sec., 2.58 MiB/sec. | ||
| 5034 | 2025.04.22 03:05:57.455014 [ 187 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5035 | 2025.04.22 03:05:57.455082 [ 186 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 5036 | 2025.04.22 03:05:57.455100 [ 276 ] {d450c8dc-9b5d-44e6-960a-c29bf36ca56a} <Debug> TCPHandler: Processed in 0.004938112 sec. | ||
| 5037 | 2025.04.22 03:05:57.455436 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5038 | 2025.04.22 03:05:57.455486 [ 186 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5039 | 2025.04.22 03:05:57.455544 [ 186 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 10491 rows starting from the beginning of the part | ||
| 5040 | 2025.04.22 03:05:57.455805 [ 276 ] {ecc87a14-c977-4398-8bb4-3a20fe7eedba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5041 | 2025.04.22 03:05:57.455956 [ 186 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 52 rows starting from the beginning of the part | ||
| 5042 | 2025.04.22 03:05:57.455945 [ 187 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_36_7} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5043 | 2025.04.22 03:05:57.456423 [ 276 ] {ecc87a14-c977-4398-8bb4-3a20fe7eedba} <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 | ||
| 5044 | 2025.04.22 03:05:57.456456 [ 186 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 237 rows starting from the beginning of the part | ||
| 5045 | 2025.04.22 03:05:57.456544 [ 187 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_36_7} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5046 | 2025.04.22 03:05:57.456894 [ 186 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part | ||
| 5047 | 2025.04.22 03:05:57.456963 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 5048 | 2025.04.22 03:05:57.457380 [ 186 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 161 rows starting from the beginning of the part | ||
| 5049 | 2025.04.22 03:05:57.457770 [ 186 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part | ||
| 5050 | 2025.04.22 03:05:57.461049 [ 276 ] {ecc87a14-c977-4398-8bb4-3a20fe7eedba} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5051 | 2025.04.22 03:05:57.461132 [ 276 ] {ecc87a14-c977-4398-8bb4-3a20fe7eedba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5052 | 2025.04.22 03:05:57.462563 [ 276 ] {ecc87a14-c977-4398-8bb4-3a20fe7eedba} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5053 | 2025.04.22 03:05:57.463250 [ 276 ] {ecc87a14-c977-4398-8bb4-3a20fe7eedba} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5054 | 2025.04.22 03:05:57.463420 [ 51 ] {} <Debug> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5055 | 2025.04.22 03:05:57.463464 [ 51 ] {} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5056 | 2025.04.22 03:05:57.463492 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5057 | 2025.04.22 03:05:57.463501 [ 276 ] {ecc87a14-c977-4398-8bb4-3a20fe7eedba} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.007857 sec., 509.1001654575538 rows/sec., 934.18 KiB/sec. | ||
| 5058 | 2025.04.22 03:05:57.463995 [ 276 ] {ecc87a14-c977-4398-8bb4-3a20fe7eedba} <Debug> TCPHandler: Processed in 0.008685422 sec. | ||
| 5059 | 2025.04.22 03:05:57.464008 [ 194 ] {b231891b-dff1-435e-bddb-2ac39d181211::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 | ||
| 5060 | 2025.04.22 03:05:57.464310 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5061 | 2025.04.22 03:05:57.464830 [ 276 ] {e5e0418a-0764-463f-8d85-6029bb4059b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5062 | 2025.04.22 03:05:57.465165 [ 276 ] {e5e0418a-0764-463f-8d85-6029bb4059b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5063 | 2025.04.22 03:05:57.465263 [ 186 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11261 rows, containing 5 columns (5 merged, 0 gathered) in 0.01047135 sec., 1075410.5249084407 rows/sec., 72.70 MiB/sec. | ||
| 5064 | 2025.04.22 03:05:57.465772 [ 186 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5065 | 2025.04.22 03:05:57.465815 [ 194 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5066 | 2025.04.22 03:05:57.466341 [ 194 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 499 rows starting from the beginning of the part | ||
| 5067 | 2025.04.22 03:05:57.466823 [ 186 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5068 | 2025.04.22 03:05:57.467312 [ 186 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5069 | 2025.04.22 03:05:57.467658 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.15 MiB. | ||
| 5070 | 2025.04.22 03:05:57.467943 [ 194 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 4 rows starting from the beginning of the part | ||
| 5071 | 2025.04.22 03:05:57.468255 [ 276 ] {e5e0418a-0764-463f-8d85-6029bb4059b3} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5072 | 2025.04.22 03:05:57.468376 [ 276 ] {e5e0418a-0764-463f-8d85-6029bb4059b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5073 | 2025.04.22 03:05:57.468816 [ 194 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 36 rows starting from the beginning of the part | ||
| 5074 | 2025.04.22 03:05:57.469682 [ 276 ] {e5e0418a-0764-463f-8d85-6029bb4059b3} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5075 | 2025.04.22 03:05:57.469692 [ 194 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 4 rows starting from the beginning of the part | ||
| 5076 | 2025.04.22 03:05:57.470326 [ 276 ] {e5e0418a-0764-463f-8d85-6029bb4059b3} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5077 | 2025.04.22 03:05:57.470354 [ 194 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 36 rows starting from the beginning of the part | ||
| 5078 | 2025.04.22 03:05:57.470597 [ 51 ] {} <Debug> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5079 | 2025.04.22 03:05:57.470695 [ 51 ] {} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5080 | 2025.04.22 03:05:57.470772 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5081 | 2025.04.22 03:05:57.471012 [ 276 ] {e5e0418a-0764-463f-8d85-6029bb4059b3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006378 sec., 9407.33772342427 rows/sec., 649.20 KiB/sec. | ||
| 5082 | 2025.04.22 03:05:57.471542 [ 276 ] {e5e0418a-0764-463f-8d85-6029bb4059b3} <Debug> TCPHandler: Processed in 0.007347187 sec. | ||
| 5083 | 2025.04.22 03:05:57.471561 [ 195 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::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 | ||
| 5084 | 2025.04.22 03:05:57.471969 [ 195 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5085 | 2025.04.22 03:05:57.471975 [ 194 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 4 rows starting from the beginning of the part | ||
| 5086 | 2025.04.22 03:05:57.472028 [ 195 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1750 rows starting from the beginning of the part | ||
| 5087 | 2025.04.22 03:05:57.472313 [ 195 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 18 rows starting from the beginning of the part | ||
| 5088 | 2025.04.22 03:05:57.472914 [ 195 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 82 rows starting from the beginning of the part | ||
| 5089 | 2025.04.22 03:05:57.473414 [ 195 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part | ||
| 5090 | 2025.04.22 03:05:57.473882 [ 195 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part | ||
| 5091 | 2025.04.22 03:05:57.474111 [ 195 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part | ||
| 5092 | 2025.04.22 03:05:57.477085 [ 195 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2030 rows, containing 4 columns (4 merged, 0 gathered) in 0.006123634 sec., 331502.50325215387 rows/sec., 21.81 MiB/sec. | ||
| 5093 | 2025.04.22 03:05:57.477454 [ 195 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5094 | 2025.04.22 03:05:57.478174 [ 195 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_36_7} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5095 | 2025.04.22 03:05:57.478401 [ 195 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_36_7} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5096 | 2025.04.22 03:05:57.478582 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 5097 | 2025.04.22 03:05:57.487950 [ 201 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 583 rows, containing 19 columns (19 merged, 0 gathered) in 0.024362682 sec., 23930.041856639593 rows/sec., 42.88 MiB/sec. | ||
| 5098 | 2025.04.22 03:05:57.488879 [ 188 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5099 | 2025.04.22 03:05:57.489435 [ 188 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5100 | 2025.04.22 03:05:57.489535 [ 188 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5101 | 2025.04.22 03:05:57.489730 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.39 MiB. | ||
| 5102 | 2025.04.22 03:05:58.000168 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 189.80 MiB, peak 197.15 MiB, free memory in arenas 0.00 B, will set to 191.15 MiB (RSS), difference: 1.35 MiB | ||
| 5103 | 2025.04.22 03:05:58.177606 [ 51 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5104 | 2025.04.22 03:05:58.177656 [ 51 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5105 | 2025.04.22 03:05:58.281703 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11041 | ||
| 5106 | 2025.04.22 03:05:58.282430 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5107 | 2025.04.22 03:05:58.282477 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 5108 | 2025.04.22 03:05:58.283021 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5109 | 2025.04.22 03:05:58.283271 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5110 | 2025.04.22 03:05:58.283541 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
| 5111 | 2025.04.22 03:05:58.320339 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 710 | ||
| 5112 | 2025.04.22 03:05:58.323298 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5113 | 2025.04.22 03:05:58.323351 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 5114 | 2025.04.22 03:05:58.324816 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5115 | 2025.04.22 03:05:58.325131 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5116 | 2025.04.22 03:05:58.326137 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 710 | ||
| 5117 | 2025.04.22 03:05:58.990334 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
| 5118 | 2025.04.22 03:05:59.010957 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5119 | 2025.04.22 03:05:59.011013 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 5120 | 2025.04.22 03:05:59.018271 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5121 | 2025.04.22 03:05:59.019042 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5122 | 2025.04.22 03:05:59.021516 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
| 5123 | 2025.04.22 03:06:02.437697 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5124 | 2025.04.22 03:06:02.437923 [ 276 ] {5970913c-7d36-41d5-8cb1-42644fca5a0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5125 | 2025.04.22 03:06:02.438003 [ 276 ] {5970913c-7d36-41d5-8cb1-42644fca5a0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5126 | 2025.04.22 03:06:02.438904 [ 276 ] {5970913c-7d36-41d5-8cb1-42644fca5a0e} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5127 | 2025.04.22 03:06:02.438953 [ 276 ] {5970913c-7d36-41d5-8cb1-42644fca5a0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5128 | 2025.04.22 03:06:02.439394 [ 276 ] {5970913c-7d36-41d5-8cb1-42644fca5a0e} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5129 | 2025.04.22 03:06:02.439659 [ 276 ] {5970913c-7d36-41d5-8cb1-42644fca5a0e} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5130 | 2025.04.22 03:06:02.439869 [ 276 ] {5970913c-7d36-41d5-8cb1-42644fca5a0e} <Debug> executeQuery: Read 128 rows, 11.24 KiB in 0.002004 sec., 63872.255489021954 rows/sec., 5.48 MiB/sec. | ||
| 5131 | 2025.04.22 03:06:02.439925 [ 276 ] {5970913c-7d36-41d5-8cb1-42644fca5a0e} <Debug> TCPHandler: Processed in 0.002364093 sec. | ||
| 5132 | 2025.04.22 03:06:02.440061 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5133 | 2025.04.22 03:06:02.440165 [ 276 ] {987e3778-426d-44d6-b659-e126592ff5b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5134 | 2025.04.22 03:06:02.440209 [ 276 ] {987e3778-426d-44d6-b659-e126592ff5b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5135 | 2025.04.22 03:06:02.440728 [ 276 ] {987e3778-426d-44d6-b659-e126592ff5b0} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5136 | 2025.04.22 03:06:02.440770 [ 276 ] {987e3778-426d-44d6-b659-e126592ff5b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5137 | 2025.04.22 03:06:02.441121 [ 276 ] {987e3778-426d-44d6-b659-e126592ff5b0} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5138 | 2025.04.22 03:06:02.441361 [ 276 ] {987e3778-426d-44d6-b659-e126592ff5b0} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5139 | 2025.04.22 03:06:02.441561 [ 276 ] {987e3778-426d-44d6-b659-e126592ff5b0} <Debug> executeQuery: Read 36 rows, 2.71 KiB in 0.001418 sec., 25387.87023977433 rows/sec., 1.86 MiB/sec. | ||
| 5140 | 2025.04.22 03:06:02.441611 [ 276 ] {987e3778-426d-44d6-b659-e126592ff5b0} <Debug> TCPHandler: Processed in 0.001599453 sec. | ||
| 5141 | 2025.04.22 03:06:02.441731 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5142 | 2025.04.22 03:06:02.441835 [ 276 ] {4f653c2f-ef5e-4d65-82ca-fc1b0791ac31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5143 | 2025.04.22 03:06:02.441879 [ 276 ] {4f653c2f-ef5e-4d65-82ca-fc1b0791ac31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5144 | 2025.04.22 03:06:02.442420 [ 276 ] {4f653c2f-ef5e-4d65-82ca-fc1b0791ac31} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5145 | 2025.04.22 03:06:02.442459 [ 276 ] {4f653c2f-ef5e-4d65-82ca-fc1b0791ac31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5146 | 2025.04.22 03:06:02.442815 [ 276 ] {4f653c2f-ef5e-4d65-82ca-fc1b0791ac31} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5147 | 2025.04.22 03:06:02.443041 [ 276 ] {4f653c2f-ef5e-4d65-82ca-fc1b0791ac31} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5148 | 2025.04.22 03:06:02.443222 [ 276 ] {4f653c2f-ef5e-4d65-82ca-fc1b0791ac31} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.001408 sec., 71022.72727272728 rows/sec., 5.55 MiB/sec. | ||
| 5149 | 2025.04.22 03:06:02.443271 [ 276 ] {4f653c2f-ef5e-4d65-82ca-fc1b0791ac31} <Debug> TCPHandler: Processed in 0.001587983 sec. | ||
| 5150 | 2025.04.22 03:06:02.443388 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5151 | 2025.04.22 03:06:02.443491 [ 276 ] {470a2577-210f-4f54-b932-9e32d88ab109} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5152 | 2025.04.22 03:06:02.443547 [ 276 ] {470a2577-210f-4f54-b932-9e32d88ab109} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5153 | 2025.04.22 03:06:02.444050 [ 276 ] {470a2577-210f-4f54-b932-9e32d88ab109} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5154 | 2025.04.22 03:06:02.444088 [ 276 ] {470a2577-210f-4f54-b932-9e32d88ab109} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5155 | 2025.04.22 03:06:02.444457 [ 276 ] {470a2577-210f-4f54-b932-9e32d88ab109} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5156 | 2025.04.22 03:06:02.444697 [ 276 ] {470a2577-210f-4f54-b932-9e32d88ab109} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5157 | 2025.04.22 03:06:02.444885 [ 276 ] {470a2577-210f-4f54-b932-9e32d88ab109} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001413 sec., 113234.2533616419 rows/sec., 7.89 MiB/sec. | ||
| 5158 | 2025.04.22 03:06:02.444993 [ 276 ] {470a2577-210f-4f54-b932-9e32d88ab109} <Debug> TCPHandler: Processed in 0.001653895 sec. | ||
| 5159 | 2025.04.22 03:06:02.445186 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5160 | 2025.04.22 03:06:02.445307 [ 276 ] {564d71c3-d4cd-469c-b76c-28f4ff8b8bcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5161 | 2025.04.22 03:06:02.445378 [ 276 ] {564d71c3-d4cd-469c-b76c-28f4ff8b8bcb} <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 | ||
| 5162 | 2025.04.22 03:06:02.446506 [ 276 ] {564d71c3-d4cd-469c-b76c-28f4ff8b8bcb} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5163 | 2025.04.22 03:06:02.446545 [ 276 ] {564d71c3-d4cd-469c-b76c-28f4ff8b8bcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5164 | 2025.04.22 03:06:02.447176 [ 276 ] {564d71c3-d4cd-469c-b76c-28f4ff8b8bcb} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5165 | 2025.04.22 03:06:02.447423 [ 276 ] {564d71c3-d4cd-469c-b76c-28f4ff8b8bcb} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5166 | 2025.04.22 03:06:02.447706 [ 276 ] {564d71c3-d4cd-469c-b76c-28f4ff8b8bcb} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002413 sec., 14919.187733112307 rows/sec., 26.73 MiB/sec. | ||
| 5167 | 2025.04.22 03:06:02.448288 [ 276 ] {564d71c3-d4cd-469c-b76c-28f4ff8b8bcb} <Debug> TCPHandler: Processed in 0.003189676 sec. | ||
| 5168 | 2025.04.22 03:06:02.448508 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5169 | 2025.04.22 03:06:02.448613 [ 276 ] {96802763-2210-4d61-a6e1-afccbbf03374} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5170 | 2025.04.22 03:06:02.448660 [ 276 ] {96802763-2210-4d61-a6e1-afccbbf03374} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5171 | 2025.04.22 03:06:02.449115 [ 276 ] {96802763-2210-4d61-a6e1-afccbbf03374} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5172 | 2025.04.22 03:06:02.449154 [ 276 ] {96802763-2210-4d61-a6e1-afccbbf03374} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5173 | 2025.04.22 03:06:02.449510 [ 276 ] {96802763-2210-4d61-a6e1-afccbbf03374} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5174 | 2025.04.22 03:06:02.449752 [ 276 ] {96802763-2210-4d61-a6e1-afccbbf03374} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5175 | 2025.04.22 03:06:02.449951 [ 276 ] {96802763-2210-4d61-a6e1-afccbbf03374} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001361 sec., 44085.2314474651 rows/sec., 2.97 MiB/sec. | ||
| 5176 | 2025.04.22 03:06:02.449999 [ 276 ] {96802763-2210-4d61-a6e1-afccbbf03374} <Debug> TCPHandler: Processed in 0.001544112 sec. | ||
| 5177 | 2025.04.22 03:06:05.676031 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5178 | 2025.04.22 03:06:05.676262 [ 276 ] {0c9c7511-d6b4-49cf-a3fc-663acd636231} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5179 | 2025.04.22 03:06:05.676348 [ 276 ] {0c9c7511-d6b4-49cf-a3fc-663acd636231} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5180 | 2025.04.22 03:06:05.677153 [ 276 ] {0c9c7511-d6b4-49cf-a3fc-663acd636231} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5181 | 2025.04.22 03:06:05.677203 [ 276 ] {0c9c7511-d6b4-49cf-a3fc-663acd636231} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5182 | 2025.04.22 03:06:05.677623 [ 276 ] {0c9c7511-d6b4-49cf-a3fc-663acd636231} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 5183 | 2025.04.22 03:06:05.677881 [ 276 ] {0c9c7511-d6b4-49cf-a3fc-663acd636231} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5184 | 2025.04.22 03:06:05.678140 [ 276 ] {0c9c7511-d6b4-49cf-a3fc-663acd636231} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001935 sec., 2067.1834625322995 rows/sec., 168.56 KiB/sec. | ||
| 5185 | 2025.04.22 03:06:05.678245 [ 276 ] {0c9c7511-d6b4-49cf-a3fc-663acd636231} <Debug> TCPHandler: Processed in 0.002353163 sec. | ||
| 5186 | 2025.04.22 03:06:05.678376 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5187 | 2025.04.22 03:06:05.678489 [ 276 ] {ee4c255a-b5ac-4e73-88af-c21a683c04f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5188 | 2025.04.22 03:06:05.678539 [ 276 ] {ee4c255a-b5ac-4e73-88af-c21a683c04f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5189 | 2025.04.22 03:06:05.679743 [ 276 ] {ee4c255a-b5ac-4e73-88af-c21a683c04f3} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5190 | 2025.04.22 03:06:05.679785 [ 276 ] {ee4c255a-b5ac-4e73-88af-c21a683c04f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5191 | 2025.04.22 03:06:05.680231 [ 276 ] {ee4c255a-b5ac-4e73-88af-c21a683c04f3} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5192 | 2025.04.22 03:06:05.680481 [ 276 ] {ee4c255a-b5ac-4e73-88af-c21a683c04f3} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5193 | 2025.04.22 03:06:05.680701 [ 276 ] {ee4c255a-b5ac-4e73-88af-c21a683c04f3} <Debug> executeQuery: Read 1206 rows, 101.90 KiB in 0.002238 sec., 538873.9946380698 rows/sec., 44.46 MiB/sec. | ||
| 5194 | 2025.04.22 03:06:05.680754 [ 276 ] {ee4c255a-b5ac-4e73-88af-c21a683c04f3} <Debug> TCPHandler: Processed in 0.002430885 sec. | ||
| 5195 | 2025.04.22 03:06:05.680875 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5196 | 2025.04.22 03:06:05.680982 [ 276 ] {578a2cf5-9ca2-467d-8783-c9c03c3e9b94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5197 | 2025.04.22 03:06:05.681029 [ 276 ] {578a2cf5-9ca2-467d-8783-c9c03c3e9b94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5198 | 2025.04.22 03:06:05.681565 [ 276 ] {578a2cf5-9ca2-467d-8783-c9c03c3e9b94} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5199 | 2025.04.22 03:06:05.681607 [ 276 ] {578a2cf5-9ca2-467d-8783-c9c03c3e9b94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5200 | 2025.04.22 03:06:05.681965 [ 276 ] {578a2cf5-9ca2-467d-8783-c9c03c3e9b94} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5201 | 2025.04.22 03:06:05.682218 [ 276 ] {578a2cf5-9ca2-467d-8783-c9c03c3e9b94} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5202 | 2025.04.22 03:06:05.682425 [ 276 ] {578a2cf5-9ca2-467d-8783-c9c03c3e9b94} <Debug> executeQuery: Read 8 rows, 594.00 B in 0.001466 sec., 5457.025920873124 rows/sec., 395.69 KiB/sec. | ||
| 5203 | 2025.04.22 03:06:05.682478 [ 276 ] {578a2cf5-9ca2-467d-8783-c9c03c3e9b94} <Debug> TCPHandler: Processed in 0.001655075 sec. | ||
| 5204 | 2025.04.22 03:06:05.682594 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5205 | 2025.04.22 03:06:05.682701 [ 276 ] {6268fa2f-3077-425b-824e-116efd492bd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5206 | 2025.04.22 03:06:05.682747 [ 276 ] {6268fa2f-3077-425b-824e-116efd492bd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5207 | 2025.04.22 03:06:05.683347 [ 276 ] {6268fa2f-3077-425b-824e-116efd492bd8} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5208 | 2025.04.22 03:06:05.683387 [ 276 ] {6268fa2f-3077-425b-824e-116efd492bd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5209 | 2025.04.22 03:06:05.683744 [ 276 ] {6268fa2f-3077-425b-824e-116efd492bd8} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5210 | 2025.04.22 03:06:05.683985 [ 276 ] {6268fa2f-3077-425b-824e-116efd492bd8} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5211 | 2025.04.22 03:06:05.684235 [ 276 ] {6268fa2f-3077-425b-824e-116efd492bd8} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001549 sec., 147191.7366042608 rows/sec., 9.97 MiB/sec. | ||
| 5212 | 2025.04.22 03:06:05.684423 [ 276 ] {6268fa2f-3077-425b-824e-116efd492bd8} <Debug> TCPHandler: Processed in 0.001876931 sec. | ||
| 5213 | 2025.04.22 03:06:05.684604 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5214 | 2025.04.22 03:06:05.684709 [ 276 ] {0613b9a9-fb2d-464a-a5a9-dfb981c133cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5215 | 2025.04.22 03:06:05.684757 [ 276 ] {0613b9a9-fb2d-464a-a5a9-dfb981c133cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5216 | 2025.04.22 03:06:05.685499 [ 276 ] {0613b9a9-fb2d-464a-a5a9-dfb981c133cf} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5217 | 2025.04.22 03:06:05.685538 [ 276 ] {0613b9a9-fb2d-464a-a5a9-dfb981c133cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5218 | 2025.04.22 03:06:05.685981 [ 276 ] {0613b9a9-fb2d-464a-a5a9-dfb981c133cf} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5219 | 2025.04.22 03:06:05.686271 [ 276 ] {0613b9a9-fb2d-464a-a5a9-dfb981c133cf} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5220 | 2025.04.22 03:06:05.686501 [ 276 ] {0613b9a9-fb2d-464a-a5a9-dfb981c133cf} <Debug> executeQuery: Read 528 rows, 40.05 KiB in 0.001813 sec., 291230.0055157198 rows/sec., 21.57 MiB/sec. | ||
| 5221 | 2025.04.22 03:06:05.686564 [ 276 ] {0613b9a9-fb2d-464a-a5a9-dfb981c133cf} <Debug> TCPHandler: Processed in 0.002019084 sec. | ||
| 5222 | 2025.04.22 03:06:05.686700 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5223 | 2025.04.22 03:06:05.686826 [ 276 ] {d7d08600-f0d0-415c-8547-7e2d8e0a752e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5224 | 2025.04.22 03:06:05.686884 [ 276 ] {d7d08600-f0d0-415c-8547-7e2d8e0a752e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5225 | 2025.04.22 03:06:05.687588 [ 276 ] {d7d08600-f0d0-415c-8547-7e2d8e0a752e} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5226 | 2025.04.22 03:06:05.687628 [ 276 ] {d7d08600-f0d0-415c-8547-7e2d8e0a752e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5227 | 2025.04.22 03:06:05.688054 [ 276 ] {d7d08600-f0d0-415c-8547-7e2d8e0a752e} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5228 | 2025.04.22 03:06:05.688289 [ 276 ] {d7d08600-f0d0-415c-8547-7e2d8e0a752e} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5229 | 2025.04.22 03:06:05.688506 [ 276 ] {d7d08600-f0d0-415c-8547-7e2d8e0a752e} <Debug> executeQuery: Read 956 rows, 65.68 KiB in 0.001708 sec., 559718.9695550351 rows/sec., 37.55 MiB/sec. | ||
| 5230 | 2025.04.22 03:06:05.688558 [ 276 ] {d7d08600-f0d0-415c-8547-7e2d8e0a752e} <Debug> TCPHandler: Processed in 0.001921461 sec. | ||
| 5231 | 2025.04.22 03:06:05.688678 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5232 | 2025.04.22 03:06:05.688783 [ 276 ] {c1a2d12a-951b-45a9-82dd-1cb41845cae3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5233 | 2025.04.22 03:06:05.688851 [ 276 ] {c1a2d12a-951b-45a9-82dd-1cb41845cae3} <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 | ||
| 5234 | 2025.04.22 03:06:05.689849 [ 276 ] {c1a2d12a-951b-45a9-82dd-1cb41845cae3} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5235 | 2025.04.22 03:06:05.689888 [ 276 ] {c1a2d12a-951b-45a9-82dd-1cb41845cae3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5236 | 2025.04.22 03:06:05.690459 [ 276 ] {c1a2d12a-951b-45a9-82dd-1cb41845cae3} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5237 | 2025.04.22 03:06:05.690730 [ 276 ] {c1a2d12a-951b-45a9-82dd-1cb41845cae3} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5238 | 2025.04.22 03:06:05.690964 [ 276 ] {c1a2d12a-951b-45a9-82dd-1cb41845cae3} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002202 sec., 1816.5304268846503 rows/sec., 3.26 MiB/sec. | ||
| 5239 | 2025.04.22 03:06:05.691063 [ 276 ] {c1a2d12a-951b-45a9-82dd-1cb41845cae3} <Debug> TCPHandler: Processed in 0.002434755 sec. | ||
| 5240 | 2025.04.22 03:06:05.691182 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5241 | 2025.04.22 03:06:05.691286 [ 276 ] {ac5f86f7-9f7a-4a96-9607-4112c2e8b406} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5242 | 2025.04.22 03:06:05.691333 [ 276 ] {ac5f86f7-9f7a-4a96-9607-4112c2e8b406} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5243 | 2025.04.22 03:06:05.691748 [ 276 ] {ac5f86f7-9f7a-4a96-9607-4112c2e8b406} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5244 | 2025.04.22 03:06:05.691788 [ 276 ] {ac5f86f7-9f7a-4a96-9607-4112c2e8b406} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5245 | 2025.04.22 03:06:05.692132 [ 276 ] {ac5f86f7-9f7a-4a96-9607-4112c2e8b406} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5246 | 2025.04.22 03:06:05.692368 [ 276 ] {ac5f86f7-9f7a-4a96-9607-4112c2e8b406} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5247 | 2025.04.22 03:06:05.692574 [ 276 ] {ac5f86f7-9f7a-4a96-9607-4112c2e8b406} <Debug> executeQuery: Read 42 rows, 2.89 KiB in 0.00131 sec., 32061.06870229008 rows/sec., 2.16 MiB/sec. | ||
| 5248 | 2025.04.22 03:06:05.692622 [ 276 ] {ac5f86f7-9f7a-4a96-9607-4112c2e8b406} <Debug> TCPHandler: Processed in 0.00149095 sec. | ||
| 5249 | 2025.04.22 03:06:05.783653 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11468 | ||
| 5250 | 2025.04.22 03:06:05.784161 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5251 | 2025.04.22 03:06:05.784198 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5252 | 2025.04.22 03:06:05.784623 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5253 | 2025.04.22 03:06:05.784860 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5254 | 2025.04.22 03:06:05.785133 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11468 | ||
| 5255 | 2025.04.22 03:06:06.521587 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
| 5256 | 2025.04.22 03:06:06.542143 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5257 | 2025.04.22 03:06:06.542198 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5258 | 2025.04.22 03:06:06.549837 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5259 | 2025.04.22 03:06:06.550628 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5260 | 2025.04.22 03:06:06.554668 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
| 5261 | 2025.04.22 03:06:07.430557 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5262 | 2025.04.22 03:06:07.430808 [ 276 ] {c3958f7b-d461-4f9d-b075-13e913be732d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5263 | 2025.04.22 03:06:07.430908 [ 276 ] {c3958f7b-d461-4f9d-b075-13e913be732d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5264 | 2025.04.22 03:06:07.431959 [ 276 ] {c3958f7b-d461-4f9d-b075-13e913be732d} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5265 | 2025.04.22 03:06:07.432024 [ 276 ] {c3958f7b-d461-4f9d-b075-13e913be732d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5266 | 2025.04.22 03:06:07.432654 [ 276 ] {c3958f7b-d461-4f9d-b075-13e913be732d} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5267 | 2025.04.22 03:06:07.433046 [ 276 ] {c3958f7b-d461-4f9d-b075-13e913be732d} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5268 | 2025.04.22 03:06:07.433342 [ 276 ] {c3958f7b-d461-4f9d-b075-13e913be732d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002603 sec., 21513.638109873224 rows/sec., 1.65 MiB/sec. | ||
| 5269 | 2025.04.22 03:06:07.433422 [ 276 ] {c3958f7b-d461-4f9d-b075-13e913be732d} <Debug> TCPHandler: Processed in 0.003036051 sec. | ||
| 5270 | 2025.04.22 03:06:07.433581 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5271 | 2025.04.22 03:06:07.433720 [ 276 ] {84d740a2-3f0e-4fb7-badb-66f4992bb78b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5272 | 2025.04.22 03:06:07.433783 [ 276 ] {84d740a2-3f0e-4fb7-badb-66f4992bb78b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5273 | 2025.04.22 03:06:07.434558 [ 276 ] {84d740a2-3f0e-4fb7-badb-66f4992bb78b} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5274 | 2025.04.22 03:06:07.434609 [ 276 ] {84d740a2-3f0e-4fb7-badb-66f4992bb78b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5275 | 2025.04.22 03:06:07.435119 [ 276 ] {84d740a2-3f0e-4fb7-badb-66f4992bb78b} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5276 | 2025.04.22 03:06:07.435487 [ 276 ] {84d740a2-3f0e-4fb7-badb-66f4992bb78b} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5277 | 2025.04.22 03:06:07.435767 [ 276 ] {84d740a2-3f0e-4fb7-badb-66f4992bb78b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002077 sec., 30813.673567645645 rows/sec., 2.41 MiB/sec. | ||
| 5278 | 2025.04.22 03:06:07.435842 [ 276 ] {84d740a2-3f0e-4fb7-badb-66f4992bb78b} <Debug> TCPHandler: Processed in 0.002326662 sec. | ||
| 5279 | 2025.04.22 03:06:07.435979 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5280 | 2025.04.22 03:06:07.436104 [ 276 ] {019870c5-9d27-413c-b793-f99536ff5a9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5281 | 2025.04.22 03:06:07.436163 [ 276 ] {019870c5-9d27-413c-b793-f99536ff5a9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5282 | 2025.04.22 03:06:07.436743 [ 276 ] {019870c5-9d27-413c-b793-f99536ff5a9c} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5283 | 2025.04.22 03:06:07.436790 [ 276 ] {019870c5-9d27-413c-b793-f99536ff5a9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5284 | 2025.04.22 03:06:07.437200 [ 276 ] {019870c5-9d27-413c-b793-f99536ff5a9c} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5285 | 2025.04.22 03:06:07.437446 [ 276 ] {019870c5-9d27-413c-b793-f99536ff5a9c} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5286 | 2025.04.22 03:06:07.437637 [ 276 ] {019870c5-9d27-413c-b793-f99536ff5a9c} <Debug> executeQuery: Read 52 rows, 3.70 KiB in 0.001561 sec., 33311.9795003203 rows/sec., 2.32 MiB/sec. | ||
| 5287 | 2025.04.22 03:06:07.437686 [ 276 ] {019870c5-9d27-413c-b793-f99536ff5a9c} <Debug> TCPHandler: Processed in 0.001766797 sec. | ||
| 5288 | 2025.04.22 03:06:07.437798 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5289 | 2025.04.22 03:06:07.437900 [ 276 ] {05ecc3ab-e65f-422a-a6db-f6202ce64e0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5290 | 2025.04.22 03:06:07.437945 [ 276 ] {05ecc3ab-e65f-422a-a6db-f6202ce64e0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5291 | 2025.04.22 03:06:07.438353 [ 276 ] {05ecc3ab-e65f-422a-a6db-f6202ce64e0f} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5292 | 2025.04.22 03:06:07.438392 [ 276 ] {05ecc3ab-e65f-422a-a6db-f6202ce64e0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5293 | 2025.04.22 03:06:07.438737 [ 276 ] {05ecc3ab-e65f-422a-a6db-f6202ce64e0f} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5294 | 2025.04.22 03:06:07.438972 [ 276 ] {05ecc3ab-e65f-422a-a6db-f6202ce64e0f} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5295 | 2025.04.22 03:06:07.439220 [ 276 ] {05ecc3ab-e65f-422a-a6db-f6202ce64e0f} <Debug> executeQuery: Read 18 rows, 1.25 KiB in 0.001335 sec., 13483.14606741573 rows/sec., 935.60 KiB/sec. | ||
| 5296 | 2025.04.22 03:06:07.439368 [ 276 ] {05ecc3ab-e65f-422a-a6db-f6202ce64e0f} <Debug> TCPHandler: Processed in 0.001615653 sec. | ||
| 5297 | 2025.04.22 03:06:08.326295 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 746 | ||
| 5298 | 2025.04.22 03:06:08.329414 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5299 | 2025.04.22 03:06:08.329454 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5300 | 2025.04.22 03:06:08.330872 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5301 | 2025.04.22 03:06:08.331173 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5302 | 2025.04.22 03:06:08.332675 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 746 | ||
| 5303 | 2025.04.22 03:06:12.437260 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5304 | 2025.04.22 03:06:12.437467 [ 276 ] {8baf920a-ef8a-4f4f-8f28-eef34da76ef3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5305 | 2025.04.22 03:06:12.437542 [ 276 ] {8baf920a-ef8a-4f4f-8f28-eef34da76ef3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5306 | 2025.04.22 03:06:12.438321 [ 276 ] {8baf920a-ef8a-4f4f-8f28-eef34da76ef3} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5307 | 2025.04.22 03:06:12.438362 [ 276 ] {8baf920a-ef8a-4f4f-8f28-eef34da76ef3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5308 | 2025.04.22 03:06:12.438810 [ 276 ] {8baf920a-ef8a-4f4f-8f28-eef34da76ef3} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5309 | 2025.04.22 03:06:12.439067 [ 276 ] {8baf920a-ef8a-4f4f-8f28-eef34da76ef3} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5310 | 2025.04.22 03:06:12.439250 [ 276 ] {8baf920a-ef8a-4f4f-8f28-eef34da76ef3} <Debug> executeQuery: Read 128 rows, 11.24 KiB in 0.001829 sec., 69983.59759431383 rows/sec., 6.00 MiB/sec. | ||
| 5311 | 2025.04.22 03:06:12.439354 [ 276 ] {8baf920a-ef8a-4f4f-8f28-eef34da76ef3} <Debug> TCPHandler: Processed in 0.00222317 sec. | ||
| 5312 | 2025.04.22 03:06:12.439528 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5313 | 2025.04.22 03:06:12.439648 [ 276 ] {fb053fb2-f8d2-485d-90ee-f09ad6333685} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5314 | 2025.04.22 03:06:12.439694 [ 276 ] {fb053fb2-f8d2-485d-90ee-f09ad6333685} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5315 | 2025.04.22 03:06:12.440226 [ 276 ] {fb053fb2-f8d2-485d-90ee-f09ad6333685} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5316 | 2025.04.22 03:06:12.440263 [ 276 ] {fb053fb2-f8d2-485d-90ee-f09ad6333685} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5317 | 2025.04.22 03:06:12.440608 [ 276 ] {fb053fb2-f8d2-485d-90ee-f09ad6333685} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5318 | 2025.04.22 03:06:12.440859 [ 276 ] {fb053fb2-f8d2-485d-90ee-f09ad6333685} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5319 | 2025.04.22 03:06:12.441019 [ 276 ] {fb053fb2-f8d2-485d-90ee-f09ad6333685} <Debug> executeQuery: Read 36 rows, 2.71 KiB in 0.001393 sec., 25843.503230437906 rows/sec., 1.90 MiB/sec. | ||
| 5320 | 2025.04.22 03:06:12.441067 [ 276 ] {fb053fb2-f8d2-485d-90ee-f09ad6333685} <Debug> TCPHandler: Processed in 0.001627463 sec. | ||
| 5321 | 2025.04.22 03:06:12.441176 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5322 | 2025.04.22 03:06:12.441278 [ 276 ] {6b26e87e-66a8-423c-9fa9-c27ab3f06dc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5323 | 2025.04.22 03:06:12.441322 [ 276 ] {6b26e87e-66a8-423c-9fa9-c27ab3f06dc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5324 | 2025.04.22 03:06:12.441855 [ 276 ] {6b26e87e-66a8-423c-9fa9-c27ab3f06dc6} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5325 | 2025.04.22 03:06:12.441891 [ 276 ] {6b26e87e-66a8-423c-9fa9-c27ab3f06dc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5326 | 2025.04.22 03:06:12.442237 [ 276 ] {6b26e87e-66a8-423c-9fa9-c27ab3f06dc6} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5327 | 2025.04.22 03:06:12.442471 [ 276 ] {6b26e87e-66a8-423c-9fa9-c27ab3f06dc6} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5328 | 2025.04.22 03:06:12.442632 [ 276 ] {6b26e87e-66a8-423c-9fa9-c27ab3f06dc6} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.001376 sec., 72674.41860465116 rows/sec., 5.68 MiB/sec. | ||
| 5329 | 2025.04.22 03:06:12.442679 [ 276 ] {6b26e87e-66a8-423c-9fa9-c27ab3f06dc6} <Debug> TCPHandler: Processed in 0.001551932 sec. | ||
| 5330 | 2025.04.22 03:06:12.442803 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5331 | 2025.04.22 03:06:12.442906 [ 276 ] {57707874-738b-49d9-a12d-7a6208894099} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5332 | 2025.04.22 03:06:12.442954 [ 276 ] {57707874-738b-49d9-a12d-7a6208894099} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5333 | 2025.04.22 03:06:12.443460 [ 276 ] {57707874-738b-49d9-a12d-7a6208894099} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5334 | 2025.04.22 03:06:12.443497 [ 276 ] {57707874-738b-49d9-a12d-7a6208894099} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5335 | 2025.04.22 03:06:12.443864 [ 276 ] {57707874-738b-49d9-a12d-7a6208894099} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5336 | 2025.04.22 03:06:12.444100 [ 276 ] {57707874-738b-49d9-a12d-7a6208894099} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5337 | 2025.04.22 03:06:12.444265 [ 276 ] {57707874-738b-49d9-a12d-7a6208894099} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00138 sec., 115942.02898550725 rows/sec., 8.08 MiB/sec. | ||
| 5338 | 2025.04.22 03:06:12.444312 [ 276 ] {57707874-738b-49d9-a12d-7a6208894099} <Debug> TCPHandler: Processed in 0.001557581 sec. | ||
| 5339 | 2025.04.22 03:06:12.444426 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5340 | 2025.04.22 03:06:12.444536 [ 276 ] {836b458c-aa62-4f2f-b9f8-2d9fb0181f51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5341 | 2025.04.22 03:06:12.444605 [ 276 ] {836b458c-aa62-4f2f-b9f8-2d9fb0181f51} <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 | ||
| 5342 | 2025.04.22 03:06:12.445717 [ 276 ] {836b458c-aa62-4f2f-b9f8-2d9fb0181f51} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5343 | 2025.04.22 03:06:12.445756 [ 276 ] {836b458c-aa62-4f2f-b9f8-2d9fb0181f51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5344 | 2025.04.22 03:06:12.446430 [ 276 ] {836b458c-aa62-4f2f-b9f8-2d9fb0181f51} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5345 | 2025.04.22 03:06:12.446697 [ 276 ] {836b458c-aa62-4f2f-b9f8-2d9fb0181f51} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5346 | 2025.04.22 03:06:12.446916 [ 276 ] {836b458c-aa62-4f2f-b9f8-2d9fb0181f51} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002401 sec., 14993.75260308205 rows/sec., 26.87 MiB/sec. | ||
| 5347 | 2025.04.22 03:06:12.447420 [ 276 ] {836b458c-aa62-4f2f-b9f8-2d9fb0181f51} <Debug> TCPHandler: Processed in 0.003039491 sec. | ||
| 5348 | 2025.04.22 03:06:12.447578 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5349 | 2025.04.22 03:06:12.447681 [ 276 ] {f671ea42-e517-4809-871b-2d041af18418} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5350 | 2025.04.22 03:06:12.447729 [ 276 ] {f671ea42-e517-4809-871b-2d041af18418} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5351 | 2025.04.22 03:06:12.448192 [ 276 ] {f671ea42-e517-4809-871b-2d041af18418} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5352 | 2025.04.22 03:06:12.448232 [ 276 ] {f671ea42-e517-4809-871b-2d041af18418} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5353 | 2025.04.22 03:06:12.448599 [ 276 ] {f671ea42-e517-4809-871b-2d041af18418} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5354 | 2025.04.22 03:06:12.448842 [ 276 ] {f671ea42-e517-4809-871b-2d041af18418} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5355 | 2025.04.22 03:06:12.449024 [ 276 ] {f671ea42-e517-4809-871b-2d041af18418} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00136 sec., 44117.647058823524 rows/sec., 2.97 MiB/sec. | ||
| 5356 | 2025.04.22 03:06:12.449100 [ 276 ] {f671ea42-e517-4809-871b-2d041af18418} <Debug> TCPHandler: Processed in 0.001571012 sec. | ||
| 5357 | 2025.04.22 03:06:13.177735 [ 31 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5358 | 2025.04.22 03:06:13.177814 [ 31 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5359 | 2025.04.22 03:06:13.285275 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11956 | ||
| 5360 | 2025.04.22 03:06:13.286292 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5361 | 2025.04.22 03:06:13.286372 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5362 | 2025.04.22 03:06:13.287008 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5363 | 2025.04.22 03:06:13.287257 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5364 | 2025.04.22 03:06:13.287515 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
| 5365 | 2025.04.22 03:06:13.287523 [ 32 ] {} <Debug> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5366 | 2025.04.22 03:06:13.287620 [ 32 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5367 | 2025.04.22 03:06:13.287662 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5368 | 2025.04.22 03:06:13.287850 [ 194 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 5369 | 2025.04.22 03:06:13.288019 [ 194 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5370 | 2025.04.22 03:06:13.288062 [ 194 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 5371 | 2025.04.22 03:06:13.288143 [ 194 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 5372 | 2025.04.22 03:06:13.288311 [ 194 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 5373 | 2025.04.22 03:06:13.288607 [ 194 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 5374 | 2025.04.22 03:06:13.288763 [ 194 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 5375 | 2025.04.22 03:06:13.288956 [ 194 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 5376 | 2025.04.22 03:06:13.291509 [ 201 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.00374873 sec., 3189346.7921135956 rows/sec., 45.62 MiB/sec. | ||
| 5377 | 2025.04.22 03:06:13.291863 [ 190 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5378 | 2025.04.22 03:06:13.292202 [ 190 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_26_5} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5379 | 2025.04.22 03:06:13.292281 [ 190 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_26_5} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5380 | 2025.04.22 03:06:13.292372 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB. | ||
| 5381 | 2025.04.22 03:06:14.054726 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
| 5382 | 2025.04.22 03:06:14.076034 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5383 | 2025.04.22 03:06:14.076088 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5384 | 2025.04.22 03:06:14.083365 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5385 | 2025.04.22 03:06:14.084173 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5386 | 2025.04.22 03:06:14.084492 [ 32 ] {} <Debug> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5387 | 2025.04.22 03:06:14.084560 [ 32 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5388 | 2025.04.22 03:06:14.084606 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5389 | 2025.04.22 03:06:14.084977 [ 194 ] {221840db-82c7-49e0-9543-fc81844dee87::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 | ||
| 5390 | 2025.04.22 03:06:14.100270 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
| 5391 | 2025.04.22 03:06:14.101615 [ 194 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5392 | 2025.04.22 03:06:14.103270 [ 194 ] {221840db-82c7-49e0-9543-fc81844dee87::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 | ||
| 5393 | 2025.04.22 03:06:14.109072 [ 194 ] {221840db-82c7-49e0-9543-fc81844dee87::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 | ||
| 5394 | 2025.04.22 03:06:14.114644 [ 194 ] {221840db-82c7-49e0-9543-fc81844dee87::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 | ||
| 5395 | 2025.04.22 03:06:14.120067 [ 194 ] {221840db-82c7-49e0-9543-fc81844dee87::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 | ||
| 5396 | 2025.04.22 03:06:14.125638 [ 194 ] {221840db-82c7-49e0-9543-fc81844dee87::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 | ||
| 5397 | 2025.04.22 03:06:14.129909 [ 194 ] {221840db-82c7-49e0-9543-fc81844dee87::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 | ||
| 5398 | 2025.04.22 03:06:14.195723 [ 201 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.110984598 sec., 1766.0108116983943 rows/sec., 9.13 MiB/sec. | ||
| 5399 | 2025.04.22 03:06:14.198608 [ 201 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5400 | 2025.04.22 03:06:14.201622 [ 201 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_26_5} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5401 | 2025.04.22 03:06:14.201756 [ 201 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_26_5} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5402 | 2025.04.22 03:06:14.204213 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 5403 | 2025.04.22 03:06:15.000175 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 193.70 MiB, peak 204.24 MiB, free memory in arenas 0.00 B, will set to 195.16 MiB (RSS), difference: 1.46 MiB | ||
| 5404 | 2025.04.22 03:06:17.437066 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5405 | 2025.04.22 03:06:17.437277 [ 276 ] {f4ce9e97-0219-4d33-8e37-55ef04531f9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5406 | 2025.04.22 03:06:17.437354 [ 276 ] {f4ce9e97-0219-4d33-8e37-55ef04531f9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5407 | 2025.04.22 03:06:17.438209 [ 276 ] {f4ce9e97-0219-4d33-8e37-55ef04531f9f} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5408 | 2025.04.22 03:06:17.438250 [ 276 ] {f4ce9e97-0219-4d33-8e37-55ef04531f9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5409 | 2025.04.22 03:06:17.438712 [ 276 ] {f4ce9e97-0219-4d33-8e37-55ef04531f9f} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5410 | 2025.04.22 03:06:17.438971 [ 276 ] {f4ce9e97-0219-4d33-8e37-55ef04531f9f} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5411 | 2025.04.22 03:06:17.439148 [ 276 ] {f4ce9e97-0219-4d33-8e37-55ef04531f9f} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.001929 sec., 33177.81233799896 rows/sec., 2.63 MiB/sec. | ||
| 5412 | 2025.04.22 03:06:17.439199 [ 27 ] {} <Debug> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5413 | 2025.04.22 03:06:17.439214 [ 276 ] {f4ce9e97-0219-4d33-8e37-55ef04531f9f} <Debug> TCPHandler: Processed in 0.002285281 sec. | ||
| 5414 | 2025.04.22 03:06:17.439251 [ 27 ] {} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5415 | 2025.04.22 03:06:17.439288 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5416 | 2025.04.22 03:06:17.439501 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5417 | 2025.04.22 03:06:17.439511 [ 189 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::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 | ||
| 5418 | 2025.04.22 03:06:17.439694 [ 276 ] {862ec27d-1cf4-4e04-b745-6a05618762ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5419 | 2025.04.22 03:06:17.439813 [ 276 ] {862ec27d-1cf4-4e04-b745-6a05618762ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5420 | 2025.04.22 03:06:17.439855 [ 189 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5421 | 2025.04.22 03:06:17.439968 [ 189 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1846 rows starting from the beginning of the part | ||
| 5422 | 2025.04.22 03:06:17.440304 [ 189 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 128 rows starting from the beginning of the part | ||
| 5423 | 2025.04.22 03:06:17.440758 [ 189 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1206 rows starting from the beginning of the part | ||
| 5424 | 2025.04.22 03:06:17.441252 [ 189 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 56 rows starting from the beginning of the part | ||
| 5425 | 2025.04.22 03:06:17.441547 [ 189 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 128 rows starting from the beginning of the part | ||
| 5426 | 2025.04.22 03:06:17.441973 [ 189 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 64 rows starting from the beginning of the part | ||
| 5427 | 2025.04.22 03:06:17.442644 [ 276 ] {862ec27d-1cf4-4e04-b745-6a05618762ae} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5428 | 2025.04.22 03:06:17.442697 [ 276 ] {862ec27d-1cf4-4e04-b745-6a05618762ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5429 | 2025.04.22 03:06:17.443511 [ 276 ] {862ec27d-1cf4-4e04-b745-6a05618762ae} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5430 | 2025.04.22 03:06:17.444044 [ 276 ] {862ec27d-1cf4-4e04-b745-6a05618762ae} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5431 | 2025.04.22 03:06:17.444567 [ 276 ] {862ec27d-1cf4-4e04-b745-6a05618762ae} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.004929 sec., 811.5236356258876 rows/sec., 61.02 KiB/sec. | ||
| 5432 | 2025.04.22 03:06:17.444817 [ 276 ] {862ec27d-1cf4-4e04-b745-6a05618762ae} <Debug> TCPHandler: Processed in 0.005395825 sec. | ||
| 5433 | 2025.04.22 03:06:17.444991 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5434 | 2025.04.22 03:06:17.445253 [ 276 ] {2652a8e6-ea88-4d64-8627-6c5322ed1115} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5435 | 2025.04.22 03:06:17.445468 [ 276 ] {2652a8e6-ea88-4d64-8627-6c5322ed1115} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5436 | 2025.04.22 03:06:17.446124 [ 197 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3428 rows, containing 5 columns (5 merged, 0 gathered) in 0.006731741 sec., 509229.33606625686 rows/sec., 43.75 MiB/sec. | ||
| 5437 | 2025.04.22 03:06:17.446500 [ 197 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5438 | 2025.04.22 03:06:17.446982 [ 276 ] {2652a8e6-ea88-4d64-8627-6c5322ed1115} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5439 | 2025.04.22 03:06:17.447043 [ 276 ] {2652a8e6-ea88-4d64-8627-6c5322ed1115} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5440 | 2025.04.22 03:06:17.447188 [ 197 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_41_8} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5441 | 2025.04.22 03:06:17.447389 [ 197 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_41_8} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5442 | 2025.04.22 03:06:17.447537 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
| 5443 | 2025.04.22 03:06:17.447713 [ 276 ] {2652a8e6-ea88-4d64-8627-6c5322ed1115} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5444 | 2025.04.22 03:06:17.447955 [ 276 ] {2652a8e6-ea88-4d64-8627-6c5322ed1115} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5445 | 2025.04.22 03:06:17.448135 [ 26 ] {} <Debug> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5446 | 2025.04.22 03:06:17.448156 [ 276 ] {2652a8e6-ea88-4d64-8627-6c5322ed1115} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.003033 sec., 22420.04615891856 rows/sec., 1.75 MiB/sec. | ||
| 5447 | 2025.04.22 03:06:17.448221 [ 26 ] {} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5448 | 2025.04.22 03:06:17.448304 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5449 | 2025.04.22 03:06:17.448307 [ 276 ] {2652a8e6-ea88-4d64-8627-6c5322ed1115} <Debug> TCPHandler: Processed in 0.003392511 sec. | ||
| 5450 | 2025.04.22 03:06:17.448599 [ 200 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::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 | ||
| 5451 | 2025.04.22 03:06:17.448630 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5452 | 2025.04.22 03:06:17.449085 [ 276 ] {79f87060-1fe8-40cf-85be-5989df1f04c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5453 | 2025.04.22 03:06:17.449129 [ 200 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5454 | 2025.04.22 03:06:17.449260 [ 200 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 914 rows starting from the beginning of the part | ||
| 5455 | 2025.04.22 03:06:17.449307 [ 276 ] {79f87060-1fe8-40cf-85be-5989df1f04c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5456 | 2025.04.22 03:06:17.449579 [ 200 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 100 rows starting from the beginning of the part | ||
| 5457 | 2025.04.22 03:06:17.449846 [ 200 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 528 rows starting from the beginning of the part | ||
| 5458 | 2025.04.22 03:06:17.450137 [ 200 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 64 rows starting from the beginning of the part | ||
| 5459 | 2025.04.22 03:06:17.450501 [ 200 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 100 rows starting from the beginning of the part | ||
| 5460 | 2025.04.22 03:06:17.450900 [ 200 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 68 rows starting from the beginning of the part | ||
| 5461 | 2025.04.22 03:06:17.452398 [ 276 ] {79f87060-1fe8-40cf-85be-5989df1f04c0} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5462 | 2025.04.22 03:06:17.452467 [ 276 ] {79f87060-1fe8-40cf-85be-5989df1f04c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5463 | 2025.04.22 03:06:17.453487 [ 276 ] {79f87060-1fe8-40cf-85be-5989df1f04c0} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5464 | 2025.04.22 03:06:17.454038 [ 276 ] {79f87060-1fe8-40cf-85be-5989df1f04c0} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5465 | 2025.04.22 03:06:17.454130 [ 197 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1774 rows, containing 5 columns (5 merged, 0 gathered) in 0.005713543 sec., 310490.35598401906 rows/sec., 24.19 MiB/sec. | ||
| 5466 | 2025.04.22 03:06:17.454345 [ 26 ] {} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5467 | 2025.04.22 03:06:17.454438 [ 26 ] {} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5468 | 2025.04.22 03:06:17.454496 [ 276 ] {79f87060-1fe8-40cf-85be-5989df1f04c0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005594 sec., 28602.07365033965 rows/sec., 1.99 MiB/sec. | ||
| 5469 | 2025.04.22 03:06:17.454506 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5470 | 2025.04.22 03:06:17.454525 [ 197 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5471 | 2025.04.22 03:06:17.454848 [ 276 ] {79f87060-1fe8-40cf-85be-5989df1f04c0} <Debug> TCPHandler: Processed in 0.00632976 sec. | ||
| 5472 | 2025.04.22 03:06:17.455068 [ 199 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::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 | ||
| 5473 | 2025.04.22 03:06:17.455160 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5474 | 2025.04.22 03:06:17.455407 [ 276 ] {1fcec21b-8f2d-4456-97e1-15655c7388c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5475 | 2025.04.22 03:06:17.455446 [ 199 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5476 | 2025.04.22 03:06:17.455556 [ 199 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11261 rows starting from the beginning of the part | ||
| 5477 | 2025.04.22 03:06:17.455614 [ 276 ] {1fcec21b-8f2d-4456-97e1-15655c7388c5} <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 | ||
| 5478 | 2025.04.22 03:06:17.455713 [ 197 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_41_8} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5479 | 2025.04.22 03:06:17.456084 [ 199 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::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 | ||
| 5480 | 2025.04.22 03:06:17.456244 [ 197 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_41_8} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5481 | 2025.04.22 03:06:17.456649 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 5482 | 2025.04.22 03:06:17.456679 [ 199 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 956 rows starting from the beginning of the part | ||
| 5483 | 2025.04.22 03:06:17.457029 [ 199 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 52 rows starting from the beginning of the part | ||
| 5484 | 2025.04.22 03:06:17.457341 [ 199 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::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 | ||
| 5485 | 2025.04.22 03:06:17.457662 [ 199 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 160 rows starting from the beginning of the part | ||
| 5486 | 2025.04.22 03:06:17.459541 [ 276 ] {1fcec21b-8f2d-4456-97e1-15655c7388c5} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5487 | 2025.04.22 03:06:17.459586 [ 276 ] {1fcec21b-8f2d-4456-97e1-15655c7388c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5488 | 2025.04.22 03:06:17.460627 [ 276 ] {1fcec21b-8f2d-4456-97e1-15655c7388c5} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5489 | 2025.04.22 03:06:17.460995 [ 276 ] {1fcec21b-8f2d-4456-97e1-15655c7388c5} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5490 | 2025.04.22 03:06:17.461344 [ 276 ] {1fcec21b-8f2d-4456-97e1-15655c7388c5} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.006015 sec., 665.0041562759767 rows/sec., 1.19 MiB/sec. | ||
| 5491 | 2025.04.22 03:06:17.461922 [ 276 ] {1fcec21b-8f2d-4456-97e1-15655c7388c5} <Debug> TCPHandler: Processed in 0.006841953 sec. | ||
| 5492 | 2025.04.22 03:06:17.462118 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5493 | 2025.04.22 03:06:17.462221 [ 276 ] {7cfa1c7d-c9a3-4f6c-a144-031d9fb7f8c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5494 | 2025.04.22 03:06:17.462267 [ 276 ] {7cfa1c7d-c9a3-4f6c-a144-031d9fb7f8c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5495 | 2025.04.22 03:06:17.462913 [ 200 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12749 rows, containing 5 columns (5 merged, 0 gathered) in 0.008227821 sec., 1549498.949965003 rows/sec., 104.82 MiB/sec. | ||
| 5496 | 2025.04.22 03:06:17.463059 [ 276 ] {7cfa1c7d-c9a3-4f6c-a144-031d9fb7f8c0} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5497 | 2025.04.22 03:06:17.463113 [ 276 ] {7cfa1c7d-c9a3-4f6c-a144-031d9fb7f8c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5498 | 2025.04.22 03:06:17.463454 [ 200 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5499 | 2025.04.22 03:06:17.463737 [ 276 ] {7cfa1c7d-c9a3-4f6c-a144-031d9fb7f8c0} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5500 | 2025.04.22 03:06:17.463969 [ 200 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5501 | 2025.04.22 03:06:17.464113 [ 200 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5502 | 2025.04.22 03:06:17.464174 [ 276 ] {7cfa1c7d-c9a3-4f6c-a144-031d9fb7f8c0} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5503 | 2025.04.22 03:06:17.464288 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.37 MiB. | ||
| 5504 | 2025.04.22 03:06:17.464473 [ 26 ] {} <Debug> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5505 | 2025.04.22 03:06:17.464501 [ 276 ] {7cfa1c7d-c9a3-4f6c-a144-031d9fb7f8c0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002302 sec., 26064.291920069507 rows/sec., 1.76 MiB/sec. | ||
| 5506 | 2025.04.22 03:06:17.464549 [ 26 ] {} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5507 | 2025.04.22 03:06:17.464631 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5508 | 2025.04.22 03:06:17.464655 [ 276 ] {7cfa1c7d-c9a3-4f6c-a144-031d9fb7f8c0} <Debug> TCPHandler: Processed in 0.002579379 sec. | ||
| 5509 | 2025.04.22 03:06:17.464817 [ 198 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 5510 | 2025.04.22 03:06:17.464951 [ 198 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5511 | 2025.04.22 03:06:17.464993 [ 198 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2030 rows starting from the beginning of the part | ||
| 5512 | 2025.04.22 03:06:17.465102 [ 198 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part | ||
| 5513 | 2025.04.22 03:06:17.465294 [ 198 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 42 rows starting from the beginning of the part | ||
| 5514 | 2025.04.22 03:06:17.465383 [ 198 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 18 rows starting from the beginning of the part | ||
| 5515 | 2025.04.22 03:06:17.465523 [ 198 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::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 | ||
| 5516 | 2025.04.22 03:06:17.465639 [ 198 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part | ||
| 5517 | 2025.04.22 03:06:17.467048 [ 198 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2270 rows, containing 4 columns (4 merged, 0 gathered) in 0.002288411 sec., 991954.679469728 rows/sec., 65.44 MiB/sec. | ||
| 5518 | 2025.04.22 03:06:17.467268 [ 186 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5519 | 2025.04.22 03:06:17.467550 [ 186 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_41_8} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5520 | 2025.04.22 03:06:17.467626 [ 186 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_41_8} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5521 | 2025.04.22 03:06:17.467697 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
| 5522 | 2025.04.22 03:06:18.332924 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 770 | ||
| 5523 | 2025.04.22 03:06:18.335875 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5524 | 2025.04.22 03:06:18.335919 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5525 | 2025.04.22 03:06:18.337363 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5526 | 2025.04.22 03:06:18.337670 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5527 | 2025.04.22 03:06:18.338207 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 770 | ||
| 5528 | 2025.04.22 03:06:20.787664 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12383 | ||
| 5529 | 2025.04.22 03:06:20.788392 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5530 | 2025.04.22 03:06:20.788440 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5531 | 2025.04.22 03:06:20.788965 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5532 | 2025.04.22 03:06:20.789216 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5533 | 2025.04.22 03:06:20.789444 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12383 | ||
| 5534 | 2025.04.22 03:06:21.600389 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
| 5535 | 2025.04.22 03:06:21.618767 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5536 | 2025.04.22 03:06:21.618827 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5537 | 2025.04.22 03:06:21.625535 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5538 | 2025.04.22 03:06:21.626280 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5539 | 2025.04.22 03:06:21.628746 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
| 5540 | 2025.04.22 03:06:22.437916 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5541 | 2025.04.22 03:06:22.438214 [ 276 ] {18deff1d-92fe-4b06-b282-cdd010e0b06d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5542 | 2025.04.22 03:06:22.438329 [ 276 ] {18deff1d-92fe-4b06-b282-cdd010e0b06d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5543 | 2025.04.22 03:06:22.439205 [ 276 ] {18deff1d-92fe-4b06-b282-cdd010e0b06d} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5544 | 2025.04.22 03:06:22.439249 [ 276 ] {18deff1d-92fe-4b06-b282-cdd010e0b06d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5545 | 2025.04.22 03:06:22.439679 [ 276 ] {18deff1d-92fe-4b06-b282-cdd010e0b06d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 5546 | 2025.04.22 03:06:22.439935 [ 276 ] {18deff1d-92fe-4b06-b282-cdd010e0b06d} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5547 | 2025.04.22 03:06:22.440183 [ 276 ] {18deff1d-92fe-4b06-b282-cdd010e0b06d} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.00205 sec., 3902.4390243902435 rows/sec., 318.22 KiB/sec. | ||
| 5548 | 2025.04.22 03:06:22.440289 [ 276 ] {18deff1d-92fe-4b06-b282-cdd010e0b06d} <Debug> TCPHandler: Processed in 0.002565858 sec. | ||
| 5549 | 2025.04.22 03:06:22.440416 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5550 | 2025.04.22 03:06:22.440521 [ 276 ] {b746b9e4-3fa5-4e30-af76-63a810ffd8ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5551 | 2025.04.22 03:06:22.440567 [ 276 ] {b746b9e4-3fa5-4e30-af76-63a810ffd8ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5552 | 2025.04.22 03:06:22.441158 [ 276 ] {b746b9e4-3fa5-4e30-af76-63a810ffd8ad} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5553 | 2025.04.22 03:06:22.441195 [ 276 ] {b746b9e4-3fa5-4e30-af76-63a810ffd8ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5554 | 2025.04.22 03:06:22.441557 [ 276 ] {b746b9e4-3fa5-4e30-af76-63a810ffd8ad} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5555 | 2025.04.22 03:06:22.441792 [ 276 ] {b746b9e4-3fa5-4e30-af76-63a810ffd8ad} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5556 | 2025.04.22 03:06:22.442001 [ 276 ] {b746b9e4-3fa5-4e30-af76-63a810ffd8ad} <Debug> executeQuery: Read 132 rows, 11.54 KiB in 0.0015 sec., 88000 rows/sec., 7.51 MiB/sec. | ||
| 5557 | 2025.04.22 03:06:22.442075 [ 276 ] {b746b9e4-3fa5-4e30-af76-63a810ffd8ad} <Debug> TCPHandler: Processed in 0.001708025 sec. | ||
| 5558 | 2025.04.22 03:06:22.442217 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5559 | 2025.04.22 03:06:22.442321 [ 276 ] {825ce3d8-c3da-41c0-8520-3767e426057c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5560 | 2025.04.22 03:06:22.442366 [ 276 ] {825ce3d8-c3da-41c0-8520-3767e426057c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5561 | 2025.04.22 03:06:22.442942 [ 276 ] {825ce3d8-c3da-41c0-8520-3767e426057c} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5562 | 2025.04.22 03:06:22.442988 [ 276 ] {825ce3d8-c3da-41c0-8520-3767e426057c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5563 | 2025.04.22 03:06:22.443415 [ 276 ] {825ce3d8-c3da-41c0-8520-3767e426057c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5564 | 2025.04.22 03:06:22.443673 [ 276 ] {825ce3d8-c3da-41c0-8520-3767e426057c} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5565 | 2025.04.22 03:06:22.443843 [ 64 ] {} <Debug> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5566 | 2025.04.22 03:06:22.443903 [ 276 ] {825ce3d8-c3da-41c0-8520-3767e426057c} <Debug> executeQuery: Read 44 rows, 3.27 KiB in 0.001602 sec., 27465.667915106118 rows/sec., 1.99 MiB/sec. | ||
| 5567 | 2025.04.22 03:06:22.443928 [ 64 ] {} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5568 | 2025.04.22 03:06:22.444004 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5569 | 2025.04.22 03:06:22.444012 [ 276 ] {825ce3d8-c3da-41c0-8520-3767e426057c} <Debug> TCPHandler: Processed in 0.001853339 sec. | ||
| 5570 | 2025.04.22 03:06:22.444225 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5571 | 2025.04.22 03:06:22.444235 [ 186 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::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 | ||
| 5572 | 2025.04.22 03:06:22.444414 [ 276 ] {3f921b7f-a086-458e-9a8c-b7a9aee02f83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5573 | 2025.04.22 03:06:22.444523 [ 276 ] {3f921b7f-a086-458e-9a8c-b7a9aee02f83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5574 | 2025.04.22 03:06:22.444563 [ 186 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5575 | 2025.04.22 03:06:22.444671 [ 186 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 164 rows starting from the beginning of the part | ||
| 5576 | 2025.04.22 03:06:22.444957 [ 186 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::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 | ||
| 5577 | 2025.04.22 03:06:22.445294 [ 186 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::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 | ||
| 5578 | 2025.04.22 03:06:22.445704 [ 186 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 36 rows starting from the beginning of the part | ||
| 5579 | 2025.04.22 03:06:22.446065 [ 186 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 4 rows starting from the beginning of the part | ||
| 5580 | 2025.04.22 03:06:22.446516 [ 186 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 44 rows starting from the beginning of the part | ||
| 5581 | 2025.04.22 03:06:22.447601 [ 276 ] {3f921b7f-a086-458e-9a8c-b7a9aee02f83} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5582 | 2025.04.22 03:06:22.447687 [ 276 ] {3f921b7f-a086-458e-9a8c-b7a9aee02f83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5583 | 2025.04.22 03:06:22.448723 [ 276 ] {3f921b7f-a086-458e-9a8c-b7a9aee02f83} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5584 | 2025.04.22 03:06:22.449375 [ 276 ] {3f921b7f-a086-458e-9a8c-b7a9aee02f83} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5585 | 2025.04.22 03:06:22.449461 [ 195 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 292 rows, containing 5 columns (5 merged, 0 gathered) in 0.005335503 sec., 54727.73607286886 rows/sec., 3.91 MiB/sec. | ||
| 5586 | 2025.04.22 03:06:22.449706 [ 195 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5587 | 2025.04.22 03:06:22.449707 [ 276 ] {3f921b7f-a086-458e-9a8c-b7a9aee02f83} <Debug> executeQuery: Read 108 rows, 8.65 KiB in 0.00534 sec., 20224.719101123595 rows/sec., 1.58 MiB/sec. | ||
| 5588 | 2025.04.22 03:06:22.449952 [ 276 ] {3f921b7f-a086-458e-9a8c-b7a9aee02f83} <Debug> TCPHandler: Processed in 0.005794795 sec. | ||
| 5589 | 2025.04.22 03:06:22.450186 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5590 | 2025.04.22 03:06:22.450303 [ 195 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_31_6} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5591 | 2025.04.22 03:06:22.450310 [ 276 ] {384dc82b-19ab-4e2b-b20c-5a3699ba472f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5592 | 2025.04.22 03:06:22.450376 [ 276 ] {384dc82b-19ab-4e2b-b20c-5a3699ba472f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5593 | 2025.04.22 03:06:22.450402 [ 195 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_31_6} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5594 | 2025.04.22 03:06:22.450513 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 5595 | 2025.04.22 03:06:22.450974 [ 276 ] {384dc82b-19ab-4e2b-b20c-5a3699ba472f} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5596 | 2025.04.22 03:06:22.451012 [ 276 ] {384dc82b-19ab-4e2b-b20c-5a3699ba472f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5597 | 2025.04.22 03:06:22.451413 [ 276 ] {384dc82b-19ab-4e2b-b20c-5a3699ba472f} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5598 | 2025.04.22 03:06:22.451656 [ 276 ] {384dc82b-19ab-4e2b-b20c-5a3699ba472f} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5599 | 2025.04.22 03:06:22.451857 [ 276 ] {384dc82b-19ab-4e2b-b20c-5a3699ba472f} <Debug> executeQuery: Read 164 rows, 11.69 KiB in 0.001579 sec., 103863.204559848 rows/sec., 7.23 MiB/sec. | ||
| 5600 | 2025.04.22 03:06:22.451906 [ 276 ] {384dc82b-19ab-4e2b-b20c-5a3699ba472f} <Debug> TCPHandler: Processed in 0.001803908 sec. | ||
| 5601 | 2025.04.22 03:06:22.452017 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5602 | 2025.04.22 03:06:22.452121 [ 276 ] {7651e459-a610-4633-ac76-4e636534e922} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5603 | 2025.04.22 03:06:22.452189 [ 276 ] {7651e459-a610-4633-ac76-4e636534e922} <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 | ||
| 5604 | 2025.04.22 03:06:22.453323 [ 276 ] {7651e459-a610-4633-ac76-4e636534e922} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5605 | 2025.04.22 03:06:22.453363 [ 276 ] {7651e459-a610-4633-ac76-4e636534e922} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5606 | 2025.04.22 03:06:22.454028 [ 276 ] {7651e459-a610-4633-ac76-4e636534e922} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5607 | 2025.04.22 03:06:22.454287 [ 276 ] {7651e459-a610-4633-ac76-4e636534e922} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5608 | 2025.04.22 03:06:22.454477 [ 64 ] {} <Debug> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5609 | 2025.04.22 03:06:22.454546 [ 64 ] {} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5610 | 2025.04.22 03:06:22.454579 [ 276 ] {7651e459-a610-4633-ac76-4e636534e922} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.00247 sec., 14574.8987854251 rows/sec., 26.12 MiB/sec. | ||
| 5611 | 2025.04.22 03:06:22.454587 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5612 | 2025.04.22 03:06:22.454999 [ 191 ] {b231891b-dff1-435e-bddb-2ac39d181211::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 | ||
| 5613 | 2025.04.22 03:06:22.455118 [ 276 ] {7651e459-a610-4633-ac76-4e636534e922} <Debug> TCPHandler: Processed in 0.003147594 sec. | ||
| 5614 | 2025.04.22 03:06:22.455389 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5615 | 2025.04.22 03:06:22.455537 [ 276 ] {985b7c3a-8ec7-43a0-bab7-cd3fcf8aa66a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5616 | 2025.04.22 03:06:22.455550 [ 191 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5617 | 2025.04.22 03:06:22.455599 [ 276 ] {985b7c3a-8ec7-43a0-bab7-cd3fcf8aa66a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5618 | 2025.04.22 03:06:22.455622 [ 191 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 583 rows starting from the beginning of the part | ||
| 5619 | 2025.04.22 03:06:22.456348 [ 191 ] {b231891b-dff1-435e-bddb-2ac39d181211::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 | ||
| 5620 | 2025.04.22 03:06:22.456901 [ 191 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 4 rows starting from the beginning of the part | ||
| 5621 | 2025.04.22 03:06:22.457447 [ 276 ] {985b7c3a-8ec7-43a0-bab7-cd3fcf8aa66a} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5622 | 2025.04.22 03:06:22.457467 [ 191 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 36 rows starting from the beginning of the part | ||
| 5623 | 2025.04.22 03:06:22.457492 [ 276 ] {985b7c3a-8ec7-43a0-bab7-cd3fcf8aa66a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5624 | 2025.04.22 03:06:22.458093 [ 191 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 4 rows starting from the beginning of the part | ||
| 5625 | 2025.04.22 03:06:22.458643 [ 191 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 36 rows starting from the beginning of the part | ||
| 5626 | 2025.04.22 03:06:22.458689 [ 276 ] {985b7c3a-8ec7-43a0-bab7-cd3fcf8aa66a} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5627 | 2025.04.22 03:06:22.459285 [ 276 ] {985b7c3a-8ec7-43a0-bab7-cd3fcf8aa66a} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5628 | 2025.04.22 03:06:22.459577 [ 276 ] {985b7c3a-8ec7-43a0-bab7-cd3fcf8aa66a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00408 sec., 14705.882352941175 rows/sec., 1014.86 KiB/sec. | ||
| 5629 | 2025.04.22 03:06:22.459661 [ 276 ] {985b7c3a-8ec7-43a0-bab7-cd3fcf8aa66a} <Debug> TCPHandler: Processed in 0.004329396 sec. | ||
| 5630 | 2025.04.22 03:06:22.463869 [ 193 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 699 rows, containing 19 columns (19 merged, 0 gathered) in 0.009144115 sec., 76442.60816929796 rows/sec., 136.98 MiB/sec. | ||
| 5631 | 2025.04.22 03:06:22.464988 [ 188 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5632 | 2025.04.22 03:06:22.465454 [ 188 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5633 | 2025.04.22 03:06:22.465551 [ 188 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5634 | 2025.04.22 03:06:22.465717 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.53 MiB. | ||
| 5635 | 2025.04.22 03:06:23.000182 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 196.73 MiB, peak 204.26 MiB, free memory in arenas 0.00 B, will set to 197.99 MiB (RSS), difference: 1.26 MiB | ||
| 5636 | 2025.04.22 03:06:27.436163 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5637 | 2025.04.22 03:06:27.436374 [ 276 ] {22510a69-dcba-4b91-8ace-b7096ce17006} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5638 | 2025.04.22 03:06:27.436448 [ 276 ] {22510a69-dcba-4b91-8ace-b7096ce17006} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5639 | 2025.04.22 03:06:27.437233 [ 276 ] {22510a69-dcba-4b91-8ace-b7096ce17006} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5640 | 2025.04.22 03:06:27.437287 [ 276 ] {22510a69-dcba-4b91-8ace-b7096ce17006} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5641 | 2025.04.22 03:06:27.437762 [ 276 ] {22510a69-dcba-4b91-8ace-b7096ce17006} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5642 | 2025.04.22 03:06:27.438027 [ 276 ] {22510a69-dcba-4b91-8ace-b7096ce17006} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5643 | 2025.04.22 03:06:27.438250 [ 276 ] {22510a69-dcba-4b91-8ace-b7096ce17006} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.00193 sec., 33160.62176165803 rows/sec., 2.63 MiB/sec. | ||
| 5644 | 2025.04.22 03:06:27.438306 [ 276 ] {22510a69-dcba-4b91-8ace-b7096ce17006} <Debug> TCPHandler: Processed in 0.002276421 sec. | ||
| 5645 | 2025.04.22 03:06:27.438437 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5646 | 2025.04.22 03:06:27.438542 [ 276 ] {512bd34e-e92a-42dd-93c1-3604953d2839} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5647 | 2025.04.22 03:06:27.438589 [ 276 ] {512bd34e-e92a-42dd-93c1-3604953d2839} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5648 | 2025.04.22 03:06:27.439089 [ 276 ] {512bd34e-e92a-42dd-93c1-3604953d2839} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5649 | 2025.04.22 03:06:27.439126 [ 276 ] {512bd34e-e92a-42dd-93c1-3604953d2839} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5650 | 2025.04.22 03:06:27.439458 [ 276 ] {512bd34e-e92a-42dd-93c1-3604953d2839} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5651 | 2025.04.22 03:06:27.439683 [ 276 ] {512bd34e-e92a-42dd-93c1-3604953d2839} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5652 | 2025.04.22 03:06:27.439950 [ 276 ] {512bd34e-e92a-42dd-93c1-3604953d2839} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001429 sec., 2799.160251924423 rows/sec., 210.48 KiB/sec. | ||
| 5653 | 2025.04.22 03:06:27.440000 [ 276 ] {512bd34e-e92a-42dd-93c1-3604953d2839} <Debug> TCPHandler: Processed in 0.001612233 sec. | ||
| 5654 | 2025.04.22 03:06:27.440112 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5655 | 2025.04.22 03:06:27.440215 [ 276 ] {9fdef236-3d1d-4593-a4f5-f9e7ed300f7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5656 | 2025.04.22 03:06:27.440261 [ 276 ] {9fdef236-3d1d-4593-a4f5-f9e7ed300f7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5657 | 2025.04.22 03:06:27.440801 [ 276 ] {9fdef236-3d1d-4593-a4f5-f9e7ed300f7a} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5658 | 2025.04.22 03:06:27.440841 [ 276 ] {9fdef236-3d1d-4593-a4f5-f9e7ed300f7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5659 | 2025.04.22 03:06:27.441200 [ 276 ] {9fdef236-3d1d-4593-a4f5-f9e7ed300f7a} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5660 | 2025.04.22 03:06:27.441440 [ 276 ] {9fdef236-3d1d-4593-a4f5-f9e7ed300f7a} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5661 | 2025.04.22 03:06:27.441645 [ 276 ] {9fdef236-3d1d-4593-a4f5-f9e7ed300f7a} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001451 sec., 46864.23156443832 rows/sec., 3.66 MiB/sec. | ||
| 5662 | 2025.04.22 03:06:27.441697 [ 276 ] {9fdef236-3d1d-4593-a4f5-f9e7ed300f7a} <Debug> TCPHandler: Processed in 0.001633663 sec. | ||
| 5663 | 2025.04.22 03:06:27.441810 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5664 | 2025.04.22 03:06:27.441913 [ 276 ] {8f37df66-2a9f-43df-b183-c78456ba30a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5665 | 2025.04.22 03:06:27.441963 [ 276 ] {8f37df66-2a9f-43df-b183-c78456ba30a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5666 | 2025.04.22 03:06:27.442507 [ 276 ] {8f37df66-2a9f-43df-b183-c78456ba30a0} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5667 | 2025.04.22 03:06:27.442546 [ 276 ] {8f37df66-2a9f-43df-b183-c78456ba30a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5668 | 2025.04.22 03:06:27.442935 [ 276 ] {8f37df66-2a9f-43df-b183-c78456ba30a0} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5669 | 2025.04.22 03:06:27.443183 [ 276 ] {8f37df66-2a9f-43df-b183-c78456ba30a0} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5670 | 2025.04.22 03:06:27.443377 [ 276 ] {8f37df66-2a9f-43df-b183-c78456ba30a0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001486 sec., 107671.60161507403 rows/sec., 7.50 MiB/sec. | ||
| 5671 | 2025.04.22 03:06:27.443427 [ 276 ] {8f37df66-2a9f-43df-b183-c78456ba30a0} <Debug> TCPHandler: Processed in 0.001667805 sec. | ||
| 5672 | 2025.04.22 03:06:27.443545 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5673 | 2025.04.22 03:06:27.443649 [ 276 ] {41216673-1372-4d0a-8930-435c158c3f98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5674 | 2025.04.22 03:06:27.443716 [ 276 ] {41216673-1372-4d0a-8930-435c158c3f98} <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 | ||
| 5675 | 2025.04.22 03:06:27.444744 [ 276 ] {41216673-1372-4d0a-8930-435c158c3f98} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5676 | 2025.04.22 03:06:27.444786 [ 276 ] {41216673-1372-4d0a-8930-435c158c3f98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5677 | 2025.04.22 03:06:27.445372 [ 276 ] {41216673-1372-4d0a-8930-435c158c3f98} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5678 | 2025.04.22 03:06:27.445629 [ 276 ] {41216673-1372-4d0a-8930-435c158c3f98} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5679 | 2025.04.22 03:06:27.445853 [ 276 ] {41216673-1372-4d0a-8930-435c158c3f98} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002226 sec., 1796.9451931716083 rows/sec., 3.22 MiB/sec. | ||
| 5680 | 2025.04.22 03:06:27.445943 [ 276 ] {41216673-1372-4d0a-8930-435c158c3f98} <Debug> TCPHandler: Processed in 0.002448866 sec. | ||
| 5681 | 2025.04.22 03:06:27.446072 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5682 | 2025.04.22 03:06:27.446176 [ 276 ] {cddc586a-91a9-4cba-95fc-bf3eb92def9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5683 | 2025.04.22 03:06:27.446223 [ 276 ] {cddc586a-91a9-4cba-95fc-bf3eb92def9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5684 | 2025.04.22 03:06:27.446657 [ 276 ] {cddc586a-91a9-4cba-95fc-bf3eb92def9e} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5685 | 2025.04.22 03:06:27.446695 [ 276 ] {cddc586a-91a9-4cba-95fc-bf3eb92def9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5686 | 2025.04.22 03:06:27.447045 [ 276 ] {cddc586a-91a9-4cba-95fc-bf3eb92def9e} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5687 | 2025.04.22 03:06:27.447276 [ 276 ] {cddc586a-91a9-4cba-95fc-bf3eb92def9e} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5688 | 2025.04.22 03:06:27.447474 [ 276 ] {cddc586a-91a9-4cba-95fc-bf3eb92def9e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001318 sec., 45523.520485584224 rows/sec., 3.07 MiB/sec. | ||
| 5689 | 2025.04.22 03:06:27.447523 [ 276 ] {cddc586a-91a9-4cba-95fc-bf3eb92def9e} <Debug> TCPHandler: Processed in 0.00150155 sec. | ||
| 5690 | 2025.04.22 03:06:28.177860 [ 74 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5691 | 2025.04.22 03:06:28.177909 [ 74 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5692 | 2025.04.22 03:06:28.289600 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12871 | ||
| 5693 | 2025.04.22 03:06:28.290263 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5694 | 2025.04.22 03:06:28.290307 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5695 | 2025.04.22 03:06:28.290830 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5696 | 2025.04.22 03:06:28.291097 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5697 | 2025.04.22 03:06:28.291314 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 | ||
| 5698 | 2025.04.22 03:06:28.338434 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 796 | ||
| 5699 | 2025.04.22 03:06:28.341290 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5700 | 2025.04.22 03:06:28.341329 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5701 | 2025.04.22 03:06:28.342723 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5702 | 2025.04.22 03:06:28.343015 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5703 | 2025.04.22 03:06:28.343819 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 796 | ||
| 5704 | 2025.04.22 03:06:29.128848 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 | ||
| 5705 | 2025.04.22 03:06:29.149289 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5706 | 2025.04.22 03:06:29.149355 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 5707 | 2025.04.22 03:06:29.156723 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5708 | 2025.04.22 03:06:29.157488 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5709 | 2025.04.22 03:06:29.160401 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211 | ||
| 5710 | 2025.04.22 03:06:32.443482 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5711 | 2025.04.22 03:06:32.443705 [ 276 ] {60a45e70-31b1-4a32-8ee9-52e15135bb88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5712 | 2025.04.22 03:06:32.443788 [ 276 ] {60a45e70-31b1-4a32-8ee9-52e15135bb88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5713 | 2025.04.22 03:06:32.444674 [ 276 ] {60a45e70-31b1-4a32-8ee9-52e15135bb88} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5714 | 2025.04.22 03:06:32.444721 [ 276 ] {60a45e70-31b1-4a32-8ee9-52e15135bb88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 5715 | 2025.04.22 03:06:32.445184 [ 276 ] {60a45e70-31b1-4a32-8ee9-52e15135bb88} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 5716 | 2025.04.22 03:06:32.445445 [ 276 ] {60a45e70-31b1-4a32-8ee9-52e15135bb88} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5717 | 2025.04.22 03:06:32.445666 [ 276 ] {60a45e70-31b1-4a32-8ee9-52e15135bb88} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002004 sec., 105788.42315369261 rows/sec., 6.73 MiB/sec. | ||
| 5718 | 2025.04.22 03:06:32.445824 [ 276 ] {60a45e70-31b1-4a32-8ee9-52e15135bb88} <Debug> TCPHandler: Processed in 0.002476556 sec. | ||
| 5719 | 2025.04.22 03:06:32.446013 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5720 | 2025.04.22 03:06:32.446127 [ 276 ] {31c1d2f0-c541-44c8-a8cd-076ace30259b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5721 | 2025.04.22 03:06:32.446177 [ 276 ] {31c1d2f0-c541-44c8-a8cd-076ace30259b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5722 | 2025.04.22 03:06:32.447081 [ 276 ] {31c1d2f0-c541-44c8-a8cd-076ace30259b} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5723 | 2025.04.22 03:06:32.447122 [ 276 ] {31c1d2f0-c541-44c8-a8cd-076ace30259b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 5724 | 2025.04.22 03:06:32.447545 [ 276 ] {31c1d2f0-c541-44c8-a8cd-076ace30259b} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5725 | 2025.04.22 03:06:32.447796 [ 276 ] {31c1d2f0-c541-44c8-a8cd-076ace30259b} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5726 | 2025.04.22 03:06:32.447973 [ 276 ] {31c1d2f0-c541-44c8-a8cd-076ace30259b} <Debug> executeQuery: Read 689 rows, 56.23 KiB in 0.001871 sec., 368252.27151256014 rows/sec., 29.35 MiB/sec. | ||
| 5727 | 2025.04.22 03:06:32.448033 [ 276 ] {31c1d2f0-c541-44c8-a8cd-076ace30259b} <Debug> TCPHandler: Processed in 0.002087155 sec. | ||
| 5728 | 2025.04.22 03:06:32.448179 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5729 | 2025.04.22 03:06:32.448287 [ 276 ] {e5b19fa0-5a91-41e2-9409-7c1e550a01f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5730 | 2025.04.22 03:06:32.448332 [ 276 ] {e5b19fa0-5a91-41e2-9409-7c1e550a01f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5731 | 2025.04.22 03:06:32.448886 [ 276 ] {e5b19fa0-5a91-41e2-9409-7c1e550a01f2} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5732 | 2025.04.22 03:06:32.448924 [ 276 ] {e5b19fa0-5a91-41e2-9409-7c1e550a01f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 5733 | 2025.04.22 03:06:32.449280 [ 276 ] {e5b19fa0-5a91-41e2-9409-7c1e550a01f2} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5734 | 2025.04.22 03:06:32.449518 [ 276 ] {e5b19fa0-5a91-41e2-9409-7c1e550a01f2} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5735 | 2025.04.22 03:06:32.449701 [ 276 ] {e5b19fa0-5a91-41e2-9409-7c1e550a01f2} <Debug> executeQuery: Read 142 rows, 9.09 KiB in 0.001433 sec., 99092.81228192603 rows/sec., 6.20 MiB/sec. | ||
| 5736 | 2025.04.22 03:06:32.449801 [ 276 ] {e5b19fa0-5a91-41e2-9409-7c1e550a01f2} <Debug> TCPHandler: Processed in 0.001679945 sec. | ||
| 5737 | 2025.04.22 03:06:32.450028 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5738 | 2025.04.22 03:06:32.450135 [ 276 ] {7fbbc7b6-88a6-43fc-bd55-f8df02f41abd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5739 | 2025.04.22 03:06:32.450183 [ 276 ] {7fbbc7b6-88a6-43fc-bd55-f8df02f41abd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5740 | 2025.04.22 03:06:32.450743 [ 276 ] {7fbbc7b6-88a6-43fc-bd55-f8df02f41abd} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5741 | 2025.04.22 03:06:32.450783 [ 276 ] {7fbbc7b6-88a6-43fc-bd55-f8df02f41abd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 5742 | 2025.04.22 03:06:32.451157 [ 276 ] {7fbbc7b6-88a6-43fc-bd55-f8df02f41abd} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5743 | 2025.04.22 03:06:32.451395 [ 276 ] {7fbbc7b6-88a6-43fc-bd55-f8df02f41abd} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5744 | 2025.04.22 03:06:32.451585 [ 276 ] {7fbbc7b6-88a6-43fc-bd55-f8df02f41abd} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001466 sec., 77080.49113233287 rows/sec., 4.99 MiB/sec. | ||
| 5745 | 2025.04.22 03:06:32.451674 [ 276 ] {7fbbc7b6-88a6-43fc-bd55-f8df02f41abd} <Debug> TCPHandler: Processed in 0.001724297 sec. | ||
| 5746 | 2025.04.22 03:06:32.451795 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5747 | 2025.04.22 03:06:32.451899 [ 276 ] {3779ce29-8949-4d59-a4b8-ed35f15bd90d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5748 | 2025.04.22 03:06:32.451944 [ 276 ] {3779ce29-8949-4d59-a4b8-ed35f15bd90d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5749 | 2025.04.22 03:06:32.452492 [ 276 ] {3779ce29-8949-4d59-a4b8-ed35f15bd90d} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5750 | 2025.04.22 03:06:32.452530 [ 276 ] {3779ce29-8949-4d59-a4b8-ed35f15bd90d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 5751 | 2025.04.22 03:06:32.452884 [ 276 ] {3779ce29-8949-4d59-a4b8-ed35f15bd90d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 5752 | 2025.04.22 03:06:32.453122 [ 276 ] {3779ce29-8949-4d59-a4b8-ed35f15bd90d} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5753 | 2025.04.22 03:06:32.453286 [ 276 ] {3779ce29-8949-4d59-a4b8-ed35f15bd90d} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001409 sec., 79488.99929027678 rows/sec., 4.53 MiB/sec. | ||
| 5754 | 2025.04.22 03:06:32.453335 [ 276 ] {3779ce29-8949-4d59-a4b8-ed35f15bd90d} <Debug> TCPHandler: Processed in 0.001591362 sec. | ||
| 5755 | 2025.04.22 03:06:32.453456 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5756 | 2025.04.22 03:06:32.453559 [ 276 ] {bd443592-42fc-43c4-9839-585426e2cc26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5757 | 2025.04.22 03:06:32.453604 [ 276 ] {bd443592-42fc-43c4-9839-585426e2cc26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5758 | 2025.04.22 03:06:32.454260 [ 276 ] {bd443592-42fc-43c4-9839-585426e2cc26} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5759 | 2025.04.22 03:06:32.454297 [ 276 ] {bd443592-42fc-43c4-9839-585426e2cc26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 5760 | 2025.04.22 03:06:32.454668 [ 276 ] {bd443592-42fc-43c4-9839-585426e2cc26} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5761 | 2025.04.22 03:06:32.454910 [ 276 ] {bd443592-42fc-43c4-9839-585426e2cc26} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5762 | 2025.04.22 03:06:32.455103 [ 276 ] {bd443592-42fc-43c4-9839-585426e2cc26} <Debug> executeQuery: Read 418 rows, 30.47 KiB in 0.001559 sec., 268120.590121873 rows/sec., 19.09 MiB/sec. | ||
| 5763 | 2025.04.22 03:06:32.455169 [ 276 ] {bd443592-42fc-43c4-9839-585426e2cc26} <Debug> TCPHandler: Processed in 0.001763587 sec. | ||
| 5764 | 2025.04.22 03:06:32.455397 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5765 | 2025.04.22 03:06:32.455517 [ 276 ] {050c8cce-321b-4803-a5fc-204ec0957c67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5766 | 2025.04.22 03:06:32.455564 [ 276 ] {050c8cce-321b-4803-a5fc-204ec0957c67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5767 | 2025.04.22 03:06:32.455989 [ 276 ] {050c8cce-321b-4803-a5fc-204ec0957c67} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5768 | 2025.04.22 03:06:32.456028 [ 276 ] {050c8cce-321b-4803-a5fc-204ec0957c67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 5769 | 2025.04.22 03:06:32.456395 [ 276 ] {050c8cce-321b-4803-a5fc-204ec0957c67} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 5770 | 2025.04.22 03:06:32.456636 [ 276 ] {050c8cce-321b-4803-a5fc-204ec0957c67} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5771 | 2025.04.22 03:06:32.456834 [ 276 ] {050c8cce-321b-4803-a5fc-204ec0957c67} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001339 sec., 4480.955937266617 rows/sec., 234.11 KiB/sec. | ||
| 5772 | 2025.04.22 03:06:32.456964 [ 276 ] {050c8cce-321b-4803-a5fc-204ec0957c67} <Debug> TCPHandler: Processed in 0.001647304 sec. | ||
| 5773 | 2025.04.22 03:06:32.457139 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5774 | 2025.04.22 03:06:32.457244 [ 276 ] {05176f25-0d56-4adc-ab07-0dfcebc48211} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5775 | 2025.04.22 03:06:32.457295 [ 276 ] {05176f25-0d56-4adc-ab07-0dfcebc48211} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5776 | 2025.04.22 03:06:32.457831 [ 276 ] {05176f25-0d56-4adc-ab07-0dfcebc48211} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5777 | 2025.04.22 03:06:32.457869 [ 276 ] {05176f25-0d56-4adc-ab07-0dfcebc48211} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 5778 | 2025.04.22 03:06:32.458247 [ 276 ] {05176f25-0d56-4adc-ab07-0dfcebc48211} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5779 | 2025.04.22 03:06:32.458491 [ 276 ] {05176f25-0d56-4adc-ab07-0dfcebc48211} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5780 | 2025.04.22 03:06:32.458690 [ 276 ] {05176f25-0d56-4adc-ab07-0dfcebc48211} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001461 sec., 162217.659137577 rows/sec., 10.87 MiB/sec. | ||
| 5781 | 2025.04.22 03:06:32.458759 [ 276 ] {05176f25-0d56-4adc-ab07-0dfcebc48211} <Debug> TCPHandler: Processed in 0.001675165 sec. | ||
| 5782 | 2025.04.22 03:06:32.458994 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5783 | 2025.04.22 03:06:32.459101 [ 276 ] {434d1a51-7e76-44fc-9561-707dd69254f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5784 | 2025.04.22 03:06:32.459149 [ 276 ] {434d1a51-7e76-44fc-9561-707dd69254f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5785 | 2025.04.22 03:06:32.459561 [ 276 ] {434d1a51-7e76-44fc-9561-707dd69254f5} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5786 | 2025.04.22 03:06:32.459600 [ 276 ] {434d1a51-7e76-44fc-9561-707dd69254f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 5787 | 2025.04.22 03:06:32.459945 [ 276 ] {434d1a51-7e76-44fc-9561-707dd69254f5} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 5788 | 2025.04.22 03:06:32.460185 [ 276 ] {434d1a51-7e76-44fc-9561-707dd69254f5} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5789 | 2025.04.22 03:06:32.460349 [ 276 ] {434d1a51-7e76-44fc-9561-707dd69254f5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00127 sec., 787.4015748031495 rows/sec., 53.06 KiB/sec. | ||
| 5790 | 2025.04.22 03:06:32.460396 [ 276 ] {434d1a51-7e76-44fc-9561-707dd69254f5} <Debug> TCPHandler: Processed in 0.00148297 sec. | ||
| 5791 | 2025.04.22 03:06:32.460510 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5792 | 2025.04.22 03:06:32.460614 [ 276 ] {10527e69-5ffb-41c0-bf63-8223062b99e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5793 | 2025.04.22 03:06:32.460680 [ 276 ] {10527e69-5ffb-41c0-bf63-8223062b99e4} <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 | ||
| 5794 | 2025.04.22 03:06:32.461757 [ 276 ] {10527e69-5ffb-41c0-bf63-8223062b99e4} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5795 | 2025.04.22 03:06:32.461795 [ 276 ] {10527e69-5ffb-41c0-bf63-8223062b99e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 5796 | 2025.04.22 03:06:32.462444 [ 276 ] {10527e69-5ffb-41c0-bf63-8223062b99e4} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5797 | 2025.04.22 03:06:32.462714 [ 276 ] {10527e69-5ffb-41c0-bf63-8223062b99e4} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5798 | 2025.04.22 03:06:32.462962 [ 276 ] {10527e69-5ffb-41c0-bf63-8223062b99e4} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002365 sec., 15221.987315010572 rows/sec., 27.28 MiB/sec. | ||
| 5799 | 2025.04.22 03:06:32.463467 [ 276 ] {10527e69-5ffb-41c0-bf63-8223062b99e4} <Debug> TCPHandler: Processed in 0.00300539 sec. | ||
| 5800 | 2025.04.22 03:06:32.463651 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5801 | 2025.04.22 03:06:32.463755 [ 276 ] {9b92a1f6-5c51-4347-a98a-d29e62eaaf36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5802 | 2025.04.22 03:06:32.463803 [ 276 ] {9b92a1f6-5c51-4347-a98a-d29e62eaaf36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5803 | 2025.04.22 03:06:32.464263 [ 276 ] {9b92a1f6-5c51-4347-a98a-d29e62eaaf36} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5804 | 2025.04.22 03:06:32.464302 [ 276 ] {9b92a1f6-5c51-4347-a98a-d29e62eaaf36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 5805 | 2025.04.22 03:06:32.464669 [ 276 ] {9b92a1f6-5c51-4347-a98a-d29e62eaaf36} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5806 | 2025.04.22 03:06:32.464906 [ 276 ] {9b92a1f6-5c51-4347-a98a-d29e62eaaf36} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5807 | 2025.04.22 03:06:32.465091 [ 276 ] {9b92a1f6-5c51-4347-a98a-d29e62eaaf36} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001354 sec., 60561.299852289514 rows/sec., 3.85 MiB/sec. | ||
| 5808 | 2025.04.22 03:06:32.465181 [ 276 ] {9b92a1f6-5c51-4347-a98a-d29e62eaaf36} <Debug> TCPHandler: Processed in 0.001578642 sec. | ||
| 5809 | 2025.04.22 03:06:34.069889 [ 72 ] {} <Debug> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 5810 | 2025.04.22 03:06:34.069957 [ 72 ] {} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5811 | 2025.04.22 03:06:34.069981 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 5812 | 2025.04.22 03:06:34.070195 [ 195 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::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 | ||
| 5813 | 2025.04.22 03:06:34.070378 [ 195 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5814 | 2025.04.22 03:06:34.070421 [ 195 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::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 | ||
| 5815 | 2025.04.22 03:06:34.070512 [ 195 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::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 | ||
| 5816 | 2025.04.22 03:06:34.070688 [ 195 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
| 5817 | 2025.04.22 03:06:34.070985 [ 195 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::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 | ||
| 5818 | 2025.04.22 03:06:34.071108 [ 195 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 8 rows starting from the beginning of the part | ||
| 5819 | 2025.04.22 03:06:34.072302 [ 188 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.0022509 sec., 15993.602558976409 rows/sec., 1.33 MiB/sec. | ||
| 5820 | 2025.04.22 03:06:34.072495 [ 193 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 5821 | 2025.04.22 03:06:34.072845 [ 193 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_9_2} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5822 | 2025.04.22 03:06:34.072933 [ 193 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_9_2} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 5823 | 2025.04.22 03:06:34.073040 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5824 | 2025.04.22 03:06:35.673558 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5825 | 2025.04.22 03:06:35.673766 [ 276 ] {dab07aeb-e86e-4405-9270-17616b260849} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5826 | 2025.04.22 03:06:35.673844 [ 276 ] {dab07aeb-e86e-4405-9270-17616b260849} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5827 | 2025.04.22 03:06:35.674597 [ 276 ] {dab07aeb-e86e-4405-9270-17616b260849} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5828 | 2025.04.22 03:06:35.674655 [ 276 ] {dab07aeb-e86e-4405-9270-17616b260849} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 5829 | 2025.04.22 03:06:35.675100 [ 276 ] {dab07aeb-e86e-4405-9270-17616b260849} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 5830 | 2025.04.22 03:06:35.675365 [ 276 ] {dab07aeb-e86e-4405-9270-17616b260849} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5831 | 2025.04.22 03:06:35.675600 [ 276 ] {dab07aeb-e86e-4405-9270-17616b260849} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001885 sec., 2122.0159151193634 rows/sec., 173.04 KiB/sec. | ||
| 5832 | 2025.04.22 03:06:35.675669 [ 276 ] {dab07aeb-e86e-4405-9270-17616b260849} <Debug> TCPHandler: Processed in 0.00225123 sec. | ||
| 5833 | 2025.04.22 03:06:35.675817 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5834 | 2025.04.22 03:06:35.675941 [ 276 ] {233a63d1-d566-43e3-9a37-1762f193df79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5835 | 2025.04.22 03:06:35.675993 [ 276 ] {233a63d1-d566-43e3-9a37-1762f193df79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5836 | 2025.04.22 03:06:35.677226 [ 276 ] {233a63d1-d566-43e3-9a37-1762f193df79} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5837 | 2025.04.22 03:06:35.677270 [ 276 ] {233a63d1-d566-43e3-9a37-1762f193df79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 5838 | 2025.04.22 03:06:35.677716 [ 276 ] {233a63d1-d566-43e3-9a37-1762f193df79} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5839 | 2025.04.22 03:06:35.677980 [ 276 ] {233a63d1-d566-43e3-9a37-1762f193df79} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5840 | 2025.04.22 03:06:35.678207 [ 276 ] {233a63d1-d566-43e3-9a37-1762f193df79} <Debug> executeQuery: Read 1206 rows, 101.90 KiB in 0.002297 sec., 525032.6512842838 rows/sec., 43.32 MiB/sec. | ||
| 5841 | 2025.04.22 03:06:35.678263 [ 276 ] {233a63d1-d566-43e3-9a37-1762f193df79} <Debug> TCPHandler: Processed in 0.002510717 sec. | ||
| 5842 | 2025.04.22 03:06:35.678384 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5843 | 2025.04.22 03:06:35.678495 [ 276 ] {e11e70ec-26b5-4f96-b0b5-d641bc68cc50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5844 | 2025.04.22 03:06:35.678544 [ 276 ] {e11e70ec-26b5-4f96-b0b5-d641bc68cc50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5845 | 2025.04.22 03:06:35.679071 [ 276 ] {e11e70ec-26b5-4f96-b0b5-d641bc68cc50} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5846 | 2025.04.22 03:06:35.679113 [ 276 ] {e11e70ec-26b5-4f96-b0b5-d641bc68cc50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 5847 | 2025.04.22 03:06:35.679461 [ 276 ] {e11e70ec-26b5-4f96-b0b5-d641bc68cc50} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5848 | 2025.04.22 03:06:35.679705 [ 276 ] {e11e70ec-26b5-4f96-b0b5-d641bc68cc50} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5849 | 2025.04.22 03:06:35.679902 [ 276 ] {e11e70ec-26b5-4f96-b0b5-d641bc68cc50} <Debug> executeQuery: Read 8 rows, 594.00 B in 0.001431 sec., 5590.496156533893 rows/sec., 405.37 KiB/sec. | ||
| 5850 | 2025.04.22 03:06:35.679953 [ 276 ] {e11e70ec-26b5-4f96-b0b5-d641bc68cc50} <Debug> TCPHandler: Processed in 0.001621103 sec. | ||
| 5851 | 2025.04.22 03:06:35.680063 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5852 | 2025.04.22 03:06:35.680167 [ 276 ] {e2205df7-6cb3-44fa-bc6e-6fd469b09c69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5853 | 2025.04.22 03:06:35.680211 [ 276 ] {e2205df7-6cb3-44fa-bc6e-6fd469b09c69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5854 | 2025.04.22 03:06:35.680825 [ 276 ] {e2205df7-6cb3-44fa-bc6e-6fd469b09c69} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5855 | 2025.04.22 03:06:35.680865 [ 276 ] {e2205df7-6cb3-44fa-bc6e-6fd469b09c69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 5856 | 2025.04.22 03:06:35.681223 [ 276 ] {e2205df7-6cb3-44fa-bc6e-6fd469b09c69} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5857 | 2025.04.22 03:06:35.681465 [ 276 ] {e2205df7-6cb3-44fa-bc6e-6fd469b09c69} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5858 | 2025.04.22 03:06:35.681664 [ 276 ] {e2205df7-6cb3-44fa-bc6e-6fd469b09c69} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001518 sec., 150197.62845849802 rows/sec., 10.17 MiB/sec. | ||
| 5859 | 2025.04.22 03:06:35.681719 [ 276 ] {e2205df7-6cb3-44fa-bc6e-6fd469b09c69} <Debug> TCPHandler: Processed in 0.001705995 sec. | ||
| 5860 | 2025.04.22 03:06:35.681834 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5861 | 2025.04.22 03:06:35.681938 [ 276 ] {dc79dcdf-be8d-4c63-b20e-905b2efa5fcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5862 | 2025.04.22 03:06:35.681985 [ 276 ] {dc79dcdf-be8d-4c63-b20e-905b2efa5fcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5863 | 2025.04.22 03:06:35.682704 [ 276 ] {dc79dcdf-be8d-4c63-b20e-905b2efa5fcd} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5864 | 2025.04.22 03:06:35.682743 [ 276 ] {dc79dcdf-be8d-4c63-b20e-905b2efa5fcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 5865 | 2025.04.22 03:06:35.683122 [ 276 ] {dc79dcdf-be8d-4c63-b20e-905b2efa5fcd} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5866 | 2025.04.22 03:06:35.683375 [ 276 ] {dc79dcdf-be8d-4c63-b20e-905b2efa5fcd} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5867 | 2025.04.22 03:06:35.683584 [ 276 ] {dc79dcdf-be8d-4c63-b20e-905b2efa5fcd} <Debug> executeQuery: Read 528 rows, 40.05 KiB in 0.001667 sec., 316736.6526694661 rows/sec., 23.46 MiB/sec. | ||
| 5868 | 2025.04.22 03:06:35.683634 [ 276 ] {dc79dcdf-be8d-4c63-b20e-905b2efa5fcd} <Debug> TCPHandler: Processed in 0.001851399 sec. | ||
| 5869 | 2025.04.22 03:06:35.683751 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5870 | 2025.04.22 03:06:35.683858 [ 276 ] {924d4a32-16c4-462d-9b4a-1ec6aced8948} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5871 | 2025.04.22 03:06:35.683907 [ 276 ] {924d4a32-16c4-462d-9b4a-1ec6aced8948} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5872 | 2025.04.22 03:06:35.684621 [ 276 ] {924d4a32-16c4-462d-9b4a-1ec6aced8948} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5873 | 2025.04.22 03:06:35.684660 [ 276 ] {924d4a32-16c4-462d-9b4a-1ec6aced8948} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 5874 | 2025.04.22 03:06:35.685092 [ 276 ] {924d4a32-16c4-462d-9b4a-1ec6aced8948} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5875 | 2025.04.22 03:06:35.685340 [ 276 ] {924d4a32-16c4-462d-9b4a-1ec6aced8948} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5876 | 2025.04.22 03:06:35.685552 [ 276 ] {924d4a32-16c4-462d-9b4a-1ec6aced8948} <Debug> executeQuery: Read 956 rows, 65.68 KiB in 0.001719 sec., 556137.2891215823 rows/sec., 37.31 MiB/sec. | ||
| 5877 | 2025.04.22 03:06:35.685605 [ 276 ] {924d4a32-16c4-462d-9b4a-1ec6aced8948} <Debug> TCPHandler: Processed in 0.001903661 sec. | ||
| 5878 | 2025.04.22 03:06:35.685723 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5879 | 2025.04.22 03:06:35.685826 [ 276 ] {d14fea68-1725-491d-8c81-0f7061e25bbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5880 | 2025.04.22 03:06:35.685894 [ 276 ] {d14fea68-1725-491d-8c81-0f7061e25bbf} <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 | ||
| 5881 | 2025.04.22 03:06:35.686914 [ 276 ] {d14fea68-1725-491d-8c81-0f7061e25bbf} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5882 | 2025.04.22 03:06:35.686952 [ 276 ] {d14fea68-1725-491d-8c81-0f7061e25bbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 5883 | 2025.04.22 03:06:35.687535 [ 276 ] {d14fea68-1725-491d-8c81-0f7061e25bbf} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5884 | 2025.04.22 03:06:35.687796 [ 276 ] {d14fea68-1725-491d-8c81-0f7061e25bbf} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5885 | 2025.04.22 03:06:35.688024 [ 276 ] {d14fea68-1725-491d-8c81-0f7061e25bbf} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.00222 sec., 1801.8018018018017 rows/sec., 3.23 MiB/sec. | ||
| 5886 | 2025.04.22 03:06:35.688114 [ 276 ] {d14fea68-1725-491d-8c81-0f7061e25bbf} <Debug> TCPHandler: Processed in 0.002442855 sec. | ||
| 5887 | 2025.04.22 03:06:35.688238 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5888 | 2025.04.22 03:06:35.688345 [ 276 ] {e8bc8a83-8ee9-4b77-9563-8f8ee7592c08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5889 | 2025.04.22 03:06:35.688391 [ 276 ] {e8bc8a83-8ee9-4b77-9563-8f8ee7592c08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5890 | 2025.04.22 03:06:35.688804 [ 276 ] {e8bc8a83-8ee9-4b77-9563-8f8ee7592c08} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5891 | 2025.04.22 03:06:35.688843 [ 276 ] {e8bc8a83-8ee9-4b77-9563-8f8ee7592c08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 5892 | 2025.04.22 03:06:35.689197 [ 276 ] {e8bc8a83-8ee9-4b77-9563-8f8ee7592c08} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5893 | 2025.04.22 03:06:35.689435 [ 276 ] {e8bc8a83-8ee9-4b77-9563-8f8ee7592c08} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5894 | 2025.04.22 03:06:35.689637 [ 276 ] {e8bc8a83-8ee9-4b77-9563-8f8ee7592c08} <Debug> executeQuery: Read 42 rows, 2.89 KiB in 0.001313 sec., 31987.81416603199 rows/sec., 2.15 MiB/sec. | ||
| 5895 | 2025.04.22 03:06:35.689685 [ 276 ] {e8bc8a83-8ee9-4b77-9563-8f8ee7592c08} <Debug> TCPHandler: Processed in 0.00149939 sec. | ||
| 5896 | 2025.04.22 03:06:35.791451 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13298 | ||
| 5897 | 2025.04.22 03:06:35.792010 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5898 | 2025.04.22 03:06:35.792055 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 5899 | 2025.04.22 03:06:35.792574 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5900 | 2025.04.22 03:06:35.792816 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5901 | 2025.04.22 03:06:35.793042 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13298 | ||
| 5902 | 2025.04.22 03:06:36.660509 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 | ||
| 5903 | 2025.04.22 03:06:36.680895 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5904 | 2025.04.22 03:06:36.680963 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 5905 | 2025.04.22 03:06:36.688377 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5906 | 2025.04.22 03:06:36.689173 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5907 | 2025.04.22 03:06:36.693383 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
| 5908 | 2025.04.22 03:06:37.431447 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5909 | 2025.04.22 03:06:37.431657 [ 276 ] {9496cfc4-382b-4142-88a9-220714535d7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5910 | 2025.04.22 03:06:37.431734 [ 276 ] {9496cfc4-382b-4142-88a9-220714535d7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5911 | 2025.04.22 03:06:37.432692 [ 276 ] {9496cfc4-382b-4142-88a9-220714535d7c} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5912 | 2025.04.22 03:06:37.432737 [ 276 ] {9496cfc4-382b-4142-88a9-220714535d7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 5913 | 2025.04.22 03:06:37.433163 [ 276 ] {9496cfc4-382b-4142-88a9-220714535d7c} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5914 | 2025.04.22 03:06:37.433413 [ 276 ] {9496cfc4-382b-4142-88a9-220714535d7c} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5915 | 2025.04.22 03:06:37.433603 [ 25 ] {} <Debug> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5916 | 2025.04.22 03:06:37.433667 [ 276 ] {9496cfc4-382b-4142-88a9-220714535d7c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002058 sec., 27210.884353741498 rows/sec., 2.09 MiB/sec. | ||
| 5917 | 2025.04.22 03:06:37.433698 [ 25 ] {} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5918 | 2025.04.22 03:06:37.433777 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 5919 | 2025.04.22 03:06:37.433787 [ 276 ] {9496cfc4-382b-4142-88a9-220714535d7c} <Debug> TCPHandler: Processed in 0.002481346 sec. | ||
| 5920 | 2025.04.22 03:06:37.434001 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5921 | 2025.04.22 03:06:37.434024 [ 190 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::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 | ||
| 5922 | 2025.04.22 03:06:37.434174 [ 276 ] {ba4f0645-4d38-4486-ab26-9cf3ee60acc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5923 | 2025.04.22 03:06:37.434282 [ 276 ] {ba4f0645-4d38-4486-ab26-9cf3ee60acc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5924 | 2025.04.22 03:06:37.434398 [ 190 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5925 | 2025.04.22 03:06:37.434500 [ 190 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1846 rows starting from the beginning of the part | ||
| 5926 | 2025.04.22 03:06:37.434769 [ 190 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 132 rows starting from the beginning of the part | ||
| 5927 | 2025.04.22 03:06:37.435076 [ 190 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::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 | ||
| 5928 | 2025.04.22 03:06:37.435466 [ 190 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 689 rows starting from the beginning of the part | ||
| 5929 | 2025.04.22 03:06:37.435840 [ 190 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1206 rows starting from the beginning of the part | ||
| 5930 | 2025.04.22 03:06:37.436191 [ 190 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 56 rows starting from the beginning of the part | ||
| 5931 | 2025.04.22 03:06:37.437046 [ 276 ] {ba4f0645-4d38-4486-ab26-9cf3ee60acc3} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5932 | 2025.04.22 03:06:37.437123 [ 276 ] {ba4f0645-4d38-4486-ab26-9cf3ee60acc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 5933 | 2025.04.22 03:06:37.438120 [ 276 ] {ba4f0645-4d38-4486-ab26-9cf3ee60acc3} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5934 | 2025.04.22 03:06:37.438663 [ 276 ] {ba4f0645-4d38-4486-ab26-9cf3ee60acc3} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5935 | 2025.04.22 03:06:37.438863 [ 25 ] {} <Debug> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5936 | 2025.04.22 03:06:37.438934 [ 25 ] {} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5937 | 2025.04.22 03:06:37.438977 [ 276 ] {ba4f0645-4d38-4486-ab26-9cf3ee60acc3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004836 sec., 13234.077750206783 rows/sec., 1.03 MiB/sec. | ||
| 5938 | 2025.04.22 03:06:37.438987 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 5939 | 2025.04.22 03:06:37.439239 [ 276 ] {ba4f0645-4d38-4486-ab26-9cf3ee60acc3} <Debug> TCPHandler: Processed in 0.005316032 sec. | ||
| 5940 | 2025.04.22 03:06:37.439510 [ 193 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::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 | ||
| 5941 | 2025.04.22 03:06:37.439727 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5942 | 2025.04.22 03:06:37.440013 [ 190 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3993 rows, containing 5 columns (5 merged, 0 gathered) in 0.006093973 sec., 655237.5601270305 rows/sec., 55.94 MiB/sec. | ||
| 5943 | 2025.04.22 03:06:37.440032 [ 193 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5944 | 2025.04.22 03:06:37.440176 [ 193 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 914 rows starting from the beginning of the part | ||
| 5945 | 2025.04.22 03:06:37.440188 [ 276 ] {64aab17b-69d9-4d24-991b-0f8e2d76af63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5946 | 2025.04.22 03:06:37.440409 [ 190 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5947 | 2025.04.22 03:06:37.440557 [ 193 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 108 rows starting from the beginning of the part | ||
| 5948 | 2025.04.22 03:06:37.440643 [ 276 ] {64aab17b-69d9-4d24-991b-0f8e2d76af63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5949 | 2025.04.22 03:06:37.441237 [ 193 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 68 rows starting from the beginning of the part | ||
| 5950 | 2025.04.22 03:06:37.441289 [ 190 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_46_9} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5951 | 2025.04.22 03:06:37.441621 [ 190 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_46_9} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5952 | 2025.04.22 03:06:37.441673 [ 193 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 418 rows starting from the beginning of the part | ||
| 5953 | 2025.04.22 03:06:37.441933 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. | ||
| 5954 | 2025.04.22 03:06:37.442110 [ 193 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 528 rows starting from the beginning of the part | ||
| 5955 | 2025.04.22 03:06:37.442674 [ 193 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 64 rows starting from the beginning of the part | ||
| 5956 | 2025.04.22 03:06:37.443649 [ 276 ] {64aab17b-69d9-4d24-991b-0f8e2d76af63} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5957 | 2025.04.22 03:06:37.443725 [ 276 ] {64aab17b-69d9-4d24-991b-0f8e2d76af63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 5958 | 2025.04.22 03:06:37.444744 [ 276 ] {64aab17b-69d9-4d24-991b-0f8e2d76af63} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5959 | 2025.04.22 03:06:37.445161 [ 276 ] {64aab17b-69d9-4d24-991b-0f8e2d76af63} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5960 | 2025.04.22 03:06:37.445406 [ 25 ] {} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5961 | 2025.04.22 03:06:37.445501 [ 25 ] {} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5962 | 2025.04.22 03:06:37.445601 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 5963 | 2025.04.22 03:06:37.445803 [ 276 ] {64aab17b-69d9-4d24-991b-0f8e2d76af63} <Debug> executeQuery: Read 52 rows, 3.70 KiB in 0.005662 sec., 9184.033910279053 rows/sec., 653.86 KiB/sec. | ||
| 5964 | 2025.04.22 03:06:37.446268 [ 276 ] {64aab17b-69d9-4d24-991b-0f8e2d76af63} <Debug> TCPHandler: Processed in 0.006707309 sec. | ||
| 5965 | 2025.04.22 03:06:37.446274 [ 201 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::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 | ||
| 5966 | 2025.04.22 03:06:37.446394 [ 194 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2100 rows, containing 5 columns (5 merged, 0 gathered) in 0.007210563 sec., 291239.39420541783 rows/sec., 22.47 MiB/sec. | ||
| 5967 | 2025.04.22 03:06:37.446552 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5968 | 2025.04.22 03:06:37.446666 [ 201 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5969 | 2025.04.22 03:06:37.446774 [ 194 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5970 | 2025.04.22 03:06:37.446796 [ 201 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12749 rows starting from the beginning of the part | ||
| 5971 | 2025.04.22 03:06:37.446818 [ 276 ] {db51e015-dd95-4a77-b3c9-155f160add1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5972 | 2025.04.22 03:06:37.447022 [ 276 ] {db51e015-dd95-4a77-b3c9-155f160add1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5973 | 2025.04.22 03:06:37.447317 [ 201 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 164 rows starting from the beginning of the part | ||
| 5974 | 2025.04.22 03:06:37.447883 [ 194 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_46_9} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5975 | 2025.04.22 03:06:37.448084 [ 201 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 160 rows starting from the beginning of the part | ||
| 5976 | 2025.04.22 03:06:37.448220 [ 194 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_46_9} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5977 | 2025.04.22 03:06:37.448507 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 5978 | 2025.04.22 03:06:37.448734 [ 201 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::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 | ||
| 5979 | 2025.04.22 03:06:37.448841 [ 201 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 956 rows starting from the beginning of the part | ||
| 5980 | 2025.04.22 03:06:37.449262 [ 201 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 52 rows starting from the beginning of the part | ||
| 5981 | 2025.04.22 03:06:37.450032 [ 276 ] {db51e015-dd95-4a77-b3c9-155f160add1a} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5982 | 2025.04.22 03:06:37.450102 [ 276 ] {db51e015-dd95-4a77-b3c9-155f160add1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 5983 | 2025.04.22 03:06:37.450811 [ 276 ] {db51e015-dd95-4a77-b3c9-155f160add1a} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5984 | 2025.04.22 03:06:37.451128 [ 276 ] {db51e015-dd95-4a77-b3c9-155f160add1a} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5985 | 2025.04.22 03:06:37.451327 [ 25 ] {} <Debug> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5986 | 2025.04.22 03:06:37.451426 [ 25 ] {} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5987 | 2025.04.22 03:06:37.451505 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 5988 | 2025.04.22 03:06:37.451620 [ 276 ] {db51e015-dd95-4a77-b3c9-155f160add1a} <Debug> executeQuery: Read 18 rows, 1.25 KiB in 0.00484 sec., 3719.00826446281 rows/sec., 258.06 KiB/sec. | ||
| 5989 | 2025.04.22 03:06:37.451986 [ 276 ] {db51e015-dd95-4a77-b3c9-155f160add1a} <Debug> TCPHandler: Processed in 0.005533958 sec. | ||
| 5990 | 2025.04.22 03:06:37.452017 [ 196 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::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 | ||
| 5991 | 2025.04.22 03:06:37.452419 [ 196 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5992 | 2025.04.22 03:06:37.452504 [ 196 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2270 rows starting from the beginning of the part | ||
| 5993 | 2025.04.22 03:06:37.452838 [ 196 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part | ||
| 5994 | 2025.04.22 03:06:37.453172 [ 196 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part | ||
| 5995 | 2025.04.22 03:06:37.453335 [ 196 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::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 | ||
| 5996 | 2025.04.22 03:06:37.453442 [ 196 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 42 rows starting from the beginning of the part | ||
| 5997 | 2025.04.22 03:06:37.453646 [ 196 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 18 rows starting from the beginning of the part | ||
| 5998 | 2025.04.22 03:06:37.455556 [ 199 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14318 rows, containing 5 columns (5 merged, 0 gathered) in 0.009775712 sec., 1464650.3497648048 rows/sec., 99.09 MiB/sec. | ||
| 5999 | 2025.04.22 03:06:37.455790 [ 187 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2532 rows, containing 4 columns (4 merged, 0 gathered) in 0.00412284 sec., 614139.767732922 rows/sec., 40.53 MiB/sec. | ||
| 6000 | 2025.04.22 03:06:37.456067 [ 199 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6001 | 2025.04.22 03:06:37.456242 [ 198 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6002 | 2025.04.22 03:06:37.456597 [ 201 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6003 | 2025.04.22 03:06:37.456785 [ 201 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6004 | 2025.04.22 03:06:37.456855 [ 198 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_46_9} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6005 | 2025.04.22 03:06:37.456966 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.62 MiB. | ||
| 6006 | 2025.04.22 03:06:37.457051 [ 198 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_46_9} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6007 | 2025.04.22 03:06:37.457155 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
| 6008 | 2025.04.22 03:06:38.344068 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 842 | ||
| 6009 | 2025.04.22 03:06:38.347711 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6010 | 2025.04.22 03:06:38.347757 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 6011 | 2025.04.22 03:06:38.349233 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6012 | 2025.04.22 03:06:38.349537 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6013 | 2025.04.22 03:06:38.349737 [ 24 ] {} <Debug> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6014 | 2025.04.22 03:06:38.349859 [ 24 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6015 | 2025.04.22 03:06:38.349930 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 6016 | 2025.04.22 03:06:38.350378 [ 187 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::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 | ||
| 6017 | 2025.04.22 03:06:38.350917 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 842 | ||
| 6018 | 2025.04.22 03:06:38.351417 [ 187 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6019 | 2025.04.22 03:06:38.351589 [ 187 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 684 rows starting from the beginning of the part | ||
| 6020 | 2025.04.22 03:06:38.352246 [ 187 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 26 rows starting from the beginning of the part | ||
| 6021 | 2025.04.22 03:06:38.352873 [ 187 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 36 rows starting from the beginning of the part | ||
| 6022 | 2025.04.22 03:06:38.353525 [ 187 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 24 rows starting from the beginning of the part | ||
| 6023 | 2025.04.22 03:06:38.354209 [ 187 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 26 rows starting from the beginning of the part | ||
| 6024 | 2025.04.22 03:06:38.354822 [ 187 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 46 rows starting from the beginning of the part | ||
| 6025 | 2025.04.22 03:06:38.362621 [ 198 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 842 rows, containing 72 columns (72 merged, 0 gathered) in 0.012514205 sec., 67283.53898629597 rows/sec., 55.84 MiB/sec. | ||
| 6026 | 2025.04.22 03:06:38.363930 [ 197 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6027 | 2025.04.22 03:06:38.364761 [ 197 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_21_4} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6028 | 2025.04.22 03:06:38.364859 [ 197 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_21_4} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6029 | 2025.04.22 03:06:38.365200 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.25 MiB. | ||
| 6030 | 2025.04.22 03:06:42.443020 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6031 | 2025.04.22 03:06:42.443342 [ 276 ] {671ccd55-a4d1-4f6f-b847-5240a4b9d434} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6032 | 2025.04.22 03:06:42.443442 [ 276 ] {671ccd55-a4d1-4f6f-b847-5240a4b9d434} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6033 | 2025.04.22 03:06:42.444319 [ 276 ] {671ccd55-a4d1-4f6f-b847-5240a4b9d434} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6034 | 2025.04.22 03:06:42.444361 [ 276 ] {671ccd55-a4d1-4f6f-b847-5240a4b9d434} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 6035 | 2025.04.22 03:06:42.444802 [ 276 ] {671ccd55-a4d1-4f6f-b847-5240a4b9d434} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 6036 | 2025.04.22 03:06:42.445063 [ 276 ] {671ccd55-a4d1-4f6f-b847-5240a4b9d434} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6037 | 2025.04.22 03:06:42.445265 [ 37 ] {} <Debug> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 6038 | 2025.04.22 03:06:42.445298 [ 276 ] {671ccd55-a4d1-4f6f-b847-5240a4b9d434} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002039 sec., 103972.53555664541 rows/sec., 6.61 MiB/sec. | ||
| 6039 | 2025.04.22 03:06:42.445350 [ 37 ] {} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6040 | 2025.04.22 03:06:42.445413 [ 276 ] {671ccd55-a4d1-4f6f-b847-5240a4b9d434} <Debug> TCPHandler: Processed in 0.002566669 sec. | ||
| 6041 | 2025.04.22 03:06:42.445425 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 6042 | 2025.04.22 03:06:42.445615 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6043 | 2025.04.22 03:06:42.445714 [ 189 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::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 | ||
| 6044 | 2025.04.22 03:06:42.445898 [ 276 ] {cab15b8b-0460-404f-b80d-ae676e2fe858} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6045 | 2025.04.22 03:06:42.446020 [ 276 ] {cab15b8b-0460-404f-b80d-ae676e2fe858} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6046 | 2025.04.22 03:06:42.446037 [ 189 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6047 | 2025.04.22 03:06:42.446146 [ 189 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::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 | ||
| 6048 | 2025.04.22 03:06:42.446467 [ 189 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::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 | ||
| 6049 | 2025.04.22 03:06:42.446857 [ 189 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::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 | ||
| 6050 | 2025.04.22 03:06:42.447252 [ 189 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::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 | ||
| 6051 | 2025.04.22 03:06:42.447699 [ 189 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::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 | ||
| 6052 | 2025.04.22 03:06:42.448733 [ 276 ] {cab15b8b-0460-404f-b80d-ae676e2fe858} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6053 | 2025.04.22 03:06:42.448811 [ 276 ] {cab15b8b-0460-404f-b80d-ae676e2fe858} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 6054 | 2025.04.22 03:06:42.449782 [ 276 ] {cab15b8b-0460-404f-b80d-ae676e2fe858} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6055 | 2025.04.22 03:06:42.449953 [ 197 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004414718 sec., 240105.93655132674 rows/sec., 16.19 MiB/sec. | ||
| 6056 | 2025.04.22 03:06:42.450229 [ 276 ] {cab15b8b-0460-404f-b80d-ae676e2fe858} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6057 | 2025.04.22 03:06:42.450256 [ 198 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 6058 | 2025.04.22 03:06:42.450595 [ 276 ] {cab15b8b-0460-404f-b80d-ae676e2fe858} <Debug> executeQuery: Read 689 rows, 56.23 KiB in 0.00476 sec., 144747.89915966385 rows/sec., 11.54 MiB/sec. | ||
| 6059 | 2025.04.22 03:06:42.450742 [ 276 ] {cab15b8b-0460-404f-b80d-ae676e2fe858} <Debug> TCPHandler: Processed in 0.005220049 sec. | ||
| 6060 | 2025.04.22 03:06:42.450939 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6061 | 2025.04.22 03:06:42.451036 [ 198 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_13_3} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6062 | 2025.04.22 03:06:42.451137 [ 276 ] {6f5ec0ef-341c-44cd-a19c-5944d16f2095} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6063 | 2025.04.22 03:06:42.451216 [ 276 ] {6f5ec0ef-341c-44cd-a19c-5944d16f2095} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6064 | 2025.04.22 03:06:42.451228 [ 198 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_13_3} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 6065 | 2025.04.22 03:06:42.451447 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 6066 | 2025.04.22 03:06:42.451995 [ 276 ] {6f5ec0ef-341c-44cd-a19c-5944d16f2095} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6067 | 2025.04.22 03:06:42.452038 [ 276 ] {6f5ec0ef-341c-44cd-a19c-5944d16f2095} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 6068 | 2025.04.22 03:06:42.452397 [ 276 ] {6f5ec0ef-341c-44cd-a19c-5944d16f2095} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6069 | 2025.04.22 03:06:42.452636 [ 276 ] {6f5ec0ef-341c-44cd-a19c-5944d16f2095} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6070 | 2025.04.22 03:06:42.452828 [ 276 ] {6f5ec0ef-341c-44cd-a19c-5944d16f2095} <Debug> executeQuery: Read 142 rows, 9.09 KiB in 0.001757 sec., 80819.57882754695 rows/sec., 5.05 MiB/sec. | ||
| 6071 | 2025.04.22 03:06:42.452877 [ 276 ] {6f5ec0ef-341c-44cd-a19c-5944d16f2095} <Debug> TCPHandler: Processed in 0.002017383 sec. | ||
| 6072 | 2025.04.22 03:06:42.452993 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6073 | 2025.04.22 03:06:42.453094 [ 276 ] {e5c9ed2e-83f6-4ec9-8caf-5ff05258d39d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6074 | 2025.04.22 03:06:42.453138 [ 276 ] {e5c9ed2e-83f6-4ec9-8caf-5ff05258d39d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6075 | 2025.04.22 03:06:42.453673 [ 276 ] {e5c9ed2e-83f6-4ec9-8caf-5ff05258d39d} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6076 | 2025.04.22 03:06:42.453711 [ 276 ] {e5c9ed2e-83f6-4ec9-8caf-5ff05258d39d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 6077 | 2025.04.22 03:06:42.454059 [ 276 ] {e5c9ed2e-83f6-4ec9-8caf-5ff05258d39d} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6078 | 2025.04.22 03:06:42.454294 [ 276 ] {e5c9ed2e-83f6-4ec9-8caf-5ff05258d39d} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6079 | 2025.04.22 03:06:42.454487 [ 276 ] {e5c9ed2e-83f6-4ec9-8caf-5ff05258d39d} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001414 sec., 79915.13437057992 rows/sec., 5.17 MiB/sec. | ||
| 6080 | 2025.04.22 03:06:42.454535 [ 276 ] {e5c9ed2e-83f6-4ec9-8caf-5ff05258d39d} <Debug> TCPHandler: Processed in 0.001590153 sec. | ||
| 6081 | 2025.04.22 03:06:42.454648 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6082 | 2025.04.22 03:06:42.454749 [ 276 ] {5314c33f-002c-4d67-a2f8-0d8a16e5490a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6083 | 2025.04.22 03:06:42.454793 [ 276 ] {5314c33f-002c-4d67-a2f8-0d8a16e5490a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6084 | 2025.04.22 03:06:42.455325 [ 276 ] {5314c33f-002c-4d67-a2f8-0d8a16e5490a} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6085 | 2025.04.22 03:06:42.455364 [ 276 ] {5314c33f-002c-4d67-a2f8-0d8a16e5490a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 6086 | 2025.04.22 03:06:42.455707 [ 276 ] {5314c33f-002c-4d67-a2f8-0d8a16e5490a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 6087 | 2025.04.22 03:06:42.455964 [ 276 ] {5314c33f-002c-4d67-a2f8-0d8a16e5490a} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6088 | 2025.04.22 03:06:42.456124 [ 37 ] {} <Debug> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 6089 | 2025.04.22 03:06:42.456188 [ 37 ] {} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6090 | 2025.04.22 03:06:42.456206 [ 276 ] {5314c33f-002c-4d67-a2f8-0d8a16e5490a} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001468 sec., 76294.27792915532 rows/sec., 4.35 MiB/sec. | ||
| 6091 | 2025.04.22 03:06:42.456219 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 6092 | 2025.04.22 03:06:42.456359 [ 276 ] {5314c33f-002c-4d67-a2f8-0d8a16e5490a} <Debug> TCPHandler: Processed in 0.001753016 sec. | ||
| 6093 | 2025.04.22 03:06:42.456437 [ 197 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::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 | ||
| 6094 | 2025.04.22 03:06:42.456530 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6095 | 2025.04.22 03:06:42.456613 [ 197 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6096 | 2025.04.22 03:06:42.456696 [ 197 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::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 | ||
| 6097 | 2025.04.22 03:06:42.456728 [ 276 ] {3ad736b2-5a70-41ea-9187-9dbaad839252} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6098 | 2025.04.22 03:06:42.456846 [ 276 ] {3ad736b2-5a70-41ea-9187-9dbaad839252} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6099 | 2025.04.22 03:06:42.457053 [ 197 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::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 | ||
| 6100 | 2025.04.22 03:06:42.457419 [ 197 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::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 | ||
| 6101 | 2025.04.22 03:06:42.457754 [ 197 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::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 | ||
| 6102 | 2025.04.22 03:06:42.458137 [ 197 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::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 | ||
| 6103 | 2025.04.22 03:06:42.459765 [ 276 ] {3ad736b2-5a70-41ea-9187-9dbaad839252} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6104 | 2025.04.22 03:06:42.459839 [ 276 ] {3ad736b2-5a70-41ea-9187-9dbaad839252} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 6105 | 2025.04.22 03:06:42.460458 [ 197 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.00412899 sec., 135626.3880513152 rows/sec., 8.24 MiB/sec. | ||
| 6106 | 2025.04.22 03:06:42.460664 [ 197 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 6107 | 2025.04.22 03:06:42.460738 [ 276 ] {3ad736b2-5a70-41ea-9187-9dbaad839252} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6108 | 2025.04.22 03:06:42.461126 [ 197 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_13_3} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6109 | 2025.04.22 03:06:42.461192 [ 276 ] {3ad736b2-5a70-41ea-9187-9dbaad839252} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6110 | 2025.04.22 03:06:42.461305 [ 197 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_13_3} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 6111 | 2025.04.22 03:06:42.461529 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 6112 | 2025.04.22 03:06:42.461617 [ 276 ] {3ad736b2-5a70-41ea-9187-9dbaad839252} <Debug> executeQuery: Read 418 rows, 30.47 KiB in 0.004957 sec., 84325.19669154732 rows/sec., 6.00 MiB/sec. | ||
| 6113 | 2025.04.22 03:06:42.461681 [ 276 ] {3ad736b2-5a70-41ea-9187-9dbaad839252} <Debug> TCPHandler: Processed in 0.00522341 sec. | ||
| 6114 | 2025.04.22 03:06:42.461804 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6115 | 2025.04.22 03:06:42.461908 [ 276 ] {6b6eedb3-d508-4392-9ed1-ef584638337e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6116 | 2025.04.22 03:06:42.461953 [ 276 ] {6b6eedb3-d508-4392-9ed1-ef584638337e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6117 | 2025.04.22 03:06:42.462388 [ 276 ] {6b6eedb3-d508-4392-9ed1-ef584638337e} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6118 | 2025.04.22 03:06:42.462426 [ 276 ] {6b6eedb3-d508-4392-9ed1-ef584638337e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 6119 | 2025.04.22 03:06:42.462771 [ 276 ] {6b6eedb3-d508-4392-9ed1-ef584638337e} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 6120 | 2025.04.22 03:06:42.463004 [ 276 ] {6b6eedb3-d508-4392-9ed1-ef584638337e} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6121 | 2025.04.22 03:06:42.463251 [ 276 ] {6b6eedb3-d508-4392-9ed1-ef584638337e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001363 sec., 4402.054292002935 rows/sec., 229.99 KiB/sec. | ||
| 6122 | 2025.04.22 03:06:42.463426 [ 276 ] {6b6eedb3-d508-4392-9ed1-ef584638337e} <Debug> TCPHandler: Processed in 0.001667555 sec. | ||
| 6123 | 2025.04.22 03:06:42.463584 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6124 | 2025.04.22 03:06:42.463685 [ 276 ] {f37d0964-b782-44f2-bf61-867564ac8284} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6125 | 2025.04.22 03:06:42.463733 [ 276 ] {f37d0964-b782-44f2-bf61-867564ac8284} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6126 | 2025.04.22 03:06:42.464303 [ 276 ] {f37d0964-b782-44f2-bf61-867564ac8284} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6127 | 2025.04.22 03:06:42.464342 [ 276 ] {f37d0964-b782-44f2-bf61-867564ac8284} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 6128 | 2025.04.22 03:06:42.464719 [ 276 ] {f37d0964-b782-44f2-bf61-867564ac8284} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6129 | 2025.04.22 03:06:42.464972 [ 276 ] {f37d0964-b782-44f2-bf61-867564ac8284} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6130 | 2025.04.22 03:06:42.465159 [ 276 ] {f37d0964-b782-44f2-bf61-867564ac8284} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001496 sec., 158422.45989304813 rows/sec., 10.62 MiB/sec. | ||
| 6131 | 2025.04.22 03:06:42.465206 [ 276 ] {f37d0964-b782-44f2-bf61-867564ac8284} <Debug> TCPHandler: Processed in 0.001670614 sec. | ||
| 6132 | 2025.04.22 03:06:42.465322 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6133 | 2025.04.22 03:06:42.465425 [ 276 ] {b8273b51-d55c-494e-a149-81089832d7b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6134 | 2025.04.22 03:06:42.465470 [ 276 ] {b8273b51-d55c-494e-a149-81089832d7b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6135 | 2025.04.22 03:06:42.465868 [ 276 ] {b8273b51-d55c-494e-a149-81089832d7b9} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6136 | 2025.04.22 03:06:42.465906 [ 276 ] {b8273b51-d55c-494e-a149-81089832d7b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 6137 | 2025.04.22 03:06:42.466241 [ 276 ] {b8273b51-d55c-494e-a149-81089832d7b9} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 6138 | 2025.04.22 03:06:42.466468 [ 276 ] {b8273b51-d55c-494e-a149-81089832d7b9} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6139 | 2025.04.22 03:06:42.466706 [ 276 ] {b8273b51-d55c-494e-a149-81089832d7b9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001301 sec., 768.6395080707148 rows/sec., 51.79 KiB/sec. | ||
| 6140 | 2025.04.22 03:06:42.466875 [ 276 ] {b8273b51-d55c-494e-a149-81089832d7b9} <Debug> TCPHandler: Processed in 0.001596833 sec. | ||
| 6141 | 2025.04.22 03:06:42.467024 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6142 | 2025.04.22 03:06:42.467127 [ 276 ] {f56e3754-e43b-44b0-84a9-f17ca01d8fd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6143 | 2025.04.22 03:06:42.467195 [ 276 ] {f56e3754-e43b-44b0-84a9-f17ca01d8fd6} <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 | ||
| 6144 | 2025.04.22 03:06:42.468319 [ 276 ] {f56e3754-e43b-44b0-84a9-f17ca01d8fd6} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6145 | 2025.04.22 03:06:42.468358 [ 276 ] {f56e3754-e43b-44b0-84a9-f17ca01d8fd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 6146 | 2025.04.22 03:06:42.469000 [ 276 ] {f56e3754-e43b-44b0-84a9-f17ca01d8fd6} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6147 | 2025.04.22 03:06:42.469249 [ 276 ] {f56e3754-e43b-44b0-84a9-f17ca01d8fd6} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6148 | 2025.04.22 03:06:42.469431 [ 276 ] {f56e3754-e43b-44b0-84a9-f17ca01d8fd6} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002327 sec., 15470.562956596475 rows/sec., 27.72 MiB/sec. | ||
| 6149 | 2025.04.22 03:06:42.469518 [ 276 ] {f56e3754-e43b-44b0-84a9-f17ca01d8fd6} <Debug> TCPHandler: Processed in 0.002549859 sec. | ||
| 6150 | 2025.04.22 03:06:42.469639 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6151 | 2025.04.22 03:06:42.469741 [ 276 ] {0d361b98-7a64-4e3a-99d4-8689585940c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6152 | 2025.04.22 03:06:42.469786 [ 276 ] {0d361b98-7a64-4e3a-99d4-8689585940c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6153 | 2025.04.22 03:06:42.470221 [ 276 ] {0d361b98-7a64-4e3a-99d4-8689585940c4} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6154 | 2025.04.22 03:06:42.470257 [ 276 ] {0d361b98-7a64-4e3a-99d4-8689585940c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 6155 | 2025.04.22 03:06:42.470603 [ 276 ] {0d361b98-7a64-4e3a-99d4-8689585940c4} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6156 | 2025.04.22 03:06:42.470833 [ 276 ] {0d361b98-7a64-4e3a-99d4-8689585940c4} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6157 | 2025.04.22 03:06:42.470988 [ 276 ] {0d361b98-7a64-4e3a-99d4-8689585940c4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001268 sec., 64668.769716088325 rows/sec., 4.11 MiB/sec. | ||
| 6158 | 2025.04.22 03:06:42.471033 [ 276 ] {0d361b98-7a64-4e3a-99d4-8689585940c4} <Debug> TCPHandler: Processed in 0.001442478 sec. | ||
| 6159 | 2025.04.22 03:06:43.177983 [ 87 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6160 | 2025.04.22 03:06:43.178072 [ 87 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6161 | 2025.04.22 03:06:43.293167 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13786 | ||
| 6162 | 2025.04.22 03:06:43.293776 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6163 | 2025.04.22 03:06:43.293814 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 6164 | 2025.04.22 03:06:43.294384 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6165 | 2025.04.22 03:06:43.294647 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6166 | 2025.04.22 03:06:43.294847 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 | ||
| 6167 | 2025.04.22 03:06:44.193470 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226 | ||
| 6168 | 2025.04.22 03:06:44.214850 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6169 | 2025.04.22 03:06:44.214905 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 6170 | 2025.04.22 03:06:44.222346 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6171 | 2025.04.22 03:06:44.223140 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6172 | 2025.04.22 03:06:44.225933 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 226 | ||
| 6173 | 2025.04.22 03:06:47.435620 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6174 | 2025.04.22 03:06:47.435846 [ 276 ] {8712d885-3b3d-4406-a737-68d0fd6b756b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6175 | 2025.04.22 03:06:47.435925 [ 276 ] {8712d885-3b3d-4406-a737-68d0fd6b756b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6176 | 2025.04.22 03:06:47.436794 [ 276 ] {8712d885-3b3d-4406-a737-68d0fd6b756b} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6177 | 2025.04.22 03:06:47.436846 [ 276 ] {8712d885-3b3d-4406-a737-68d0fd6b756b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 6178 | 2025.04.22 03:06:47.437280 [ 276 ] {8712d885-3b3d-4406-a737-68d0fd6b756b} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6179 | 2025.04.22 03:06:47.437535 [ 276 ] {8712d885-3b3d-4406-a737-68d0fd6b756b} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6180 | 2025.04.22 03:06:47.437753 [ 276 ] {8712d885-3b3d-4406-a737-68d0fd6b756b} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.001965 sec., 32569.974554707376 rows/sec., 2.58 MiB/sec. | ||
| 6181 | 2025.04.22 03:06:47.437806 [ 276 ] {8712d885-3b3d-4406-a737-68d0fd6b756b} <Debug> TCPHandler: Processed in 0.002319672 sec. | ||
| 6182 | 2025.04.22 03:06:47.437938 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6183 | 2025.04.22 03:06:47.438042 [ 276 ] {3db90a7a-eef3-49b8-b7e5-0c99aa1de0dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6184 | 2025.04.22 03:06:47.438085 [ 276 ] {3db90a7a-eef3-49b8-b7e5-0c99aa1de0dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6185 | 2025.04.22 03:06:47.438599 [ 276 ] {3db90a7a-eef3-49b8-b7e5-0c99aa1de0dc} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6186 | 2025.04.22 03:06:47.438639 [ 276 ] {3db90a7a-eef3-49b8-b7e5-0c99aa1de0dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 6187 | 2025.04.22 03:06:47.439072 [ 276 ] {3db90a7a-eef3-49b8-b7e5-0c99aa1de0dc} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6188 | 2025.04.22 03:06:47.439309 [ 276 ] {3db90a7a-eef3-49b8-b7e5-0c99aa1de0dc} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6189 | 2025.04.22 03:06:47.439467 [ 97 ] {} <Debug> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6190 | 2025.04.22 03:06:47.439534 [ 276 ] {3db90a7a-eef3-49b8-b7e5-0c99aa1de0dc} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001511 sec., 2647.253474520185 rows/sec., 199.06 KiB/sec. | ||
| 6191 | 2025.04.22 03:06:47.439554 [ 97 ] {} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6192 | 2025.04.22 03:06:47.439632 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 6193 | 2025.04.22 03:06:47.439660 [ 276 ] {3db90a7a-eef3-49b8-b7e5-0c99aa1de0dc} <Debug> TCPHandler: Processed in 0.001768017 sec. | ||
| 6194 | 2025.04.22 03:06:47.439937 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6195 | 2025.04.22 03:06:47.439959 [ 191 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::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 | ||
| 6196 | 2025.04.22 03:06:47.440198 [ 276 ] {f98b5469-b0de-4b34-8bb8-c11c124a94c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6197 | 2025.04.22 03:06:47.440341 [ 276 ] {f98b5469-b0de-4b34-8bb8-c11c124a94c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6198 | 2025.04.22 03:06:47.440602 [ 191 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6199 | 2025.04.22 03:06:47.440732 [ 191 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 164 rows starting from the beginning of the part | ||
| 6200 | 2025.04.22 03:06:47.441147 [ 191 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 4 rows starting from the beginning of the part | ||
| 6201 | 2025.04.22 03:06:47.441560 [ 191 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 142 rows starting from the beginning of the part | ||
| 6202 | 2025.04.22 03:06:47.442028 [ 191 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::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 | ||
| 6203 | 2025.04.22 03:06:47.442357 [ 191 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 142 rows starting from the beginning of the part | ||
| 6204 | 2025.04.22 03:06:47.442673 [ 191 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 4 rows starting from the beginning of the part | ||
| 6205 | 2025.04.22 03:06:47.443337 [ 276 ] {f98b5469-b0de-4b34-8bb8-c11c124a94c7} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6206 | 2025.04.22 03:06:47.443384 [ 276 ] {f98b5469-b0de-4b34-8bb8-c11c124a94c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 6207 | 2025.04.22 03:06:47.443981 [ 276 ] {f98b5469-b0de-4b34-8bb8-c11c124a94c7} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6208 | 2025.04.22 03:06:47.444334 [ 191 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 464 rows, containing 5 columns (5 merged, 0 gathered) in 0.004597723 sec., 100919.5203799794 rows/sec., 6.76 MiB/sec. | ||
| 6209 | 2025.04.22 03:06:47.444340 [ 276 ] {f98b5469-b0de-4b34-8bb8-c11c124a94c7} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6210 | 2025.04.22 03:06:47.444488 [ 191 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6211 | 2025.04.22 03:06:47.444643 [ 276 ] {f98b5469-b0de-4b34-8bb8-c11c124a94c7} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.004552 sec., 14938.488576449914 rows/sec., 1.17 MiB/sec. | ||
| 6212 | 2025.04.22 03:06:47.444724 [ 276 ] {f98b5469-b0de-4b34-8bb8-c11c124a94c7} <Debug> TCPHandler: Processed in 0.00488192 sec. | ||
| 6213 | 2025.04.22 03:06:47.444858 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6214 | 2025.04.22 03:06:47.444907 [ 191 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_36_7} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6215 | 2025.04.22 03:06:47.444995 [ 276 ] {53deb0a8-98e4-42d9-8984-db61fe0b20d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6216 | 2025.04.22 03:06:47.445006 [ 191 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_36_7} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6217 | 2025.04.22 03:06:47.445051 [ 276 ] {53deb0a8-98e4-42d9-8984-db61fe0b20d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6218 | 2025.04.22 03:06:47.445097 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 6219 | 2025.04.22 03:06:47.445614 [ 276 ] {53deb0a8-98e4-42d9-8984-db61fe0b20d6} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6220 | 2025.04.22 03:06:47.445650 [ 276 ] {53deb0a8-98e4-42d9-8984-db61fe0b20d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 6221 | 2025.04.22 03:06:47.446025 [ 276 ] {53deb0a8-98e4-42d9-8984-db61fe0b20d6} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6222 | 2025.04.22 03:06:47.446267 [ 276 ] {53deb0a8-98e4-42d9-8984-db61fe0b20d6} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6223 | 2025.04.22 03:06:47.446468 [ 276 ] {53deb0a8-98e4-42d9-8984-db61fe0b20d6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001505 sec., 106312.29235880398 rows/sec., 7.40 MiB/sec. | ||
| 6224 | 2025.04.22 03:06:47.446516 [ 276 ] {53deb0a8-98e4-42d9-8984-db61fe0b20d6} <Debug> TCPHandler: Processed in 0.001711626 sec. | ||
| 6225 | 2025.04.22 03:06:47.446632 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6226 | 2025.04.22 03:06:47.446733 [ 276 ] {39b2f200-8ae8-4e99-b4a5-3dc675ec2552} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6227 | 2025.04.22 03:06:47.446798 [ 276 ] {39b2f200-8ae8-4e99-b4a5-3dc675ec2552} <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 | ||
| 6228 | 2025.04.22 03:06:47.447769 [ 276 ] {39b2f200-8ae8-4e99-b4a5-3dc675ec2552} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6229 | 2025.04.22 03:06:47.447807 [ 276 ] {39b2f200-8ae8-4e99-b4a5-3dc675ec2552} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 6230 | 2025.04.22 03:06:47.448382 [ 276 ] {39b2f200-8ae8-4e99-b4a5-3dc675ec2552} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6231 | 2025.04.22 03:06:47.448636 [ 276 ] {39b2f200-8ae8-4e99-b4a5-3dc675ec2552} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6232 | 2025.04.22 03:06:47.448814 [ 97 ] {} <Debug> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6233 | 2025.04.22 03:06:47.448887 [ 97 ] {} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6234 | 2025.04.22 03:06:47.448924 [ 276 ] {39b2f200-8ae8-4e99-b4a5-3dc675ec2552} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002198 sec., 1819.8362147406735 rows/sec., 3.26 MiB/sec. | ||
| 6235 | 2025.04.22 03:06:47.448931 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 6236 | 2025.04.22 03:06:47.449206 [ 276 ] {39b2f200-8ae8-4e99-b4a5-3dc675ec2552} <Debug> TCPHandler: Processed in 0.00262173 sec. | ||
| 6237 | 2025.04.22 03:06:47.449215 [ 195 ] {b231891b-dff1-435e-bddb-2ac39d181211::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 | ||
| 6238 | 2025.04.22 03:06:47.449341 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6239 | 2025.04.22 03:06:47.449485 [ 276 ] {60e53bda-dc76-4f43-a271-357aa69714ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6240 | 2025.04.22 03:06:47.449551 [ 276 ] {60e53bda-dc76-4f43-a271-357aa69714ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6241 | 2025.04.22 03:06:47.449570 [ 195 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6242 | 2025.04.22 03:06:47.449677 [ 195 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 699 rows starting from the beginning of the part | ||
| 6243 | 2025.04.22 03:06:47.450515 [ 195 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 4 rows starting from the beginning of the part | ||
| 6244 | 2025.04.22 03:06:47.451414 [ 276 ] {60e53bda-dc76-4f43-a271-357aa69714ef} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6245 | 2025.04.22 03:06:47.451422 [ 195 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 36 rows starting from the beginning of the part | ||
| 6246 | 2025.04.22 03:06:47.451458 [ 276 ] {60e53bda-dc76-4f43-a271-357aa69714ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 6247 | 2025.04.22 03:06:47.451989 [ 195 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 4 rows starting from the beginning of the part | ||
| 6248 | 2025.04.22 03:06:47.452559 [ 195 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 36 rows starting from the beginning of the part | ||
| 6249 | 2025.04.22 03:06:47.452608 [ 276 ] {60e53bda-dc76-4f43-a271-357aa69714ef} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6250 | 2025.04.22 03:06:47.453055 [ 195 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 4 rows starting from the beginning of the part | ||
| 6251 | 2025.04.22 03:06:47.453313 [ 276 ] {60e53bda-dc76-4f43-a271-357aa69714ef} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6252 | 2025.04.22 03:06:47.453800 [ 276 ] {60e53bda-dc76-4f43-a271-357aa69714ef} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00435 sec., 13793.103448275862 rows/sec., 951.87 KiB/sec. | ||
| 6253 | 2025.04.22 03:06:47.453891 [ 276 ] {60e53bda-dc76-4f43-a271-357aa69714ef} <Debug> TCPHandler: Processed in 0.004602994 sec. | ||
| 6254 | 2025.04.22 03:06:47.458972 [ 199 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 783 rows, containing 19 columns (19 merged, 0 gathered) in 0.009897004 sec., 79114.85132268311 rows/sec., 141.77 MiB/sec. | ||
| 6255 | 2025.04.22 03:06:47.459960 [ 192 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6256 | 2025.04.22 03:06:47.460435 [ 192 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6257 | 2025.04.22 03:06:47.460530 [ 192 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6258 | 2025.04.22 03:06:47.460711 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.58 MiB. | ||
| 6259 | 2025.04.22 03:06:48.000166 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 199.64 MiB, peak 207.63 MiB, free memory in arenas 0.00 B, will set to 201.91 MiB (RSS), difference: 2.27 MiB | ||
| 6260 | 2025.04.22 03:06:48.351158 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 876 | ||
| 6261 | 2025.04.22 03:06:48.354225 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6262 | 2025.04.22 03:06:48.354274 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 6263 | 2025.04.22 03:06:48.355708 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6264 | 2025.04.22 03:06:48.356062 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6265 | 2025.04.22 03:06:48.356659 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 876 | ||
| 6266 | 2025.04.22 03:06:50.795197 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14213 | ||
| 6267 | 2025.04.22 03:06:50.795880 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6268 | 2025.04.22 03:06:50.795922 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 6269 | 2025.04.22 03:06:50.796477 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6270 | 2025.04.22 03:06:50.796742 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6271 | 2025.04.22 03:06:50.796899 [ 119 ] {} <Debug> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6272 | 2025.04.22 03:06:50.796931 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14213 | ||
| 6273 | 2025.04.22 03:06:50.796947 [ 119 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6274 | 2025.04.22 03:06:50.796970 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 6275 | 2025.04.22 03:06:50.797126 [ 201 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 6276 | 2025.04.22 03:06:50.797309 [ 201 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6277 | 2025.04.22 03:06:50.797354 [ 201 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 6278 | 2025.04.22 03:06:50.797439 [ 201 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 6279 | 2025.04.22 03:06:50.797646 [ 201 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 6280 | 2025.04.22 03:06:50.797796 [ 201 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 6281 | 2025.04.22 03:06:50.798016 [ 201 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 6282 | 2025.04.22 03:06:50.798223 [ 201 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 6283 | 2025.04.22 03:06:50.800594 [ 192 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14213 rows, containing 4 columns (4 merged, 0 gathered) in 0.003540345 sec., 4014580.4999230304 rows/sec., 57.43 MiB/sec. | ||
| 6284 | 2025.04.22 03:06:50.801130 [ 192 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6285 | 2025.04.22 03:06:50.801576 [ 192 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_31_6} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6286 | 2025.04.22 03:06:50.801702 [ 192 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_31_6} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6287 | 2025.04.22 03:06:50.801848 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.46 MiB. | ||
| 6288 | 2025.04.22 03:06:51.726007 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234 | ||
| 6289 | 2025.04.22 03:06:51.747036 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6290 | 2025.04.22 03:06:51.747102 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 6291 | 2025.04.22 03:06:51.754203 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6292 | 2025.04.22 03:06:51.754995 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6293 | 2025.04.22 03:06:51.755383 [ 106 ] {} <Debug> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6294 | 2025.04.22 03:06:51.755517 [ 106 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6295 | 2025.04.22 03:06:51.755593 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 6296 | 2025.04.22 03:06:51.755984 [ 199 ] {221840db-82c7-49e0-9543-fc81844dee87::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 | ||
| 6297 | 2025.04.22 03:06:51.771551 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234 | ||
| 6298 | 2025.04.22 03:06:51.772867 [ 199 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6299 | 2025.04.22 03:06:51.774160 [ 199 ] {221840db-82c7-49e0-9543-fc81844dee87::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 | ||
| 6300 | 2025.04.22 03:06:51.779285 [ 199 ] {221840db-82c7-49e0-9543-fc81844dee87::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 | ||
| 6301 | 2025.04.22 03:06:51.784555 [ 199 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 7 rows starting from the beginning of the part | ||
| 6302 | 2025.04.22 03:06:51.790008 [ 199 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part | ||
| 6303 | 2025.04.22 03:06:51.795620 [ 199 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 7 rows starting from the beginning of the part | ||
| 6304 | 2025.04.22 03:06:51.800049 [ 199 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 8 rows starting from the beginning of the part | ||
| 6305 | 2025.04.22 03:06:51.857432 [ 199 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.10167318 sec., 2301.4918978633305 rows/sec., 11.90 MiB/sec. | ||
| 6306 | 2025.04.22 03:06:51.860125 [ 196 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6307 | 2025.04.22 03:06:51.863010 [ 196 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_31_6} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6308 | 2025.04.22 03:06:51.863101 [ 196 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_31_6} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6309 | 2025.04.22 03:06:51.865438 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 6310 | 2025.04.22 03:06:52.443726 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6311 | 2025.04.22 03:06:52.443938 [ 276 ] {90d385e5-1a23-4482-a270-5839d6b8762a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6312 | 2025.04.22 03:06:52.444009 [ 276 ] {90d385e5-1a23-4482-a270-5839d6b8762a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6313 | 2025.04.22 03:06:52.444839 [ 276 ] {90d385e5-1a23-4482-a270-5839d6b8762a} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6314 | 2025.04.22 03:06:52.444891 [ 276 ] {90d385e5-1a23-4482-a270-5839d6b8762a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 6315 | 2025.04.22 03:06:52.445343 [ 276 ] {90d385e5-1a23-4482-a270-5839d6b8762a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 6316 | 2025.04.22 03:06:52.445606 [ 276 ] {90d385e5-1a23-4482-a270-5839d6b8762a} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6317 | 2025.04.22 03:06:52.445830 [ 276 ] {90d385e5-1a23-4482-a270-5839d6b8762a} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001945 sec., 108997.4293059126 rows/sec., 6.93 MiB/sec. | ||
| 6318 | 2025.04.22 03:06:52.445886 [ 276 ] {90d385e5-1a23-4482-a270-5839d6b8762a} <Debug> TCPHandler: Processed in 0.002346003 sec. | ||
| 6319 | 2025.04.22 03:06:52.446013 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6320 | 2025.04.22 03:06:52.446118 [ 276 ] {d377493a-7423-42b4-b71a-aa6cf1a34ef0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6321 | 2025.04.22 03:06:52.446164 [ 276 ] {d377493a-7423-42b4-b71a-aa6cf1a34ef0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6322 | 2025.04.22 03:06:52.446670 [ 276 ] {d377493a-7423-42b4-b71a-aa6cf1a34ef0} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6323 | 2025.04.22 03:06:52.446710 [ 276 ] {d377493a-7423-42b4-b71a-aa6cf1a34ef0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 6324 | 2025.04.22 03:06:52.447059 [ 276 ] {d377493a-7423-42b4-b71a-aa6cf1a34ef0} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 6325 | 2025.04.22 03:06:52.447314 [ 276 ] {d377493a-7423-42b4-b71a-aa6cf1a34ef0} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6326 | 2025.04.22 03:06:52.447541 [ 276 ] {d377493a-7423-42b4-b71a-aa6cf1a34ef0} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001443 sec., 1386.001386001386 rows/sec., 113.02 KiB/sec. | ||
| 6327 | 2025.04.22 03:06:52.447657 [ 276 ] {d377493a-7423-42b4-b71a-aa6cf1a34ef0} <Debug> TCPHandler: Processed in 0.001693696 sec. | ||
| 6328 | 2025.04.22 03:06:52.447779 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6329 | 2025.04.22 03:06:52.447882 [ 276 ] {d13e5d6a-7d74-4e74-a115-1f135c5a1d53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6330 | 2025.04.22 03:06:52.447926 [ 276 ] {d13e5d6a-7d74-4e74-a115-1f135c5a1d53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6331 | 2025.04.22 03:06:52.448672 [ 276 ] {d13e5d6a-7d74-4e74-a115-1f135c5a1d53} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6332 | 2025.04.22 03:06:52.448711 [ 276 ] {d13e5d6a-7d74-4e74-a115-1f135c5a1d53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 6333 | 2025.04.22 03:06:52.449111 [ 276 ] {d13e5d6a-7d74-4e74-a115-1f135c5a1d53} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6334 | 2025.04.22 03:06:52.449360 [ 276 ] {d13e5d6a-7d74-4e74-a115-1f135c5a1d53} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6335 | 2025.04.22 03:06:52.449562 [ 276 ] {d13e5d6a-7d74-4e74-a115-1f135c5a1d53} <Debug> executeQuery: Read 690 rows, 56.30 KiB in 0.001702 sec., 405405.40540540544 rows/sec., 32.30 MiB/sec. | ||
| 6336 | 2025.04.22 03:06:52.449613 [ 276 ] {d13e5d6a-7d74-4e74-a115-1f135c5a1d53} <Debug> TCPHandler: Processed in 0.001884741 sec. | ||
| 6337 | 2025.04.22 03:06:52.449733 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6338 | 2025.04.22 03:06:52.449837 [ 276 ] {c4969aa1-09c7-4d3d-abac-d96231ad8e33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6339 | 2025.04.22 03:06:52.449883 [ 276 ] {c4969aa1-09c7-4d3d-abac-d96231ad8e33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6340 | 2025.04.22 03:06:52.450435 [ 276 ] {c4969aa1-09c7-4d3d-abac-d96231ad8e33} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6341 | 2025.04.22 03:06:52.450475 [ 276 ] {c4969aa1-09c7-4d3d-abac-d96231ad8e33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 6342 | 2025.04.22 03:06:52.450835 [ 276 ] {c4969aa1-09c7-4d3d-abac-d96231ad8e33} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6343 | 2025.04.22 03:06:52.451078 [ 276 ] {c4969aa1-09c7-4d3d-abac-d96231ad8e33} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6344 | 2025.04.22 03:06:52.451279 [ 276 ] {c4969aa1-09c7-4d3d-abac-d96231ad8e33} <Debug> executeQuery: Read 144 rows, 9.23 KiB in 0.001462 sec., 98495.2120383037 rows/sec., 6.17 MiB/sec. | ||
| 6345 | 2025.04.22 03:06:52.451328 [ 276 ] {c4969aa1-09c7-4d3d-abac-d96231ad8e33} <Debug> TCPHandler: Processed in 0.001645404 sec. | ||
| 6346 | 2025.04.22 03:06:52.451446 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6347 | 2025.04.22 03:06:52.451549 [ 276 ] {065076e9-2dd1-4721-b0b4-fa95c6516cb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6348 | 2025.04.22 03:06:52.451593 [ 276 ] {065076e9-2dd1-4721-b0b4-fa95c6516cb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6349 | 2025.04.22 03:06:52.452127 [ 276 ] {065076e9-2dd1-4721-b0b4-fa95c6516cb2} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6350 | 2025.04.22 03:06:52.452166 [ 276 ] {065076e9-2dd1-4721-b0b4-fa95c6516cb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 6351 | 2025.04.22 03:06:52.452529 [ 276 ] {065076e9-2dd1-4721-b0b4-fa95c6516cb2} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6352 | 2025.04.22 03:06:52.452775 [ 276 ] {065076e9-2dd1-4721-b0b4-fa95c6516cb2} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6353 | 2025.04.22 03:06:52.452955 [ 130 ] {} <Debug> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 6354 | 2025.04.22 03:06:52.453013 [ 276 ] {065076e9-2dd1-4721-b0b4-fa95c6516cb2} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001478 sec., 76454.66847090663 rows/sec., 4.95 MiB/sec. | ||
| 6355 | 2025.04.22 03:06:52.453039 [ 130 ] {} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6356 | 2025.04.22 03:06:52.453115 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 6357 | 2025.04.22 03:06:52.453127 [ 276 ] {065076e9-2dd1-4721-b0b4-fa95c6516cb2} <Debug> TCPHandler: Processed in 0.001729246 sec. | ||
| 6358 | 2025.04.22 03:06:52.453350 [ 194 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full | ||
| 6359 | 2025.04.22 03:06:52.453362 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6360 | 2025.04.22 03:06:52.453600 [ 276 ] {fa7066c5-0eee-4159-b0fb-06f0be6d6fc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6361 | 2025.04.22 03:06:52.453623 [ 194 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6362 | 2025.04.22 03:06:52.453701 [ 276 ] {fa7066c5-0eee-4159-b0fb-06f0be6d6fc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6363 | 2025.04.22 03:06:52.453708 [ 194 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 341 rows starting from the beginning of the part | ||
| 6364 | 2025.04.22 03:06:52.454034 [ 194 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 228 rows starting from the beginning of the part | ||
| 6365 | 2025.04.22 03:06:52.454335 [ 194 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 113 rows starting from the beginning of the part | ||
| 6366 | 2025.04.22 03:06:52.454690 [ 194 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 228 rows starting from the beginning of the part | ||
| 6367 | 2025.04.22 03:06:52.454996 [ 194 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 113 rows starting from the beginning of the part | ||
| 6368 | 2025.04.22 03:06:52.455293 [ 194 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 113 rows starting from the beginning of the part | ||
| 6369 | 2025.04.22 03:06:52.456840 [ 276 ] {fa7066c5-0eee-4159-b0fb-06f0be6d6fc9} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6370 | 2025.04.22 03:06:52.456909 [ 276 ] {fa7066c5-0eee-4159-b0fb-06f0be6d6fc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 6371 | 2025.04.22 03:06:52.457939 [ 276 ] {fa7066c5-0eee-4159-b0fb-06f0be6d6fc9} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 6372 | 2025.04.22 03:06:52.458512 [ 276 ] {fa7066c5-0eee-4159-b0fb-06f0be6d6fc9} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6373 | 2025.04.22 03:06:52.458544 [ 194 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1136 rows, containing 5 columns (5 merged, 0 gathered) in 0.005324053 sec., 213371.2793617945 rows/sec., 15.01 MiB/sec. | ||
| 6374 | 2025.04.22 03:06:52.458835 [ 276 ] {fa7066c5-0eee-4159-b0fb-06f0be6d6fc9} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005323 sec., 21040.766485064814 rows/sec., 1.20 MiB/sec. | ||
| 6375 | 2025.04.22 03:06:52.458847 [ 194 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 6376 | 2025.04.22 03:06:52.459011 [ 276 ] {fa7066c5-0eee-4159-b0fb-06f0be6d6fc9} <Debug> TCPHandler: Processed in 0.005733473 sec. | ||
| 6377 | 2025.04.22 03:06:52.459174 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6378 | 2025.04.22 03:06:52.459342 [ 276 ] {68ba0c64-4376-4c81-b73c-4f01011bcb10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6379 | 2025.04.22 03:06:52.459420 [ 194 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_20_4} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6380 | 2025.04.22 03:06:52.459441 [ 276 ] {68ba0c64-4376-4c81-b73c-4f01011bcb10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6381 | 2025.04.22 03:06:52.459648 [ 194 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_20_4} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 6382 | 2025.04.22 03:06:52.459823 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 6383 | 2025.04.22 03:06:52.460439 [ 276 ] {68ba0c64-4376-4c81-b73c-4f01011bcb10} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6384 | 2025.04.22 03:06:52.460481 [ 276 ] {68ba0c64-4376-4c81-b73c-4f01011bcb10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 6385 | 2025.04.22 03:06:52.460872 [ 276 ] {68ba0c64-4376-4c81-b73c-4f01011bcb10} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6386 | 2025.04.22 03:06:52.461127 [ 276 ] {68ba0c64-4376-4c81-b73c-4f01011bcb10} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6387 | 2025.04.22 03:06:52.461316 [ 276 ] {68ba0c64-4376-4c81-b73c-4f01011bcb10} <Debug> executeQuery: Read 420 rows, 30.63 KiB in 0.002011 sec., 208851.317752362 rows/sec., 14.87 MiB/sec. | ||
| 6388 | 2025.04.22 03:06:52.461398 [ 276 ] {68ba0c64-4376-4c81-b73c-4f01011bcb10} <Debug> TCPHandler: Processed in 0.002296531 sec. | ||
| 6389 | 2025.04.22 03:06:52.461621 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6390 | 2025.04.22 03:06:52.461743 [ 276 ] {c8ad94e2-424b-4f72-869a-b74eba3da7be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6391 | 2025.04.22 03:06:52.461792 [ 276 ] {c8ad94e2-424b-4f72-869a-b74eba3da7be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6392 | 2025.04.22 03:06:52.462212 [ 276 ] {c8ad94e2-424b-4f72-869a-b74eba3da7be} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6393 | 2025.04.22 03:06:52.462250 [ 276 ] {c8ad94e2-424b-4f72-869a-b74eba3da7be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 6394 | 2025.04.22 03:06:52.462613 [ 276 ] {c8ad94e2-424b-4f72-869a-b74eba3da7be} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 6395 | 2025.04.22 03:06:52.462860 [ 276 ] {c8ad94e2-424b-4f72-869a-b74eba3da7be} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6396 | 2025.04.22 03:06:52.463049 [ 276 ] {c8ad94e2-424b-4f72-869a-b74eba3da7be} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001323 sec., 4535.14739229025 rows/sec., 236.94 KiB/sec. | ||
| 6397 | 2025.04.22 03:06:52.463131 [ 276 ] {c8ad94e2-424b-4f72-869a-b74eba3da7be} <Debug> TCPHandler: Processed in 0.001592233 sec. | ||
| 6398 | 2025.04.22 03:06:52.463245 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6399 | 2025.04.22 03:06:52.463348 [ 276 ] {75ae9493-2acb-4867-9b3c-ca705a7c53da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6400 | 2025.04.22 03:06:52.463397 [ 276 ] {75ae9493-2acb-4867-9b3c-ca705a7c53da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6401 | 2025.04.22 03:06:52.463896 [ 276 ] {75ae9493-2acb-4867-9b3c-ca705a7c53da} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6402 | 2025.04.22 03:06:52.463936 [ 276 ] {75ae9493-2acb-4867-9b3c-ca705a7c53da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 6403 | 2025.04.22 03:06:52.464367 [ 276 ] {75ae9493-2acb-4867-9b3c-ca705a7c53da} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6404 | 2025.04.22 03:06:52.464624 [ 276 ] {75ae9493-2acb-4867-9b3c-ca705a7c53da} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6405 | 2025.04.22 03:06:52.464790 [ 276 ] {75ae9493-2acb-4867-9b3c-ca705a7c53da} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001464 sec., 162568.30601092897 rows/sec., 10.90 MiB/sec. | ||
| 6406 | 2025.04.22 03:06:52.464839 [ 276 ] {75ae9493-2acb-4867-9b3c-ca705a7c53da} <Debug> TCPHandler: Processed in 0.001644134 sec. | ||
| 6407 | 2025.04.22 03:06:52.464962 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6408 | 2025.04.22 03:06:52.465066 [ 276 ] {2343bb47-1bec-4adc-8c30-14e55eeb40bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6409 | 2025.04.22 03:06:52.465113 [ 276 ] {2343bb47-1bec-4adc-8c30-14e55eeb40bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6410 | 2025.04.22 03:06:52.465514 [ 276 ] {2343bb47-1bec-4adc-8c30-14e55eeb40bc} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6411 | 2025.04.22 03:06:52.465551 [ 276 ] {2343bb47-1bec-4adc-8c30-14e55eeb40bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 6412 | 2025.04.22 03:06:52.466021 [ 276 ] {2343bb47-1bec-4adc-8c30-14e55eeb40bc} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 6413 | 2025.04.22 03:06:52.466262 [ 276 ] {2343bb47-1bec-4adc-8c30-14e55eeb40bc} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6414 | 2025.04.22 03:06:52.466464 [ 276 ] {2343bb47-1bec-4adc-8c30-14e55eeb40bc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001411 sec., 708.7172218284904 rows/sec., 47.76 KiB/sec. | ||
| 6415 | 2025.04.22 03:06:52.466649 [ 276 ] {2343bb47-1bec-4adc-8c30-14e55eeb40bc} <Debug> TCPHandler: Processed in 0.001735046 sec. | ||
| 6416 | 2025.04.22 03:06:52.466809 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6417 | 2025.04.22 03:06:52.466917 [ 276 ] {27073979-08b6-4c81-afe4-56e2decfafb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6418 | 2025.04.22 03:06:52.466991 [ 276 ] {27073979-08b6-4c81-afe4-56e2decfafb3} <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 | ||
| 6419 | 2025.04.22 03:06:52.468094 [ 276 ] {27073979-08b6-4c81-afe4-56e2decfafb3} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6420 | 2025.04.22 03:06:52.468134 [ 276 ] {27073979-08b6-4c81-afe4-56e2decfafb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 6421 | 2025.04.22 03:06:52.468801 [ 276 ] {27073979-08b6-4c81-afe4-56e2decfafb3} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6422 | 2025.04.22 03:06:52.469066 [ 276 ] {27073979-08b6-4c81-afe4-56e2decfafb3} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6423 | 2025.04.22 03:06:52.469270 [ 276 ] {27073979-08b6-4c81-afe4-56e2decfafb3} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002379 sec., 15132.408575031526 rows/sec., 27.12 MiB/sec. | ||
| 6424 | 2025.04.22 03:06:52.469581 [ 276 ] {27073979-08b6-4c81-afe4-56e2decfafb3} <Debug> TCPHandler: Processed in 0.002826416 sec. | ||
| 6425 | 2025.04.22 03:06:52.469709 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6426 | 2025.04.22 03:06:52.469819 [ 276 ] {37dbf1c0-ac5f-4c98-a3cb-1f6a4f443576} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6427 | 2025.04.22 03:06:52.469867 [ 276 ] {37dbf1c0-ac5f-4c98-a3cb-1f6a4f443576} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6428 | 2025.04.22 03:06:52.470282 [ 276 ] {37dbf1c0-ac5f-4c98-a3cb-1f6a4f443576} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6429 | 2025.04.22 03:06:52.470318 [ 276 ] {37dbf1c0-ac5f-4c98-a3cb-1f6a4f443576} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 6430 | 2025.04.22 03:06:52.470676 [ 276 ] {37dbf1c0-ac5f-4c98-a3cb-1f6a4f443576} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6431 | 2025.04.22 03:06:52.470910 [ 276 ] {37dbf1c0-ac5f-4c98-a3cb-1f6a4f443576} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6432 | 2025.04.22 03:06:52.471075 [ 276 ] {37dbf1c0-ac5f-4c98-a3cb-1f6a4f443576} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001278 sec., 64162.75430359937 rows/sec., 4.08 MiB/sec. | ||
| 6433 | 2025.04.22 03:06:52.471120 [ 276 ] {37dbf1c0-ac5f-4c98-a3cb-1f6a4f443576} <Debug> TCPHandler: Processed in 0.001462139 sec. | ||
| 6434 | 2025.04.22 03:06:57.436257 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6435 | 2025.04.22 03:06:57.436477 [ 276 ] {9736bd00-cf90-42a7-a386-4b70ba5c092c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6436 | 2025.04.22 03:06:57.436556 [ 276 ] {9736bd00-cf90-42a7-a386-4b70ba5c092c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6437 | 2025.04.22 03:06:57.437365 [ 276 ] {9736bd00-cf90-42a7-a386-4b70ba5c092c} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6438 | 2025.04.22 03:06:57.437408 [ 276 ] {9736bd00-cf90-42a7-a386-4b70ba5c092c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 6439 | 2025.04.22 03:06:57.437827 [ 276 ] {9736bd00-cf90-42a7-a386-4b70ba5c092c} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6440 | 2025.04.22 03:06:57.438088 [ 276 ] {9736bd00-cf90-42a7-a386-4b70ba5c092c} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6441 | 2025.04.22 03:06:57.438317 [ 276 ] {9736bd00-cf90-42a7-a386-4b70ba5c092c} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.001898 sec., 33719.70495258167 rows/sec., 2.67 MiB/sec. | ||
| 6442 | 2025.04.22 03:06:57.438372 [ 276 ] {9736bd00-cf90-42a7-a386-4b70ba5c092c} <Debug> TCPHandler: Processed in 0.0022486 sec. | ||
| 6443 | 2025.04.22 03:06:57.438499 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6444 | 2025.04.22 03:06:57.438602 [ 276 ] {4e11f174-6b81-4db5-8c6c-8a418f530e10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6445 | 2025.04.22 03:06:57.438647 [ 276 ] {4e11f174-6b81-4db5-8c6c-8a418f530e10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6446 | 2025.04.22 03:06:57.439151 [ 276 ] {4e11f174-6b81-4db5-8c6c-8a418f530e10} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6447 | 2025.04.22 03:06:57.439191 [ 276 ] {4e11f174-6b81-4db5-8c6c-8a418f530e10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 6448 | 2025.04.22 03:06:57.439534 [ 276 ] {4e11f174-6b81-4db5-8c6c-8a418f530e10} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6449 | 2025.04.22 03:06:57.439774 [ 276 ] {4e11f174-6b81-4db5-8c6c-8a418f530e10} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6450 | 2025.04.22 03:06:57.439987 [ 276 ] {4e11f174-6b81-4db5-8c6c-8a418f530e10} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001405 sec., 2846.9750889679717 rows/sec., 214.08 KiB/sec. | ||
| 6451 | 2025.04.22 03:06:57.440039 [ 276 ] {4e11f174-6b81-4db5-8c6c-8a418f530e10} <Debug> TCPHandler: Processed in 0.001591963 sec. | ||
| 6452 | 2025.04.22 03:06:57.440155 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6453 | 2025.04.22 03:06:57.440258 [ 276 ] {7eefc907-0e1b-4b92-8500-dd9c0a42c0aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6454 | 2025.04.22 03:06:57.440302 [ 276 ] {7eefc907-0e1b-4b92-8500-dd9c0a42c0aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6455 | 2025.04.22 03:06:57.440843 [ 276 ] {7eefc907-0e1b-4b92-8500-dd9c0a42c0aa} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6456 | 2025.04.22 03:06:57.440882 [ 276 ] {7eefc907-0e1b-4b92-8500-dd9c0a42c0aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 6457 | 2025.04.22 03:06:57.441229 [ 276 ] {7eefc907-0e1b-4b92-8500-dd9c0a42c0aa} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6458 | 2025.04.22 03:06:57.441463 [ 276 ] {7eefc907-0e1b-4b92-8500-dd9c0a42c0aa} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6459 | 2025.04.22 03:06:57.441661 [ 276 ] {7eefc907-0e1b-4b92-8500-dd9c0a42c0aa} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001425 sec., 47719.29824561403 rows/sec., 3.73 MiB/sec. | ||
| 6460 | 2025.04.22 03:06:57.441710 [ 276 ] {7eefc907-0e1b-4b92-8500-dd9c0a42c0aa} <Debug> TCPHandler: Processed in 0.001606254 sec. | ||
| 6461 | 2025.04.22 03:06:57.441827 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6462 | 2025.04.22 03:06:57.441931 [ 276 ] {4ad4dc36-66ea-4058-af8d-88d90362d828} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6463 | 2025.04.22 03:06:57.441979 [ 276 ] {4ad4dc36-66ea-4058-af8d-88d90362d828} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6464 | 2025.04.22 03:06:57.442490 [ 276 ] {4ad4dc36-66ea-4058-af8d-88d90362d828} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6465 | 2025.04.22 03:06:57.442529 [ 276 ] {4ad4dc36-66ea-4058-af8d-88d90362d828} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 6466 | 2025.04.22 03:06:57.442908 [ 276 ] {4ad4dc36-66ea-4058-af8d-88d90362d828} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6467 | 2025.04.22 03:06:57.443166 [ 276 ] {4ad4dc36-66ea-4058-af8d-88d90362d828} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6468 | 2025.04.22 03:06:57.443367 [ 276 ] {4ad4dc36-66ea-4058-af8d-88d90362d828} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001457 sec., 109814.68771448181 rows/sec., 7.65 MiB/sec. | ||
| 6469 | 2025.04.22 03:06:57.443416 [ 276 ] {4ad4dc36-66ea-4058-af8d-88d90362d828} <Debug> TCPHandler: Processed in 0.001638974 sec. | ||
| 6470 | 2025.04.22 03:06:57.443537 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6471 | 2025.04.22 03:06:57.443647 [ 276 ] {497b43ab-35d8-4394-990a-266c3ab104cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6472 | 2025.04.22 03:06:57.443716 [ 276 ] {497b43ab-35d8-4394-990a-266c3ab104cc} <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 | ||
| 6473 | 2025.04.22 03:06:57.444743 [ 276 ] {497b43ab-35d8-4394-990a-266c3ab104cc} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6474 | 2025.04.22 03:06:57.444783 [ 276 ] {497b43ab-35d8-4394-990a-266c3ab104cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 6475 | 2025.04.22 03:06:57.445388 [ 276 ] {497b43ab-35d8-4394-990a-266c3ab104cc} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6476 | 2025.04.22 03:06:57.445653 [ 276 ] {497b43ab-35d8-4394-990a-266c3ab104cc} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6477 | 2025.04.22 03:06:57.445900 [ 276 ] {497b43ab-35d8-4394-990a-266c3ab104cc} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002272 sec., 1760.5633802816901 rows/sec., 3.15 MiB/sec. | ||
| 6478 | 2025.04.22 03:06:57.446209 [ 276 ] {497b43ab-35d8-4394-990a-266c3ab104cc} <Debug> TCPHandler: Processed in 0.002721433 sec. | ||
| 6479 | 2025.04.22 03:06:57.446345 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6480 | 2025.04.22 03:06:57.446451 [ 276 ] {9f815c13-01b8-4034-a440-b5ccf1520a4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6481 | 2025.04.22 03:06:57.446497 [ 276 ] {9f815c13-01b8-4034-a440-b5ccf1520a4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6482 | 2025.04.22 03:06:57.446936 [ 276 ] {9f815c13-01b8-4034-a440-b5ccf1520a4b} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6483 | 2025.04.22 03:06:57.446975 [ 276 ] {9f815c13-01b8-4034-a440-b5ccf1520a4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 6484 | 2025.04.22 03:06:57.447336 [ 276 ] {9f815c13-01b8-4034-a440-b5ccf1520a4b} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6485 | 2025.04.22 03:06:57.447594 [ 276 ] {9f815c13-01b8-4034-a440-b5ccf1520a4b} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6486 | 2025.04.22 03:06:57.447804 [ 276 ] {9f815c13-01b8-4034-a440-b5ccf1520a4b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001376 sec., 43604.651162790695 rows/sec., 2.94 MiB/sec. | ||
| 6487 | 2025.04.22 03:06:57.447853 [ 276 ] {9f815c13-01b8-4034-a440-b5ccf1520a4b} <Debug> TCPHandler: Processed in 0.001556972 sec. | ||
| 6488 | 2025.04.22 03:06:58.178335 [ 148 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6489 | 2025.04.22 03:06:58.178386 [ 148 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6490 | 2025.04.22 03:06:58.297051 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14701 | ||
| 6491 | 2025.04.22 03:06:58.297814 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6492 | 2025.04.22 03:06:58.297873 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 6493 | 2025.04.22 03:06:58.298432 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6494 | 2025.04.22 03:06:58.298692 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6495 | 2025.04.22 03:06:58.298990 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 | ||
| 6496 | 2025.04.22 03:06:58.357048 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 912 | ||
| 6497 | 2025.04.22 03:06:58.360232 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6498 | 2025.04.22 03:06:58.360290 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 6499 | 2025.04.22 03:06:58.361786 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6500 | 2025.04.22 03:06:58.362130 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6501 | 2025.04.22 03:06:58.362762 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 912 | ||
| 6502 | 2025.04.22 03:06:59.001631 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001129901 sec. | ||
| 6503 | 2025.04.22 03:06:59.271649 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242 | ||
| 6504 | 2025.04.22 03:06:59.290336 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6505 | 2025.04.22 03:06:59.290390 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 6506 | 2025.04.22 03:06:59.297870 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6507 | 2025.04.22 03:06:59.298669 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6508 | 2025.04.22 03:06:59.301296 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242 | ||
| 6509 | 2025.04.22 03:07:02.443352 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6510 | 2025.04.22 03:07:02.443682 [ 276 ] {674560b1-3ce2-4252-8e32-776d578d24f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6511 | 2025.04.22 03:07:02.443803 [ 276 ] {674560b1-3ce2-4252-8e32-776d578d24f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6512 | 2025.04.22 03:07:02.444768 [ 276 ] {674560b1-3ce2-4252-8e32-776d578d24f1} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6513 | 2025.04.22 03:07:02.444820 [ 276 ] {674560b1-3ce2-4252-8e32-776d578d24f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 6514 | 2025.04.22 03:07:02.445294 [ 276 ] {674560b1-3ce2-4252-8e32-776d578d24f1} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 6515 | 2025.04.22 03:07:02.445553 [ 276 ] {674560b1-3ce2-4252-8e32-776d578d24f1} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6516 | 2025.04.22 03:07:02.445839 [ 276 ] {674560b1-3ce2-4252-8e32-776d578d24f1} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00223 sec., 95067.26457399102 rows/sec., 6.05 MiB/sec. | ||
| 6517 | 2025.04.22 03:07:02.446108 [ 276 ] {674560b1-3ce2-4252-8e32-776d578d24f1} <Debug> TCPHandler: Processed in 0.002940039 sec. | ||
| 6518 | 2025.04.22 03:07:02.446272 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6519 | 2025.04.22 03:07:02.446382 [ 276 ] {c47e8d5c-3a25-43c8-a618-32568ad029a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6520 | 2025.04.22 03:07:02.446432 [ 276 ] {c47e8d5c-3a25-43c8-a618-32568ad029a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6521 | 2025.04.22 03:07:02.447240 [ 276 ] {c47e8d5c-3a25-43c8-a618-32568ad029a2} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6522 | 2025.04.22 03:07:02.447282 [ 276 ] {c47e8d5c-3a25-43c8-a618-32568ad029a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 6523 | 2025.04.22 03:07:02.447710 [ 276 ] {c47e8d5c-3a25-43c8-a618-32568ad029a2} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6524 | 2025.04.22 03:07:02.447989 [ 276 ] {c47e8d5c-3a25-43c8-a618-32568ad029a2} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6525 | 2025.04.22 03:07:02.448161 [ 140 ] {} <Debug> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6526 | 2025.04.22 03:07:02.448228 [ 276 ] {c47e8d5c-3a25-43c8-a618-32568ad029a2} <Debug> executeQuery: Read 689 rows, 56.23 KiB in 0.001872 sec., 368055.55555555556 rows/sec., 29.33 MiB/sec. | ||
| 6527 | 2025.04.22 03:07:02.448249 [ 140 ] {} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6528 | 2025.04.22 03:07:02.448325 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 6529 | 2025.04.22 03:07:02.448369 [ 276 ] {c47e8d5c-3a25-43c8-a618-32568ad029a2} <Debug> TCPHandler: Processed in 0.002148367 sec. | ||
| 6530 | 2025.04.22 03:07:02.448575 [ 200 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::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 | ||
| 6531 | 2025.04.22 03:07:02.448587 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6532 | 2025.04.22 03:07:02.448841 [ 276 ] {ee12136a-5959-4f79-a9e8-b178e74742dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6533 | 2025.04.22 03:07:02.448863 [ 200 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6534 | 2025.04.22 03:07:02.448926 [ 276 ] {ee12136a-5959-4f79-a9e8-b178e74742dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6535 | 2025.04.22 03:07:02.448951 [ 200 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1846 rows starting from the beginning of the part | ||
| 6536 | 2025.04.22 03:07:02.449285 [ 200 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 689 rows starting from the beginning of the part | ||
| 6537 | 2025.04.22 03:07:02.449620 [ 200 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 64 rows starting from the beginning of the part | ||
| 6538 | 2025.04.22 03:07:02.449959 [ 200 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 690 rows starting from the beginning of the part | ||
| 6539 | 2025.04.22 03:07:02.450348 [ 200 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::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 | ||
| 6540 | 2025.04.22 03:07:02.450663 [ 200 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 689 rows starting from the beginning of the part | ||
| 6541 | 2025.04.22 03:07:02.452068 [ 276 ] {ee12136a-5959-4f79-a9e8-b178e74742dd} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6542 | 2025.04.22 03:07:02.452126 [ 276 ] {ee12136a-5959-4f79-a9e8-b178e74742dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 6543 | 2025.04.22 03:07:02.453200 [ 276 ] {ee12136a-5959-4f79-a9e8-b178e74742dd} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6544 | 2025.04.22 03:07:02.453644 [ 276 ] {ee12136a-5959-4f79-a9e8-b178e74742dd} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6545 | 2025.04.22 03:07:02.453932 [ 276 ] {ee12136a-5959-4f79-a9e8-b178e74742dd} <Debug> executeQuery: Read 142 rows, 9.09 KiB in 0.005172 sec., 27455.52977571539 rows/sec., 1.72 MiB/sec. | ||
| 6546 | 2025.04.22 03:07:02.454005 [ 276 ] {ee12136a-5959-4f79-a9e8-b178e74742dd} <Debug> TCPHandler: Processed in 0.005497917 sec. | ||
| 6547 | 2025.04.22 03:07:02.454142 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6548 | 2025.04.22 03:07:02.454389 [ 276 ] {8b545623-c158-4bd6-a868-e06b254cde44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6549 | 2025.04.22 03:07:02.454528 [ 276 ] {8b545623-c158-4bd6-a868-e06b254cde44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6550 | 2025.04.22 03:07:02.454650 [ 200 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4042 rows, containing 5 columns (5 merged, 0 gathered) in 0.006218256 sec., 650021.4851238031 rows/sec., 54.83 MiB/sec. | ||
| 6551 | 2025.04.22 03:07:02.455068 [ 193 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6552 | 2025.04.22 03:07:02.455642 [ 276 ] {8b545623-c158-4bd6-a868-e06b254cde44} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6553 | 2025.04.22 03:07:02.455720 [ 276 ] {8b545623-c158-4bd6-a868-e06b254cde44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 6554 | 2025.04.22 03:07:02.455762 [ 193 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_51_10} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6555 | 2025.04.22 03:07:02.455980 [ 193 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_51_10} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6556 | 2025.04.22 03:07:02.456170 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.88 MiB. | ||
| 6557 | 2025.04.22 03:07:02.456378 [ 276 ] {8b545623-c158-4bd6-a868-e06b254cde44} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6558 | 2025.04.22 03:07:02.456639 [ 276 ] {8b545623-c158-4bd6-a868-e06b254cde44} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6559 | 2025.04.22 03:07:02.456900 [ 276 ] {8b545623-c158-4bd6-a868-e06b254cde44} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002594 sec., 43562.06630686199 rows/sec., 2.82 MiB/sec. | ||
| 6560 | 2025.04.22 03:07:02.457108 [ 276 ] {8b545623-c158-4bd6-a868-e06b254cde44} <Debug> TCPHandler: Processed in 0.003016031 sec. | ||
| 6561 | 2025.04.22 03:07:02.457294 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6562 | 2025.04.22 03:07:02.457400 [ 276 ] {550489bb-2271-4e2c-893a-667bd0c61c8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6563 | 2025.04.22 03:07:02.457448 [ 276 ] {550489bb-2271-4e2c-893a-667bd0c61c8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6564 | 2025.04.22 03:07:02.458032 [ 276 ] {550489bb-2271-4e2c-893a-667bd0c61c8e} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6565 | 2025.04.22 03:07:02.458073 [ 276 ] {550489bb-2271-4e2c-893a-667bd0c61c8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 6566 | 2025.04.22 03:07:02.458453 [ 276 ] {550489bb-2271-4e2c-893a-667bd0c61c8e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 6567 | 2025.04.22 03:07:02.458729 [ 276 ] {550489bb-2271-4e2c-893a-667bd0c61c8e} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6568 | 2025.04.22 03:07:02.458932 [ 276 ] {550489bb-2271-4e2c-893a-667bd0c61c8e} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001554 sec., 72072.07207207207 rows/sec., 4.11 MiB/sec. | ||
| 6569 | 2025.04.22 03:07:02.458989 [ 276 ] {550489bb-2271-4e2c-893a-667bd0c61c8e} <Debug> TCPHandler: Processed in 0.001753038 sec. | ||
| 6570 | 2025.04.22 03:07:02.459110 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6571 | 2025.04.22 03:07:02.459214 [ 276 ] {1a5998f7-01f3-456a-a24f-2982a1105e3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6572 | 2025.04.22 03:07:02.459261 [ 276 ] {1a5998f7-01f3-456a-a24f-2982a1105e3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6573 | 2025.04.22 03:07:02.459910 [ 276 ] {1a5998f7-01f3-456a-a24f-2982a1105e3b} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6574 | 2025.04.22 03:07:02.459953 [ 276 ] {1a5998f7-01f3-456a-a24f-2982a1105e3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 6575 | 2025.04.22 03:07:02.460348 [ 276 ] {1a5998f7-01f3-456a-a24f-2982a1105e3b} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6576 | 2025.04.22 03:07:02.460606 [ 276 ] {1a5998f7-01f3-456a-a24f-2982a1105e3b} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6577 | 2025.04.22 03:07:02.460779 [ 140 ] {} <Debug> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6578 | 2025.04.22 03:07:02.460833 [ 276 ] {1a5998f7-01f3-456a-a24f-2982a1105e3b} <Debug> executeQuery: Read 418 rows, 30.47 KiB in 0.001634 sec., 255813.9534883721 rows/sec., 18.21 MiB/sec. | ||
| 6579 | 2025.04.22 03:07:02.460839 [ 140 ] {} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6580 | 2025.04.22 03:07:02.460924 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 6581 | 2025.04.22 03:07:02.460967 [ 276 ] {1a5998f7-01f3-456a-a24f-2982a1105e3b} <Debug> TCPHandler: Processed in 0.001904011 sec. | ||
| 6582 | 2025.04.22 03:07:02.461234 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6583 | 2025.04.22 03:07:02.461238 [ 187 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::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 | ||
| 6584 | 2025.04.22 03:07:02.461586 [ 276 ] {4a0212d8-bb5c-4e79-98e9-14e6d6fa7b5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6585 | 2025.04.22 03:07:02.461774 [ 276 ] {4a0212d8-bb5c-4e79-98e9-14e6d6fa7b5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6586 | 2025.04.22 03:07:02.461780 [ 187 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6587 | 2025.04.22 03:07:02.461928 [ 187 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 914 rows starting from the beginning of the part | ||
| 6588 | 2025.04.22 03:07:02.462588 [ 187 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 418 rows starting from the beginning of the part | ||
| 6589 | 2025.04.22 03:07:02.463060 [ 187 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 68 rows starting from the beginning of the part | ||
| 6590 | 2025.04.22 03:07:02.463525 [ 187 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 420 rows starting from the beginning of the part | ||
| 6591 | 2025.04.22 03:07:02.463876 [ 187 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 68 rows starting from the beginning of the part | ||
| 6592 | 2025.04.22 03:07:02.464178 [ 187 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 418 rows starting from the beginning of the part | ||
| 6593 | 2025.04.22 03:07:02.465022 [ 276 ] {4a0212d8-bb5c-4e79-98e9-14e6d6fa7b5d} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6594 | 2025.04.22 03:07:02.465071 [ 276 ] {4a0212d8-bb5c-4e79-98e9-14e6d6fa7b5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 6595 | 2025.04.22 03:07:02.465599 [ 276 ] {4a0212d8-bb5c-4e79-98e9-14e6d6fa7b5d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 6596 | 2025.04.22 03:07:02.465914 [ 276 ] {4a0212d8-bb5c-4e79-98e9-14e6d6fa7b5d} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6597 | 2025.04.22 03:07:02.466173 [ 276 ] {4a0212d8-bb5c-4e79-98e9-14e6d6fa7b5d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004738 sec., 1266.357112705783 rows/sec., 66.16 KiB/sec. | ||
| 6598 | 2025.04.22 03:07:02.466551 [ 276 ] {4a0212d8-bb5c-4e79-98e9-14e6d6fa7b5d} <Debug> TCPHandler: Processed in 0.005404115 sec. | ||
| 6599 | 2025.04.22 03:07:02.466969 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6600 | 2025.04.22 03:07:02.467071 [ 197 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2306 rows, containing 5 columns (5 merged, 0 gathered) in 0.006043852 sec., 381544.7499376226 rows/sec., 28.99 MiB/sec. | ||
| 6601 | 2025.04.22 03:07:02.467133 [ 276 ] {bb8f5aea-c273-4543-89d9-8b7a307b6111} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6602 | 2025.04.22 03:07:02.467202 [ 276 ] {bb8f5aea-c273-4543-89d9-8b7a307b6111} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6603 | 2025.04.22 03:07:02.467390 [ 197 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6604 | 2025.04.22 03:07:02.468101 [ 197 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_51_10} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6605 | 2025.04.22 03:07:02.468315 [ 197 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_51_10} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6606 | 2025.04.22 03:07:02.468451 [ 276 ] {bb8f5aea-c273-4543-89d9-8b7a307b6111} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6607 | 2025.04.22 03:07:02.468461 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 6608 | 2025.04.22 03:07:02.468516 [ 276 ] {bb8f5aea-c273-4543-89d9-8b7a307b6111} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 6609 | 2025.04.22 03:07:02.468954 [ 276 ] {bb8f5aea-c273-4543-89d9-8b7a307b6111} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6610 | 2025.04.22 03:07:02.469229 [ 276 ] {bb8f5aea-c273-4543-89d9-8b7a307b6111} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6611 | 2025.04.22 03:07:02.469409 [ 140 ] {} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6612 | 2025.04.22 03:07:02.469459 [ 276 ] {bb8f5aea-c273-4543-89d9-8b7a307b6111} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002359 sec., 100466.29927935566 rows/sec., 6.73 MiB/sec. | ||
| 6613 | 2025.04.22 03:07:02.469467 [ 140 ] {} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6614 | 2025.04.22 03:07:02.469553 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 6615 | 2025.04.22 03:07:02.469600 [ 276 ] {bb8f5aea-c273-4543-89d9-8b7a307b6111} <Debug> TCPHandler: Processed in 0.002763784 sec. | ||
| 6616 | 2025.04.22 03:07:02.469858 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::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 | ||
| 6617 | 2025.04.22 03:07:02.469871 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6618 | 2025.04.22 03:07:02.470246 [ 276 ] {e35025a4-ca21-48c7-a33f-a2db025a5720} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6619 | 2025.04.22 03:07:02.470344 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6620 | 2025.04.22 03:07:02.470431 [ 276 ] {e35025a4-ca21-48c7-a33f-a2db025a5720} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6621 | 2025.04.22 03:07:02.470472 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 14318 rows starting from the beginning of the part | ||
| 6622 | 2025.04.22 03:07:02.470930 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 237 rows starting from the beginning of the part | ||
| 6623 | 2025.04.22 03:07:02.471450 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part | ||
| 6624 | 2025.04.22 03:07:02.471910 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 238 rows starting from the beginning of the part | ||
| 6625 | 2025.04.22 03:07:02.472450 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 160 rows starting from the beginning of the part | ||
| 6626 | 2025.04.22 03:07:02.472706 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::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 | ||
| 6627 | 2025.04.22 03:07:02.473408 [ 276 ] {e35025a4-ca21-48c7-a33f-a2db025a5720} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6628 | 2025.04.22 03:07:02.473454 [ 276 ] {e35025a4-ca21-48c7-a33f-a2db025a5720} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 6629 | 2025.04.22 03:07:02.473891 [ 276 ] {e35025a4-ca21-48c7-a33f-a2db025a5720} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 6630 | 2025.04.22 03:07:02.474166 [ 276 ] {e35025a4-ca21-48c7-a33f-a2db025a5720} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6631 | 2025.04.22 03:07:02.474337 [ 139 ] {} <Debug> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
| 6632 | 2025.04.22 03:07:02.474429 [ 139 ] {} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6633 | 2025.04.22 03:07:02.474455 [ 276 ] {e35025a4-ca21-48c7-a33f-a2db025a5720} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004352 sec., 229.77941176470588 rows/sec., 15.48 KiB/sec. | ||
| 6634 | 2025.04.22 03:07:02.474483 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 6635 | 2025.04.22 03:07:02.474823 [ 276 ] {e35025a4-ca21-48c7-a33f-a2db025a5720} <Debug> TCPHandler: Processed in 0.005024745 sec. | ||
| 6636 | 2025.04.22 03:07:02.475264 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6637 | 2025.04.22 03:07:02.475670 [ 276 ] {26692ffa-010e-4722-9699-4c9a5023273c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6638 | 2025.04.22 03:07:02.475758 [ 197 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full | ||
| 6639 | 2025.04.22 03:07:02.475960 [ 276 ] {26692ffa-010e-4722-9699-4c9a5023273c} <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 | ||
| 6640 | 2025.04.22 03:07:02.476466 [ 197 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6641 | 2025.04.22 03:07:02.476572 [ 197 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 10 rows starting from the beginning of the part | ||
| 6642 | 2025.04.22 03:07:02.477274 [ 197 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
| 6643 | 2025.04.22 03:07:02.477828 [ 197 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
| 6644 | 2025.04.22 03:07:02.478284 [ 197 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part | ||
| 6645 | 2025.04.22 03:07:02.478659 [ 197 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
| 6646 | 2025.04.22 03:07:02.479411 [ 197 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
| 6647 | 2025.04.22 03:07:02.480031 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15350 rows, containing 5 columns (5 merged, 0 gathered) in 0.010367317 sec., 1480614.511932065 rows/sec., 100.19 MiB/sec. | ||
| 6648 | 2025.04.22 03:07:02.480646 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6649 | 2025.04.22 03:07:02.481628 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6650 | 2025.04.22 03:07:02.481953 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6651 | 2025.04.22 03:07:02.482237 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.79 MiB. | ||
| 6652 | 2025.04.22 03:07:02.483521 [ 276 ] {26692ffa-010e-4722-9699-4c9a5023273c} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6653 | 2025.04.22 03:07:02.483597 [ 276 ] {26692ffa-010e-4722-9699-4c9a5023273c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 6654 | 2025.04.22 03:07:02.484411 [ 197 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15 rows, containing 4 columns (4 merged, 0 gathered) in 0.009765361 sec., 1536.041524732163 rows/sec., 103.50 KiB/sec. | ||
| 6655 | 2025.04.22 03:07:02.484602 [ 197 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 6656 | 2025.04.22 03:07:02.485220 [ 197 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_15_3} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6657 | 2025.04.22 03:07:02.485421 [ 197 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_15_3} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
| 6658 | 2025.04.22 03:07:02.485549 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 6659 | 2025.04.22 03:07:02.485554 [ 276 ] {26692ffa-010e-4722-9699-4c9a5023273c} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6660 | 2025.04.22 03:07:02.485884 [ 276 ] {26692ffa-010e-4722-9699-4c9a5023273c} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6661 | 2025.04.22 03:07:02.486090 [ 276 ] {26692ffa-010e-4722-9699-4c9a5023273c} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.010573 sec., 3404.899271729878 rows/sec., 6.10 MiB/sec. | ||
| 6662 | 2025.04.22 03:07:02.486222 [ 276 ] {26692ffa-010e-4722-9699-4c9a5023273c} <Debug> TCPHandler: Processed in 0.011111327 sec. | ||
| 6663 | 2025.04.22 03:07:02.486354 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6664 | 2025.04.22 03:07:02.486466 [ 276 ] {0983b12d-3abb-4137-b6d8-c5791d170b79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6665 | 2025.04.22 03:07:02.486515 [ 276 ] {0983b12d-3abb-4137-b6d8-c5791d170b79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6666 | 2025.04.22 03:07:02.486949 [ 276 ] {0983b12d-3abb-4137-b6d8-c5791d170b79} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6667 | 2025.04.22 03:07:02.486989 [ 276 ] {0983b12d-3abb-4137-b6d8-c5791d170b79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 6668 | 2025.04.22 03:07:02.487364 [ 276 ] {0983b12d-3abb-4137-b6d8-c5791d170b79} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6669 | 2025.04.22 03:07:02.487610 [ 276 ] {0983b12d-3abb-4137-b6d8-c5791d170b79} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6670 | 2025.04.22 03:07:02.487737 [ 139 ] {} <Debug> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6671 | 2025.04.22 03:07:02.487777 [ 139 ] {} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6672 | 2025.04.22 03:07:02.487788 [ 276 ] {0983b12d-3abb-4137-b6d8-c5791d170b79} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001344 sec., 61011.90476190476 rows/sec., 3.88 MiB/sec. | ||
| 6673 | 2025.04.22 03:07:02.487799 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 6674 | 2025.04.22 03:07:02.487909 [ 276 ] {0983b12d-3abb-4137-b6d8-c5791d170b79} <Debug> TCPHandler: Processed in 0.001605903 sec. | ||
| 6675 | 2025.04.22 03:07:02.488131 [ 189 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::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 | ||
| 6676 | 2025.04.22 03:07:02.488363 [ 189 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6677 | 2025.04.22 03:07:02.488398 [ 189 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2532 rows starting from the beginning of the part | ||
| 6678 | 2025.04.22 03:07:02.488457 [ 189 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 82 rows starting from the beginning of the part | ||
| 6679 | 2025.04.22 03:07:02.488689 [ 189 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part | ||
| 6680 | 2025.04.22 03:07:02.488861 [ 189 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 82 rows starting from the beginning of the part | ||
| 6681 | 2025.04.22 03:07:02.489011 [ 189 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part | ||
| 6682 | 2025.04.22 03:07:02.489200 [ 189 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::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 | ||
| 6683 | 2025.04.22 03:07:02.490798 [ 191 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2898 rows, containing 4 columns (4 merged, 0 gathered) in 0.002899567 sec., 999459.5744812932 rows/sec., 65.81 MiB/sec. | ||
| 6684 | 2025.04.22 03:07:02.491041 [ 189 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6685 | 2025.04.22 03:07:02.491326 [ 189 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_51_10} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6686 | 2025.04.22 03:07:02.491405 [ 189 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_51_10} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6687 | 2025.04.22 03:07:02.491474 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. | ||
| 6688 | 2025.04.22 03:07:05.674509 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6689 | 2025.04.22 03:07:05.674714 [ 276 ] {00629db0-d318-42f0-af34-29e6641b012c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6690 | 2025.04.22 03:07:05.674789 [ 276 ] {00629db0-d318-42f0-af34-29e6641b012c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6691 | 2025.04.22 03:07:05.675525 [ 276 ] {00629db0-d318-42f0-af34-29e6641b012c} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6692 | 2025.04.22 03:07:05.675572 [ 276 ] {00629db0-d318-42f0-af34-29e6641b012c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 6693 | 2025.04.22 03:07:05.676005 [ 276 ] {00629db0-d318-42f0-af34-29e6641b012c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 6694 | 2025.04.22 03:07:05.676292 [ 276 ] {00629db0-d318-42f0-af34-29e6641b012c} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6695 | 2025.04.22 03:07:05.676554 [ 276 ] {00629db0-d318-42f0-af34-29e6641b012c} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001881 sec., 2126.528442317916 rows/sec., 173.40 KiB/sec. | ||
| 6696 | 2025.04.22 03:07:05.676774 [ 276 ] {00629db0-d318-42f0-af34-29e6641b012c} <Debug> TCPHandler: Processed in 0.002388824 sec. | ||
| 6697 | 2025.04.22 03:07:05.676928 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6698 | 2025.04.22 03:07:05.677037 [ 276 ] {6ffb32d1-5896-4738-a63d-6d2e043c076c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6699 | 2025.04.22 03:07:05.677086 [ 276 ] {6ffb32d1-5896-4738-a63d-6d2e043c076c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6700 | 2025.04.22 03:07:05.678215 [ 276 ] {6ffb32d1-5896-4738-a63d-6d2e043c076c} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6701 | 2025.04.22 03:07:05.678257 [ 276 ] {6ffb32d1-5896-4738-a63d-6d2e043c076c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 6702 | 2025.04.22 03:07:05.678699 [ 276 ] {6ffb32d1-5896-4738-a63d-6d2e043c076c} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6703 | 2025.04.22 03:07:05.678939 [ 276 ] {6ffb32d1-5896-4738-a63d-6d2e043c076c} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6704 | 2025.04.22 03:07:05.679153 [ 276 ] {6ffb32d1-5896-4738-a63d-6d2e043c076c} <Debug> executeQuery: Read 1206 rows, 101.90 KiB in 0.002142 sec., 563025.2100840337 rows/sec., 46.46 MiB/sec. | ||
| 6705 | 2025.04.22 03:07:05.679212 [ 276 ] {6ffb32d1-5896-4738-a63d-6d2e043c076c} <Debug> TCPHandler: Processed in 0.002337333 sec. | ||
| 6706 | 2025.04.22 03:07:05.679367 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6707 | 2025.04.22 03:07:05.679476 [ 276 ] {e8c91a6d-7e90-475e-83c9-6ecbdd3d4ec3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6708 | 2025.04.22 03:07:05.679522 [ 276 ] {e8c91a6d-7e90-475e-83c9-6ecbdd3d4ec3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6709 | 2025.04.22 03:07:05.680090 [ 276 ] {e8c91a6d-7e90-475e-83c9-6ecbdd3d4ec3} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6710 | 2025.04.22 03:07:05.680140 [ 276 ] {e8c91a6d-7e90-475e-83c9-6ecbdd3d4ec3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 6711 | 2025.04.22 03:07:05.680539 [ 276 ] {e8c91a6d-7e90-475e-83c9-6ecbdd3d4ec3} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6712 | 2025.04.22 03:07:05.680792 [ 276 ] {e8c91a6d-7e90-475e-83c9-6ecbdd3d4ec3} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6713 | 2025.04.22 03:07:05.681006 [ 276 ] {e8c91a6d-7e90-475e-83c9-6ecbdd3d4ec3} <Debug> executeQuery: Read 8 rows, 594.00 B in 0.001551 sec., 5157.962604771115 rows/sec., 374.00 KiB/sec. | ||
| 6714 | 2025.04.22 03:07:05.681058 [ 276 ] {e8c91a6d-7e90-475e-83c9-6ecbdd3d4ec3} <Debug> TCPHandler: Processed in 0.001758477 sec. | ||
| 6715 | 2025.04.22 03:07:05.681170 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6716 | 2025.04.22 03:07:05.681275 [ 276 ] {f4868c7c-5236-4994-baa4-0b2aefa31678} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6717 | 2025.04.22 03:07:05.681320 [ 276 ] {f4868c7c-5236-4994-baa4-0b2aefa31678} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6718 | 2025.04.22 03:07:05.681918 [ 276 ] {f4868c7c-5236-4994-baa4-0b2aefa31678} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6719 | 2025.04.22 03:07:05.681959 [ 276 ] {f4868c7c-5236-4994-baa4-0b2aefa31678} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 6720 | 2025.04.22 03:07:05.682357 [ 276 ] {f4868c7c-5236-4994-baa4-0b2aefa31678} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6721 | 2025.04.22 03:07:05.682602 [ 276 ] {f4868c7c-5236-4994-baa4-0b2aefa31678} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6722 | 2025.04.22 03:07:05.682846 [ 276 ] {f4868c7c-5236-4994-baa4-0b2aefa31678} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001583 sec., 144030.32217308908 rows/sec., 9.75 MiB/sec. | ||
| 6723 | 2025.04.22 03:07:05.682942 [ 276 ] {f4868c7c-5236-4994-baa4-0b2aefa31678} <Debug> TCPHandler: Processed in 0.001816598 sec. | ||
| 6724 | 2025.04.22 03:07:05.683174 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6725 | 2025.04.22 03:07:05.683281 [ 276 ] {a7c2c68d-dbab-45e1-bafc-8c5f9f969c41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6726 | 2025.04.22 03:07:05.683328 [ 276 ] {a7c2c68d-dbab-45e1-bafc-8c5f9f969c41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6727 | 2025.04.22 03:07:05.684060 [ 276 ] {a7c2c68d-dbab-45e1-bafc-8c5f9f969c41} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6728 | 2025.04.22 03:07:05.684100 [ 276 ] {a7c2c68d-dbab-45e1-bafc-8c5f9f969c41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 6729 | 2025.04.22 03:07:05.684491 [ 276 ] {a7c2c68d-dbab-45e1-bafc-8c5f9f969c41} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6730 | 2025.04.22 03:07:05.684730 [ 276 ] {a7c2c68d-dbab-45e1-bafc-8c5f9f969c41} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6731 | 2025.04.22 03:07:05.684923 [ 276 ] {a7c2c68d-dbab-45e1-bafc-8c5f9f969c41} <Debug> executeQuery: Read 528 rows, 40.05 KiB in 0.001664 sec., 317307.6923076923 rows/sec., 23.50 MiB/sec. | ||
| 6732 | 2025.04.22 03:07:05.684976 [ 276 ] {a7c2c68d-dbab-45e1-bafc-8c5f9f969c41} <Debug> TCPHandler: Processed in 0.001880881 sec. | ||
| 6733 | 2025.04.22 03:07:05.685090 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6734 | 2025.04.22 03:07:05.685194 [ 276 ] {ab039044-adca-4c13-9a40-bc96cc9d7414} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6735 | 2025.04.22 03:07:05.685245 [ 276 ] {ab039044-adca-4c13-9a40-bc96cc9d7414} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6736 | 2025.04.22 03:07:05.686006 [ 276 ] {ab039044-adca-4c13-9a40-bc96cc9d7414} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6737 | 2025.04.22 03:07:05.686046 [ 276 ] {ab039044-adca-4c13-9a40-bc96cc9d7414} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 6738 | 2025.04.22 03:07:05.686498 [ 276 ] {ab039044-adca-4c13-9a40-bc96cc9d7414} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6739 | 2025.04.22 03:07:05.686752 [ 276 ] {ab039044-adca-4c13-9a40-bc96cc9d7414} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6740 | 2025.04.22 03:07:05.686961 [ 276 ] {ab039044-adca-4c13-9a40-bc96cc9d7414} <Debug> executeQuery: Read 956 rows, 65.68 KiB in 0.001788 sec., 534675.6152125279 rows/sec., 35.87 MiB/sec. | ||
| 6741 | 2025.04.22 03:07:05.687015 [ 276 ] {ab039044-adca-4c13-9a40-bc96cc9d7414} <Debug> TCPHandler: Processed in 0.001975603 sec. | ||
| 6742 | 2025.04.22 03:07:05.687167 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6743 | 2025.04.22 03:07:05.687271 [ 276 ] {ac2d4fbd-3168-4bb5-bfd4-a4f873e911cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6744 | 2025.04.22 03:07:05.687338 [ 276 ] {ac2d4fbd-3168-4bb5-bfd4-a4f873e911cf} <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 | ||
| 6745 | 2025.04.22 03:07:05.688371 [ 276 ] {ac2d4fbd-3168-4bb5-bfd4-a4f873e911cf} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6746 | 2025.04.22 03:07:05.688410 [ 276 ] {ac2d4fbd-3168-4bb5-bfd4-a4f873e911cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 6747 | 2025.04.22 03:07:05.689034 [ 276 ] {ac2d4fbd-3168-4bb5-bfd4-a4f873e911cf} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6748 | 2025.04.22 03:07:05.689306 [ 276 ] {ac2d4fbd-3168-4bb5-bfd4-a4f873e911cf} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6749 | 2025.04.22 03:07:05.689544 [ 276 ] {ac2d4fbd-3168-4bb5-bfd4-a4f873e911cf} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002294 sec., 1743.6791630340017 rows/sec., 3.12 MiB/sec. | ||
| 6750 | 2025.04.22 03:07:05.689643 [ 276 ] {ac2d4fbd-3168-4bb5-bfd4-a4f873e911cf} <Debug> TCPHandler: Processed in 0.002535657 sec. | ||
| 6751 | 2025.04.22 03:07:05.689751 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6752 | 2025.04.22 03:07:05.689859 [ 276 ] {dc9611da-08d9-488c-a37a-525cd1b785ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6753 | 2025.04.22 03:07:05.689906 [ 276 ] {dc9611da-08d9-488c-a37a-525cd1b785ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6754 | 2025.04.22 03:07:05.690326 [ 276 ] {dc9611da-08d9-488c-a37a-525cd1b785ec} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6755 | 2025.04.22 03:07:05.690366 [ 276 ] {dc9611da-08d9-488c-a37a-525cd1b785ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 6756 | 2025.04.22 03:07:05.690729 [ 276 ] {dc9611da-08d9-488c-a37a-525cd1b785ec} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6757 | 2025.04.22 03:07:05.690974 [ 276 ] {dc9611da-08d9-488c-a37a-525cd1b785ec} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6758 | 2025.04.22 03:07:05.691199 [ 276 ] {dc9611da-08d9-488c-a37a-525cd1b785ec} <Debug> executeQuery: Read 42 rows, 2.89 KiB in 0.00135 sec., 31111.11111111111 rows/sec., 2.09 MiB/sec. | ||
| 6759 | 2025.04.22 03:07:05.691252 [ 276 ] {dc9611da-08d9-488c-a37a-525cd1b785ec} <Debug> TCPHandler: Processed in 0.001551452 sec. | ||
| 6760 | 2025.04.22 03:07:05.799097 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15128 | ||
| 6761 | 2025.04.22 03:07:05.799580 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6762 | 2025.04.22 03:07:05.799618 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 6763 | 2025.04.22 03:07:05.800062 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6764 | 2025.04.22 03:07:05.800301 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6765 | 2025.04.22 03:07:05.800514 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15128 | ||
| 6766 | 2025.04.22 03:07:06.801363 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249 | ||
| 6767 | 2025.04.22 03:07:06.820668 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6768 | 2025.04.22 03:07:06.820729 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 6769 | 2025.04.22 03:07:06.828229 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6770 | 2025.04.22 03:07:06.828997 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6771 | 2025.04.22 03:07:06.832209 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249 | ||
| 6772 | 2025.04.22 03:07:07.430601 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6773 | 2025.04.22 03:07:07.430789 [ 276 ] {cfdaa697-39df-4415-8630-f2b307b64320} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6774 | 2025.04.22 03:07:07.430863 [ 276 ] {cfdaa697-39df-4415-8630-f2b307b64320} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6775 | 2025.04.22 03:07:07.431643 [ 276 ] {cfdaa697-39df-4415-8630-f2b307b64320} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6776 | 2025.04.22 03:07:07.431695 [ 276 ] {cfdaa697-39df-4415-8630-f2b307b64320} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 6777 | 2025.04.22 03:07:07.432154 [ 276 ] {cfdaa697-39df-4415-8630-f2b307b64320} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6778 | 2025.04.22 03:07:07.432420 [ 276 ] {cfdaa697-39df-4415-8630-f2b307b64320} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6779 | 2025.04.22 03:07:07.432656 [ 276 ] {cfdaa697-39df-4415-8630-f2b307b64320} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001917 sec., 29212.310902451747 rows/sec., 2.24 MiB/sec. | ||
| 6780 | 2025.04.22 03:07:07.432721 [ 276 ] {cfdaa697-39df-4415-8630-f2b307b64320} <Debug> TCPHandler: Processed in 0.00225117 sec. | ||
| 6781 | 2025.04.22 03:07:07.432853 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6782 | 2025.04.22 03:07:07.432967 [ 276 ] {db202fa1-9d69-42a4-81bf-b9834b3377aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6783 | 2025.04.22 03:07:07.433018 [ 276 ] {db202fa1-9d69-42a4-81bf-b9834b3377aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6784 | 2025.04.22 03:07:07.433593 [ 276 ] {db202fa1-9d69-42a4-81bf-b9834b3377aa} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6785 | 2025.04.22 03:07:07.433635 [ 276 ] {db202fa1-9d69-42a4-81bf-b9834b3377aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 6786 | 2025.04.22 03:07:07.434019 [ 276 ] {db202fa1-9d69-42a4-81bf-b9834b3377aa} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6787 | 2025.04.22 03:07:07.434293 [ 276 ] {db202fa1-9d69-42a4-81bf-b9834b3377aa} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6788 | 2025.04.22 03:07:07.434507 [ 276 ] {db202fa1-9d69-42a4-81bf-b9834b3377aa} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001565 sec., 40894.568690095846 rows/sec., 3.19 MiB/sec. | ||
| 6789 | 2025.04.22 03:07:07.434560 [ 276 ] {db202fa1-9d69-42a4-81bf-b9834b3377aa} <Debug> TCPHandler: Processed in 0.001761627 sec. | ||
| 6790 | 2025.04.22 03:07:07.434683 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6791 | 2025.04.22 03:07:07.434792 [ 276 ] {eb1711b4-7b59-4a6d-b446-6b6c89976304} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6792 | 2025.04.22 03:07:07.434843 [ 276 ] {eb1711b4-7b59-4a6d-b446-6b6c89976304} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6793 | 2025.04.22 03:07:07.435330 [ 276 ] {eb1711b4-7b59-4a6d-b446-6b6c89976304} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6794 | 2025.04.22 03:07:07.435371 [ 276 ] {eb1711b4-7b59-4a6d-b446-6b6c89976304} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 6795 | 2025.04.22 03:07:07.435763 [ 276 ] {eb1711b4-7b59-4a6d-b446-6b6c89976304} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6796 | 2025.04.22 03:07:07.436016 [ 276 ] {eb1711b4-7b59-4a6d-b446-6b6c89976304} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6797 | 2025.04.22 03:07:07.436209 [ 276 ] {eb1711b4-7b59-4a6d-b446-6b6c89976304} <Debug> executeQuery: Read 52 rows, 3.70 KiB in 0.001441 sec., 36086.051353226925 rows/sec., 2.51 MiB/sec. | ||
| 6798 | 2025.04.22 03:07:07.436259 [ 276 ] {eb1711b4-7b59-4a6d-b446-6b6c89976304} <Debug> TCPHandler: Processed in 0.001626383 sec. | ||
| 6799 | 2025.04.22 03:07:07.436381 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6800 | 2025.04.22 03:07:07.436486 [ 276 ] {b485cd0e-f609-4753-a23d-1fa9c022be95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6801 | 2025.04.22 03:07:07.436534 [ 276 ] {b485cd0e-f609-4753-a23d-1fa9c022be95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6802 | 2025.04.22 03:07:07.436951 [ 276 ] {b485cd0e-f609-4753-a23d-1fa9c022be95} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6803 | 2025.04.22 03:07:07.436991 [ 276 ] {b485cd0e-f609-4753-a23d-1fa9c022be95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 6804 | 2025.04.22 03:07:07.437357 [ 276 ] {b485cd0e-f609-4753-a23d-1fa9c022be95} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6805 | 2025.04.22 03:07:07.437604 [ 276 ] {b485cd0e-f609-4753-a23d-1fa9c022be95} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6806 | 2025.04.22 03:07:07.437798 [ 276 ] {b485cd0e-f609-4753-a23d-1fa9c022be95} <Debug> executeQuery: Read 18 rows, 1.25 KiB in 0.001334 sec., 13493.253373313344 rows/sec., 936.30 KiB/sec. | ||
| 6807 | 2025.04.22 03:07:07.437847 [ 276 ] {b485cd0e-f609-4753-a23d-1fa9c022be95} <Debug> TCPHandler: Processed in 0.00151679 sec. | ||
| 6808 | 2025.04.22 03:07:08.362968 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 958 | ||
| 6809 | 2025.04.22 03:07:08.366207 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6810 | 2025.04.22 03:07:08.366267 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 6811 | 2025.04.22 03:07:08.367687 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6812 | 2025.04.22 03:07:08.367994 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6813 | 2025.04.22 03:07:08.369099 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 958 | ||
| 6814 | 2025.04.22 03:07:12.443708 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6815 | 2025.04.22 03:07:12.443918 [ 276 ] {8238e6ae-aaf2-4b4d-bda7-84f85b5b3421} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6816 | 2025.04.22 03:07:12.443990 [ 276 ] {8238e6ae-aaf2-4b4d-bda7-84f85b5b3421} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6817 | 2025.04.22 03:07:12.444785 [ 276 ] {8238e6ae-aaf2-4b4d-bda7-84f85b5b3421} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6818 | 2025.04.22 03:07:12.444835 [ 276 ] {8238e6ae-aaf2-4b4d-bda7-84f85b5b3421} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 6819 | 2025.04.22 03:07:12.445288 [ 276 ] {8238e6ae-aaf2-4b4d-bda7-84f85b5b3421} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 6820 | 2025.04.22 03:07:12.445560 [ 276 ] {8238e6ae-aaf2-4b4d-bda7-84f85b5b3421} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6821 | 2025.04.22 03:07:12.445772 [ 276 ] {8238e6ae-aaf2-4b4d-bda7-84f85b5b3421} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001907 sec., 111169.37598321971 rows/sec., 7.07 MiB/sec. | ||
| 6822 | 2025.04.22 03:07:12.445829 [ 276 ] {8238e6ae-aaf2-4b4d-bda7-84f85b5b3421} <Debug> TCPHandler: Processed in 0.00225086 sec. | ||
| 6823 | 2025.04.22 03:07:12.446011 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6824 | 2025.04.22 03:07:12.446148 [ 276 ] {e531d585-69d4-4620-93b3-563a2ab574d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6825 | 2025.04.22 03:07:12.446204 [ 276 ] {e531d585-69d4-4620-93b3-563a2ab574d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6826 | 2025.04.22 03:07:12.447021 [ 276 ] {e531d585-69d4-4620-93b3-563a2ab574d3} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6827 | 2025.04.22 03:07:12.447061 [ 276 ] {e531d585-69d4-4620-93b3-563a2ab574d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 6828 | 2025.04.22 03:07:12.447479 [ 276 ] {e531d585-69d4-4620-93b3-563a2ab574d3} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6829 | 2025.04.22 03:07:12.447736 [ 276 ] {e531d585-69d4-4620-93b3-563a2ab574d3} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6830 | 2025.04.22 03:07:12.447960 [ 276 ] {e531d585-69d4-4620-93b3-563a2ab574d3} <Debug> executeQuery: Read 689 rows, 56.23 KiB in 0.001832 sec., 376091.7030567685 rows/sec., 29.97 MiB/sec. | ||
| 6831 | 2025.04.22 03:07:12.448056 [ 276 ] {e531d585-69d4-4620-93b3-563a2ab574d3} <Debug> TCPHandler: Processed in 0.002106926 sec. | ||
| 6832 | 2025.04.22 03:07:12.448232 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6833 | 2025.04.22 03:07:12.448398 [ 276 ] {0210ab0e-1800-4e36-b6b2-5030c407be0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6834 | 2025.04.22 03:07:12.448445 [ 276 ] {0210ab0e-1800-4e36-b6b2-5030c407be0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6835 | 2025.04.22 03:07:12.449009 [ 276 ] {0210ab0e-1800-4e36-b6b2-5030c407be0b} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6836 | 2025.04.22 03:07:12.449048 [ 276 ] {0210ab0e-1800-4e36-b6b2-5030c407be0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 6837 | 2025.04.22 03:07:12.449400 [ 276 ] {0210ab0e-1800-4e36-b6b2-5030c407be0b} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6838 | 2025.04.22 03:07:12.449639 [ 276 ] {0210ab0e-1800-4e36-b6b2-5030c407be0b} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6839 | 2025.04.22 03:07:12.449819 [ 124 ] {} <Debug> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6840 | 2025.04.22 03:07:12.449862 [ 276 ] {0210ab0e-1800-4e36-b6b2-5030c407be0b} <Debug> executeQuery: Read 142 rows, 9.09 KiB in 0.001491 sec., 95238.09523809524 rows/sec., 5.96 MiB/sec. | ||
| 6841 | 2025.04.22 03:07:12.449912 [ 124 ] {} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6842 | 2025.04.22 03:07:12.449969 [ 276 ] {0210ab0e-1800-4e36-b6b2-5030c407be0b} <Debug> TCPHandler: Processed in 0.001833109 sec. | ||
| 6843 | 2025.04.22 03:07:12.449976 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 6844 | 2025.04.22 03:07:12.450182 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6845 | 2025.04.22 03:07:12.450208 [ 195 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::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 | ||
| 6846 | 2025.04.22 03:07:12.450537 [ 276 ] {a6548da6-59a3-4b95-9742-da6de33d15cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6847 | 2025.04.22 03:07:12.450640 [ 195 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6848 | 2025.04.22 03:07:12.450728 [ 276 ] {a6548da6-59a3-4b95-9742-da6de33d15cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6849 | 2025.04.22 03:07:12.450776 [ 195 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 164 rows starting from the beginning of the part | ||
| 6850 | 2025.04.22 03:07:12.451208 [ 195 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 144 rows starting from the beginning of the part | ||
| 6851 | 2025.04.22 03:07:12.451587 [ 195 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 4 rows starting from the beginning of the part | ||
| 6852 | 2025.04.22 03:07:12.451987 [ 195 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 142 rows starting from the beginning of the part | ||
| 6853 | 2025.04.22 03:07:12.452539 [ 195 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::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 | ||
| 6854 | 2025.04.22 03:07:12.452962 [ 195 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 142 rows starting from the beginning of the part | ||
| 6855 | 2025.04.22 03:07:12.453974 [ 276 ] {a6548da6-59a3-4b95-9742-da6de33d15cc} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6856 | 2025.04.22 03:07:12.454018 [ 276 ] {a6548da6-59a3-4b95-9742-da6de33d15cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 6857 | 2025.04.22 03:07:12.454651 [ 276 ] {a6548da6-59a3-4b95-9742-da6de33d15cc} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6858 | 2025.04.22 03:07:12.454899 [ 189 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 604 rows, containing 5 columns (5 merged, 0 gathered) in 0.004807099 sec., 125647.50590740904 rows/sec., 8.39 MiB/sec. | ||
| 6859 | 2025.04.22 03:07:12.455024 [ 276 ] {a6548da6-59a3-4b95-9742-da6de33d15cc} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6860 | 2025.04.22 03:07:12.455251 [ 189 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6861 | 2025.04.22 03:07:12.455450 [ 276 ] {a6548da6-59a3-4b95-9742-da6de33d15cc} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.005026 sec., 22483.08794269797 rows/sec., 1.46 MiB/sec. | ||
| 6862 | 2025.04.22 03:07:12.455577 [ 276 ] {a6548da6-59a3-4b95-9742-da6de33d15cc} <Debug> TCPHandler: Processed in 0.005485716 sec. | ||
| 6863 | 2025.04.22 03:07:12.455765 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6864 | 2025.04.22 03:07:12.455892 [ 189 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_41_8} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6865 | 2025.04.22 03:07:12.455946 [ 276 ] {897fdfc7-152e-456a-808e-0310fbb76af8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6866 | 2025.04.22 03:07:12.456127 [ 276 ] {897fdfc7-152e-456a-808e-0310fbb76af8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6867 | 2025.04.22 03:07:12.456186 [ 189 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_41_8} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6868 | 2025.04.22 03:07:12.456370 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 6869 | 2025.04.22 03:07:12.456880 [ 276 ] {897fdfc7-152e-456a-808e-0310fbb76af8} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6870 | 2025.04.22 03:07:12.456926 [ 276 ] {897fdfc7-152e-456a-808e-0310fbb76af8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 6871 | 2025.04.22 03:07:12.457324 [ 276 ] {897fdfc7-152e-456a-808e-0310fbb76af8} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 6872 | 2025.04.22 03:07:12.457583 [ 276 ] {897fdfc7-152e-456a-808e-0310fbb76af8} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6873 | 2025.04.22 03:07:12.457898 [ 276 ] {897fdfc7-152e-456a-808e-0310fbb76af8} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001977 sec., 56651.49215983814 rows/sec., 3.23 MiB/sec. | ||
| 6874 | 2025.04.22 03:07:12.457954 [ 276 ] {897fdfc7-152e-456a-808e-0310fbb76af8} <Debug> TCPHandler: Processed in 0.002245 sec. | ||
| 6875 | 2025.04.22 03:07:12.458076 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6876 | 2025.04.22 03:07:12.458179 [ 276 ] {1f2dff42-54a7-401c-9a46-228ea029a7ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6877 | 2025.04.22 03:07:12.458226 [ 276 ] {1f2dff42-54a7-401c-9a46-228ea029a7ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6878 | 2025.04.22 03:07:12.458881 [ 276 ] {1f2dff42-54a7-401c-9a46-228ea029a7ed} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6879 | 2025.04.22 03:07:12.458922 [ 276 ] {1f2dff42-54a7-401c-9a46-228ea029a7ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 6880 | 2025.04.22 03:07:12.459316 [ 276 ] {1f2dff42-54a7-401c-9a46-228ea029a7ed} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6881 | 2025.04.22 03:07:12.459586 [ 276 ] {1f2dff42-54a7-401c-9a46-228ea029a7ed} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6882 | 2025.04.22 03:07:12.459806 [ 276 ] {1f2dff42-54a7-401c-9a46-228ea029a7ed} <Debug> executeQuery: Read 418 rows, 30.47 KiB in 0.001648 sec., 253640.77669902914 rows/sec., 18.05 MiB/sec. | ||
| 6883 | 2025.04.22 03:07:12.459873 [ 276 ] {1f2dff42-54a7-401c-9a46-228ea029a7ed} <Debug> TCPHandler: Processed in 0.00185137 sec. | ||
| 6884 | 2025.04.22 03:07:12.460131 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6885 | 2025.04.22 03:07:12.460271 [ 276 ] {e3b50c55-c72a-45c9-ab32-063380cff14f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6886 | 2025.04.22 03:07:12.460321 [ 276 ] {e3b50c55-c72a-45c9-ab32-063380cff14f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6887 | 2025.04.22 03:07:12.460763 [ 276 ] {e3b50c55-c72a-45c9-ab32-063380cff14f} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6888 | 2025.04.22 03:07:12.460802 [ 276 ] {e3b50c55-c72a-45c9-ab32-063380cff14f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 6889 | 2025.04.22 03:07:12.461167 [ 276 ] {e3b50c55-c72a-45c9-ab32-063380cff14f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 6890 | 2025.04.22 03:07:12.461410 [ 276 ] {e3b50c55-c72a-45c9-ab32-063380cff14f} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6891 | 2025.04.22 03:07:12.461565 [ 124 ] {} <Debug> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 6892 | 2025.04.22 03:07:12.461634 [ 124 ] {} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6893 | 2025.04.22 03:07:12.461645 [ 276 ] {e3b50c55-c72a-45c9-ab32-063380cff14f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001387 sec., 4325.883201153569 rows/sec., 226.01 KiB/sec. | ||
| 6894 | 2025.04.22 03:07:12.461666 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 6895 | 2025.04.22 03:07:12.461797 [ 276 ] {e3b50c55-c72a-45c9-ab32-063380cff14f} <Debug> TCPHandler: Processed in 0.001769277 sec. | ||
| 6896 | 2025.04.22 03:07:12.462135 [ 195 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::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 | ||
| 6897 | 2025.04.22 03:07:12.462156 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6898 | 2025.04.22 03:07:12.462371 [ 276 ] {72916b5e-ac6f-48af-9c1e-b301fae00931} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6899 | 2025.04.22 03:07:12.462400 [ 195 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6900 | 2025.04.22 03:07:12.462440 [ 276 ] {72916b5e-ac6f-48af-9c1e-b301fae00931} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6901 | 2025.04.22 03:07:12.462449 [ 195 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::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 | ||
| 6902 | 2025.04.22 03:07:12.462683 [ 195 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::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 | ||
| 6903 | 2025.04.22 03:07:12.463031 [ 195 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::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 | ||
| 6904 | 2025.04.22 03:07:12.463311 [ 195 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::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 | ||
| 6905 | 2025.04.22 03:07:12.463663 [ 195 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::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 | ||
| 6906 | 2025.04.22 03:07:12.463975 [ 195 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::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 | ||
| 6907 | 2025.04.22 03:07:12.464805 [ 276 ] {72916b5e-ac6f-48af-9c1e-b301fae00931} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6908 | 2025.04.22 03:07:12.464851 [ 276 ] {72916b5e-ac6f-48af-9c1e-b301fae00931} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 6909 | 2025.04.22 03:07:12.465441 [ 276 ] {72916b5e-ac6f-48af-9c1e-b301fae00931} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6910 | 2025.04.22 03:07:12.465623 [ 201 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.003822322 sec., 25115.62343517893 rows/sec., 1.28 MiB/sec. | ||
| 6911 | 2025.04.22 03:07:12.465822 [ 201 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 6912 | 2025.04.22 03:07:12.465931 [ 276 ] {72916b5e-ac6f-48af-9c1e-b301fae00931} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6913 | 2025.04.22 03:07:12.466345 [ 276 ] {72916b5e-ac6f-48af-9c1e-b301fae00931} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.003995 sec., 59324.15519399248 rows/sec., 3.98 MiB/sec. | ||
| 6914 | 2025.04.22 03:07:12.466513 [ 276 ] {72916b5e-ac6f-48af-9c1e-b301fae00931} <Debug> TCPHandler: Processed in 0.00448367 sec. | ||
| 6915 | 2025.04.22 03:07:12.466531 [ 201 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_16_3} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6916 | 2025.04.22 03:07:12.466668 [ 201 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_16_3} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 6917 | 2025.04.22 03:07:12.466681 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6918 | 2025.04.22 03:07:12.466805 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 6919 | 2025.04.22 03:07:12.466870 [ 276 ] {787d6ce9-e805-47b3-a435-fa1089fd6174} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6920 | 2025.04.22 03:07:12.466930 [ 276 ] {787d6ce9-e805-47b3-a435-fa1089fd6174} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6921 | 2025.04.22 03:07:12.467354 [ 276 ] {787d6ce9-e805-47b3-a435-fa1089fd6174} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6922 | 2025.04.22 03:07:12.467394 [ 276 ] {787d6ce9-e805-47b3-a435-fa1089fd6174} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 6923 | 2025.04.22 03:07:12.467754 [ 276 ] {787d6ce9-e805-47b3-a435-fa1089fd6174} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 6924 | 2025.04.22 03:07:12.468027 [ 276 ] {787d6ce9-e805-47b3-a435-fa1089fd6174} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6925 | 2025.04.22 03:07:12.468226 [ 276 ] {787d6ce9-e805-47b3-a435-fa1089fd6174} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001399 sec., 714.7962830593281 rows/sec., 48.16 KiB/sec. | ||
| 6926 | 2025.04.22 03:07:12.468276 [ 276 ] {787d6ce9-e805-47b3-a435-fa1089fd6174} <Debug> TCPHandler: Processed in 0.001662774 sec. | ||
| 6927 | 2025.04.22 03:07:12.468399 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6928 | 2025.04.22 03:07:12.468510 [ 276 ] {317c7ea4-a773-484a-849c-1c3c83591d85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6929 | 2025.04.22 03:07:12.468591 [ 276 ] {317c7ea4-a773-484a-849c-1c3c83591d85} <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 | ||
| 6930 | 2025.04.22 03:07:12.469768 [ 276 ] {317c7ea4-a773-484a-849c-1c3c83591d85} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6931 | 2025.04.22 03:07:12.469808 [ 276 ] {317c7ea4-a773-484a-849c-1c3c83591d85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 6932 | 2025.04.22 03:07:12.470462 [ 276 ] {317c7ea4-a773-484a-849c-1c3c83591d85} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6933 | 2025.04.22 03:07:12.470721 [ 276 ] {317c7ea4-a773-484a-849c-1c3c83591d85} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6934 | 2025.04.22 03:07:12.470907 [ 124 ] {} <Debug> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6935 | 2025.04.22 03:07:12.470973 [ 124 ] {} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6936 | 2025.04.22 03:07:12.471006 [ 276 ] {317c7ea4-a773-484a-849c-1c3c83591d85} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002503 sec., 14382.740711146624 rows/sec., 25.77 MiB/sec. | ||
| 6937 | 2025.04.22 03:07:12.471014 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 6938 | 2025.04.22 03:07:12.471299 [ 276 ] {317c7ea4-a773-484a-849c-1c3c83591d85} <Debug> TCPHandler: Processed in 0.002950459 sec. | ||
| 6939 | 2025.04.22 03:07:12.471303 [ 195 ] {b231891b-dff1-435e-bddb-2ac39d181211::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 | ||
| 6940 | 2025.04.22 03:07:12.471443 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6941 | 2025.04.22 03:07:12.471588 [ 276 ] {082ab7a3-4e1c-49be-a333-5d33e452de6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6942 | 2025.04.22 03:07:12.471630 [ 195 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6943 | 2025.04.22 03:07:12.471647 [ 276 ] {082ab7a3-4e1c-49be-a333-5d33e452de6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6944 | 2025.04.22 03:07:12.471713 [ 195 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 783 rows starting from the beginning of the part | ||
| 6945 | 2025.04.22 03:07:12.472352 [ 195 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 36 rows starting from the beginning of the part | ||
| 6946 | 2025.04.22 03:07:12.472877 [ 195 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 4 rows starting from the beginning of the part | ||
| 6947 | 2025.04.22 03:07:12.473266 [ 276 ] {082ab7a3-4e1c-49be-a333-5d33e452de6c} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6948 | 2025.04.22 03:07:12.473353 [ 276 ] {082ab7a3-4e1c-49be-a333-5d33e452de6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 6949 | 2025.04.22 03:07:12.473450 [ 195 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 36 rows starting from the beginning of the part | ||
| 6950 | 2025.04.22 03:07:12.473998 [ 195 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 4 rows starting from the beginning of the part | ||
| 6951 | 2025.04.22 03:07:12.474367 [ 276 ] {082ab7a3-4e1c-49be-a333-5d33e452de6c} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6952 | 2025.04.22 03:07:12.474572 [ 195 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 36 rows starting from the beginning of the part | ||
| 6953 | 2025.04.22 03:07:12.475304 [ 276 ] {082ab7a3-4e1c-49be-a333-5d33e452de6c} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6954 | 2025.04.22 03:07:12.476247 [ 276 ] {082ab7a3-4e1c-49be-a333-5d33e452de6c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004685 sec., 17502.668089647814 rows/sec., 1.11 MiB/sec. | ||
| 6955 | 2025.04.22 03:07:12.476605 [ 276 ] {082ab7a3-4e1c-49be-a333-5d33e452de6c} <Debug> TCPHandler: Processed in 0.00521215 sec. | ||
| 6956 | 2025.04.22 03:07:12.490797 [ 192 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 899 rows, containing 19 columns (19 merged, 0 gathered) in 0.019648925 sec., 45753.13916664652 rows/sec., 81.99 MiB/sec. | ||
| 6957 | 2025.04.22 03:07:12.491917 [ 196 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6958 | 2025.04.22 03:07:12.492376 [ 196 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6959 | 2025.04.22 03:07:12.492463 [ 196 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6960 | 2025.04.22 03:07:12.492623 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.63 MiB. | ||
| 6961 | 2025.04.22 03:07:13.000145 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 205.52 MiB, peak 213.57 MiB, free memory in arenas 0.00 B, will set to 208.64 MiB (RSS), difference: 3.12 MiB | ||
| 6962 | 2025.04.22 03:07:13.178433 [ 122 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6963 | 2025.04.22 03:07:13.178487 [ 122 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6964 | 2025.04.22 03:07:13.300630 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15616 | ||
| 6965 | 2025.04.22 03:07:13.301297 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6966 | 2025.04.22 03:07:13.301343 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 6967 | 2025.04.22 03:07:13.301876 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6968 | 2025.04.22 03:07:13.302139 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6969 | 2025.04.22 03:07:13.302372 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 | ||
| 6970 | 2025.04.22 03:07:14.332269 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257 | ||
| 6971 | 2025.04.22 03:07:14.352979 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6972 | 2025.04.22 03:07:14.353041 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 6973 | 2025.04.22 03:07:14.360297 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6974 | 2025.04.22 03:07:14.361109 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6975 | 2025.04.22 03:07:14.364826 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257 | ||
| 6976 | 2025.04.22 03:07:17.436492 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6977 | 2025.04.22 03:07:17.436704 [ 276 ] {c771ccac-87e2-4e0c-9908-cd881d21dad1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6978 | 2025.04.22 03:07:17.436780 [ 276 ] {c771ccac-87e2-4e0c-9908-cd881d21dad1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6979 | 2025.04.22 03:07:17.437599 [ 276 ] {c771ccac-87e2-4e0c-9908-cd881d21dad1} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6980 | 2025.04.22 03:07:17.437650 [ 276 ] {c771ccac-87e2-4e0c-9908-cd881d21dad1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 6981 | 2025.04.22 03:07:17.438092 [ 276 ] {c771ccac-87e2-4e0c-9908-cd881d21dad1} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6982 | 2025.04.22 03:07:17.438354 [ 276 ] {c771ccac-87e2-4e0c-9908-cd881d21dad1} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6983 | 2025.04.22 03:07:17.438571 [ 276 ] {c771ccac-87e2-4e0c-9908-cd881d21dad1} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.001913 sec., 33455.3058024046 rows/sec., 2.65 MiB/sec. | ||
| 6984 | 2025.04.22 03:07:17.438627 [ 276 ] {c771ccac-87e2-4e0c-9908-cd881d21dad1} <Debug> TCPHandler: Processed in 0.00226645 sec. | ||
| 6985 | 2025.04.22 03:07:17.438753 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6986 | 2025.04.22 03:07:17.438857 [ 276 ] {f34989d2-f3b5-477d-b02d-3ebcc8a32bc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6987 | 2025.04.22 03:07:17.438905 [ 276 ] {f34989d2-f3b5-477d-b02d-3ebcc8a32bc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6988 | 2025.04.22 03:07:17.439404 [ 276 ] {f34989d2-f3b5-477d-b02d-3ebcc8a32bc5} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6989 | 2025.04.22 03:07:17.439444 [ 276 ] {f34989d2-f3b5-477d-b02d-3ebcc8a32bc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 6990 | 2025.04.22 03:07:17.439787 [ 276 ] {f34989d2-f3b5-477d-b02d-3ebcc8a32bc5} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6991 | 2025.04.22 03:07:17.440023 [ 276 ] {f34989d2-f3b5-477d-b02d-3ebcc8a32bc5} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6992 | 2025.04.22 03:07:17.440230 [ 276 ] {f34989d2-f3b5-477d-b02d-3ebcc8a32bc5} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001394 sec., 2869.4404591104735 rows/sec., 215.77 KiB/sec. | ||
| 6993 | 2025.04.22 03:07:17.440281 [ 276 ] {f34989d2-f3b5-477d-b02d-3ebcc8a32bc5} <Debug> TCPHandler: Processed in 0.001578342 sec. | ||
| 6994 | 2025.04.22 03:07:17.440393 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6995 | 2025.04.22 03:07:17.440497 [ 276 ] {9c0106a9-e92e-4d91-8cb7-4177399d8623} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6996 | 2025.04.22 03:07:17.440541 [ 276 ] {9c0106a9-e92e-4d91-8cb7-4177399d8623} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6997 | 2025.04.22 03:07:17.441068 [ 276 ] {9c0106a9-e92e-4d91-8cb7-4177399d8623} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6998 | 2025.04.22 03:07:17.441108 [ 276 ] {9c0106a9-e92e-4d91-8cb7-4177399d8623} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 6999 | 2025.04.22 03:07:17.441456 [ 276 ] {9c0106a9-e92e-4d91-8cb7-4177399d8623} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7000 | 2025.04.22 03:07:17.441693 [ 276 ] {9c0106a9-e92e-4d91-8cb7-4177399d8623} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7001 | 2025.04.22 03:07:17.441911 [ 276 ] {9c0106a9-e92e-4d91-8cb7-4177399d8623} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001434 sec., 47419.80474198048 rows/sec., 3.70 MiB/sec. | ||
| 7002 | 2025.04.22 03:07:17.441963 [ 276 ] {9c0106a9-e92e-4d91-8cb7-4177399d8623} <Debug> TCPHandler: Processed in 0.001620723 sec. | ||
| 7003 | 2025.04.22 03:07:17.442076 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7004 | 2025.04.22 03:07:17.442180 [ 276 ] {d22f7014-40b5-4f15-9952-52329dc60820} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7005 | 2025.04.22 03:07:17.442229 [ 276 ] {d22f7014-40b5-4f15-9952-52329dc60820} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7006 | 2025.04.22 03:07:17.442753 [ 276 ] {d22f7014-40b5-4f15-9952-52329dc60820} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7007 | 2025.04.22 03:07:17.442793 [ 276 ] {d22f7014-40b5-4f15-9952-52329dc60820} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7008 | 2025.04.22 03:07:17.443173 [ 276 ] {d22f7014-40b5-4f15-9952-52329dc60820} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7009 | 2025.04.22 03:07:17.443420 [ 276 ] {d22f7014-40b5-4f15-9952-52329dc60820} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7010 | 2025.04.22 03:07:17.443656 [ 276 ] {d22f7014-40b5-4f15-9952-52329dc60820} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00149 sec., 107382.55033557047 rows/sec., 7.48 MiB/sec. | ||
| 7011 | 2025.04.22 03:07:17.443726 [ 276 ] {d22f7014-40b5-4f15-9952-52329dc60820} <Debug> TCPHandler: Processed in 0.001701976 sec. | ||
| 7012 | 2025.04.22 03:07:17.443959 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7013 | 2025.04.22 03:07:17.444098 [ 276 ] {0319f1a2-78b1-4da1-9969-966dad19f3ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7014 | 2025.04.22 03:07:17.444178 [ 276 ] {0319f1a2-78b1-4da1-9969-966dad19f3ef} <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 | ||
| 7015 | 2025.04.22 03:07:17.445196 [ 276 ] {0319f1a2-78b1-4da1-9969-966dad19f3ef} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7016 | 2025.04.22 03:07:17.445237 [ 276 ] {0319f1a2-78b1-4da1-9969-966dad19f3ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7017 | 2025.04.22 03:07:17.445822 [ 276 ] {0319f1a2-78b1-4da1-9969-966dad19f3ef} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7018 | 2025.04.22 03:07:17.446082 [ 276 ] {0319f1a2-78b1-4da1-9969-966dad19f3ef} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7019 | 2025.04.22 03:07:17.446357 [ 276 ] {0319f1a2-78b1-4da1-9969-966dad19f3ef} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002272 sec., 1760.5633802816901 rows/sec., 3.15 MiB/sec. | ||
| 7020 | 2025.04.22 03:07:17.446757 [ 276 ] {0319f1a2-78b1-4da1-9969-966dad19f3ef} <Debug> TCPHandler: Processed in 0.002891208 sec. | ||
| 7021 | 2025.04.22 03:07:17.446985 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7022 | 2025.04.22 03:07:17.447092 [ 276 ] {5cc17e4c-6b26-4923-b1b4-ff36caf2ec30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7023 | 2025.04.22 03:07:17.447141 [ 276 ] {5cc17e4c-6b26-4923-b1b4-ff36caf2ec30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7024 | 2025.04.22 03:07:17.447597 [ 276 ] {5cc17e4c-6b26-4923-b1b4-ff36caf2ec30} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7025 | 2025.04.22 03:07:17.447637 [ 276 ] {5cc17e4c-6b26-4923-b1b4-ff36caf2ec30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7026 | 2025.04.22 03:07:17.447996 [ 276 ] {5cc17e4c-6b26-4923-b1b4-ff36caf2ec30} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7027 | 2025.04.22 03:07:17.448237 [ 276 ] {5cc17e4c-6b26-4923-b1b4-ff36caf2ec30} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7028 | 2025.04.22 03:07:17.448446 [ 276 ] {5cc17e4c-6b26-4923-b1b4-ff36caf2ec30} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001377 sec., 43572.98474945534 rows/sec., 2.94 MiB/sec. | ||
| 7029 | 2025.04.22 03:07:17.448495 [ 276 ] {5cc17e4c-6b26-4923-b1b4-ff36caf2ec30} <Debug> TCPHandler: Processed in 0.001568432 sec. | ||
| 7030 | 2025.04.22 03:07:18.369323 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 992 | ||
| 7031 | 2025.04.22 03:07:18.372407 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7032 | 2025.04.22 03:07:18.372466 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7033 | 2025.04.22 03:07:18.373894 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7034 | 2025.04.22 03:07:18.374196 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7035 | 2025.04.22 03:07:18.374773 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 992 | ||
| 7036 | 2025.04.22 03:07:20.802496 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16043 | ||
| 7037 | 2025.04.22 03:07:20.803143 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7038 | 2025.04.22 03:07:20.803190 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7039 | 2025.04.22 03:07:20.803722 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7040 | 2025.04.22 03:07:20.803984 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7041 | 2025.04.22 03:07:20.804251 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16043 | ||
| 7042 | 2025.04.22 03:07:21.864896 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264 | ||
| 7043 | 2025.04.22 03:07:21.885468 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7044 | 2025.04.22 03:07:21.885525 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7045 | 2025.04.22 03:07:21.892673 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7046 | 2025.04.22 03:07:21.893469 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7047 | 2025.04.22 03:07:21.896105 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264 | ||
| 7048 | 2025.04.22 03:07:22.443733 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7049 | 2025.04.22 03:07:22.443938 [ 276 ] {6e5c9698-7196-4b4c-839c-5fe3affc330f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7050 | 2025.04.22 03:07:22.444006 [ 276 ] {6e5c9698-7196-4b4c-839c-5fe3affc330f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7051 | 2025.04.22 03:07:22.444828 [ 276 ] {6e5c9698-7196-4b4c-839c-5fe3affc330f} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7052 | 2025.04.22 03:07:22.444868 [ 276 ] {6e5c9698-7196-4b4c-839c-5fe3affc330f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7053 | 2025.04.22 03:07:22.445339 [ 276 ] {6e5c9698-7196-4b4c-839c-5fe3affc330f} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 7054 | 2025.04.22 03:07:22.445628 [ 276 ] {6e5c9698-7196-4b4c-839c-5fe3affc330f} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7055 | 2025.04.22 03:07:22.445775 [ 111 ] {} <Debug> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 7056 | 2025.04.22 03:07:22.445820 [ 276 ] {6e5c9698-7196-4b4c-839c-5fe3affc330f} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001937 sec., 109447.59938048529 rows/sec., 6.96 MiB/sec. | ||
| 7057 | 2025.04.22 03:07:22.445824 [ 111 ] {} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7058 | 2025.04.22 03:07:22.445870 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7059 | 2025.04.22 03:07:22.445913 [ 276 ] {6e5c9698-7196-4b4c-839c-5fe3affc330f} <Debug> TCPHandler: Processed in 0.002317252 sec. | ||
| 7060 | 2025.04.22 03:07:22.446107 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7061 | 2025.04.22 03:07:22.446117 [ 190 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::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 | ||
| 7062 | 2025.04.22 03:07:22.446312 [ 276 ] {5c97b91c-2423-4f17-8c2e-44417b30f4ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7063 | 2025.04.22 03:07:22.446415 [ 276 ] {5c97b91c-2423-4f17-8c2e-44417b30f4ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7064 | 2025.04.22 03:07:22.446435 [ 190 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7065 | 2025.04.22 03:07:22.446537 [ 190 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::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 | ||
| 7066 | 2025.04.22 03:07:22.446790 [ 190 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::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 | ||
| 7067 | 2025.04.22 03:07:22.447160 [ 190 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::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 | ||
| 7068 | 2025.04.22 03:07:22.447470 [ 190 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::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 | ||
| 7069 | 2025.04.22 03:07:22.447843 [ 190 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::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 | ||
| 7070 | 2025.04.22 03:07:22.449323 [ 276 ] {5c97b91c-2423-4f17-8c2e-44417b30f4ea} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7071 | 2025.04.22 03:07:22.449390 [ 276 ] {5c97b91c-2423-4f17-8c2e-44417b30f4ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7072 | 2025.04.22 03:07:22.450388 [ 276 ] {5c97b91c-2423-4f17-8c2e-44417b30f4ea} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 7073 | 2025.04.22 03:07:22.450876 [ 276 ] {5c97b91c-2423-4f17-8c2e-44417b30f4ea} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7074 | 2025.04.22 03:07:22.450871 [ 192 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.00485838 sec., 218179.72245892664 rows/sec., 14.71 MiB/sec. | ||
| 7075 | 2025.04.22 03:07:22.451240 [ 192 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 7076 | 2025.04.22 03:07:22.451341 [ 276 ] {5c97b91c-2423-4f17-8c2e-44417b30f4ea} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.005063 sec., 1580.0908552241754 rows/sec., 128.85 KiB/sec. | ||
| 7077 | 2025.04.22 03:07:22.451668 [ 276 ] {5c97b91c-2423-4f17-8c2e-44417b30f4ea} <Debug> TCPHandler: Processed in 0.005651332 sec. | ||
| 7078 | 2025.04.22 03:07:22.451956 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7079 | 2025.04.22 03:07:22.452069 [ 192 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_17_4} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7080 | 2025.04.22 03:07:22.452169 [ 276 ] {583bf134-b3e7-4090-8a17-d8a47acca915} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7081 | 2025.04.22 03:07:22.452245 [ 276 ] {583bf134-b3e7-4090-8a17-d8a47acca915} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7082 | 2025.04.22 03:07:22.452267 [ 192 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_17_4} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 7083 | 2025.04.22 03:07:22.452459 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 7084 | 2025.04.22 03:07:22.453326 [ 276 ] {583bf134-b3e7-4090-8a17-d8a47acca915} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7085 | 2025.04.22 03:07:22.453370 [ 276 ] {583bf134-b3e7-4090-8a17-d8a47acca915} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7086 | 2025.04.22 03:07:22.453786 [ 276 ] {583bf134-b3e7-4090-8a17-d8a47acca915} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7087 | 2025.04.22 03:07:22.454034 [ 276 ] {583bf134-b3e7-4090-8a17-d8a47acca915} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7088 | 2025.04.22 03:07:22.454217 [ 110 ] {} <Debug> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7089 | 2025.04.22 03:07:22.454240 [ 276 ] {583bf134-b3e7-4090-8a17-d8a47acca915} <Debug> executeQuery: Read 693 rows, 56.52 KiB in 0.002137 sec., 324286.38277959754 rows/sec., 25.83 MiB/sec. | ||
| 7090 | 2025.04.22 03:07:22.454294 [ 110 ] {} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7091 | 2025.04.22 03:07:22.454361 [ 276 ] {583bf134-b3e7-4090-8a17-d8a47acca915} <Debug> TCPHandler: Processed in 0.002469816 sec. | ||
| 7092 | 2025.04.22 03:07:22.454368 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7093 | 2025.04.22 03:07:22.454515 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7094 | 2025.04.22 03:07:22.454538 [ 199 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::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 | ||
| 7095 | 2025.04.22 03:07:22.454658 [ 276 ] {1a79aa03-fe05-4476-84c1-7d65dfbc36e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7096 | 2025.04.22 03:07:22.454671 [ 199 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7097 | 2025.04.22 03:07:22.454715 [ 199 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1846 rows starting from the beginning of the part | ||
| 7098 | 2025.04.22 03:07:22.454719 [ 276 ] {1a79aa03-fe05-4476-84c1-7d65dfbc36e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7099 | 2025.04.22 03:07:22.454943 [ 199 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 1206 rows starting from the beginning of the part | ||
| 7100 | 2025.04.22 03:07:22.455311 [ 199 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 56 rows starting from the beginning of the part | ||
| 7101 | 2025.04.22 03:07:22.455678 [ 199 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 689 rows starting from the beginning of the part | ||
| 7102 | 2025.04.22 03:07:22.456058 [ 199 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 64 rows starting from the beginning of the part | ||
| 7103 | 2025.04.22 03:07:22.456445 [ 199 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 693 rows starting from the beginning of the part | ||
| 7104 | 2025.04.22 03:07:22.457425 [ 276 ] {1a79aa03-fe05-4476-84c1-7d65dfbc36e4} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7105 | 2025.04.22 03:07:22.457469 [ 276 ] {1a79aa03-fe05-4476-84c1-7d65dfbc36e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7106 | 2025.04.22 03:07:22.457985 [ 276 ] {1a79aa03-fe05-4476-84c1-7d65dfbc36e4} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7107 | 2025.04.22 03:07:22.458285 [ 276 ] {1a79aa03-fe05-4476-84c1-7d65dfbc36e4} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7108 | 2025.04.22 03:07:22.458497 [ 276 ] {1a79aa03-fe05-4476-84c1-7d65dfbc36e4} <Debug> executeQuery: Read 150 rows, 9.65 KiB in 0.003876 sec., 38699.69040247678 rows/sec., 2.43 MiB/sec. | ||
| 7109 | 2025.04.22 03:07:22.458566 [ 276 ] {1a79aa03-fe05-4476-84c1-7d65dfbc36e4} <Debug> TCPHandler: Processed in 0.00412212 sec. | ||
| 7110 | 2025.04.22 03:07:22.458685 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7111 | 2025.04.22 03:07:22.458791 [ 276 ] {694ecfb4-df0e-46f5-9229-2193a86725c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7112 | 2025.04.22 03:07:22.458846 [ 276 ] {694ecfb4-df0e-46f5-9229-2193a86725c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7113 | 2025.04.22 03:07:22.459114 [ 192 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4554 rows, containing 5 columns (5 merged, 0 gathered) in 0.004633074 sec., 982932.7137878652 rows/sec., 83.52 MiB/sec. | ||
| 7114 | 2025.04.22 03:07:22.459476 [ 192 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7115 | 2025.04.22 03:07:22.459947 [ 276 ] {694ecfb4-df0e-46f5-9229-2193a86725c3} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7116 | 2025.04.22 03:07:22.460005 [ 276 ] {694ecfb4-df0e-46f5-9229-2193a86725c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7117 | 2025.04.22 03:07:22.460119 [ 192 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_56_11} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7118 | 2025.04.22 03:07:22.460285 [ 192 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_56_11} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7119 | 2025.04.22 03:07:22.460422 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. | ||
| 7120 | 2025.04.22 03:07:22.460643 [ 276 ] {694ecfb4-df0e-46f5-9229-2193a86725c3} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7121 | 2025.04.22 03:07:22.460897 [ 276 ] {694ecfb4-df0e-46f5-9229-2193a86725c3} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7122 | 2025.04.22 03:07:22.461106 [ 276 ] {694ecfb4-df0e-46f5-9229-2193a86725c3} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002337 sec., 48352.58878904578 rows/sec., 3.13 MiB/sec. | ||
| 7123 | 2025.04.22 03:07:22.461161 [ 276 ] {694ecfb4-df0e-46f5-9229-2193a86725c3} <Debug> TCPHandler: Processed in 0.002526098 sec. | ||
| 7124 | 2025.04.22 03:07:22.461286 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7125 | 2025.04.22 03:07:22.461390 [ 276 ] {e29ce199-cf90-47b6-b725-9ce281c08c5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7126 | 2025.04.22 03:07:22.461434 [ 276 ] {e29ce199-cf90-47b6-b725-9ce281c08c5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7127 | 2025.04.22 03:07:22.461971 [ 276 ] {e29ce199-cf90-47b6-b725-9ce281c08c5c} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7128 | 2025.04.22 03:07:22.462011 [ 276 ] {e29ce199-cf90-47b6-b725-9ce281c08c5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7129 | 2025.04.22 03:07:22.462372 [ 276 ] {e29ce199-cf90-47b6-b725-9ce281c08c5c} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 7130 | 2025.04.22 03:07:22.462617 [ 276 ] {e29ce199-cf90-47b6-b725-9ce281c08c5c} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7131 | 2025.04.22 03:07:22.462772 [ 110 ] {} <Debug> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 7132 | 2025.04.22 03:07:22.462843 [ 110 ] {} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7133 | 2025.04.22 03:07:22.462859 [ 276 ] {e29ce199-cf90-47b6-b725-9ce281c08c5c} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001482 sec., 75573.54925775978 rows/sec., 4.31 MiB/sec. | ||
| 7134 | 2025.04.22 03:07:22.462875 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7135 | 2025.04.22 03:07:22.463018 [ 276 ] {e29ce199-cf90-47b6-b725-9ce281c08c5c} <Debug> TCPHandler: Processed in 0.001783467 sec. | ||
| 7136 | 2025.04.22 03:07:22.463218 [ 199 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::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 | ||
| 7137 | 2025.04.22 03:07:22.463289 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7138 | 2025.04.22 03:07:22.463573 [ 276 ] {cc3967e5-8243-4ef0-91cc-b099c26fda96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7139 | 2025.04.22 03:07:22.463589 [ 199 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7140 | 2025.04.22 03:07:22.463634 [ 276 ] {cc3967e5-8243-4ef0-91cc-b099c26fda96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7141 | 2025.04.22 03:07:22.463638 [ 199 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::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 | ||
| 7142 | 2025.04.22 03:07:22.463907 [ 199 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::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 | ||
| 7143 | 2025.04.22 03:07:22.464241 [ 199 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::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 | ||
| 7144 | 2025.04.22 03:07:22.464604 [ 199 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::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 | ||
| 7145 | 2025.04.22 03:07:22.465028 [ 199 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::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 | ||
| 7146 | 2025.04.22 03:07:22.466238 [ 276 ] {cc3967e5-8243-4ef0-91cc-b099c26fda96} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7147 | 2025.04.22 03:07:22.466289 [ 276 ] {cc3967e5-8243-4ef0-91cc-b099c26fda96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7148 | 2025.04.22 03:07:22.466695 [ 192 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.003697579 sec., 151450.44906410383 rows/sec., 9.21 MiB/sec. | ||
| 7149 | 2025.04.22 03:07:22.466921 [ 192 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 7150 | 2025.04.22 03:07:22.466924 [ 276 ] {cc3967e5-8243-4ef0-91cc-b099c26fda96} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7151 | 2025.04.22 03:07:22.467452 [ 276 ] {cc3967e5-8243-4ef0-91cc-b099c26fda96} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7152 | 2025.04.22 03:07:22.467531 [ 192 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_17_4} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7153 | 2025.04.22 03:07:22.467734 [ 110 ] {} <Debug> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7154 | 2025.04.22 03:07:22.467788 [ 192 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_17_4} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 7155 | 2025.04.22 03:07:22.467824 [ 110 ] {} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7156 | 2025.04.22 03:07:22.467908 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7157 | 2025.04.22 03:07:22.468033 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 7158 | 2025.04.22 03:07:22.468054 [ 276 ] {cc3967e5-8243-4ef0-91cc-b099c26fda96} <Debug> executeQuery: Read 426 rows, 31.12 KiB in 0.00455 sec., 93626.37362637362 rows/sec., 6.68 MiB/sec. | ||
| 7159 | 2025.04.22 03:07:22.468243 [ 276 ] {cc3967e5-8243-4ef0-91cc-b099c26fda96} <Debug> TCPHandler: Processed in 0.005031705 sec. | ||
| 7160 | 2025.04.22 03:07:22.468307 [ 199 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::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 | ||
| 7161 | 2025.04.22 03:07:22.468399 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7162 | 2025.04.22 03:07:22.468427 [ 199 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7163 | 2025.04.22 03:07:22.468458 [ 199 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 914 rows starting from the beginning of the part | ||
| 7164 | 2025.04.22 03:07:22.468613 [ 276 ] {8da08e2b-60fd-4ccd-98b7-b4c2ab154f12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7165 | 2025.04.22 03:07:22.468635 [ 199 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 528 rows starting from the beginning of the part | ||
| 7166 | 2025.04.22 03:07:22.468787 [ 276 ] {8da08e2b-60fd-4ccd-98b7-b4c2ab154f12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7167 | 2025.04.22 03:07:22.469002 [ 199 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 64 rows starting from the beginning of the part | ||
| 7168 | 2025.04.22 03:07:22.469382 [ 199 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 418 rows starting from the beginning of the part | ||
| 7169 | 2025.04.22 03:07:22.469726 [ 199 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 68 rows starting from the beginning of the part | ||
| 7170 | 2025.04.22 03:07:22.470122 [ 199 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 426 rows starting from the beginning of the part | ||
| 7171 | 2025.04.22 03:07:22.470951 [ 276 ] {8da08e2b-60fd-4ccd-98b7-b4c2ab154f12} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7172 | 2025.04.22 03:07:22.470995 [ 276 ] {8da08e2b-60fd-4ccd-98b7-b4c2ab154f12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7173 | 2025.04.22 03:07:22.471582 [ 276 ] {8da08e2b-60fd-4ccd-98b7-b4c2ab154f12} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 7174 | 2025.04.22 03:07:22.471850 [ 276 ] {8da08e2b-60fd-4ccd-98b7-b4c2ab154f12} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7175 | 2025.04.22 03:07:22.472382 [ 276 ] {8da08e2b-60fd-4ccd-98b7-b4c2ab154f12} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003847 sec., 1559.6568754873927 rows/sec., 81.49 KiB/sec. | ||
| 7176 | 2025.04.22 03:07:22.472769 [ 199 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2418 rows, containing 5 columns (5 merged, 0 gathered) in 0.004614724 sec., 523974.9982880883 rows/sec., 40.13 MiB/sec. | ||
| 7177 | 2025.04.22 03:07:22.472806 [ 276 ] {8da08e2b-60fd-4ccd-98b7-b4c2ab154f12} <Debug> TCPHandler: Processed in 0.004465559 sec. | ||
| 7178 | 2025.04.22 03:07:22.473013 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7179 | 2025.04.22 03:07:22.473019 [ 199 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7180 | 2025.04.22 03:07:22.473134 [ 276 ] {a1557028-9442-47ef-ac1c-16afbdc3198e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7181 | 2025.04.22 03:07:22.473201 [ 276 ] {a1557028-9442-47ef-ac1c-16afbdc3198e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7182 | 2025.04.22 03:07:22.473351 [ 199 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_56_11} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7183 | 2025.04.22 03:07:22.473473 [ 199 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_56_11} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7184 | 2025.04.22 03:07:22.473569 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 7185 | 2025.04.22 03:07:22.473895 [ 276 ] {a1557028-9442-47ef-ac1c-16afbdc3198e} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7186 | 2025.04.22 03:07:22.473934 [ 276 ] {a1557028-9442-47ef-ac1c-16afbdc3198e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7187 | 2025.04.22 03:07:22.474327 [ 276 ] {a1557028-9442-47ef-ac1c-16afbdc3198e} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7188 | 2025.04.22 03:07:22.474583 [ 276 ] {a1557028-9442-47ef-ac1c-16afbdc3198e} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7189 | 2025.04.22 03:07:22.474753 [ 110 ] {} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7190 | 2025.04.22 03:07:22.474816 [ 110 ] {} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7191 | 2025.04.22 03:07:22.474812 [ 276 ] {a1557028-9442-47ef-ac1c-16afbdc3198e} <Debug> executeQuery: Read 241 rows, 16.55 KiB in 0.001702 sec., 141598.11985898943 rows/sec., 9.49 MiB/sec. | ||
| 7192 | 2025.04.22 03:07:22.474858 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7193 | 2025.04.22 03:07:22.475019 [ 276 ] {a1557028-9442-47ef-ac1c-16afbdc3198e} <Debug> TCPHandler: Processed in 0.002050745 sec. | ||
| 7194 | 2025.04.22 03:07:22.475208 [ 186 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::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 | ||
| 7195 | 2025.04.22 03:07:22.475336 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7196 | 2025.04.22 03:07:22.475716 [ 186 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7197 | 2025.04.22 03:07:22.475770 [ 276 ] {6810c906-d197-4355-a8d2-dab4c064ca55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7198 | 2025.04.22 03:07:22.475834 [ 186 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 15350 rows starting from the beginning of the part | ||
| 7199 | 2025.04.22 03:07:22.475963 [ 276 ] {6810c906-d197-4355-a8d2-dab4c064ca55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7200 | 2025.04.22 03:07:22.476332 [ 186 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 956 rows starting from the beginning of the part | ||
| 7201 | 2025.04.22 03:07:22.476799 [ 186 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 52 rows starting from the beginning of the part | ||
| 7202 | 2025.04.22 03:07:22.477102 [ 186 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 237 rows starting from the beginning of the part | ||
| 7203 | 2025.04.22 03:07:22.477440 [ 186 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 160 rows starting from the beginning of the part | ||
| 7204 | 2025.04.22 03:07:22.477699 [ 186 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 241 rows starting from the beginning of the part | ||
| 7205 | 2025.04.22 03:07:22.479214 [ 276 ] {6810c906-d197-4355-a8d2-dab4c064ca55} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7206 | 2025.04.22 03:07:22.479259 [ 276 ] {6810c906-d197-4355-a8d2-dab4c064ca55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7207 | 2025.04.22 03:07:22.479715 [ 276 ] {6810c906-d197-4355-a8d2-dab4c064ca55} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 7208 | 2025.04.22 03:07:22.480134 [ 276 ] {6810c906-d197-4355-a8d2-dab4c064ca55} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7209 | 2025.04.22 03:07:22.480819 [ 276 ] {6810c906-d197-4355-a8d2-dab4c064ca55} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00516 sec., 193.79844961240312 rows/sec., 13.06 KiB/sec. | ||
| 7210 | 2025.04.22 03:07:22.481227 [ 276 ] {6810c906-d197-4355-a8d2-dab4c064ca55} <Debug> TCPHandler: Processed in 0.00597493 sec. | ||
| 7211 | 2025.04.22 03:07:22.481586 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7212 | 2025.04.22 03:07:22.481717 [ 276 ] {2567c7ff-db2b-412f-b764-63d47e39f608} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7213 | 2025.04.22 03:07:22.481816 [ 276 ] {2567c7ff-db2b-412f-b764-63d47e39f608} <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 | ||
| 7214 | 2025.04.22 03:07:22.483530 [ 276 ] {2567c7ff-db2b-412f-b764-63d47e39f608} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7215 | 2025.04.22 03:07:22.483584 [ 276 ] {2567c7ff-db2b-412f-b764-63d47e39f608} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7216 | 2025.04.22 03:07:22.484812 [ 276 ] {2567c7ff-db2b-412f-b764-63d47e39f608} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7217 | 2025.04.22 03:07:22.484839 [ 186 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16996 rows, containing 5 columns (5 merged, 0 gathered) in 0.009858274 sec., 1724034.044904818 rows/sec., 116.61 MiB/sec. | ||
| 7218 | 2025.04.22 03:07:22.485161 [ 200 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7219 | 2025.04.22 03:07:22.485254 [ 276 ] {2567c7ff-db2b-412f-b764-63d47e39f608} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7220 | 2025.04.22 03:07:22.485873 [ 276 ] {2567c7ff-db2b-412f-b764-63d47e39f608} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.004158 sec., 8658.008658008657 rows/sec., 15.51 MiB/sec. | ||
| 7221 | 2025.04.22 03:07:22.486204 [ 200 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7222 | 2025.04.22 03:07:22.486669 [ 276 ] {2567c7ff-db2b-412f-b764-63d47e39f608} <Debug> TCPHandler: Processed in 0.005173229 sec. | ||
| 7223 | 2025.04.22 03:07:22.486684 [ 200 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7224 | 2025.04.22 03:07:22.486861 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.44 MiB. | ||
| 7225 | 2025.04.22 03:07:22.486884 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7226 | 2025.04.22 03:07:22.487005 [ 276 ] {be1cb411-9c5a-4251-9ab5-6bbe081ae710} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7227 | 2025.04.22 03:07:22.487054 [ 276 ] {be1cb411-9c5a-4251-9ab5-6bbe081ae710} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7228 | 2025.04.22 03:07:22.487498 [ 276 ] {be1cb411-9c5a-4251-9ab5-6bbe081ae710} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7229 | 2025.04.22 03:07:22.487536 [ 276 ] {be1cb411-9c5a-4251-9ab5-6bbe081ae710} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7230 | 2025.04.22 03:07:22.487920 [ 276 ] {be1cb411-9c5a-4251-9ab5-6bbe081ae710} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7231 | 2025.04.22 03:07:22.488162 [ 276 ] {be1cb411-9c5a-4251-9ab5-6bbe081ae710} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7232 | 2025.04.22 03:07:22.488334 [ 110 ] {} <Debug> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7233 | 2025.04.22 03:07:22.488391 [ 276 ] {be1cb411-9c5a-4251-9ab5-6bbe081ae710} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001403 sec., 58446.186742694226 rows/sec., 3.71 MiB/sec. | ||
| 7234 | 2025.04.22 03:07:22.488399 [ 110 ] {} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7235 | 2025.04.22 03:07:22.488480 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7236 | 2025.04.22 03:07:22.488511 [ 276 ] {be1cb411-9c5a-4251-9ab5-6bbe081ae710} <Debug> TCPHandler: Processed in 0.001706926 sec. | ||
| 7237 | 2025.04.22 03:07:22.488690 [ 188 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::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 | ||
| 7238 | 2025.04.22 03:07:22.488812 [ 188 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7239 | 2025.04.22 03:07:22.488847 [ 188 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2898 rows starting from the beginning of the part | ||
| 7240 | 2025.04.22 03:07:22.488973 [ 188 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 42 rows starting from the beginning of the part | ||
| 7241 | 2025.04.22 03:07:22.489145 [ 188 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 18 rows starting from the beginning of the part | ||
| 7242 | 2025.04.22 03:07:22.489290 [ 188 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 82 rows starting from the beginning of the part | ||
| 7243 | 2025.04.22 03:07:22.489394 [ 188 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 60 rows starting from the beginning of the part | ||
| 7244 | 2025.04.22 03:07:22.489535 [ 188 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 82 rows starting from the beginning of the part | ||
| 7245 | 2025.04.22 03:07:22.491034 [ 193 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3182 rows, containing 4 columns (4 merged, 0 gathered) in 0.002444906 sec., 1301481.5293512307 rows/sec., 85.61 MiB/sec. | ||
| 7246 | 2025.04.22 03:07:22.491415 [ 193 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7247 | 2025.04.22 03:07:22.491804 [ 193 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_56_11} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7248 | 2025.04.22 03:07:22.491906 [ 193 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_56_11} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7249 | 2025.04.22 03:07:22.492013 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
| 7250 | 2025.04.22 03:07:27.436917 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7251 | 2025.04.22 03:07:27.437144 [ 276 ] {5e6f8455-945e-463b-ab45-c925b779ca49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7252 | 2025.04.22 03:07:27.437219 [ 276 ] {5e6f8455-945e-463b-ab45-c925b779ca49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7253 | 2025.04.22 03:07:27.437992 [ 276 ] {5e6f8455-945e-463b-ab45-c925b779ca49} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7254 | 2025.04.22 03:07:27.438045 [ 276 ] {5e6f8455-945e-463b-ab45-c925b779ca49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7255 | 2025.04.22 03:07:27.438494 [ 276 ] {5e6f8455-945e-463b-ab45-c925b779ca49} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7256 | 2025.04.22 03:07:27.438755 [ 276 ] {5e6f8455-945e-463b-ab45-c925b779ca49} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7257 | 2025.04.22 03:07:27.438983 [ 276 ] {5e6f8455-945e-463b-ab45-c925b779ca49} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.001895 sec., 33773.08707124011 rows/sec., 2.67 MiB/sec. | ||
| 7258 | 2025.04.22 03:07:27.439043 [ 276 ] {5e6f8455-945e-463b-ab45-c925b779ca49} <Debug> TCPHandler: Processed in 0.002268991 sec. | ||
| 7259 | 2025.04.22 03:07:27.439176 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7260 | 2025.04.22 03:07:27.439282 [ 276 ] {3f87446d-bb6e-4174-86b9-75ae55cc7c11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7261 | 2025.04.22 03:07:27.439329 [ 276 ] {3f87446d-bb6e-4174-86b9-75ae55cc7c11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7262 | 2025.04.22 03:07:27.439860 [ 276 ] {3f87446d-bb6e-4174-86b9-75ae55cc7c11} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7263 | 2025.04.22 03:07:27.439901 [ 276 ] {3f87446d-bb6e-4174-86b9-75ae55cc7c11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7264 | 2025.04.22 03:07:27.440262 [ 276 ] {3f87446d-bb6e-4174-86b9-75ae55cc7c11} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7265 | 2025.04.22 03:07:27.440510 [ 276 ] {3f87446d-bb6e-4174-86b9-75ae55cc7c11} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7266 | 2025.04.22 03:07:27.440713 [ 276 ] {3f87446d-bb6e-4174-86b9-75ae55cc7c11} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001453 sec., 2752.9249827942185 rows/sec., 207.01 KiB/sec. | ||
| 7267 | 2025.04.22 03:07:27.440766 [ 276 ] {3f87446d-bb6e-4174-86b9-75ae55cc7c11} <Debug> TCPHandler: Processed in 0.001642274 sec. | ||
| 7268 | 2025.04.22 03:07:27.440882 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7269 | 2025.04.22 03:07:27.440995 [ 276 ] {7df81905-b6d0-48ba-aacc-4406464bc2b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7270 | 2025.04.22 03:07:27.441041 [ 276 ] {7df81905-b6d0-48ba-aacc-4406464bc2b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7271 | 2025.04.22 03:07:27.441602 [ 276 ] {7df81905-b6d0-48ba-aacc-4406464bc2b9} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7272 | 2025.04.22 03:07:27.441647 [ 276 ] {7df81905-b6d0-48ba-aacc-4406464bc2b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7273 | 2025.04.22 03:07:27.442014 [ 276 ] {7df81905-b6d0-48ba-aacc-4406464bc2b9} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7274 | 2025.04.22 03:07:27.442265 [ 276 ] {7df81905-b6d0-48ba-aacc-4406464bc2b9} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7275 | 2025.04.22 03:07:27.442474 [ 276 ] {7df81905-b6d0-48ba-aacc-4406464bc2b9} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001498 sec., 45393.85847797063 rows/sec., 3.54 MiB/sec. | ||
| 7276 | 2025.04.22 03:07:27.442525 [ 276 ] {7df81905-b6d0-48ba-aacc-4406464bc2b9} <Debug> TCPHandler: Processed in 0.001694045 sec. | ||
| 7277 | 2025.04.22 03:07:27.442644 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7278 | 2025.04.22 03:07:27.442749 [ 276 ] {2ad4bc9b-8d10-4bca-a015-dfebc7dfe4b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7279 | 2025.04.22 03:07:27.442801 [ 276 ] {2ad4bc9b-8d10-4bca-a015-dfebc7dfe4b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7280 | 2025.04.22 03:07:27.443351 [ 276 ] {2ad4bc9b-8d10-4bca-a015-dfebc7dfe4b2} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7281 | 2025.04.22 03:07:27.443390 [ 276 ] {2ad4bc9b-8d10-4bca-a015-dfebc7dfe4b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7282 | 2025.04.22 03:07:27.443774 [ 276 ] {2ad4bc9b-8d10-4bca-a015-dfebc7dfe4b2} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7283 | 2025.04.22 03:07:27.444012 [ 276 ] {2ad4bc9b-8d10-4bca-a015-dfebc7dfe4b2} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7284 | 2025.04.22 03:07:27.444239 [ 276 ] {2ad4bc9b-8d10-4bca-a015-dfebc7dfe4b2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001506 sec., 106241.69986719788 rows/sec., 7.40 MiB/sec. | ||
| 7285 | 2025.04.22 03:07:27.444341 [ 276 ] {2ad4bc9b-8d10-4bca-a015-dfebc7dfe4b2} <Debug> TCPHandler: Processed in 0.001746436 sec. | ||
| 7286 | 2025.04.22 03:07:27.444539 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7287 | 2025.04.22 03:07:27.444703 [ 276 ] {073795ce-6b5f-4003-beff-26f37f52c696} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7288 | 2025.04.22 03:07:27.444776 [ 276 ] {073795ce-6b5f-4003-beff-26f37f52c696} <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 | ||
| 7289 | 2025.04.22 03:07:27.445811 [ 276 ] {073795ce-6b5f-4003-beff-26f37f52c696} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7290 | 2025.04.22 03:07:27.445851 [ 276 ] {073795ce-6b5f-4003-beff-26f37f52c696} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7291 | 2025.04.22 03:07:27.446431 [ 276 ] {073795ce-6b5f-4003-beff-26f37f52c696} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7292 | 2025.04.22 03:07:27.446683 [ 276 ] {073795ce-6b5f-4003-beff-26f37f52c696} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7293 | 2025.04.22 03:07:27.446913 [ 276 ] {073795ce-6b5f-4003-beff-26f37f52c696} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002234 sec., 1790.510295434199 rows/sec., 3.21 MiB/sec. | ||
| 7294 | 2025.04.22 03:07:27.447004 [ 276 ] {073795ce-6b5f-4003-beff-26f37f52c696} <Debug> TCPHandler: Processed in 0.002560809 sec. | ||
| 7295 | 2025.04.22 03:07:27.447128 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7296 | 2025.04.22 03:07:27.447232 [ 276 ] {d4a6b8e2-11c4-4412-b077-bd448556a529} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7297 | 2025.04.22 03:07:27.447278 [ 276 ] {d4a6b8e2-11c4-4412-b077-bd448556a529} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7298 | 2025.04.22 03:07:27.447702 [ 276 ] {d4a6b8e2-11c4-4412-b077-bd448556a529} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7299 | 2025.04.22 03:07:27.447740 [ 276 ] {d4a6b8e2-11c4-4412-b077-bd448556a529} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7300 | 2025.04.22 03:07:27.448085 [ 276 ] {d4a6b8e2-11c4-4412-b077-bd448556a529} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7301 | 2025.04.22 03:07:27.448319 [ 276 ] {d4a6b8e2-11c4-4412-b077-bd448556a529} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7302 | 2025.04.22 03:07:27.448511 [ 276 ] {d4a6b8e2-11c4-4412-b077-bd448556a529} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001301 sec., 46118.370484242885 rows/sec., 3.11 MiB/sec. | ||
| 7303 | 2025.04.22 03:07:27.448558 [ 276 ] {d4a6b8e2-11c4-4412-b077-bd448556a529} <Debug> TCPHandler: Processed in 0.001481999 sec. | ||
| 7304 | 2025.04.22 03:07:28.178529 [ 101 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7305 | 2025.04.22 03:07:28.178582 [ 101 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7306 | 2025.04.22 03:07:28.304380 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16531 | ||
| 7307 | 2025.04.22 03:07:28.305156 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7308 | 2025.04.22 03:07:28.305211 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7309 | 2025.04.22 03:07:28.305739 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7310 | 2025.04.22 03:07:28.306015 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7311 | 2025.04.22 03:07:28.306222 [ 96 ] {} <Debug> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7312 | 2025.04.22 03:07:28.306276 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531 | ||
| 7313 | 2025.04.22 03:07:28.306321 [ 96 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7314 | 2025.04.22 03:07:28.306350 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7315 | 2025.04.22 03:07:28.306475 [ 191 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 7316 | 2025.04.22 03:07:28.306595 [ 191 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7317 | 2025.04.22 03:07:28.306631 [ 191 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 7318 | 2025.04.22 03:07:28.306705 [ 191 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 7319 | 2025.04.22 03:07:28.306879 [ 191 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 7320 | 2025.04.22 03:07:28.307148 [ 191 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 7321 | 2025.04.22 03:07:28.307244 [ 191 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 7322 | 2025.04.22 03:07:28.307468 [ 191 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 7323 | 2025.04.22 03:07:28.309808 [ 193 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.003386001 sec., 4882160.401015829 rows/sec., 69.84 MiB/sec. | ||
| 7324 | 2025.04.22 03:07:28.309926 [ 191 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7325 | 2025.04.22 03:07:28.310205 [ 191 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_36_7} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7326 | 2025.04.22 03:07:28.310282 [ 191 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_36_7} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7327 | 2025.04.22 03:07:28.310368 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB. | ||
| 7328 | 2025.04.22 03:07:28.374972 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1028 | ||
| 7329 | 2025.04.22 03:07:28.378328 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7330 | 2025.04.22 03:07:28.378383 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7331 | 2025.04.22 03:07:28.379848 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7332 | 2025.04.22 03:07:28.380150 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7333 | 2025.04.22 03:07:28.380358 [ 96 ] {} <Debug> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7334 | 2025.04.22 03:07:28.380464 [ 96 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7335 | 2025.04.22 03:07:28.380524 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7336 | 2025.04.22 03:07:28.381174 [ 201 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::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 | ||
| 7337 | 2025.04.22 03:07:28.382350 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1028 | ||
| 7338 | 2025.04.22 03:07:28.382716 [ 201 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7339 | 2025.04.22 03:07:28.382894 [ 201 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 842 rows starting from the beginning of the part | ||
| 7340 | 2025.04.22 03:07:28.383533 [ 201 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 34 rows starting from the beginning of the part | ||
| 7341 | 2025.04.22 03:07:28.384202 [ 201 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 36 rows starting from the beginning of the part | ||
| 7342 | 2025.04.22 03:07:28.384687 [ 201 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 46 rows starting from the beginning of the part | ||
| 7343 | 2025.04.22 03:07:28.385192 [ 201 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 34 rows starting from the beginning of the part | ||
| 7344 | 2025.04.22 03:07:28.385667 [ 201 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 36 rows starting from the beginning of the part | ||
| 7345 | 2025.04.22 03:07:28.394889 [ 201 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1028 rows, containing 72 columns (72 merged, 0 gathered) in 0.014107018 sec., 72871.53103512025 rows/sec., 58.86 MiB/sec. | ||
| 7346 | 2025.04.22 03:07:28.396300 [ 196 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7347 | 2025.04.22 03:07:28.397145 [ 196 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_26_5} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7348 | 2025.04.22 03:07:28.397243 [ 196 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_26_5} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7349 | 2025.04.22 03:07:28.397590 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.35 MiB. | ||
| 7350 | 2025.04.22 03:07:29.396173 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 | ||
| 7351 | 2025.04.22 03:07:29.418181 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7352 | 2025.04.22 03:07:29.418243 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7353 | 2025.04.22 03:07:29.426112 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7354 | 2025.04.22 03:07:29.426904 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7355 | 2025.04.22 03:07:29.427281 [ 99 ] {} <Debug> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7356 | 2025.04.22 03:07:29.427408 [ 99 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7357 | 2025.04.22 03:07:29.427482 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7358 | 2025.04.22 03:07:29.427909 [ 189 ] {221840db-82c7-49e0-9543-fc81844dee87::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 | ||
| 7359 | 2025.04.22 03:07:29.445043 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272 | ||
| 7360 | 2025.04.22 03:07:29.446089 [ 189 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7361 | 2025.04.22 03:07:29.447688 [ 189 ] {221840db-82c7-49e0-9543-fc81844dee87::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 | ||
| 7362 | 2025.04.22 03:07:29.453189 [ 189 ] {221840db-82c7-49e0-9543-fc81844dee87::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 | ||
| 7363 | 2025.04.22 03:07:29.458587 [ 189 ] {221840db-82c7-49e0-9543-fc81844dee87::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 | ||
| 7364 | 2025.04.22 03:07:29.463937 [ 189 ] {221840db-82c7-49e0-9543-fc81844dee87::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 | ||
| 7365 | 2025.04.22 03:07:29.469433 [ 189 ] {221840db-82c7-49e0-9543-fc81844dee87::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 | ||
| 7366 | 2025.04.22 03:07:29.473719 [ 189 ] {221840db-82c7-49e0-9543-fc81844dee87::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 | ||
| 7367 | 2025.04.22 03:07:29.531851 [ 195 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.104206798 sec., 2610.1943944194504 rows/sec., 13.50 MiB/sec. | ||
| 7368 | 2025.04.22 03:07:29.535531 [ 190 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7369 | 2025.04.22 03:07:29.538783 [ 190 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_36_7} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7370 | 2025.04.22 03:07:29.538909 [ 190 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_36_7} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7371 | 2025.04.22 03:07:29.541477 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.42 MiB. | ||
| 7372 | 2025.04.22 03:07:32.443402 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7373 | 2025.04.22 03:07:32.443689 [ 276 ] {c77b2afc-d1c6-4e6f-8a2f-f9c582fdeba2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7374 | 2025.04.22 03:07:32.443796 [ 276 ] {c77b2afc-d1c6-4e6f-8a2f-f9c582fdeba2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7375 | 2025.04.22 03:07:32.444822 [ 276 ] {c77b2afc-d1c6-4e6f-8a2f-f9c582fdeba2} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7376 | 2025.04.22 03:07:32.444874 [ 276 ] {c77b2afc-d1c6-4e6f-8a2f-f9c582fdeba2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7377 | 2025.04.22 03:07:32.445344 [ 276 ] {c77b2afc-d1c6-4e6f-8a2f-f9c582fdeba2} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 7378 | 2025.04.22 03:07:32.445607 [ 276 ] {c77b2afc-d1c6-4e6f-8a2f-f9c582fdeba2} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7379 | 2025.04.22 03:07:32.445827 [ 276 ] {c77b2afc-d1c6-4e6f-8a2f-f9c582fdeba2} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00222 sec., 95495.49549549549 rows/sec., 6.07 MiB/sec. | ||
| 7380 | 2025.04.22 03:07:32.445883 [ 276 ] {c77b2afc-d1c6-4e6f-8a2f-f9c582fdeba2} <Debug> TCPHandler: Processed in 0.002656631 sec. | ||
| 7381 | 2025.04.22 03:07:32.446006 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7382 | 2025.04.22 03:07:32.446110 [ 276 ] {5826d739-80a9-4f5b-b42a-86f145ada4a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7383 | 2025.04.22 03:07:32.446156 [ 276 ] {5826d739-80a9-4f5b-b42a-86f145ada4a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7384 | 2025.04.22 03:07:32.446991 [ 276 ] {5826d739-80a9-4f5b-b42a-86f145ada4a2} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7385 | 2025.04.22 03:07:32.447031 [ 276 ] {5826d739-80a9-4f5b-b42a-86f145ada4a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7386 | 2025.04.22 03:07:32.447442 [ 276 ] {5826d739-80a9-4f5b-b42a-86f145ada4a2} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7387 | 2025.04.22 03:07:32.447681 [ 276 ] {5826d739-80a9-4f5b-b42a-86f145ada4a2} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7388 | 2025.04.22 03:07:32.447912 [ 276 ] {5826d739-80a9-4f5b-b42a-86f145ada4a2} <Debug> executeQuery: Read 689 rows, 56.23 KiB in 0.001815 sec., 379614.3250688705 rows/sec., 30.25 MiB/sec. | ||
| 7389 | 2025.04.22 03:07:32.447978 [ 276 ] {5826d739-80a9-4f5b-b42a-86f145ada4a2} <Debug> TCPHandler: Processed in 0.002022514 sec. | ||
| 7390 | 2025.04.22 03:07:32.448108 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7391 | 2025.04.22 03:07:32.448226 [ 276 ] {9091ecf4-cf55-424f-8f3a-00ee06477ed4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7392 | 2025.04.22 03:07:32.448271 [ 276 ] {9091ecf4-cf55-424f-8f3a-00ee06477ed4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7393 | 2025.04.22 03:07:32.448819 [ 276 ] {9091ecf4-cf55-424f-8f3a-00ee06477ed4} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7394 | 2025.04.22 03:07:32.448856 [ 276 ] {9091ecf4-cf55-424f-8f3a-00ee06477ed4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7395 | 2025.04.22 03:07:32.449202 [ 276 ] {9091ecf4-cf55-424f-8f3a-00ee06477ed4} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7396 | 2025.04.22 03:07:32.449431 [ 276 ] {9091ecf4-cf55-424f-8f3a-00ee06477ed4} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7397 | 2025.04.22 03:07:32.449669 [ 276 ] {9091ecf4-cf55-424f-8f3a-00ee06477ed4} <Debug> executeQuery: Read 142 rows, 9.09 KiB in 0.001457 sec., 97460.53534660261 rows/sec., 6.09 MiB/sec. | ||
| 7398 | 2025.04.22 03:07:32.449776 [ 276 ] {9091ecf4-cf55-424f-8f3a-00ee06477ed4} <Debug> TCPHandler: Processed in 0.001730346 sec. | ||
| 7399 | 2025.04.22 03:07:32.449979 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7400 | 2025.04.22 03:07:32.450101 [ 276 ] {747b0a27-a039-49b2-87be-ffbb2a57b2b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7401 | 2025.04.22 03:07:32.450148 [ 276 ] {747b0a27-a039-49b2-87be-ffbb2a57b2b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7402 | 2025.04.22 03:07:32.450697 [ 276 ] {747b0a27-a039-49b2-87be-ffbb2a57b2b4} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7403 | 2025.04.22 03:07:32.450736 [ 276 ] {747b0a27-a039-49b2-87be-ffbb2a57b2b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7404 | 2025.04.22 03:07:32.451081 [ 276 ] {747b0a27-a039-49b2-87be-ffbb2a57b2b4} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7405 | 2025.04.22 03:07:32.451337 [ 276 ] {747b0a27-a039-49b2-87be-ffbb2a57b2b4} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7406 | 2025.04.22 03:07:32.451519 [ 90 ] {} <Debug> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
| 7407 | 2025.04.22 03:07:32.451570 [ 276 ] {747b0a27-a039-49b2-87be-ffbb2a57b2b4} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001484 sec., 76145.5525606469 rows/sec., 4.93 MiB/sec. | ||
| 7408 | 2025.04.22 03:07:32.451617 [ 90 ] {} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7409 | 2025.04.22 03:07:32.451692 [ 276 ] {747b0a27-a039-49b2-87be-ffbb2a57b2b4} <Debug> TCPHandler: Processed in 0.001799398 sec. | ||
| 7410 | 2025.04.22 03:07:32.451695 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7411 | 2025.04.22 03:07:32.451903 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7412 | 2025.04.22 03:07:32.452237 [ 276 ] {e7cd9a8a-523c-4c22-95c1-a7deffc9c00e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7413 | 2025.04.22 03:07:32.452256 [ 194 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full | ||
| 7414 | 2025.04.22 03:07:32.452365 [ 276 ] {e7cd9a8a-523c-4c22-95c1-a7deffc9c00e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7415 | 2025.04.22 03:07:32.452691 [ 194 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7416 | 2025.04.22 03:07:32.452776 [ 194 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 341 rows starting from the beginning of the part | ||
| 7417 | 2025.04.22 03:07:32.453084 [ 194 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 113 rows starting from the beginning of the part | ||
| 7418 | 2025.04.22 03:07:32.453365 [ 194 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 228 rows starting from the beginning of the part | ||
| 7419 | 2025.04.22 03:07:32.453845 [ 194 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 113 rows starting from the beginning of the part | ||
| 7420 | 2025.04.22 03:07:32.454281 [ 194 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 113 rows starting from the beginning of the part | ||
| 7421 | 2025.04.22 03:07:32.454620 [ 194 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 113 rows starting from the beginning of the part | ||
| 7422 | 2025.04.22 03:07:32.455693 [ 276 ] {e7cd9a8a-523c-4c22-95c1-a7deffc9c00e} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7423 | 2025.04.22 03:07:32.455764 [ 276 ] {e7cd9a8a-523c-4c22-95c1-a7deffc9c00e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7424 | 2025.04.22 03:07:32.456894 [ 276 ] {e7cd9a8a-523c-4c22-95c1-a7deffc9c00e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 7425 | 2025.04.22 03:07:32.457374 [ 276 ] {e7cd9a8a-523c-4c22-95c1-a7deffc9c00e} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7426 | 2025.04.22 03:07:32.457949 [ 276 ] {e7cd9a8a-523c-4c22-95c1-a7deffc9c00e} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005817 sec., 19253.91095066185 rows/sec., 1.10 MiB/sec. | ||
| 7427 | 2025.04.22 03:07:32.457961 [ 195 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1021 rows, containing 5 columns (5 merged, 0 gathered) in 0.006130974 sec., 166531.45160948325 rows/sec., 11.64 MiB/sec. | ||
| 7428 | 2025.04.22 03:07:32.458028 [ 276 ] {e7cd9a8a-523c-4c22-95c1-a7deffc9c00e} <Debug> TCPHandler: Processed in 0.006230687 sec. | ||
| 7429 | 2025.04.22 03:07:32.458154 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7430 | 2025.04.22 03:07:32.458164 [ 195 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
| 7431 | 2025.04.22 03:07:32.458272 [ 276 ] {1bb2519b-ca1f-4063-94e1-782861f52a6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7432 | 2025.04.22 03:07:32.458320 [ 276 ] {1bb2519b-ca1f-4063-94e1-782861f52a6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7433 | 2025.04.22 03:07:32.458537 [ 195 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_25_5} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7434 | 2025.04.22 03:07:32.458672 [ 195 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_25_5} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
| 7435 | 2025.04.22 03:07:32.458774 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 7436 | 2025.04.22 03:07:32.459164 [ 276 ] {1bb2519b-ca1f-4063-94e1-782861f52a6b} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7437 | 2025.04.22 03:07:32.459203 [ 276 ] {1bb2519b-ca1f-4063-94e1-782861f52a6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7438 | 2025.04.22 03:07:32.459586 [ 276 ] {1bb2519b-ca1f-4063-94e1-782861f52a6b} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7439 | 2025.04.22 03:07:32.459820 [ 276 ] {1bb2519b-ca1f-4063-94e1-782861f52a6b} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7440 | 2025.04.22 03:07:32.460050 [ 276 ] {1bb2519b-ca1f-4063-94e1-782861f52a6b} <Debug> executeQuery: Read 418 rows, 30.47 KiB in 0.001795 sec., 232869.08077994428 rows/sec., 16.58 MiB/sec. | ||
| 7441 | 2025.04.22 03:07:32.460148 [ 276 ] {1bb2519b-ca1f-4063-94e1-782861f52a6b} <Debug> TCPHandler: Processed in 0.002048155 sec. | ||
| 7442 | 2025.04.22 03:07:32.460390 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7443 | 2025.04.22 03:07:32.460562 [ 276 ] {0ea9bf2a-3a11-441b-b525-dd4cd5727dd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7444 | 2025.04.22 03:07:32.460611 [ 276 ] {0ea9bf2a-3a11-441b-b525-dd4cd5727dd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7445 | 2025.04.22 03:07:32.461040 [ 276 ] {0ea9bf2a-3a11-441b-b525-dd4cd5727dd9} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7446 | 2025.04.22 03:07:32.461079 [ 276 ] {0ea9bf2a-3a11-441b-b525-dd4cd5727dd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7447 | 2025.04.22 03:07:32.461431 [ 276 ] {0ea9bf2a-3a11-441b-b525-dd4cd5727dd9} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 7448 | 2025.04.22 03:07:32.461667 [ 276 ] {0ea9bf2a-3a11-441b-b525-dd4cd5727dd9} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7449 | 2025.04.22 03:07:32.461869 [ 276 ] {0ea9bf2a-3a11-441b-b525-dd4cd5727dd9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001335 sec., 4494.38202247191 rows/sec., 234.81 KiB/sec. | ||
| 7450 | 2025.04.22 03:07:32.461919 [ 276 ] {0ea9bf2a-3a11-441b-b525-dd4cd5727dd9} <Debug> TCPHandler: Processed in 0.001630273 sec. | ||
| 7451 | 2025.04.22 03:07:32.462032 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7452 | 2025.04.22 03:07:32.462135 [ 276 ] {4ed6209f-e35d-4520-9ba5-a54854874617} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7453 | 2025.04.22 03:07:32.462184 [ 276 ] {4ed6209f-e35d-4520-9ba5-a54854874617} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7454 | 2025.04.22 03:07:32.462684 [ 276 ] {4ed6209f-e35d-4520-9ba5-a54854874617} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7455 | 2025.04.22 03:07:32.462721 [ 276 ] {4ed6209f-e35d-4520-9ba5-a54854874617} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7456 | 2025.04.22 03:07:32.463099 [ 276 ] {4ed6209f-e35d-4520-9ba5-a54854874617} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7457 | 2025.04.22 03:07:32.463333 [ 276 ] {4ed6209f-e35d-4520-9ba5-a54854874617} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7458 | 2025.04.22 03:07:32.463534 [ 276 ] {4ed6209f-e35d-4520-9ba5-a54854874617} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00142 sec., 166901.4084507042 rows/sec., 11.19 MiB/sec. | ||
| 7459 | 2025.04.22 03:07:32.463585 [ 276 ] {4ed6209f-e35d-4520-9ba5-a54854874617} <Debug> TCPHandler: Processed in 0.001603333 sec. | ||
| 7460 | 2025.04.22 03:07:32.463699 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7461 | 2025.04.22 03:07:32.463801 [ 276 ] {26ee515b-286d-48bd-a9e3-5beaaf02b74c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7462 | 2025.04.22 03:07:32.463848 [ 276 ] {26ee515b-286d-48bd-a9e3-5beaaf02b74c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7463 | 2025.04.22 03:07:32.464275 [ 276 ] {26ee515b-286d-48bd-a9e3-5beaaf02b74c} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7464 | 2025.04.22 03:07:32.464313 [ 276 ] {26ee515b-286d-48bd-a9e3-5beaaf02b74c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7465 | 2025.04.22 03:07:32.464662 [ 276 ] {26ee515b-286d-48bd-a9e3-5beaaf02b74c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 7466 | 2025.04.22 03:07:32.464895 [ 276 ] {26ee515b-286d-48bd-a9e3-5beaaf02b74c} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7467 | 2025.04.22 03:07:32.465117 [ 276 ] {26ee515b-286d-48bd-a9e3-5beaaf02b74c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001337 sec., 747.9431563201197 rows/sec., 50.40 KiB/sec. | ||
| 7468 | 2025.04.22 03:07:32.465227 [ 276 ] {26ee515b-286d-48bd-a9e3-5beaaf02b74c} <Debug> TCPHandler: Processed in 0.001576402 sec. | ||
| 7469 | 2025.04.22 03:07:32.465351 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7470 | 2025.04.22 03:07:32.465453 [ 276 ] {7f2b4f22-dbc3-4570-826f-d596a9878663} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7471 | 2025.04.22 03:07:32.465519 [ 276 ] {7f2b4f22-dbc3-4570-826f-d596a9878663} <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 | ||
| 7472 | 2025.04.22 03:07:32.466618 [ 276 ] {7f2b4f22-dbc3-4570-826f-d596a9878663} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7473 | 2025.04.22 03:07:32.466656 [ 276 ] {7f2b4f22-dbc3-4570-826f-d596a9878663} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7474 | 2025.04.22 03:07:32.467294 [ 276 ] {7f2b4f22-dbc3-4570-826f-d596a9878663} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7475 | 2025.04.22 03:07:32.467546 [ 276 ] {7f2b4f22-dbc3-4570-826f-d596a9878663} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7476 | 2025.04.22 03:07:32.467830 [ 276 ] {7f2b4f22-dbc3-4570-826f-d596a9878663} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002386 sec., 15088.013411567475 rows/sec., 27.04 MiB/sec. | ||
| 7477 | 2025.04.22 03:07:32.468224 [ 276 ] {7f2b4f22-dbc3-4570-826f-d596a9878663} <Debug> TCPHandler: Processed in 0.002918358 sec. | ||
| 7478 | 2025.04.22 03:07:32.468484 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7479 | 2025.04.22 03:07:32.468590 [ 276 ] {5383ad34-b7f7-4339-a61d-a7875ef67e52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7480 | 2025.04.22 03:07:32.468638 [ 276 ] {5383ad34-b7f7-4339-a61d-a7875ef67e52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7481 | 2025.04.22 03:07:32.469104 [ 276 ] {5383ad34-b7f7-4339-a61d-a7875ef67e52} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7482 | 2025.04.22 03:07:32.469144 [ 276 ] {5383ad34-b7f7-4339-a61d-a7875ef67e52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7483 | 2025.04.22 03:07:32.469507 [ 276 ] {5383ad34-b7f7-4339-a61d-a7875ef67e52} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7484 | 2025.04.22 03:07:32.469741 [ 276 ] {5383ad34-b7f7-4339-a61d-a7875ef67e52} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7485 | 2025.04.22 03:07:32.469946 [ 276 ] {5383ad34-b7f7-4339-a61d-a7875ef67e52} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00138 sec., 59420.289855072464 rows/sec., 3.77 MiB/sec. | ||
| 7486 | 2025.04.22 03:07:32.469995 [ 276 ] {5383ad34-b7f7-4339-a61d-a7875ef67e52} <Debug> TCPHandler: Processed in 0.001571172 sec. | ||
| 7487 | 2025.04.22 03:07:34.467721 [ 88 ] {} <Debug> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 7488 | 2025.04.22 03:07:34.467804 [ 88 ] {} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7489 | 2025.04.22 03:07:34.467832 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7490 | 2025.04.22 03:07:34.468085 [ 198 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::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 | ||
| 7491 | 2025.04.22 03:07:34.468281 [ 198 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7492 | 2025.04.22 03:07:34.468324 [ 198 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 18 rows starting from the beginning of the part | ||
| 7493 | 2025.04.22 03:07:34.468421 [ 198 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part | ||
| 7494 | 2025.04.22 03:07:34.468511 [ 198 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
| 7495 | 2025.04.22 03:07:34.468765 [ 198 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part | ||
| 7496 | 2025.04.22 03:07:34.468885 [ 198 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 8 rows starting from the beginning of the part | ||
| 7497 | 2025.04.22 03:07:34.470007 [ 195 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002088325 sec., 17238.696084182302 rows/sec., 1.44 MiB/sec. | ||
| 7498 | 2025.04.22 03:07:34.470217 [ 197 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 7499 | 2025.04.22 03:07:34.470584 [ 197 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_13_3} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7500 | 2025.04.22 03:07:34.470674 [ 197 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_13_3} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 7501 | 2025.04.22 03:07:34.470779 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 7502 | 2025.04.22 03:07:35.673858 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7503 | 2025.04.22 03:07:35.674050 [ 276 ] {57a70ffa-1aad-4a88-9a82-65c3bdc30a8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7504 | 2025.04.22 03:07:35.674124 [ 276 ] {57a70ffa-1aad-4a88-9a82-65c3bdc30a8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7505 | 2025.04.22 03:07:35.674878 [ 276 ] {57a70ffa-1aad-4a88-9a82-65c3bdc30a8c} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7506 | 2025.04.22 03:07:35.674933 [ 276 ] {57a70ffa-1aad-4a88-9a82-65c3bdc30a8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7507 | 2025.04.22 03:07:35.675356 [ 276 ] {57a70ffa-1aad-4a88-9a82-65c3bdc30a8c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 7508 | 2025.04.22 03:07:35.675632 [ 276 ] {57a70ffa-1aad-4a88-9a82-65c3bdc30a8c} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7509 | 2025.04.22 03:07:35.675906 [ 276 ] {57a70ffa-1aad-4a88-9a82-65c3bdc30a8c} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.0019 sec., 2105.2631578947367 rows/sec., 171.67 KiB/sec. | ||
| 7510 | 2025.04.22 03:07:35.676099 [ 276 ] {57a70ffa-1aad-4a88-9a82-65c3bdc30a8c} <Debug> TCPHandler: Processed in 0.002368174 sec. | ||
| 7511 | 2025.04.22 03:07:35.676288 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7512 | 2025.04.22 03:07:35.676400 [ 276 ] {15a4675c-1da6-4fa3-89f8-2bf31493d4ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7513 | 2025.04.22 03:07:35.676450 [ 276 ] {15a4675c-1da6-4fa3-89f8-2bf31493d4ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7514 | 2025.04.22 03:07:35.677743 [ 276 ] {15a4675c-1da6-4fa3-89f8-2bf31493d4ff} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7515 | 2025.04.22 03:07:35.677795 [ 276 ] {15a4675c-1da6-4fa3-89f8-2bf31493d4ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7516 | 2025.04.22 03:07:35.678333 [ 276 ] {15a4675c-1da6-4fa3-89f8-2bf31493d4ff} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7517 | 2025.04.22 03:07:35.678579 [ 276 ] {15a4675c-1da6-4fa3-89f8-2bf31493d4ff} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7518 | 2025.04.22 03:07:35.678788 [ 276 ] {15a4675c-1da6-4fa3-89f8-2bf31493d4ff} <Debug> executeQuery: Read 1206 rows, 101.90 KiB in 0.002415 sec., 499378.88198757765 rows/sec., 41.20 MiB/sec. | ||
| 7519 | 2025.04.22 03:07:35.678848 [ 276 ] {15a4675c-1da6-4fa3-89f8-2bf31493d4ff} <Debug> TCPHandler: Processed in 0.00262267 sec. | ||
| 7520 | 2025.04.22 03:07:35.678964 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7521 | 2025.04.22 03:07:35.679069 [ 276 ] {d94f07f2-3d4a-4575-bd8b-872f7b033e4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7522 | 2025.04.22 03:07:35.679114 [ 276 ] {d94f07f2-3d4a-4575-bd8b-872f7b033e4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7523 | 2025.04.22 03:07:35.679633 [ 276 ] {d94f07f2-3d4a-4575-bd8b-872f7b033e4c} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7524 | 2025.04.22 03:07:35.679672 [ 276 ] {d94f07f2-3d4a-4575-bd8b-872f7b033e4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7525 | 2025.04.22 03:07:35.680012 [ 276 ] {d94f07f2-3d4a-4575-bd8b-872f7b033e4c} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7526 | 2025.04.22 03:07:35.680241 [ 276 ] {d94f07f2-3d4a-4575-bd8b-872f7b033e4c} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7527 | 2025.04.22 03:07:35.680401 [ 86 ] {} <Debug> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7528 | 2025.04.22 03:07:35.680464 [ 276 ] {d94f07f2-3d4a-4575-bd8b-872f7b033e4c} <Debug> executeQuery: Read 8 rows, 594.00 B in 0.001411 sec., 5669.7377746279235 rows/sec., 411.11 KiB/sec. | ||
| 7529 | 2025.04.22 03:07:35.680497 [ 86 ] {} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7530 | 2025.04.22 03:07:35.680581 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7531 | 2025.04.22 03:07:35.680588 [ 276 ] {d94f07f2-3d4a-4575-bd8b-872f7b033e4c} <Debug> TCPHandler: Processed in 0.001670385 sec. | ||
| 7532 | 2025.04.22 03:07:35.680808 [ 198 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::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 | ||
| 7533 | 2025.04.22 03:07:35.680818 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7534 | 2025.04.22 03:07:35.681068 [ 276 ] {5b9bc960-83da-4398-bcc6-e4297a2d288f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7535 | 2025.04.22 03:07:35.681082 [ 198 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7536 | 2025.04.22 03:07:35.681162 [ 276 ] {5b9bc960-83da-4398-bcc6-e4297a2d288f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7537 | 2025.04.22 03:07:35.681173 [ 198 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 164 rows starting from the beginning of the part | ||
| 7538 | 2025.04.22 03:07:35.681538 [ 198 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 4 rows starting from the beginning of the part | ||
| 7539 | 2025.04.22 03:07:35.681823 [ 198 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 150 rows starting from the beginning of the part | ||
| 7540 | 2025.04.22 03:07:35.682165 [ 198 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 4 rows starting from the beginning of the part | ||
| 7541 | 2025.04.22 03:07:35.682700 [ 198 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 142 rows starting from the beginning of the part | ||
| 7542 | 2025.04.22 03:07:35.683113 [ 198 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 8 rows starting from the beginning of the part | ||
| 7543 | 2025.04.22 03:07:35.684451 [ 276 ] {5b9bc960-83da-4398-bcc6-e4297a2d288f} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7544 | 2025.04.22 03:07:35.684537 [ 276 ] {5b9bc960-83da-4398-bcc6-e4297a2d288f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7545 | 2025.04.22 03:07:35.685572 [ 276 ] {5b9bc960-83da-4398-bcc6-e4297a2d288f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7546 | 2025.04.22 03:07:35.685988 [ 276 ] {5b9bc960-83da-4398-bcc6-e4297a2d288f} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7547 | 2025.04.22 03:07:35.686042 [ 188 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 472 rows, containing 5 columns (5 merged, 0 gathered) in 0.005349783 sec., 88227.87765410298 rows/sec., 5.92 MiB/sec. | ||
| 7548 | 2025.04.22 03:07:35.686278 [ 276 ] {5b9bc960-83da-4398-bcc6-e4297a2d288f} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.005305 sec., 42978.32233741753 rows/sec., 2.91 MiB/sec. | ||
| 7549 | 2025.04.22 03:07:35.686344 [ 195 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7550 | 2025.04.22 03:07:35.686358 [ 276 ] {5b9bc960-83da-4398-bcc6-e4297a2d288f} <Debug> TCPHandler: Processed in 0.00561841 sec. | ||
| 7551 | 2025.04.22 03:07:35.686487 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7552 | 2025.04.22 03:07:35.686606 [ 276 ] {e3544946-46e7-42d1-b55d-b945e1f08a4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7553 | 2025.04.22 03:07:35.686651 [ 276 ] {e3544946-46e7-42d1-b55d-b945e1f08a4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7554 | 2025.04.22 03:07:35.686712 [ 195 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_46_9} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7555 | 2025.04.22 03:07:35.686817 [ 195 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_46_9} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7556 | 2025.04.22 03:07:35.686948 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 7557 | 2025.04.22 03:07:35.687499 [ 276 ] {e3544946-46e7-42d1-b55d-b945e1f08a4e} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7558 | 2025.04.22 03:07:35.687537 [ 276 ] {e3544946-46e7-42d1-b55d-b945e1f08a4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7559 | 2025.04.22 03:07:35.687909 [ 276 ] {e3544946-46e7-42d1-b55d-b945e1f08a4e} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7560 | 2025.04.22 03:07:35.688149 [ 276 ] {e3544946-46e7-42d1-b55d-b945e1f08a4e} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7561 | 2025.04.22 03:07:35.688379 [ 276 ] {e3544946-46e7-42d1-b55d-b945e1f08a4e} <Debug> executeQuery: Read 528 rows, 40.05 KiB in 0.001786 sec., 295632.6987681971 rows/sec., 21.90 MiB/sec. | ||
| 7562 | 2025.04.22 03:07:35.688465 [ 276 ] {e3544946-46e7-42d1-b55d-b945e1f08a4e} <Debug> TCPHandler: Processed in 0.002027474 sec. | ||
| 7563 | 2025.04.22 03:07:35.688691 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7564 | 2025.04.22 03:07:35.688860 [ 276 ] {d4961f8c-2144-4318-b453-efd583820988} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7565 | 2025.04.22 03:07:35.688911 [ 276 ] {d4961f8c-2144-4318-b453-efd583820988} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7566 | 2025.04.22 03:07:35.689630 [ 276 ] {d4961f8c-2144-4318-b453-efd583820988} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7567 | 2025.04.22 03:07:35.689668 [ 276 ] {d4961f8c-2144-4318-b453-efd583820988} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7568 | 2025.04.22 03:07:35.690102 [ 276 ] {d4961f8c-2144-4318-b453-efd583820988} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7569 | 2025.04.22 03:07:35.690338 [ 276 ] {d4961f8c-2144-4318-b453-efd583820988} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7570 | 2025.04.22 03:07:35.690563 [ 276 ] {d4961f8c-2144-4318-b453-efd583820988} <Debug> executeQuery: Read 956 rows, 65.68 KiB in 0.001726 sec., 553881.8076477404 rows/sec., 37.16 MiB/sec. | ||
| 7571 | 2025.04.22 03:07:35.690655 [ 276 ] {d4961f8c-2144-4318-b453-efd583820988} <Debug> TCPHandler: Processed in 0.002065745 sec. | ||
| 7572 | 2025.04.22 03:07:35.690892 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7573 | 2025.04.22 03:07:35.691062 [ 276 ] {53e560df-0fd7-4dc2-8b81-ebdb451ddf88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7574 | 2025.04.22 03:07:35.691137 [ 276 ] {53e560df-0fd7-4dc2-8b81-ebdb451ddf88} <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 | ||
| 7575 | 2025.04.22 03:07:35.692146 [ 276 ] {53e560df-0fd7-4dc2-8b81-ebdb451ddf88} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7576 | 2025.04.22 03:07:35.692185 [ 276 ] {53e560df-0fd7-4dc2-8b81-ebdb451ddf88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7577 | 2025.04.22 03:07:35.692765 [ 276 ] {53e560df-0fd7-4dc2-8b81-ebdb451ddf88} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7578 | 2025.04.22 03:07:35.693025 [ 276 ] {53e560df-0fd7-4dc2-8b81-ebdb451ddf88} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7579 | 2025.04.22 03:07:35.693206 [ 86 ] {} <Debug> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7580 | 2025.04.22 03:07:35.693282 [ 86 ] {} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7581 | 2025.04.22 03:07:35.693305 [ 276 ] {53e560df-0fd7-4dc2-8b81-ebdb451ddf88} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002256 sec., 1773.0496453900707 rows/sec., 3.18 MiB/sec. | ||
| 7582 | 2025.04.22 03:07:35.693318 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7583 | 2025.04.22 03:07:35.694043 [ 276 ] {53e560df-0fd7-4dc2-8b81-ebdb451ddf88} <Debug> TCPHandler: Processed in 0.003237477 sec. | ||
| 7584 | 2025.04.22 03:07:35.694064 [ 188 ] {b231891b-dff1-435e-bddb-2ac39d181211::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 | ||
| 7585 | 2025.04.22 03:07:35.694635 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7586 | 2025.04.22 03:07:35.694904 [ 276 ] {1ddc735b-40b9-4285-aefc-2cc290d20821} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7587 | 2025.04.22 03:07:35.695026 [ 276 ] {1ddc735b-40b9-4285-aefc-2cc290d20821} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7588 | 2025.04.22 03:07:35.695244 [ 188 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7589 | 2025.04.22 03:07:35.695532 [ 188 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 899 rows starting from the beginning of the part | ||
| 7590 | 2025.04.22 03:07:35.696233 [ 188 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 4 rows starting from the beginning of the part | ||
| 7591 | 2025.04.22 03:07:35.697093 [ 188 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 36 rows starting from the beginning of the part | ||
| 7592 | 2025.04.22 03:07:35.697183 [ 276 ] {1ddc735b-40b9-4285-aefc-2cc290d20821} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7593 | 2025.04.22 03:07:35.697268 [ 276 ] {1ddc735b-40b9-4285-aefc-2cc290d20821} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7594 | 2025.04.22 03:07:35.697773 [ 188 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 4 rows starting from the beginning of the part | ||
| 7595 | 2025.04.22 03:07:35.698522 [ 188 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 36 rows starting from the beginning of the part | ||
| 7596 | 2025.04.22 03:07:35.699090 [ 276 ] {1ddc735b-40b9-4285-aefc-2cc290d20821} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7597 | 2025.04.22 03:07:35.699199 [ 188 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 4 rows starting from the beginning of the part | ||
| 7598 | 2025.04.22 03:07:35.699954 [ 276 ] {1ddc735b-40b9-4285-aefc-2cc290d20821} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7599 | 2025.04.22 03:07:35.700478 [ 276 ] {1ddc735b-40b9-4285-aefc-2cc290d20821} <Debug> executeQuery: Read 42 rows, 2.89 KiB in 0.005667 sec., 7411.3287453679195 rows/sec., 510.25 KiB/sec. | ||
| 7600 | 2025.04.22 03:07:35.700627 [ 276 ] {1ddc735b-40b9-4285-aefc-2cc290d20821} <Debug> TCPHandler: Processed in 0.006196736 sec. | ||
| 7601 | 2025.04.22 03:07:35.706765 [ 199 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 983 rows, containing 19 columns (19 merged, 0 gathered) in 0.013261654 sec., 74123.4841445871 rows/sec., 132.83 MiB/sec. | ||
| 7602 | 2025.04.22 03:07:35.707991 [ 186 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7603 | 2025.04.22 03:07:35.708427 [ 186 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7604 | 2025.04.22 03:07:35.708509 [ 186 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7605 | 2025.04.22 03:07:35.708656 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.14 MiB. | ||
| 7606 | 2025.04.22 03:07:35.806409 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16958 | ||
| 7607 | 2025.04.22 03:07:35.806924 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7608 | 2025.04.22 03:07:35.806961 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7609 | 2025.04.22 03:07:35.807415 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7610 | 2025.04.22 03:07:35.807651 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7611 | 2025.04.22 03:07:35.807882 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16958 | ||
| 7612 | 2025.04.22 03:07:36.000182 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 211.51 MiB, peak 221.78 MiB, free memory in arenas 0.00 B, will set to 213.74 MiB (RSS), difference: 2.23 MiB | ||
| 7613 | 2025.04.22 03:07:36.945138 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 | ||
| 7614 | 2025.04.22 03:07:36.962925 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7615 | 2025.04.22 03:07:36.962975 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7616 | 2025.04.22 03:07:36.969730 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7617 | 2025.04.22 03:07:36.970456 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7618 | 2025.04.22 03:07:36.973643 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279 | ||
| 7619 | 2025.04.22 03:07:37.430510 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7620 | 2025.04.22 03:07:37.430705 [ 276 ] {8e14302b-301e-423a-a6f2-0624d53df712} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7621 | 2025.04.22 03:07:37.430775 [ 276 ] {8e14302b-301e-423a-a6f2-0624d53df712} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7622 | 2025.04.22 03:07:37.431559 [ 276 ] {8e14302b-301e-423a-a6f2-0624d53df712} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7623 | 2025.04.22 03:07:37.431606 [ 276 ] {8e14302b-301e-423a-a6f2-0624d53df712} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7624 | 2025.04.22 03:07:37.432048 [ 276 ] {8e14302b-301e-423a-a6f2-0624d53df712} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7625 | 2025.04.22 03:07:37.432307 [ 276 ] {8e14302b-301e-423a-a6f2-0624d53df712} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7626 | 2025.04.22 03:07:37.432503 [ 276 ] {8e14302b-301e-423a-a6f2-0624d53df712} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001852 sec., 30237.580993520518 rows/sec., 2.32 MiB/sec. | ||
| 7627 | 2025.04.22 03:07:37.432562 [ 276 ] {8e14302b-301e-423a-a6f2-0624d53df712} <Debug> TCPHandler: Processed in 0.00221921 sec. | ||
| 7628 | 2025.04.22 03:07:37.432690 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7629 | 2025.04.22 03:07:37.432794 [ 276 ] {790891dc-a740-4796-82a5-50e2c46496b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7630 | 2025.04.22 03:07:37.432839 [ 276 ] {790891dc-a740-4796-82a5-50e2c46496b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7631 | 2025.04.22 03:07:37.433393 [ 276 ] {790891dc-a740-4796-82a5-50e2c46496b7} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7632 | 2025.04.22 03:07:37.433429 [ 276 ] {790891dc-a740-4796-82a5-50e2c46496b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7633 | 2025.04.22 03:07:37.433768 [ 276 ] {790891dc-a740-4796-82a5-50e2c46496b7} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7634 | 2025.04.22 03:07:37.434023 [ 276 ] {790891dc-a740-4796-82a5-50e2c46496b7} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7635 | 2025.04.22 03:07:37.434189 [ 276 ] {790891dc-a740-4796-82a5-50e2c46496b7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001418 sec., 45133.99153737658 rows/sec., 3.52 MiB/sec. | ||
| 7636 | 2025.04.22 03:07:37.434239 [ 276 ] {790891dc-a740-4796-82a5-50e2c46496b7} <Debug> TCPHandler: Processed in 0.001598203 sec. | ||
| 7637 | 2025.04.22 03:07:37.434362 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7638 | 2025.04.22 03:07:37.434467 [ 276 ] {fca4d729-10c2-4ba6-8bc2-6eb30aab2ec0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7639 | 2025.04.22 03:07:37.434515 [ 276 ] {fca4d729-10c2-4ba6-8bc2-6eb30aab2ec0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7640 | 2025.04.22 03:07:37.434970 [ 276 ] {fca4d729-10c2-4ba6-8bc2-6eb30aab2ec0} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7641 | 2025.04.22 03:07:37.435006 [ 276 ] {fca4d729-10c2-4ba6-8bc2-6eb30aab2ec0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7642 | 2025.04.22 03:07:37.435383 [ 276 ] {fca4d729-10c2-4ba6-8bc2-6eb30aab2ec0} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7643 | 2025.04.22 03:07:37.435620 [ 276 ] {fca4d729-10c2-4ba6-8bc2-6eb30aab2ec0} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7644 | 2025.04.22 03:07:37.435793 [ 276 ] {fca4d729-10c2-4ba6-8bc2-6eb30aab2ec0} <Debug> executeQuery: Read 52 rows, 3.70 KiB in 0.001346 sec., 38632.986627043094 rows/sec., 2.69 MiB/sec. | ||
| 7645 | 2025.04.22 03:07:37.435890 [ 276 ] {fca4d729-10c2-4ba6-8bc2-6eb30aab2ec0} <Debug> TCPHandler: Processed in 0.001574302 sec. | ||
| 7646 | 2025.04.22 03:07:37.436059 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7647 | 2025.04.22 03:07:37.436335 [ 276 ] {b40c608a-3b39-4caa-8ad7-5e2377399489} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7648 | 2025.04.22 03:07:37.436397 [ 276 ] {b40c608a-3b39-4caa-8ad7-5e2377399489} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7649 | 2025.04.22 03:07:37.436821 [ 276 ] {b40c608a-3b39-4caa-8ad7-5e2377399489} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7650 | 2025.04.22 03:07:37.436859 [ 276 ] {b40c608a-3b39-4caa-8ad7-5e2377399489} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7651 | 2025.04.22 03:07:37.437208 [ 276 ] {b40c608a-3b39-4caa-8ad7-5e2377399489} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7652 | 2025.04.22 03:07:37.437464 [ 276 ] {b40c608a-3b39-4caa-8ad7-5e2377399489} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7653 | 2025.04.22 03:07:37.437629 [ 276 ] {b40c608a-3b39-4caa-8ad7-5e2377399489} <Debug> executeQuery: Read 18 rows, 1.25 KiB in 0.00138 sec., 13043.478260869566 rows/sec., 905.09 KiB/sec. | ||
| 7654 | 2025.04.22 03:07:37.437675 [ 276 ] {b40c608a-3b39-4caa-8ad7-5e2377399489} <Debug> TCPHandler: Processed in 0.001714496 sec. | ||
| 7655 | 2025.04.22 03:07:38.382583 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1074 | ||
| 7656 | 2025.04.22 03:07:38.385859 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7657 | 2025.04.22 03:07:38.385901 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7658 | 2025.04.22 03:07:38.387298 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7659 | 2025.04.22 03:07:38.387592 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7660 | 2025.04.22 03:07:38.388441 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1074 | ||
| 7661 | 2025.04.22 03:07:42.443332 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7662 | 2025.04.22 03:07:42.443563 [ 276 ] {60a4ac98-51ab-406d-ba1e-b5684292762d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7663 | 2025.04.22 03:07:42.443647 [ 276 ] {60a4ac98-51ab-406d-ba1e-b5684292762d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7664 | 2025.04.22 03:07:42.444497 [ 276 ] {60a4ac98-51ab-406d-ba1e-b5684292762d} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7665 | 2025.04.22 03:07:42.444548 [ 276 ] {60a4ac98-51ab-406d-ba1e-b5684292762d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7666 | 2025.04.22 03:07:42.445005 [ 276 ] {60a4ac98-51ab-406d-ba1e-b5684292762d} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 7667 | 2025.04.22 03:07:42.445262 [ 276 ] {60a4ac98-51ab-406d-ba1e-b5684292762d} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7668 | 2025.04.22 03:07:42.445483 [ 276 ] {60a4ac98-51ab-406d-ba1e-b5684292762d} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001979 sec., 107124.81051035877 rows/sec., 6.81 MiB/sec. | ||
| 7669 | 2025.04.22 03:07:42.445539 [ 276 ] {60a4ac98-51ab-406d-ba1e-b5684292762d} <Debug> TCPHandler: Processed in 0.002347733 sec. | ||
| 7670 | 2025.04.22 03:07:42.445667 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7671 | 2025.04.22 03:07:42.445772 [ 276 ] {7a79ce59-eb10-4853-af93-4787754289df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7672 | 2025.04.22 03:07:42.445818 [ 276 ] {7a79ce59-eb10-4853-af93-4787754289df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7673 | 2025.04.22 03:07:42.446685 [ 276 ] {7a79ce59-eb10-4853-af93-4787754289df} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7674 | 2025.04.22 03:07:42.446725 [ 276 ] {7a79ce59-eb10-4853-af93-4787754289df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7675 | 2025.04.22 03:07:42.447129 [ 276 ] {7a79ce59-eb10-4853-af93-4787754289df} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7676 | 2025.04.22 03:07:42.447376 [ 276 ] {7a79ce59-eb10-4853-af93-4787754289df} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7677 | 2025.04.22 03:07:42.447559 [ 77 ] {} <Debug> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7678 | 2025.04.22 03:07:42.447599 [ 276 ] {7a79ce59-eb10-4853-af93-4787754289df} <Debug> executeQuery: Read 689 rows, 56.23 KiB in 0.001848 sec., 372835.49783549784 rows/sec., 29.71 MiB/sec. | ||
| 7679 | 2025.04.22 03:07:42.447652 [ 77 ] {} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7680 | 2025.04.22 03:07:42.447717 [ 276 ] {7a79ce59-eb10-4853-af93-4787754289df} <Debug> TCPHandler: Processed in 0.002097966 sec. | ||
| 7681 | 2025.04.22 03:07:42.447724 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7682 | 2025.04.22 03:07:42.447913 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7683 | 2025.04.22 03:07:42.447980 [ 200 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::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 | ||
| 7684 | 2025.04.22 03:07:42.448056 [ 276 ] {9aa0b427-8278-4ca6-b446-ce7a0c789902} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7685 | 2025.04.22 03:07:42.448150 [ 276 ] {9aa0b427-8278-4ca6-b446-ce7a0c789902} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7686 | 2025.04.22 03:07:42.448402 [ 200 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7687 | 2025.04.22 03:07:42.448497 [ 200 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1846 rows starting from the beginning of the part | ||
| 7688 | 2025.04.22 03:07:42.448865 [ 200 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::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 | ||
| 7689 | 2025.04.22 03:07:42.449242 [ 200 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 689 rows starting from the beginning of the part | ||
| 7690 | 2025.04.22 03:07:42.449738 [ 200 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 1206 rows starting from the beginning of the part | ||
| 7691 | 2025.04.22 03:07:42.450128 [ 200 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 56 rows starting from the beginning of the part | ||
| 7692 | 2025.04.22 03:07:42.450222 [ 200 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 689 rows starting from the beginning of the part | ||
| 7693 | 2025.04.22 03:07:42.451246 [ 276 ] {9aa0b427-8278-4ca6-b446-ce7a0c789902} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7694 | 2025.04.22 03:07:42.451313 [ 276 ] {9aa0b427-8278-4ca6-b446-ce7a0c789902} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 7695 | 2025.04.22 03:07:42.452143 [ 276 ] {9aa0b427-8278-4ca6-b446-ce7a0c789902} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 7696 | 2025.04.22 03:07:42.452677 [ 276 ] {9aa0b427-8278-4ca6-b446-ce7a0c789902} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7697 | 2025.04.22 03:07:42.453178 [ 276 ] {9aa0b427-8278-4ca6-b446-ce7a0c789902} <Debug> executeQuery: Read 142 rows, 9.09 KiB in 0.005145 sec., 27599.61127308066 rows/sec., 1.73 MiB/sec. | ||
| 7698 | 2025.04.22 03:07:42.453384 [ 276 ] {9aa0b427-8278-4ca6-b446-ce7a0c789902} <Debug> TCPHandler: Processed in 0.00558006 sec. | ||
| 7699 | 2025.04.22 03:07:42.453668 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7700 | 2025.04.22 03:07:42.453793 [ 276 ] {bdb534dc-8d16-405a-8cb0-ee140efdbe82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7701 | 2025.04.22 03:07:42.453890 [ 276 ] {bdb534dc-8d16-405a-8cb0-ee140efdbe82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7702 | 2025.04.22 03:07:42.454374 [ 200 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4550 rows, containing 5 columns (5 merged, 0 gathered) in 0.006521824 sec., 697657.5878159238 rows/sec., 59.29 MiB/sec. | ||
| 7703 | 2025.04.22 03:07:42.454691 [ 200 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7704 | 2025.04.22 03:07:42.455313 [ 276 ] {bdb534dc-8d16-405a-8cb0-ee140efdbe82} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7705 | 2025.04.22 03:07:42.455381 [ 276 ] {bdb534dc-8d16-405a-8cb0-ee140efdbe82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7706 | 2025.04.22 03:07:42.455389 [ 200 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_61_12} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7707 | 2025.04.22 03:07:42.455612 [ 200 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_61_12} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7708 | 2025.04.22 03:07:42.455773 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. | ||
| 7709 | 2025.04.22 03:07:42.455983 [ 276 ] {bdb534dc-8d16-405a-8cb0-ee140efdbe82} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7710 | 2025.04.22 03:07:42.456245 [ 276 ] {bdb534dc-8d16-405a-8cb0-ee140efdbe82} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7711 | 2025.04.22 03:07:42.456506 [ 276 ] {bdb534dc-8d16-405a-8cb0-ee140efdbe82} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002738 sec., 41271.00073046019 rows/sec., 2.67 MiB/sec. | ||
| 7712 | 2025.04.22 03:07:42.456731 [ 276 ] {bdb534dc-8d16-405a-8cb0-ee140efdbe82} <Debug> TCPHandler: Processed in 0.003167774 sec. | ||
| 7713 | 2025.04.22 03:07:42.456943 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7714 | 2025.04.22 03:07:42.457049 [ 276 ] {62414d43-908b-4c00-92ab-1ae6432c6c96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7715 | 2025.04.22 03:07:42.457095 [ 276 ] {62414d43-908b-4c00-92ab-1ae6432c6c96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7716 | 2025.04.22 03:07:42.457679 [ 276 ] {62414d43-908b-4c00-92ab-1ae6432c6c96} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7717 | 2025.04.22 03:07:42.457718 [ 276 ] {62414d43-908b-4c00-92ab-1ae6432c6c96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7718 | 2025.04.22 03:07:42.458071 [ 276 ] {62414d43-908b-4c00-92ab-1ae6432c6c96} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 7719 | 2025.04.22 03:07:42.458306 [ 276 ] {62414d43-908b-4c00-92ab-1ae6432c6c96} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7720 | 2025.04.22 03:07:42.458505 [ 276 ] {62414d43-908b-4c00-92ab-1ae6432c6c96} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001479 sec., 75726.84246112237 rows/sec., 4.31 MiB/sec. | ||
| 7721 | 2025.04.22 03:07:42.458557 [ 276 ] {62414d43-908b-4c00-92ab-1ae6432c6c96} <Debug> TCPHandler: Processed in 0.001682755 sec. | ||
| 7722 | 2025.04.22 03:07:42.458676 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7723 | 2025.04.22 03:07:42.458780 [ 276 ] {334af270-5a02-4cd0-a178-36e0dabb18da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7724 | 2025.04.22 03:07:42.458825 [ 276 ] {334af270-5a02-4cd0-a178-36e0dabb18da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7725 | 2025.04.22 03:07:42.459503 [ 276 ] {334af270-5a02-4cd0-a178-36e0dabb18da} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7726 | 2025.04.22 03:07:42.459542 [ 276 ] {334af270-5a02-4cd0-a178-36e0dabb18da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7727 | 2025.04.22 03:07:42.459909 [ 276 ] {334af270-5a02-4cd0-a178-36e0dabb18da} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7728 | 2025.04.22 03:07:42.460148 [ 276 ] {334af270-5a02-4cd0-a178-36e0dabb18da} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7729 | 2025.04.22 03:07:42.460315 [ 77 ] {} <Debug> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7730 | 2025.04.22 03:07:42.460366 [ 276 ] {334af270-5a02-4cd0-a178-36e0dabb18da} <Debug> executeQuery: Read 418 rows, 30.47 KiB in 0.001602 sec., 260923.84519350814 rows/sec., 18.57 MiB/sec. | ||
| 7731 | 2025.04.22 03:07:42.460376 [ 77 ] {} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7732 | 2025.04.22 03:07:42.460451 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7733 | 2025.04.22 03:07:42.460505 [ 276 ] {334af270-5a02-4cd0-a178-36e0dabb18da} <Debug> TCPHandler: Processed in 0.00187981 sec. | ||
| 7734 | 2025.04.22 03:07:42.460751 [ 199 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::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 | ||
| 7735 | 2025.04.22 03:07:42.460763 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7736 | 2025.04.22 03:07:42.461125 [ 276 ] {966c1b67-3fd7-491f-ba58-9ed4f64fac09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7737 | 2025.04.22 03:07:42.461209 [ 199 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7738 | 2025.04.22 03:07:42.461324 [ 276 ] {966c1b67-3fd7-491f-ba58-9ed4f64fac09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7739 | 2025.04.22 03:07:42.461329 [ 199 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 914 rows starting from the beginning of the part | ||
| 7740 | 2025.04.22 03:07:42.461743 [ 199 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 68 rows starting from the beginning of the part | ||
| 7741 | 2025.04.22 03:07:42.462268 [ 199 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 418 rows starting from the beginning of the part | ||
| 7742 | 2025.04.22 03:07:42.462721 [ 199 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 528 rows starting from the beginning of the part | ||
| 7743 | 2025.04.22 03:07:42.463111 [ 199 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 64 rows starting from the beginning of the part | ||
| 7744 | 2025.04.22 03:07:42.463548 [ 199 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 418 rows starting from the beginning of the part | ||
| 7745 | 2025.04.22 03:07:42.464324 [ 276 ] {966c1b67-3fd7-491f-ba58-9ed4f64fac09} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7746 | 2025.04.22 03:07:42.464368 [ 276 ] {966c1b67-3fd7-491f-ba58-9ed4f64fac09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 7747 | 2025.04.22 03:07:42.464921 [ 276 ] {966c1b67-3fd7-491f-ba58-9ed4f64fac09} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 7748 | 2025.04.22 03:07:42.465232 [ 276 ] {966c1b67-3fd7-491f-ba58-9ed4f64fac09} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7749 | 2025.04.22 03:07:42.465549 [ 276 ] {966c1b67-3fd7-491f-ba58-9ed4f64fac09} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004561 sec., 1315.50098662574 rows/sec., 68.73 KiB/sec. | ||
| 7750 | 2025.04.22 03:07:42.465980 [ 276 ] {966c1b67-3fd7-491f-ba58-9ed4f64fac09} <Debug> TCPHandler: Processed in 0.005304332 sec. | ||
| 7751 | 2025.04.22 03:07:42.466437 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7752 | 2025.04.22 03:07:42.466676 [ 199 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2410 rows, containing 5 columns (5 merged, 0 gathered) in 0.006110643 sec., 394393.84693231137 rows/sec., 30.20 MiB/sec. | ||
| 7753 | 2025.04.22 03:07:42.466715 [ 276 ] {8f06d28d-1ce1-403c-a912-be3c4e42a4fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7754 | 2025.04.22 03:07:42.466768 [ 276 ] {8f06d28d-1ce1-403c-a912-be3c4e42a4fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7755 | 2025.04.22 03:07:42.466843 [ 199 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7756 | 2025.04.22 03:07:42.467214 [ 199 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_61_12} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7757 | 2025.04.22 03:07:42.467339 [ 199 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_61_12} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7758 | 2025.04.22 03:07:42.467430 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 7759 | 2025.04.22 03:07:42.467535 [ 276 ] {8f06d28d-1ce1-403c-a912-be3c4e42a4fa} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7760 | 2025.04.22 03:07:42.467572 [ 276 ] {8f06d28d-1ce1-403c-a912-be3c4e42a4fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7761 | 2025.04.22 03:07:42.467954 [ 276 ] {8f06d28d-1ce1-403c-a912-be3c4e42a4fa} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7762 | 2025.04.22 03:07:42.468201 [ 276 ] {8f06d28d-1ce1-403c-a912-be3c4e42a4fa} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7763 | 2025.04.22 03:07:42.468369 [ 77 ] {} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7764 | 2025.04.22 03:07:42.468434 [ 77 ] {} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7765 | 2025.04.22 03:07:42.468434 [ 276 ] {8f06d28d-1ce1-403c-a912-be3c4e42a4fa} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00175 sec., 135428.57142857142 rows/sec., 9.08 MiB/sec. | ||
| 7766 | 2025.04.22 03:07:42.468470 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7767 | 2025.04.22 03:07:42.468592 [ 276 ] {8f06d28d-1ce1-403c-a912-be3c4e42a4fa} <Debug> TCPHandler: Processed in 0.002298231 sec. | ||
| 7768 | 2025.04.22 03:07:42.468812 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::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 | ||
| 7769 | 2025.04.22 03:07:42.468840 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7770 | 2025.04.22 03:07:42.469198 [ 276 ] {385a502c-74bc-46e0-bbde-5b4610f96873} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7771 | 2025.04.22 03:07:42.469303 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7772 | 2025.04.22 03:07:42.469385 [ 276 ] {385a502c-74bc-46e0-bbde-5b4610f96873} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7773 | 2025.04.22 03:07:42.469432 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 16996 rows starting from the beginning of the part | ||
| 7774 | 2025.04.22 03:07:42.469846 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 160 rows starting from the beginning of the part | ||
| 7775 | 2025.04.22 03:07:42.470286 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::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 | ||
| 7776 | 2025.04.22 03:07:42.470873 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 956 rows starting from the beginning of the part | ||
| 7777 | 2025.04.22 03:07:42.471329 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 52 rows starting from the beginning of the part | ||
| 7778 | 2025.04.22 03:07:42.471754 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 237 rows starting from the beginning of the part | ||
| 7779 | 2025.04.22 03:07:42.472657 [ 276 ] {385a502c-74bc-46e0-bbde-5b4610f96873} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7780 | 2025.04.22 03:07:42.472700 [ 276 ] {385a502c-74bc-46e0-bbde-5b4610f96873} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 7781 | 2025.04.22 03:07:42.473148 [ 276 ] {385a502c-74bc-46e0-bbde-5b4610f96873} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 7782 | 2025.04.22 03:07:42.473413 [ 276 ] {385a502c-74bc-46e0-bbde-5b4610f96873} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7783 | 2025.04.22 03:07:42.473679 [ 276 ] {385a502c-74bc-46e0-bbde-5b4610f96873} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004606 sec., 217.10811984368215 rows/sec., 14.63 KiB/sec. | ||
| 7784 | 2025.04.22 03:07:42.473770 [ 276 ] {385a502c-74bc-46e0-bbde-5b4610f96873} <Debug> TCPHandler: Processed in 0.004992683 sec. | ||
| 7785 | 2025.04.22 03:07:42.473894 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7786 | 2025.04.22 03:07:42.474030 [ 276 ] {a1dd6cf1-b463-4980-9e76-8e796ba0589e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7787 | 2025.04.22 03:07:42.474145 [ 276 ] {a1dd6cf1-b463-4980-9e76-8e796ba0589e} <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 | ||
| 7788 | 2025.04.22 03:07:42.475681 [ 276 ] {a1dd6cf1-b463-4980-9e76-8e796ba0589e} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7789 | 2025.04.22 03:07:42.475720 [ 276 ] {a1dd6cf1-b463-4980-9e76-8e796ba0589e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 7790 | 2025.04.22 03:07:42.476569 [ 276 ] {a1dd6cf1-b463-4980-9e76-8e796ba0589e} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 7791 | 2025.04.22 03:07:42.476851 [ 276 ] {a1dd6cf1-b463-4980-9e76-8e796ba0589e} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7792 | 2025.04.22 03:07:42.477196 [ 276 ] {a1dd6cf1-b463-4980-9e76-8e796ba0589e} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.003203 sec., 11239.46300343428 rows/sec., 20.14 MiB/sec. | ||
| 7793 | 2025.04.22 03:07:42.478178 [ 276 ] {a1dd6cf1-b463-4980-9e76-8e796ba0589e} <Debug> TCPHandler: Processed in 0.004332066 sec. | ||
| 7794 | 2025.04.22 03:07:42.478707 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7795 | 2025.04.22 03:07:42.478753 [ 193 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18638 rows, containing 5 columns (5 merged, 0 gathered) in 0.010143611 sec., 1837412.7320142698 rows/sec., 124.24 MiB/sec. | ||
| 7796 | 2025.04.22 03:07:42.478843 [ 276 ] {09195c8f-e10e-4d3d-9a2d-67d921772abb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7797 | 2025.04.22 03:07:42.478900 [ 276 ] {09195c8f-e10e-4d3d-9a2d-67d921772abb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7798 | 2025.04.22 03:07:42.479131 [ 193 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7799 | 2025.04.22 03:07:42.479754 [ 276 ] {09195c8f-e10e-4d3d-9a2d-67d921772abb} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7800 | 2025.04.22 03:07:42.479765 [ 193 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7801 | 2025.04.22 03:07:42.479813 [ 276 ] {09195c8f-e10e-4d3d-9a2d-67d921772abb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7802 | 2025.04.22 03:07:42.479941 [ 193 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7803 | 2025.04.22 03:07:42.480116 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.16 MiB. | ||
| 7804 | 2025.04.22 03:07:42.480399 [ 276 ] {09195c8f-e10e-4d3d-9a2d-67d921772abb} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7805 | 2025.04.22 03:07:42.480655 [ 276 ] {09195c8f-e10e-4d3d-9a2d-67d921772abb} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7806 | 2025.04.22 03:07:42.480837 [ 77 ] {} <Debug> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7807 | 2025.04.22 03:07:42.480895 [ 276 ] {09195c8f-e10e-4d3d-9a2d-67d921772abb} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00208 sec., 39423.07692307693 rows/sec., 2.50 MiB/sec. | ||
| 7808 | 2025.04.22 03:07:42.480901 [ 77 ] {} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7809 | 2025.04.22 03:07:42.480987 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7810 | 2025.04.22 03:07:42.481020 [ 276 ] {09195c8f-e10e-4d3d-9a2d-67d921772abb} <Debug> TCPHandler: Processed in 0.002401284 sec. | ||
| 7811 | 2025.04.22 03:07:42.481158 [ 191 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::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 | ||
| 7812 | 2025.04.22 03:07:42.481255 [ 191 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7813 | 2025.04.22 03:07:42.481284 [ 191 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3182 rows starting from the beginning of the part | ||
| 7814 | 2025.04.22 03:07:42.481379 [ 191 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 60 rows starting from the beginning of the part | ||
| 7815 | 2025.04.22 03:07:42.481588 [ 191 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::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 | ||
| 7816 | 2025.04.22 03:07:42.481795 [ 191 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 42 rows starting from the beginning of the part | ||
| 7817 | 2025.04.22 03:07:42.481934 [ 191 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 18 rows starting from the beginning of the part | ||
| 7818 | 2025.04.22 03:07:42.482099 [ 191 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 82 rows starting from the beginning of the part | ||
| 7819 | 2025.04.22 03:07:42.483528 [ 190 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3466 rows, containing 4 columns (4 merged, 0 gathered) in 0.002429225 sec., 1426792.495548992 rows/sec., 93.78 MiB/sec. | ||
| 7820 | 2025.04.22 03:07:42.483875 [ 189 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7821 | 2025.04.22 03:07:42.484196 [ 189 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_61_12} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7822 | 2025.04.22 03:07:42.484281 [ 189 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_61_12} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7823 | 2025.04.22 03:07:42.484367 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
| 7824 | 2025.04.22 03:07:43.179243 [ 77 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7825 | 2025.04.22 03:07:43.179326 [ 77 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7826 | 2025.04.22 03:07:43.308002 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17446 | ||
| 7827 | 2025.04.22 03:07:43.308654 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7828 | 2025.04.22 03:07:43.308693 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 7829 | 2025.04.22 03:07:43.309214 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7830 | 2025.04.22 03:07:43.309483 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7831 | 2025.04.22 03:07:43.309666 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446 | ||
| 7832 | 2025.04.22 03:07:44.473707 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 | ||
| 7833 | 2025.04.22 03:07:44.493439 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7834 | 2025.04.22 03:07:44.493493 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 7835 | 2025.04.22 03:07:44.500572 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7836 | 2025.04.22 03:07:44.501344 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7837 | 2025.04.22 03:07:44.504547 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287 | ||
| 7838 | 2025.04.22 03:07:47.436348 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7839 | 2025.04.22 03:07:47.436540 [ 276 ] {4c556305-09b5-4d7f-a236-502d5d83d571} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7840 | 2025.04.22 03:07:47.436610 [ 276 ] {4c556305-09b5-4d7f-a236-502d5d83d571} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7841 | 2025.04.22 03:07:47.437394 [ 276 ] {4c556305-09b5-4d7f-a236-502d5d83d571} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7842 | 2025.04.22 03:07:47.437444 [ 276 ] {4c556305-09b5-4d7f-a236-502d5d83d571} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 7843 | 2025.04.22 03:07:47.437865 [ 276 ] {4c556305-09b5-4d7f-a236-502d5d83d571} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7844 | 2025.04.22 03:07:47.438119 [ 276 ] {4c556305-09b5-4d7f-a236-502d5d83d571} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7845 | 2025.04.22 03:07:47.438322 [ 276 ] {4c556305-09b5-4d7f-a236-502d5d83d571} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.001834 sec., 34896.40130861505 rows/sec., 2.76 MiB/sec. | ||
| 7846 | 2025.04.22 03:07:47.438430 [ 276 ] {4c556305-09b5-4d7f-a236-502d5d83d571} <Debug> TCPHandler: Processed in 0.002209799 sec. | ||
| 7847 | 2025.04.22 03:07:47.438612 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7848 | 2025.04.22 03:07:47.438788 [ 276 ] {d0cca552-f94d-4df0-a216-d14753f3dfaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7849 | 2025.04.22 03:07:47.438835 [ 276 ] {d0cca552-f94d-4df0-a216-d14753f3dfaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7850 | 2025.04.22 03:07:47.439358 [ 276 ] {d0cca552-f94d-4df0-a216-d14753f3dfaf} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7851 | 2025.04.22 03:07:47.439405 [ 276 ] {d0cca552-f94d-4df0-a216-d14753f3dfaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 7852 | 2025.04.22 03:07:47.439740 [ 276 ] {d0cca552-f94d-4df0-a216-d14753f3dfaf} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 7853 | 2025.04.22 03:07:47.439975 [ 276 ] {d0cca552-f94d-4df0-a216-d14753f3dfaf} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7854 | 2025.04.22 03:07:47.440174 [ 276 ] {d0cca552-f94d-4df0-a216-d14753f3dfaf} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001416 sec., 2824.858757062147 rows/sec., 212.42 KiB/sec. | ||
| 7855 | 2025.04.22 03:07:47.440226 [ 276 ] {d0cca552-f94d-4df0-a216-d14753f3dfaf} <Debug> TCPHandler: Processed in 0.001710096 sec. | ||
| 7856 | 2025.04.22 03:07:47.440341 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7857 | 2025.04.22 03:07:47.440443 [ 276 ] {a9475297-24d7-4a4b-bac4-989daf60324f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7858 | 2025.04.22 03:07:47.440492 [ 276 ] {a9475297-24d7-4a4b-bac4-989daf60324f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7859 | 2025.04.22 03:07:47.441042 [ 276 ] {a9475297-24d7-4a4b-bac4-989daf60324f} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7860 | 2025.04.22 03:07:47.441080 [ 276 ] {a9475297-24d7-4a4b-bac4-989daf60324f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 7861 | 2025.04.22 03:07:47.441416 [ 276 ] {a9475297-24d7-4a4b-bac4-989daf60324f} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7862 | 2025.04.22 03:07:47.441640 [ 276 ] {a9475297-24d7-4a4b-bac4-989daf60324f} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7863 | 2025.04.22 03:07:47.441815 [ 276 ] {a9475297-24d7-4a4b-bac4-989daf60324f} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001392 sec., 48850.574712643676 rows/sec., 3.81 MiB/sec. | ||
| 7864 | 2025.04.22 03:07:47.441903 [ 276 ] {a9475297-24d7-4a4b-bac4-989daf60324f} <Debug> TCPHandler: Processed in 0.001606403 sec. | ||
| 7865 | 2025.04.22 03:07:47.442050 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7866 | 2025.04.22 03:07:47.442317 [ 276 ] {ea3b5a70-15dd-4372-ac5c-625d0bd28d48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7867 | 2025.04.22 03:07:47.442379 [ 276 ] {ea3b5a70-15dd-4372-ac5c-625d0bd28d48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7868 | 2025.04.22 03:07:47.442906 [ 276 ] {ea3b5a70-15dd-4372-ac5c-625d0bd28d48} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7869 | 2025.04.22 03:07:47.442945 [ 276 ] {ea3b5a70-15dd-4372-ac5c-625d0bd28d48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 7870 | 2025.04.22 03:07:47.443309 [ 276 ] {ea3b5a70-15dd-4372-ac5c-625d0bd28d48} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7871 | 2025.04.22 03:07:47.443546 [ 276 ] {ea3b5a70-15dd-4372-ac5c-625d0bd28d48} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7872 | 2025.04.22 03:07:47.443726 [ 276 ] {ea3b5a70-15dd-4372-ac5c-625d0bd28d48} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001505 sec., 106312.29235880398 rows/sec., 7.40 MiB/sec. | ||
| 7873 | 2025.04.22 03:07:47.443775 [ 276 ] {ea3b5a70-15dd-4372-ac5c-625d0bd28d48} <Debug> TCPHandler: Processed in 0.001794518 sec. | ||
| 7874 | 2025.04.22 03:07:47.443889 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7875 | 2025.04.22 03:07:47.443993 [ 276 ] {32ae5397-70ea-4d6b-8ba3-29b0623fee6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7876 | 2025.04.22 03:07:47.444058 [ 276 ] {32ae5397-70ea-4d6b-8ba3-29b0623fee6e} <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 | ||
| 7877 | 2025.04.22 03:07:47.445047 [ 276 ] {32ae5397-70ea-4d6b-8ba3-29b0623fee6e} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7878 | 2025.04.22 03:07:47.445086 [ 276 ] {32ae5397-70ea-4d6b-8ba3-29b0623fee6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 7879 | 2025.04.22 03:07:47.445657 [ 276 ] {32ae5397-70ea-4d6b-8ba3-29b0623fee6e} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 7880 | 2025.04.22 03:07:47.445901 [ 276 ] {32ae5397-70ea-4d6b-8ba3-29b0623fee6e} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7881 | 2025.04.22 03:07:47.446110 [ 276 ] {32ae5397-70ea-4d6b-8ba3-29b0623fee6e} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002138 sec., 1870.9073900841906 rows/sec., 3.35 MiB/sec. | ||
| 7882 | 2025.04.22 03:07:47.446198 [ 276 ] {32ae5397-70ea-4d6b-8ba3-29b0623fee6e} <Debug> TCPHandler: Processed in 0.002356843 sec. | ||
| 7883 | 2025.04.22 03:07:47.446319 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7884 | 2025.04.22 03:07:47.446422 [ 276 ] {b0fcd155-c430-4c1c-b6e7-0779e110d089} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7885 | 2025.04.22 03:07:47.446466 [ 276 ] {b0fcd155-c430-4c1c-b6e7-0779e110d089} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7886 | 2025.04.22 03:07:47.446881 [ 276 ] {b0fcd155-c430-4c1c-b6e7-0779e110d089} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7887 | 2025.04.22 03:07:47.446919 [ 276 ] {b0fcd155-c430-4c1c-b6e7-0779e110d089} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 7888 | 2025.04.22 03:07:47.447264 [ 276 ] {b0fcd155-c430-4c1c-b6e7-0779e110d089} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7889 | 2025.04.22 03:07:47.447510 [ 276 ] {b0fcd155-c430-4c1c-b6e7-0779e110d089} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7890 | 2025.04.22 03:07:47.447689 [ 276 ] {b0fcd155-c430-4c1c-b6e7-0779e110d089} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001289 sec., 46547.71140418929 rows/sec., 3.14 MiB/sec. | ||
| 7891 | 2025.04.22 03:07:47.447737 [ 276 ] {b0fcd155-c430-4c1c-b6e7-0779e110d089} <Debug> TCPHandler: Processed in 0.00146636 sec. | ||
| 7892 | 2025.04.22 03:07:48.388672 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1108 | ||
| 7893 | 2025.04.22 03:07:48.391835 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7894 | 2025.04.22 03:07:48.391899 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 7895 | 2025.04.22 03:07:48.393360 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7896 | 2025.04.22 03:07:48.393672 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7897 | 2025.04.22 03:07:48.394321 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1108 | ||
| 7898 | 2025.04.22 03:07:50.809787 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17873 | ||
| 7899 | 2025.04.22 03:07:50.810450 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7900 | 2025.04.22 03:07:50.810507 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 7901 | 2025.04.22 03:07:50.811023 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7902 | 2025.04.22 03:07:50.811298 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7903 | 2025.04.22 03:07:50.811559 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17873 | ||
| 7904 | 2025.04.22 03:07:52.004612 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 | ||
| 7905 | 2025.04.22 03:07:52.024900 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7906 | 2025.04.22 03:07:52.024957 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 7907 | 2025.04.22 03:07:52.032130 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7908 | 2025.04.22 03:07:52.032898 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7909 | 2025.04.22 03:07:52.035467 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294 | ||
| 7910 | 2025.04.22 03:07:52.444072 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7911 | 2025.04.22 03:07:52.444262 [ 276 ] {0f67f8a5-6252-4f9d-b1b2-d78abc728900} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7912 | 2025.04.22 03:07:52.444334 [ 276 ] {0f67f8a5-6252-4f9d-b1b2-d78abc728900} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7913 | 2025.04.22 03:07:52.445167 [ 276 ] {0f67f8a5-6252-4f9d-b1b2-d78abc728900} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7914 | 2025.04.22 03:07:52.445217 [ 276 ] {0f67f8a5-6252-4f9d-b1b2-d78abc728900} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 7915 | 2025.04.22 03:07:52.445667 [ 276 ] {0f67f8a5-6252-4f9d-b1b2-d78abc728900} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 7916 | 2025.04.22 03:07:52.445933 [ 276 ] {0f67f8a5-6252-4f9d-b1b2-d78abc728900} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7917 | 2025.04.22 03:07:52.446158 [ 276 ] {0f67f8a5-6252-4f9d-b1b2-d78abc728900} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001949 sec., 108773.73011800923 rows/sec., 6.92 MiB/sec. | ||
| 7918 | 2025.04.22 03:07:52.446212 [ 276 ] {0f67f8a5-6252-4f9d-b1b2-d78abc728900} <Debug> TCPHandler: Processed in 0.002272191 sec. | ||
| 7919 | 2025.04.22 03:07:52.446338 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7920 | 2025.04.22 03:07:52.446443 [ 276 ] {ec1e1d7e-218d-4846-9267-fb58988a7a8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7921 | 2025.04.22 03:07:52.446488 [ 276 ] {ec1e1d7e-218d-4846-9267-fb58988a7a8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7922 | 2025.04.22 03:07:52.446987 [ 276 ] {ec1e1d7e-218d-4846-9267-fb58988a7a8c} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7923 | 2025.04.22 03:07:52.447027 [ 276 ] {ec1e1d7e-218d-4846-9267-fb58988a7a8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 7924 | 2025.04.22 03:07:52.447366 [ 276 ] {ec1e1d7e-218d-4846-9267-fb58988a7a8c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 7925 | 2025.04.22 03:07:52.447616 [ 276 ] {ec1e1d7e-218d-4846-9267-fb58988a7a8c} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7926 | 2025.04.22 03:07:52.447842 [ 276 ] {ec1e1d7e-218d-4846-9267-fb58988a7a8c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00141 sec., 1418.4397163120568 rows/sec., 115.66 KiB/sec. | ||
| 7927 | 2025.04.22 03:07:52.447937 [ 276 ] {ec1e1d7e-218d-4846-9267-fb58988a7a8c} <Debug> TCPHandler: Processed in 0.001645364 sec. | ||
| 7928 | 2025.04.22 03:07:52.448143 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7929 | 2025.04.22 03:07:52.448248 [ 276 ] {1f19b482-efa0-4bce-a37f-5866873b9d91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7930 | 2025.04.22 03:07:52.448294 [ 276 ] {1f19b482-efa0-4bce-a37f-5866873b9d91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7931 | 2025.04.22 03:07:52.449173 [ 276 ] {1f19b482-efa0-4bce-a37f-5866873b9d91} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7932 | 2025.04.22 03:07:52.449213 [ 276 ] {1f19b482-efa0-4bce-a37f-5866873b9d91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 7933 | 2025.04.22 03:07:52.449606 [ 276 ] {1f19b482-efa0-4bce-a37f-5866873b9d91} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7934 | 2025.04.22 03:07:52.449851 [ 276 ] {1f19b482-efa0-4bce-a37f-5866873b9d91} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7935 | 2025.04.22 03:07:52.450077 [ 276 ] {1f19b482-efa0-4bce-a37f-5866873b9d91} <Debug> executeQuery: Read 690 rows, 56.30 KiB in 0.001849 sec., 373174.6890210925 rows/sec., 29.74 MiB/sec. | ||
| 7936 | 2025.04.22 03:07:52.450151 [ 276 ] {1f19b482-efa0-4bce-a37f-5866873b9d91} <Debug> TCPHandler: Processed in 0.002071765 sec. | ||
| 7937 | 2025.04.22 03:07:52.450394 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7938 | 2025.04.22 03:07:52.450566 [ 276 ] {6a5a3bb5-ae4f-4c40-90ab-4d1956a7a7a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7939 | 2025.04.22 03:07:52.450613 [ 276 ] {6a5a3bb5-ae4f-4c40-90ab-4d1956a7a7a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7940 | 2025.04.22 03:07:52.451203 [ 276 ] {6a5a3bb5-ae4f-4c40-90ab-4d1956a7a7a9} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7941 | 2025.04.22 03:07:52.451243 [ 276 ] {6a5a3bb5-ae4f-4c40-90ab-4d1956a7a7a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 7942 | 2025.04.22 03:07:52.451606 [ 276 ] {6a5a3bb5-ae4f-4c40-90ab-4d1956a7a7a9} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 7943 | 2025.04.22 03:07:52.451843 [ 276 ] {6a5a3bb5-ae4f-4c40-90ab-4d1956a7a7a9} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7944 | 2025.04.22 03:07:52.452032 [ 276 ] {6a5a3bb5-ae4f-4c40-90ab-4d1956a7a7a9} <Debug> executeQuery: Read 144 rows, 9.23 KiB in 0.001488 sec., 96774.1935483871 rows/sec., 6.06 MiB/sec. | ||
| 7945 | 2025.04.22 03:07:52.452081 [ 276 ] {6a5a3bb5-ae4f-4c40-90ab-4d1956a7a7a9} <Debug> TCPHandler: Processed in 0.001790428 sec. | ||
| 7946 | 2025.04.22 03:07:52.452198 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7947 | 2025.04.22 03:07:52.452302 [ 276 ] {9ab87db7-0cde-4399-a160-2a1ad4d9b62a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7948 | 2025.04.22 03:07:52.452344 [ 276 ] {9ab87db7-0cde-4399-a160-2a1ad4d9b62a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7949 | 2025.04.22 03:07:52.452910 [ 276 ] {9ab87db7-0cde-4399-a160-2a1ad4d9b62a} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7950 | 2025.04.22 03:07:52.452951 [ 276 ] {9ab87db7-0cde-4399-a160-2a1ad4d9b62a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 7951 | 2025.04.22 03:07:52.453296 [ 276 ] {9ab87db7-0cde-4399-a160-2a1ad4d9b62a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7952 | 2025.04.22 03:07:52.453536 [ 276 ] {9ab87db7-0cde-4399-a160-2a1ad4d9b62a} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7953 | 2025.04.22 03:07:52.453727 [ 276 ] {9ab87db7-0cde-4399-a160-2a1ad4d9b62a} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001447 sec., 78092.60539046302 rows/sec., 5.06 MiB/sec. | ||
| 7954 | 2025.04.22 03:07:52.453776 [ 276 ] {9ab87db7-0cde-4399-a160-2a1ad4d9b62a} <Debug> TCPHandler: Processed in 0.001627453 sec. | ||
| 7955 | 2025.04.22 03:07:52.453894 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7956 | 2025.04.22 03:07:52.453997 [ 276 ] {4b59b276-6867-4196-8402-896d55646e04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7957 | 2025.04.22 03:07:52.454042 [ 276 ] {4b59b276-6867-4196-8402-896d55646e04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7958 | 2025.04.22 03:07:52.454607 [ 276 ] {4b59b276-6867-4196-8402-896d55646e04} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7959 | 2025.04.22 03:07:52.454647 [ 276 ] {4b59b276-6867-4196-8402-896d55646e04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 7960 | 2025.04.22 03:07:52.454993 [ 276 ] {4b59b276-6867-4196-8402-896d55646e04} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 7961 | 2025.04.22 03:07:52.455235 [ 276 ] {4b59b276-6867-4196-8402-896d55646e04} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7962 | 2025.04.22 03:07:52.455428 [ 276 ] {4b59b276-6867-4196-8402-896d55646e04} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001453 sec., 77081.89951823812 rows/sec., 4.39 MiB/sec. | ||
| 7963 | 2025.04.22 03:07:52.455477 [ 276 ] {4b59b276-6867-4196-8402-896d55646e04} <Debug> TCPHandler: Processed in 0.001633564 sec. | ||
| 7964 | 2025.04.22 03:07:52.455596 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7965 | 2025.04.22 03:07:52.455699 [ 276 ] {1482767a-fca9-4bb0-962a-80e826f6c4cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7966 | 2025.04.22 03:07:52.455743 [ 276 ] {1482767a-fca9-4bb0-962a-80e826f6c4cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7967 | 2025.04.22 03:07:52.456462 [ 276 ] {1482767a-fca9-4bb0-962a-80e826f6c4cc} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7968 | 2025.04.22 03:07:52.456501 [ 276 ] {1482767a-fca9-4bb0-962a-80e826f6c4cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 7969 | 2025.04.22 03:07:52.456864 [ 276 ] {1482767a-fca9-4bb0-962a-80e826f6c4cc} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7970 | 2025.04.22 03:07:52.457112 [ 276 ] {1482767a-fca9-4bb0-962a-80e826f6c4cc} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7971 | 2025.04.22 03:07:52.457328 [ 276 ] {1482767a-fca9-4bb0-962a-80e826f6c4cc} <Debug> executeQuery: Read 420 rows, 30.63 KiB in 0.001647 sec., 255009.10746812387 rows/sec., 18.16 MiB/sec. | ||
| 7972 | 2025.04.22 03:07:52.457421 [ 276 ] {1482767a-fca9-4bb0-962a-80e826f6c4cc} <Debug> TCPHandler: Processed in 0.00187576 sec. | ||
| 7973 | 2025.04.22 03:07:52.457615 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7974 | 2025.04.22 03:07:52.457777 [ 276 ] {8374fa35-7e0d-494b-b678-3cb61f8d89cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7975 | 2025.04.22 03:07:52.457826 [ 276 ] {8374fa35-7e0d-494b-b678-3cb61f8d89cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7976 | 2025.04.22 03:07:52.458253 [ 276 ] {8374fa35-7e0d-494b-b678-3cb61f8d89cb} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7977 | 2025.04.22 03:07:52.458292 [ 276 ] {8374fa35-7e0d-494b-b678-3cb61f8d89cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 7978 | 2025.04.22 03:07:52.458640 [ 276 ] {8374fa35-7e0d-494b-b678-3cb61f8d89cb} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 7979 | 2025.04.22 03:07:52.458876 [ 276 ] {8374fa35-7e0d-494b-b678-3cb61f8d89cb} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7980 | 2025.04.22 03:07:52.459074 [ 276 ] {8374fa35-7e0d-494b-b678-3cb61f8d89cb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001319 sec., 4548.900682335102 rows/sec., 237.66 KiB/sec. | ||
| 7981 | 2025.04.22 03:07:52.459121 [ 276 ] {8374fa35-7e0d-494b-b678-3cb61f8d89cb} <Debug> TCPHandler: Processed in 0.001601293 sec. | ||
| 7982 | 2025.04.22 03:07:52.459234 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7983 | 2025.04.22 03:07:52.459338 [ 276 ] {09e67147-62c1-4798-b7c0-bd1c1cdbebc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7984 | 2025.04.22 03:07:52.459386 [ 276 ] {09e67147-62c1-4798-b7c0-bd1c1cdbebc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7985 | 2025.04.22 03:07:52.459919 [ 276 ] {09e67147-62c1-4798-b7c0-bd1c1cdbebc2} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7986 | 2025.04.22 03:07:52.459960 [ 276 ] {09e67147-62c1-4798-b7c0-bd1c1cdbebc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 7987 | 2025.04.22 03:07:52.460337 [ 276 ] {09e67147-62c1-4798-b7c0-bd1c1cdbebc2} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7988 | 2025.04.22 03:07:52.460574 [ 276 ] {09e67147-62c1-4798-b7c0-bd1c1cdbebc2} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7989 | 2025.04.22 03:07:52.460794 [ 276 ] {09e67147-62c1-4798-b7c0-bd1c1cdbebc2} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001465 sec., 162457.33788395906 rows/sec., 10.89 MiB/sec. | ||
| 7990 | 2025.04.22 03:07:52.460902 [ 276 ] {09e67147-62c1-4798-b7c0-bd1c1cdbebc2} <Debug> TCPHandler: Processed in 0.001716396 sec. | ||
| 7991 | 2025.04.22 03:07:52.461091 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7992 | 2025.04.22 03:07:52.461268 [ 276 ] {ad19d67f-3e1b-4324-b31b-95b42e1b6185} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7993 | 2025.04.22 03:07:52.461329 [ 276 ] {ad19d67f-3e1b-4324-b31b-95b42e1b6185} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7994 | 2025.04.22 03:07:52.461847 [ 276 ] {ad19d67f-3e1b-4324-b31b-95b42e1b6185} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7995 | 2025.04.22 03:07:52.461894 [ 276 ] {ad19d67f-3e1b-4324-b31b-95b42e1b6185} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 7996 | 2025.04.22 03:07:52.462284 [ 276 ] {ad19d67f-3e1b-4324-b31b-95b42e1b6185} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 7997 | 2025.04.22 03:07:52.462525 [ 276 ] {ad19d67f-3e1b-4324-b31b-95b42e1b6185} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7998 | 2025.04.22 03:07:52.462687 [ 62 ] {} <Debug> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 7999 | 2025.04.22 03:07:52.462749 [ 276 ] {ad19d67f-3e1b-4324-b31b-95b42e1b6185} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001511 sec., 661.8133686300463 rows/sec., 44.59 KiB/sec. | ||
| 8000 | 2025.04.22 03:07:52.462774 [ 62 ] {} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8001 | 2025.04.22 03:07:52.462833 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8002 | 2025.04.22 03:07:52.462864 [ 276 ] {ad19d67f-3e1b-4324-b31b-95b42e1b6185} <Debug> TCPHandler: Processed in 0.00188128 sec. | ||
| 8003 | 2025.04.22 03:07:52.463097 [ 201 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full | ||
| 8004 | 2025.04.22 03:07:52.463111 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8005 | 2025.04.22 03:07:52.463387 [ 276 ] {a281f26b-1148-4f87-981c-a3c3d3c9987c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8006 | 2025.04.22 03:07:52.463398 [ 201 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8007 | 2025.04.22 03:07:52.463491 [ 201 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 15 rows starting from the beginning of the part | ||
| 8008 | 2025.04.22 03:07:52.463566 [ 276 ] {a281f26b-1148-4f87-981c-a3c3d3c9987c} <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 | ||
| 8009 | 2025.04.22 03:07:52.463753 [ 201 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
| 8010 | 2025.04.22 03:07:52.464183 [ 201 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
| 8011 | 2025.04.22 03:07:52.464587 [ 201 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
| 8012 | 2025.04.22 03:07:52.464909 [ 201 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part | ||
| 8013 | 2025.04.22 03:07:52.465265 [ 201 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part | ||
| 8014 | 2025.04.22 03:07:52.468617 [ 189 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.005644461 sec., 3543.2966938738705 rows/sec., 238.76 KiB/sec. | ||
| 8015 | 2025.04.22 03:07:52.468862 [ 189 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 8016 | 2025.04.22 03:07:52.469209 [ 276 ] {a281f26b-1148-4f87-981c-a3c3d3c9987c} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8017 | 2025.04.22 03:07:52.469277 [ 276 ] {a281f26b-1148-4f87-981c-a3c3d3c9987c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8018 | 2025.04.22 03:07:52.469539 [ 189 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_20_4} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8019 | 2025.04.22 03:07:52.469725 [ 189 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_20_4} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 8020 | 2025.04.22 03:07:52.469887 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 8021 | 2025.04.22 03:07:52.470333 [ 276 ] {a281f26b-1148-4f87-981c-a3c3d3c9987c} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 8022 | 2025.04.22 03:07:52.470617 [ 276 ] {a281f26b-1148-4f87-981c-a3c3d3c9987c} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8023 | 2025.04.22 03:07:52.470860 [ 276 ] {a281f26b-1148-4f87-981c-a3c3d3c9987c} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.007571 sec., 4754.98613129045 rows/sec., 8.52 MiB/sec. | ||
| 8024 | 2025.04.22 03:07:52.470988 [ 276 ] {a281f26b-1148-4f87-981c-a3c3d3c9987c} <Debug> TCPHandler: Processed in 0.007971573 sec. | ||
| 8025 | 2025.04.22 03:07:52.471130 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8026 | 2025.04.22 03:07:52.471237 [ 276 ] {62be3fe5-3969-4e70-890f-6324b786a351} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8027 | 2025.04.22 03:07:52.471284 [ 276 ] {62be3fe5-3969-4e70-890f-6324b786a351} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8028 | 2025.04.22 03:07:52.471734 [ 276 ] {62be3fe5-3969-4e70-890f-6324b786a351} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8029 | 2025.04.22 03:07:52.471774 [ 276 ] {62be3fe5-3969-4e70-890f-6324b786a351} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8030 | 2025.04.22 03:07:52.472146 [ 276 ] {62be3fe5-3969-4e70-890f-6324b786a351} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8031 | 2025.04.22 03:07:52.472392 [ 276 ] {62be3fe5-3969-4e70-890f-6324b786a351} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8032 | 2025.04.22 03:07:52.472616 [ 276 ] {62be3fe5-3969-4e70-890f-6324b786a351} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001398 sec., 58655.2217453505 rows/sec., 3.73 MiB/sec. | ||
| 8033 | 2025.04.22 03:07:52.472711 [ 276 ] {62be3fe5-3969-4e70-890f-6324b786a351} <Debug> TCPHandler: Processed in 0.001632543 sec. | ||
| 8034 | 2025.04.22 03:07:53.000196 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 215.79 MiB, peak 221.78 MiB, free memory in arenas 0.00 B, will set to 214.39 MiB (RSS), difference: -1.40 MiB | ||
| 8035 | 2025.04.22 03:07:57.436435 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8036 | 2025.04.22 03:07:57.436671 [ 276 ] {0806b662-def5-4eb9-91fc-8e5c36976d9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8037 | 2025.04.22 03:07:57.436758 [ 276 ] {0806b662-def5-4eb9-91fc-8e5c36976d9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8038 | 2025.04.22 03:07:57.437604 [ 276 ] {0806b662-def5-4eb9-91fc-8e5c36976d9d} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8039 | 2025.04.22 03:07:57.437660 [ 276 ] {0806b662-def5-4eb9-91fc-8e5c36976d9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8040 | 2025.04.22 03:07:57.438119 [ 276 ] {0806b662-def5-4eb9-91fc-8e5c36976d9d} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8041 | 2025.04.22 03:07:57.438387 [ 276 ] {0806b662-def5-4eb9-91fc-8e5c36976d9d} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8042 | 2025.04.22 03:07:57.438616 [ 276 ] {0806b662-def5-4eb9-91fc-8e5c36976d9d} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.002004 sec., 31936.127744510977 rows/sec., 2.53 MiB/sec. | ||
| 8043 | 2025.04.22 03:07:57.438683 [ 276 ] {0806b662-def5-4eb9-91fc-8e5c36976d9d} <Debug> TCPHandler: Processed in 0.002391484 sec. | ||
| 8044 | 2025.04.22 03:07:57.438818 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8045 | 2025.04.22 03:07:57.438932 [ 276 ] {ccf5d760-5c9a-46e4-acd7-51f4f8a607ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8046 | 2025.04.22 03:07:57.438983 [ 276 ] {ccf5d760-5c9a-46e4-acd7-51f4f8a607ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8047 | 2025.04.22 03:07:57.439531 [ 276 ] {ccf5d760-5c9a-46e4-acd7-51f4f8a607ce} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8048 | 2025.04.22 03:07:57.439576 [ 276 ] {ccf5d760-5c9a-46e4-acd7-51f4f8a607ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8049 | 2025.04.22 03:07:57.439955 [ 276 ] {ccf5d760-5c9a-46e4-acd7-51f4f8a607ce} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 8050 | 2025.04.22 03:07:57.440210 [ 276 ] {ccf5d760-5c9a-46e4-acd7-51f4f8a607ce} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8051 | 2025.04.22 03:07:57.440460 [ 276 ] {ccf5d760-5c9a-46e4-acd7-51f4f8a607ce} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001549 sec., 2582.3111684958035 rows/sec., 194.18 KiB/sec. | ||
| 8052 | 2025.04.22 03:07:57.440569 [ 276 ] {ccf5d760-5c9a-46e4-acd7-51f4f8a607ce} <Debug> TCPHandler: Processed in 0.001804779 sec. | ||
| 8053 | 2025.04.22 03:07:57.440791 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8054 | 2025.04.22 03:07:57.440944 [ 276 ] {21770d48-1fcd-45d9-b6bd-61dac7baef58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8055 | 2025.04.22 03:07:57.440999 [ 276 ] {21770d48-1fcd-45d9-b6bd-61dac7baef58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8056 | 2025.04.22 03:07:57.441571 [ 276 ] {21770d48-1fcd-45d9-b6bd-61dac7baef58} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8057 | 2025.04.22 03:07:57.441615 [ 276 ] {21770d48-1fcd-45d9-b6bd-61dac7baef58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8058 | 2025.04.22 03:07:57.442006 [ 276 ] {21770d48-1fcd-45d9-b6bd-61dac7baef58} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8059 | 2025.04.22 03:07:57.442258 [ 276 ] {21770d48-1fcd-45d9-b6bd-61dac7baef58} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8060 | 2025.04.22 03:07:57.442461 [ 276 ] {21770d48-1fcd-45d9-b6bd-61dac7baef58} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001552 sec., 43814.43298969072 rows/sec., 3.42 MiB/sec. | ||
| 8061 | 2025.04.22 03:07:57.442519 [ 276 ] {21770d48-1fcd-45d9-b6bd-61dac7baef58} <Debug> TCPHandler: Processed in 0.001832409 sec. | ||
| 8062 | 2025.04.22 03:07:57.442651 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8063 | 2025.04.22 03:07:57.442759 [ 276 ] {7487e7bd-1e21-4f18-a832-9e561a0eec8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8064 | 2025.04.22 03:07:57.442812 [ 276 ] {7487e7bd-1e21-4f18-a832-9e561a0eec8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8065 | 2025.04.22 03:07:57.443359 [ 276 ] {7487e7bd-1e21-4f18-a832-9e561a0eec8d} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8066 | 2025.04.22 03:07:57.443400 [ 276 ] {7487e7bd-1e21-4f18-a832-9e561a0eec8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8067 | 2025.04.22 03:07:57.443802 [ 276 ] {7487e7bd-1e21-4f18-a832-9e561a0eec8d} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8068 | 2025.04.22 03:07:57.444060 [ 276 ] {7487e7bd-1e21-4f18-a832-9e561a0eec8d} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8069 | 2025.04.22 03:07:57.444293 [ 276 ] {7487e7bd-1e21-4f18-a832-9e561a0eec8d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001553 sec., 103026.400515132 rows/sec., 7.18 MiB/sec. | ||
| 8070 | 2025.04.22 03:07:57.444391 [ 276 ] {7487e7bd-1e21-4f18-a832-9e561a0eec8d} <Debug> TCPHandler: Processed in 0.001791348 sec. | ||
| 8071 | 2025.04.22 03:07:57.444580 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8072 | 2025.04.22 03:07:57.444728 [ 276 ] {aa4784d3-4df9-405a-b8eb-7f369559c179} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8073 | 2025.04.22 03:07:57.444808 [ 276 ] {aa4784d3-4df9-405a-b8eb-7f369559c179} <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 | ||
| 8074 | 2025.04.22 03:07:57.445888 [ 276 ] {aa4784d3-4df9-405a-b8eb-7f369559c179} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8075 | 2025.04.22 03:07:57.445930 [ 276 ] {aa4784d3-4df9-405a-b8eb-7f369559c179} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8076 | 2025.04.22 03:07:57.446609 [ 276 ] {aa4784d3-4df9-405a-b8eb-7f369559c179} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 8077 | 2025.04.22 03:07:57.446895 [ 276 ] {aa4784d3-4df9-405a-b8eb-7f369559c179} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8078 | 2025.04.22 03:07:57.447170 [ 276 ] {aa4784d3-4df9-405a-b8eb-7f369559c179} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.00246 sec., 1626.0162601626016 rows/sec., 2.91 MiB/sec. | ||
| 8079 | 2025.04.22 03:07:57.447603 [ 276 ] {aa4784d3-4df9-405a-b8eb-7f369559c179} <Debug> TCPHandler: Processed in 0.003119294 sec. | ||
| 8080 | 2025.04.22 03:07:57.447912 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8081 | 2025.04.22 03:07:57.448051 [ 276 ] {7c15ccff-b6ba-4076-a4cf-bca2bcf2f76a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8082 | 2025.04.22 03:07:57.448102 [ 276 ] {7c15ccff-b6ba-4076-a4cf-bca2bcf2f76a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8083 | 2025.04.22 03:07:57.448578 [ 276 ] {7c15ccff-b6ba-4076-a4cf-bca2bcf2f76a} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8084 | 2025.04.22 03:07:57.448619 [ 276 ] {7c15ccff-b6ba-4076-a4cf-bca2bcf2f76a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8085 | 2025.04.22 03:07:57.449006 [ 276 ] {7c15ccff-b6ba-4076-a4cf-bca2bcf2f76a} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8086 | 2025.04.22 03:07:57.449274 [ 276 ] {7c15ccff-b6ba-4076-a4cf-bca2bcf2f76a} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8087 | 2025.04.22 03:07:57.449477 [ 276 ] {7c15ccff-b6ba-4076-a4cf-bca2bcf2f76a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00145 sec., 41379.31034482759 rows/sec., 2.79 MiB/sec. | ||
| 8088 | 2025.04.22 03:07:57.449528 [ 276 ] {7c15ccff-b6ba-4076-a4cf-bca2bcf2f76a} <Debug> TCPHandler: Processed in 0.001701845 sec. | ||
| 8089 | 2025.04.22 03:07:58.179371 [ 56 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8090 | 2025.04.22 03:07:58.179428 [ 56 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8091 | 2025.04.22 03:07:58.311670 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18361 | ||
| 8092 | 2025.04.22 03:07:58.312323 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8093 | 2025.04.22 03:07:58.312365 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8094 | 2025.04.22 03:07:58.312901 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8095 | 2025.04.22 03:07:58.313184 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8096 | 2025.04.22 03:07:58.313419 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361 | ||
| 8097 | 2025.04.22 03:07:58.394506 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1144 | ||
| 8098 | 2025.04.22 03:07:58.397567 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8099 | 2025.04.22 03:07:58.397615 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8100 | 2025.04.22 03:07:58.399106 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8101 | 2025.04.22 03:07:58.399422 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8102 | 2025.04.22 03:07:58.400243 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1144 | ||
| 8103 | 2025.04.22 03:07:59.535529 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 | ||
| 8104 | 2025.04.22 03:07:59.557043 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8105 | 2025.04.22 03:07:59.557108 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8106 | 2025.04.22 03:07:59.564593 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8107 | 2025.04.22 03:07:59.565417 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8108 | 2025.04.22 03:07:59.568648 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302 | ||
| 8109 | 2025.04.22 03:08:02.443817 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8110 | 2025.04.22 03:08:02.444030 [ 276 ] {47508612-cb08-46a6-963a-275b9290c2d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8111 | 2025.04.22 03:08:02.444113 [ 276 ] {47508612-cb08-46a6-963a-275b9290c2d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8112 | 2025.04.22 03:08:02.444964 [ 276 ] {47508612-cb08-46a6-963a-275b9290c2d7} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8113 | 2025.04.22 03:08:02.445014 [ 276 ] {47508612-cb08-46a6-963a-275b9290c2d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8114 | 2025.04.22 03:08:02.445484 [ 276 ] {47508612-cb08-46a6-963a-275b9290c2d7} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 8115 | 2025.04.22 03:08:02.445762 [ 276 ] {47508612-cb08-46a6-963a-275b9290c2d7} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8116 | 2025.04.22 03:08:02.445958 [ 52 ] {} <Debug> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 8117 | 2025.04.22 03:08:02.446023 [ 276 ] {47508612-cb08-46a6-963a-275b9290c2d7} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002048 sec., 103515.625 rows/sec., 6.58 MiB/sec. | ||
| 8118 | 2025.04.22 03:08:02.446039 [ 52 ] {} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8119 | 2025.04.22 03:08:02.446107 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8120 | 2025.04.22 03:08:02.446178 [ 276 ] {47508612-cb08-46a6-963a-275b9290c2d7} <Debug> TCPHandler: Processed in 0.002487176 sec. | ||
| 8121 | 2025.04.22 03:08:02.446352 [ 192 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::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 | ||
| 8122 | 2025.04.22 03:08:02.446405 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8123 | 2025.04.22 03:08:02.446601 [ 192 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8124 | 2025.04.22 03:08:02.446624 [ 276 ] {12ff7a3b-9e0c-44dd-8138-29bc05be392d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8125 | 2025.04.22 03:08:02.446675 [ 192 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::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 | ||
| 8126 | 2025.04.22 03:08:02.446736 [ 276 ] {12ff7a3b-9e0c-44dd-8138-29bc05be392d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8127 | 2025.04.22 03:08:02.446947 [ 192 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::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 | ||
| 8128 | 2025.04.22 03:08:02.447363 [ 192 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::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 | ||
| 8129 | 2025.04.22 03:08:02.447728 [ 192 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::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 | ||
| 8130 | 2025.04.22 03:08:02.448057 [ 192 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::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 | ||
| 8131 | 2025.04.22 03:08:02.450091 [ 276 ] {12ff7a3b-9e0c-44dd-8138-29bc05be392d} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8132 | 2025.04.22 03:08:02.450180 [ 276 ] {12ff7a3b-9e0c-44dd-8138-29bc05be392d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8133 | 2025.04.22 03:08:02.450917 [ 189 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004598873 sec., 230491.25296567226 rows/sec., 15.54 MiB/sec. | ||
| 8134 | 2025.04.22 03:08:02.451153 [ 276 ] {12ff7a3b-9e0c-44dd-8138-29bc05be392d} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8135 | 2025.04.22 03:08:02.451179 [ 189 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 8136 | 2025.04.22 03:08:02.451651 [ 276 ] {12ff7a3b-9e0c-44dd-8138-29bc05be392d} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8137 | 2025.04.22 03:08:02.451834 [ 189 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_21_5} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8138 | 2025.04.22 03:08:02.452105 [ 276 ] {12ff7a3b-9e0c-44dd-8138-29bc05be392d} <Debug> executeQuery: Read 689 rows, 56.23 KiB in 0.005544 sec., 124278.49927849926 rows/sec., 9.90 MiB/sec. | ||
| 8139 | 2025.04.22 03:08:02.452118 [ 189 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_21_5} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 8140 | 2025.04.22 03:08:02.452302 [ 276 ] {12ff7a3b-9e0c-44dd-8138-29bc05be392d} <Debug> TCPHandler: Processed in 0.005959349 sec. | ||
| 8141 | 2025.04.22 03:08:02.452347 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 8142 | 2025.04.22 03:08:02.452471 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8143 | 2025.04.22 03:08:02.452584 [ 276 ] {39f2c1c9-cb8b-48ec-b9e2-3ada418d7af1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8144 | 2025.04.22 03:08:02.452634 [ 276 ] {39f2c1c9-cb8b-48ec-b9e2-3ada418d7af1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8145 | 2025.04.22 03:08:02.453247 [ 276 ] {39f2c1c9-cb8b-48ec-b9e2-3ada418d7af1} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8146 | 2025.04.22 03:08:02.453288 [ 276 ] {39f2c1c9-cb8b-48ec-b9e2-3ada418d7af1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8147 | 2025.04.22 03:08:02.453672 [ 276 ] {39f2c1c9-cb8b-48ec-b9e2-3ada418d7af1} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 8148 | 2025.04.22 03:08:02.453941 [ 276 ] {39f2c1c9-cb8b-48ec-b9e2-3ada418d7af1} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8149 | 2025.04.22 03:08:02.454143 [ 50 ] {} <Debug> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 8150 | 2025.04.22 03:08:02.454165 [ 276 ] {39f2c1c9-cb8b-48ec-b9e2-3ada418d7af1} <Debug> executeQuery: Read 142 rows, 9.09 KiB in 0.001602 sec., 88639.20099875156 rows/sec., 5.54 MiB/sec. | ||
| 8151 | 2025.04.22 03:08:02.454229 [ 50 ] {} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8152 | 2025.04.22 03:08:02.454306 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8153 | 2025.04.22 03:08:02.454306 [ 276 ] {39f2c1c9-cb8b-48ec-b9e2-3ada418d7af1} <Debug> TCPHandler: Processed in 0.00188453 sec. | ||
| 8154 | 2025.04.22 03:08:02.454623 [ 194 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::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 | ||
| 8155 | 2025.04.22 03:08:02.454635 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8156 | 2025.04.22 03:08:02.455115 [ 276 ] {4b612085-326e-4e08-a57d-ec71afaca1f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8157 | 2025.04.22 03:08:02.455197 [ 194 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8158 | 2025.04.22 03:08:02.455266 [ 276 ] {4b612085-326e-4e08-a57d-ec71afaca1f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8159 | 2025.04.22 03:08:02.455296 [ 194 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 164 rows starting from the beginning of the part | ||
| 8160 | 2025.04.22 03:08:02.455622 [ 194 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 142 rows starting from the beginning of the part | ||
| 8161 | 2025.04.22 03:08:02.456046 [ 194 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 4 rows starting from the beginning of the part | ||
| 8162 | 2025.04.22 03:08:02.456450 [ 194 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 144 rows starting from the beginning of the part | ||
| 8163 | 2025.04.22 03:08:02.456811 [ 194 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 4 rows starting from the beginning of the part | ||
| 8164 | 2025.04.22 03:08:02.457174 [ 194 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 142 rows starting from the beginning of the part | ||
| 8165 | 2025.04.22 03:08:02.458367 [ 276 ] {4b612085-326e-4e08-a57d-ec71afaca1f8} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8166 | 2025.04.22 03:08:02.458433 [ 276 ] {4b612085-326e-4e08-a57d-ec71afaca1f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8167 | 2025.04.22 03:08:02.459475 [ 276 ] {4b612085-326e-4e08-a57d-ec71afaca1f8} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8168 | 2025.04.22 03:08:02.460094 [ 276 ] {4b612085-326e-4e08-a57d-ec71afaca1f8} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8169 | 2025.04.22 03:08:02.460150 [ 197 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 600 rows, containing 5 columns (5 merged, 0 gathered) in 0.005755324 sec., 104251.2984499222 rows/sec., 6.96 MiB/sec. | ||
| 8170 | 2025.04.22 03:08:02.460452 [ 197 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 8171 | 2025.04.22 03:08:02.460460 [ 276 ] {4b612085-326e-4e08-a57d-ec71afaca1f8} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.005533 sec., 20422.917043195375 rows/sec., 1.32 MiB/sec. | ||
| 8172 | 2025.04.22 03:08:02.460630 [ 276 ] {4b612085-326e-4e08-a57d-ec71afaca1f8} <Debug> TCPHandler: Processed in 0.006109463 sec. | ||
| 8173 | 2025.04.22 03:08:02.460790 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8174 | 2025.04.22 03:08:02.460953 [ 276 ] {75d79f92-12bb-4848-a948-d865b1693497} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8175 | 2025.04.22 03:08:02.461006 [ 197 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_51_10} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8176 | 2025.04.22 03:08:02.461027 [ 276 ] {75d79f92-12bb-4848-a948-d865b1693497} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8177 | 2025.04.22 03:08:02.461283 [ 197 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_51_10} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 8178 | 2025.04.22 03:08:02.461505 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 8179 | 2025.04.22 03:08:02.461982 [ 276 ] {75d79f92-12bb-4848-a948-d865b1693497} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8180 | 2025.04.22 03:08:02.462028 [ 276 ] {75d79f92-12bb-4848-a948-d865b1693497} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8181 | 2025.04.22 03:08:02.462405 [ 276 ] {75d79f92-12bb-4848-a948-d865b1693497} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 8182 | 2025.04.22 03:08:02.462659 [ 276 ] {75d79f92-12bb-4848-a948-d865b1693497} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8183 | 2025.04.22 03:08:02.462826 [ 50 ] {} <Debug> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 8184 | 2025.04.22 03:08:02.462894 [ 50 ] {} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8185 | 2025.04.22 03:08:02.462914 [ 276 ] {75d79f92-12bb-4848-a948-d865b1693497} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.002008 sec., 55776.89243027889 rows/sec., 3.18 MiB/sec. | ||
| 8186 | 2025.04.22 03:08:02.462937 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8187 | 2025.04.22 03:08:02.463085 [ 276 ] {75d79f92-12bb-4848-a948-d865b1693497} <Debug> TCPHandler: Processed in 0.002348733 sec. | ||
| 8188 | 2025.04.22 03:08:02.463164 [ 189 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::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 | ||
| 8189 | 2025.04.22 03:08:02.463260 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8190 | 2025.04.22 03:08:02.463344 [ 189 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8191 | 2025.04.22 03:08:02.463432 [ 189 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::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 | ||
| 8192 | 2025.04.22 03:08:02.463468 [ 276 ] {ef767c9f-736e-481e-9f2a-95132fa5931c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8193 | 2025.04.22 03:08:02.463615 [ 276 ] {ef767c9f-736e-481e-9f2a-95132fa5931c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8194 | 2025.04.22 03:08:02.463801 [ 189 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::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 | ||
| 8195 | 2025.04.22 03:08:02.464167 [ 189 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::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 | ||
| 8196 | 2025.04.22 03:08:02.464552 [ 189 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::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 | ||
| 8197 | 2025.04.22 03:08:02.464883 [ 189 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::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 | ||
| 8198 | 2025.04.22 03:08:02.466516 [ 276 ] {ef767c9f-736e-481e-9f2a-95132fa5931c} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8199 | 2025.04.22 03:08:02.466599 [ 276 ] {ef767c9f-736e-481e-9f2a-95132fa5931c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8200 | 2025.04.22 03:08:02.467443 [ 189 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004363377 sec., 128340.96159923839 rows/sec., 7.80 MiB/sec. | ||
| 8201 | 2025.04.22 03:08:02.467590 [ 276 ] {ef767c9f-736e-481e-9f2a-95132fa5931c} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8202 | 2025.04.22 03:08:02.467599 [ 189 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 8203 | 2025.04.22 03:08:02.468112 [ 276 ] {ef767c9f-736e-481e-9f2a-95132fa5931c} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8204 | 2025.04.22 03:08:02.468126 [ 189 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_21_5} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8205 | 2025.04.22 03:08:02.468301 [ 189 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_21_5} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 8206 | 2025.04.22 03:08:02.468504 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 8207 | 2025.04.22 03:08:02.468544 [ 276 ] {ef767c9f-736e-481e-9f2a-95132fa5931c} <Debug> executeQuery: Read 418 rows, 30.47 KiB in 0.005137 sec., 81370.44967880085 rows/sec., 5.79 MiB/sec. | ||
| 8208 | 2025.04.22 03:08:02.468614 [ 276 ] {ef767c9f-736e-481e-9f2a-95132fa5931c} <Debug> TCPHandler: Processed in 0.005422325 sec. | ||
| 8209 | 2025.04.22 03:08:02.468740 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8210 | 2025.04.22 03:08:02.468845 [ 276 ] {7b112199-1bd5-4a0c-be22-aaa28fe26c44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8211 | 2025.04.22 03:08:02.468891 [ 276 ] {7b112199-1bd5-4a0c-be22-aaa28fe26c44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8212 | 2025.04.22 03:08:02.469327 [ 276 ] {7b112199-1bd5-4a0c-be22-aaa28fe26c44} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8213 | 2025.04.22 03:08:02.469367 [ 276 ] {7b112199-1bd5-4a0c-be22-aaa28fe26c44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8214 | 2025.04.22 03:08:02.469737 [ 276 ] {7b112199-1bd5-4a0c-be22-aaa28fe26c44} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 8215 | 2025.04.22 03:08:02.469982 [ 276 ] {7b112199-1bd5-4a0c-be22-aaa28fe26c44} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8216 | 2025.04.22 03:08:02.470136 [ 50 ] {} <Debug> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 8217 | 2025.04.22 03:08:02.470204 [ 50 ] {} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8218 | 2025.04.22 03:08:02.470229 [ 276 ] {7b112199-1bd5-4a0c-be22-aaa28fe26c44} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001393 sec., 4307.250538406318 rows/sec., 225.04 KiB/sec. | ||
| 8219 | 2025.04.22 03:08:02.470244 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8220 | 2025.04.22 03:08:02.470376 [ 276 ] {7b112199-1bd5-4a0c-be22-aaa28fe26c44} <Debug> TCPHandler: Processed in 0.001684485 sec. | ||
| 8221 | 2025.04.22 03:08:02.470511 [ 198 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::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 | ||
| 8222 | 2025.04.22 03:08:02.470582 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8223 | 2025.04.22 03:08:02.470675 [ 198 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8224 | 2025.04.22 03:08:02.470729 [ 198 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::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 | ||
| 8225 | 2025.04.22 03:08:02.470888 [ 276 ] {e16a4707-aa1d-411c-9b59-ab600d834601} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8226 | 2025.04.22 03:08:02.470966 [ 198 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::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 | ||
| 8227 | 2025.04.22 03:08:02.471095 [ 276 ] {e16a4707-aa1d-411c-9b59-ab600d834601} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8228 | 2025.04.22 03:08:02.471271 [ 198 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::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 | ||
| 8229 | 2025.04.22 03:08:02.471559 [ 198 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::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 | ||
| 8230 | 2025.04.22 03:08:02.471955 [ 198 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::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 | ||
| 8231 | 2025.04.22 03:08:02.472241 [ 198 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::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 | ||
| 8232 | 2025.04.22 03:08:02.473673 [ 276 ] {e16a4707-aa1d-411c-9b59-ab600d834601} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8233 | 2025.04.22 03:08:02.473746 [ 276 ] {e16a4707-aa1d-411c-9b59-ab600d834601} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8234 | 2025.04.22 03:08:02.474936 [ 198 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.004558101 sec., 27643.09083980368 rows/sec., 1.41 MiB/sec. | ||
| 8235 | 2025.04.22 03:08:02.474941 [ 276 ] {e16a4707-aa1d-411c-9b59-ab600d834601} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8236 | 2025.04.22 03:08:02.475132 [ 198 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 8237 | 2025.04.22 03:08:02.475443 [ 276 ] {e16a4707-aa1d-411c-9b59-ab600d834601} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8238 | 2025.04.22 03:08:02.475726 [ 188 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_21_4} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8239 | 2025.04.22 03:08:02.475837 [ 276 ] {e16a4707-aa1d-411c-9b59-ab600d834601} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005049 sec., 46939.988116458706 rows/sec., 3.15 MiB/sec. | ||
| 8240 | 2025.04.22 03:08:02.475990 [ 276 ] {e16a4707-aa1d-411c-9b59-ab600d834601} <Debug> TCPHandler: Processed in 0.005477187 sec. | ||
| 8241 | 2025.04.22 03:08:02.475990 [ 188 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_21_4} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 8242 | 2025.04.22 03:08:02.476169 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8243 | 2025.04.22 03:08:02.476170 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 8244 | 2025.04.22 03:08:02.476294 [ 276 ] {e56b38e9-e8fd-4cfa-8f28-8038f1bcd966} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8245 | 2025.04.22 03:08:02.476346 [ 276 ] {e56b38e9-e8fd-4cfa-8f28-8038f1bcd966} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8246 | 2025.04.22 03:08:02.476777 [ 276 ] {e56b38e9-e8fd-4cfa-8f28-8038f1bcd966} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8247 | 2025.04.22 03:08:02.476817 [ 276 ] {e56b38e9-e8fd-4cfa-8f28-8038f1bcd966} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8248 | 2025.04.22 03:08:02.477178 [ 276 ] {e56b38e9-e8fd-4cfa-8f28-8038f1bcd966} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 8249 | 2025.04.22 03:08:02.477427 [ 276 ] {e56b38e9-e8fd-4cfa-8f28-8038f1bcd966} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8250 | 2025.04.22 03:08:02.477614 [ 276 ] {e56b38e9-e8fd-4cfa-8f28-8038f1bcd966} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001341 sec., 745.7121551081283 rows/sec., 50.25 KiB/sec. | ||
| 8251 | 2025.04.22 03:08:02.477665 [ 276 ] {e56b38e9-e8fd-4cfa-8f28-8038f1bcd966} <Debug> TCPHandler: Processed in 0.001585473 sec. | ||
| 8252 | 2025.04.22 03:08:02.477778 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8253 | 2025.04.22 03:08:02.477881 [ 276 ] {4df1c62b-8774-43d9-b1ef-7d794db3a8e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8254 | 2025.04.22 03:08:02.477949 [ 276 ] {4df1c62b-8774-43d9-b1ef-7d794db3a8e5} <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.04.22 03:08:02.479071 [ 276 ] {4df1c62b-8774-43d9-b1ef-7d794db3a8e5} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8256 | 2025.04.22 03:08:02.479116 [ 276 ] {4df1c62b-8774-43d9-b1ef-7d794db3a8e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8257 | 2025.04.22 03:08:02.479829 [ 276 ] {4df1c62b-8774-43d9-b1ef-7d794db3a8e5} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 8258 | 2025.04.22 03:08:02.480098 [ 276 ] {4df1c62b-8774-43d9-b1ef-7d794db3a8e5} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8259 | 2025.04.22 03:08:02.480274 [ 50 ] {} <Debug> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 8260 | 2025.04.22 03:08:02.480340 [ 50 ] {} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8261 | 2025.04.22 03:08:02.480380 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8262 | 2025.04.22 03:08:02.480385 [ 276 ] {4df1c62b-8774-43d9-b1ef-7d794db3a8e5} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002514 sec., 14319.80906921241 rows/sec., 25.66 MiB/sec. | ||
| 8263 | 2025.04.22 03:08:02.480694 [ 186 ] {b231891b-dff1-435e-bddb-2ac39d181211::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 | ||
| 8264 | 2025.04.22 03:08:02.480766 [ 276 ] {4df1c62b-8774-43d9-b1ef-7d794db3a8e5} <Debug> TCPHandler: Processed in 0.003034502 sec. | ||
| 8265 | 2025.04.22 03:08:02.481007 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8266 | 2025.04.22 03:08:02.481268 [ 276 ] {88f15fff-6b70-43c4-aa19-0a687362c142} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8267 | 2025.04.22 03:08:02.481288 [ 186 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8268 | 2025.04.22 03:08:02.481400 [ 276 ] {88f15fff-6b70-43c4-aa19-0a687362c142} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8269 | 2025.04.22 03:08:02.481456 [ 186 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 983 rows starting from the beginning of the part | ||
| 8270 | 2025.04.22 03:08:02.482360 [ 186 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 36 rows starting from the beginning of the part | ||
| 8271 | 2025.04.22 03:08:02.482953 [ 186 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 4 rows starting from the beginning of the part | ||
| 8272 | 2025.04.22 03:08:02.483798 [ 186 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 36 rows starting from the beginning of the part | ||
| 8273 | 2025.04.22 03:08:02.483877 [ 276 ] {88f15fff-6b70-43c4-aa19-0a687362c142} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8274 | 2025.04.22 03:08:02.483978 [ 276 ] {88f15fff-6b70-43c4-aa19-0a687362c142} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8275 | 2025.04.22 03:08:02.484518 [ 186 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 4 rows starting from the beginning of the part | ||
| 8276 | 2025.04.22 03:08:02.485216 [ 186 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 36 rows starting from the beginning of the part | ||
| 8277 | 2025.04.22 03:08:02.485646 [ 276 ] {88f15fff-6b70-43c4-aa19-0a687362c142} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8278 | 2025.04.22 03:08:02.486488 [ 276 ] {88f15fff-6b70-43c4-aa19-0a687362c142} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8279 | 2025.04.22 03:08:02.487120 [ 276 ] {88f15fff-6b70-43c4-aa19-0a687362c142} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005866 sec., 13978.861234231163 rows/sec., 909.14 KiB/sec. | ||
| 8280 | 2025.04.22 03:08:02.487935 [ 276 ] {88f15fff-6b70-43c4-aa19-0a687362c142} <Debug> TCPHandler: Processed in 0.006980357 sec. | ||
| 8281 | 2025.04.22 03:08:02.494198 [ 188 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1099 rows, containing 19 columns (19 merged, 0 gathered) in 0.013745988 sec., 79950.60085895608 rows/sec., 143.27 MiB/sec. | ||
| 8282 | 2025.04.22 03:08:02.495306 [ 188 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 8283 | 2025.04.22 03:08:02.495743 [ 188 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8284 | 2025.04.22 03:08:02.495843 [ 188 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 8285 | 2025.04.22 03:08:02.496020 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.40 MiB. | ||
| 8286 | 2025.04.22 03:08:03.000256 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 215.35 MiB, peak 223.72 MiB, free memory in arenas 0.00 B, will set to 217.66 MiB (RSS), difference: 2.31 MiB | ||
| 8287 | 2025.04.22 03:08:05.674310 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8288 | 2025.04.22 03:08:05.674519 [ 276 ] {fb0d719e-679e-4c3b-ac0c-a032fe5d8fe4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8289 | 2025.04.22 03:08:05.674594 [ 276 ] {fb0d719e-679e-4c3b-ac0c-a032fe5d8fe4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8290 | 2025.04.22 03:08:05.675326 [ 276 ] {fb0d719e-679e-4c3b-ac0c-a032fe5d8fe4} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8291 | 2025.04.22 03:08:05.675376 [ 276 ] {fb0d719e-679e-4c3b-ac0c-a032fe5d8fe4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8292 | 2025.04.22 03:08:05.675797 [ 276 ] {fb0d719e-679e-4c3b-ac0c-a032fe5d8fe4} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 8293 | 2025.04.22 03:08:05.676054 [ 276 ] {fb0d719e-679e-4c3b-ac0c-a032fe5d8fe4} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8294 | 2025.04.22 03:08:05.676295 [ 276 ] {fb0d719e-679e-4c3b-ac0c-a032fe5d8fe4} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001828 sec., 2188.183807439825 rows/sec., 178.43 KiB/sec. | ||
| 8295 | 2025.04.22 03:08:05.676360 [ 276 ] {fb0d719e-679e-4c3b-ac0c-a032fe5d8fe4} <Debug> TCPHandler: Processed in 0.002180718 sec. | ||
| 8296 | 2025.04.22 03:08:05.676488 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8297 | 2025.04.22 03:08:05.676599 [ 276 ] {ce1c9b4e-8c29-4be0-b1ce-58d529a35ef5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8298 | 2025.04.22 03:08:05.676649 [ 276 ] {ce1c9b4e-8c29-4be0-b1ce-58d529a35ef5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8299 | 2025.04.22 03:08:05.677663 [ 276 ] {ce1c9b4e-8c29-4be0-b1ce-58d529a35ef5} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8300 | 2025.04.22 03:08:05.677705 [ 276 ] {ce1c9b4e-8c29-4be0-b1ce-58d529a35ef5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8301 | 2025.04.22 03:08:05.678158 [ 276 ] {ce1c9b4e-8c29-4be0-b1ce-58d529a35ef5} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8302 | 2025.04.22 03:08:05.678407 [ 276 ] {ce1c9b4e-8c29-4be0-b1ce-58d529a35ef5} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8303 | 2025.04.22 03:08:05.678579 [ 48 ] {} <Debug> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8304 | 2025.04.22 03:08:05.678641 [ 276 ] {ce1c9b4e-8c29-4be0-b1ce-58d529a35ef5} <Debug> executeQuery: Read 1206 rows, 101.90 KiB in 0.002061 sec., 585152.8384279476 rows/sec., 48.28 MiB/sec. | ||
| 8305 | 2025.04.22 03:08:05.678670 [ 48 ] {} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8306 | 2025.04.22 03:08:05.678746 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8307 | 2025.04.22 03:08:05.678766 [ 276 ] {ce1c9b4e-8c29-4be0-b1ce-58d529a35ef5} <Debug> TCPHandler: Processed in 0.002325372 sec. | ||
| 8308 | 2025.04.22 03:08:05.678987 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8309 | 2025.04.22 03:08:05.678991 [ 196 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::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 | ||
| 8310 | 2025.04.22 03:08:05.679159 [ 276 ] {9872564b-21f8-48c6-ad5a-453138fb9215} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8311 | 2025.04.22 03:08:05.679276 [ 276 ] {9872564b-21f8-48c6-ad5a-453138fb9215} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8312 | 2025.04.22 03:08:05.679286 [ 196 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8313 | 2025.04.22 03:08:05.679400 [ 196 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1846 rows starting from the beginning of the part | ||
| 8314 | 2025.04.22 03:08:05.679680 [ 196 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 64 rows starting from the beginning of the part | ||
| 8315 | 2025.04.22 03:08:05.680085 [ 196 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 690 rows starting from the beginning of the part | ||
| 8316 | 2025.04.22 03:08:05.680473 [ 196 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::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 | ||
| 8317 | 2025.04.22 03:08:05.680784 [ 196 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 689 rows starting from the beginning of the part | ||
| 8318 | 2025.04.22 03:08:05.681093 [ 196 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 1206 rows starting from the beginning of the part | ||
| 8319 | 2025.04.22 03:08:05.682290 [ 276 ] {9872564b-21f8-48c6-ad5a-453138fb9215} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8320 | 2025.04.22 03:08:05.682365 [ 276 ] {9872564b-21f8-48c6-ad5a-453138fb9215} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8321 | 2025.04.22 03:08:05.683094 [ 276 ] {9872564b-21f8-48c6-ad5a-453138fb9215} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8322 | 2025.04.22 03:08:05.683601 [ 276 ] {9872564b-21f8-48c6-ad5a-453138fb9215} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8323 | 2025.04.22 03:08:05.683959 [ 276 ] {9872564b-21f8-48c6-ad5a-453138fb9215} <Debug> executeQuery: Read 8 rows, 594.00 B in 0.004853 sec., 1648.4648670925203 rows/sec., 119.53 KiB/sec. | ||
| 8324 | 2025.04.22 03:08:05.684046 [ 276 ] {9872564b-21f8-48c6-ad5a-453138fb9215} <Debug> TCPHandler: Processed in 0.005133848 sec. | ||
| 8325 | 2025.04.22 03:08:05.684192 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8326 | 2025.04.22 03:08:05.684348 [ 276 ] {638d11d0-c1ae-4ada-8012-cdadb754ef84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8327 | 2025.04.22 03:08:05.684395 [ 276 ] {638d11d0-c1ae-4ada-8012-cdadb754ef84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8328 | 2025.04.22 03:08:05.685080 [ 196 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4559 rows, containing 5 columns (5 merged, 0 gathered) in 0.006214276 sec., 733633.3307371606 rows/sec., 62.36 MiB/sec. | ||
| 8329 | 2025.04.22 03:08:05.685409 [ 196 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8330 | 2025.04.22 03:08:05.685923 [ 276 ] {638d11d0-c1ae-4ada-8012-cdadb754ef84} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8331 | 2025.04.22 03:08:05.686000 [ 276 ] {638d11d0-c1ae-4ada-8012-cdadb754ef84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8332 | 2025.04.22 03:08:05.686010 [ 196 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_66_13} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8333 | 2025.04.22 03:08:05.686214 [ 196 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_66_13} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8334 | 2025.04.22 03:08:05.686380 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.97 MiB. | ||
| 8335 | 2025.04.22 03:08:05.686625 [ 276 ] {638d11d0-c1ae-4ada-8012-cdadb754ef84} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8336 | 2025.04.22 03:08:05.686883 [ 276 ] {638d11d0-c1ae-4ada-8012-cdadb754ef84} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8337 | 2025.04.22 03:08:05.687021 [ 47 ] {} <Debug> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
| 8338 | 2025.04.22 03:08:05.687060 [ 276 ] {638d11d0-c1ae-4ada-8012-cdadb754ef84} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002731 sec., 83485.9025997803 rows/sec., 5.65 MiB/sec. | ||
| 8339 | 2025.04.22 03:08:05.687063 [ 47 ] {} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8340 | 2025.04.22 03:08:05.687105 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8341 | 2025.04.22 03:08:05.687139 [ 276 ] {638d11d0-c1ae-4ada-8012-cdadb754ef84} <Debug> TCPHandler: Processed in 0.00301164 sec. | ||
| 8342 | 2025.04.22 03:08:05.687238 [ 191 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_30_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full | ||
| 8343 | 2025.04.22 03:08:05.687283 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8344 | 2025.04.22 03:08:05.687344 [ 191 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8345 | 2025.04.22 03:08:05.687385 [ 191 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 341 rows starting from the beginning of the part | ||
| 8346 | 2025.04.22 03:08:05.687406 [ 276 ] {21396dc9-7982-499f-b277-b839924dc2b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8347 | 2025.04.22 03:08:05.687514 [ 276 ] {21396dc9-7982-499f-b277-b839924dc2b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8348 | 2025.04.22 03:08:05.687540 [ 191 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 228 rows starting from the beginning of the part | ||
| 8349 | 2025.04.22 03:08:05.687905 [ 191 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 113 rows starting from the beginning of the part | ||
| 8350 | 2025.04.22 03:08:05.688289 [ 191 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 113 rows starting from the beginning of the part | ||
| 8351 | 2025.04.22 03:08:05.688689 [ 191 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 113 rows starting from the beginning of the part | ||
| 8352 | 2025.04.22 03:08:05.689088 [ 191 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 228 rows starting from the beginning of the part | ||
| 8353 | 2025.04.22 03:08:05.690440 [ 276 ] {21396dc9-7982-499f-b277-b839924dc2b0} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8354 | 2025.04.22 03:08:05.690488 [ 276 ] {21396dc9-7982-499f-b277-b839924dc2b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8355 | 2025.04.22 03:08:05.691007 [ 191 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1136 rows, containing 5 columns (5 merged, 0 gathered) in 0.003837773 sec., 296005.00081687997 rows/sec., 20.82 MiB/sec. | ||
| 8356 | 2025.04.22 03:08:05.691050 [ 276 ] {21396dc9-7982-499f-b277-b839924dc2b0} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8357 | 2025.04.22 03:08:05.691246 [ 193 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
| 8358 | 2025.04.22 03:08:05.691449 [ 276 ] {21396dc9-7982-499f-b277-b839924dc2b0} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8359 | 2025.04.22 03:08:05.691712 [ 47 ] {} <Debug> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8360 | 2025.04.22 03:08:05.691798 [ 47 ] {} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8361 | 2025.04.22 03:08:05.691858 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8362 | 2025.04.22 03:08:05.691869 [ 276 ] {21396dc9-7982-499f-b277-b839924dc2b0} <Debug> executeQuery: Read 528 rows, 40.05 KiB in 0.004474 sec., 118015.19892713457 rows/sec., 8.74 MiB/sec. | ||
| 8363 | 2025.04.22 03:08:05.691940 [ 187 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_30_6} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8364 | 2025.04.22 03:08:05.692242 [ 276 ] {21396dc9-7982-499f-b277-b839924dc2b0} <Debug> TCPHandler: Processed in 0.005011894 sec. | ||
| 8365 | 2025.04.22 03:08:05.692406 [ 187 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_30_6} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
| 8366 | 2025.04.22 03:08:05.692698 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8367 | 2025.04.22 03:08:05.692909 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 8368 | 2025.04.22 03:08:05.693064 [ 191 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::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 | ||
| 8369 | 2025.04.22 03:08:05.693129 [ 276 ] {bf2f42db-1070-441d-82db-7ad4f3d324ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8370 | 2025.04.22 03:08:05.693330 [ 276 ] {bf2f42db-1070-441d-82db-7ad4f3d324ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8371 | 2025.04.22 03:08:05.693598 [ 191 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8372 | 2025.04.22 03:08:05.693738 [ 191 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 914 rows starting from the beginning of the part | ||
| 8373 | 2025.04.22 03:08:05.694256 [ 191 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 68 rows starting from the beginning of the part | ||
| 8374 | 2025.04.22 03:08:05.694695 [ 191 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 420 rows starting from the beginning of the part | ||
| 8375 | 2025.04.22 03:08:05.695035 [ 191 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 68 rows starting from the beginning of the part | ||
| 8376 | 2025.04.22 03:08:05.695417 [ 191 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 418 rows starting from the beginning of the part | ||
| 8377 | 2025.04.22 03:08:05.695611 [ 191 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 528 rows starting from the beginning of the part | ||
| 8378 | 2025.04.22 03:08:05.696538 [ 276 ] {bf2f42db-1070-441d-82db-7ad4f3d324ff} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8379 | 2025.04.22 03:08:05.696579 [ 276 ] {bf2f42db-1070-441d-82db-7ad4f3d324ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8380 | 2025.04.22 03:08:05.697234 [ 276 ] {bf2f42db-1070-441d-82db-7ad4f3d324ff} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8381 | 2025.04.22 03:08:05.697526 [ 276 ] {bf2f42db-1070-441d-82db-7ad4f3d324ff} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8382 | 2025.04.22 03:08:05.697719 [ 187 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2416 rows, containing 5 columns (5 merged, 0 gathered) in 0.005724793 sec., 422023.9928325793 rows/sec., 32.32 MiB/sec. | ||
| 8383 | 2025.04.22 03:08:05.697761 [ 47 ] {} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8384 | 2025.04.22 03:08:05.697806 [ 47 ] {} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8385 | 2025.04.22 03:08:05.697836 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8386 | 2025.04.22 03:08:05.697839 [ 276 ] {bf2f42db-1070-441d-82db-7ad4f3d324ff} <Debug> executeQuery: Read 956 rows, 65.68 KiB in 0.004865 sec., 196505.65262076052 rows/sec., 13.18 MiB/sec. | ||
| 8387 | 2025.04.22 03:08:05.697982 [ 187 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8388 | 2025.04.22 03:08:05.698186 [ 276 ] {bf2f42db-1070-441d-82db-7ad4f3d324ff} <Debug> TCPHandler: Processed in 0.005666502 sec. | ||
| 8389 | 2025.04.22 03:08:05.698403 [ 200 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::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 | ||
| 8390 | 2025.04.22 03:08:05.698508 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8391 | 2025.04.22 03:08:05.698827 [ 276 ] {cab53d0e-db3b-459d-a51d-ac4e166c0a3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8392 | 2025.04.22 03:08:05.698858 [ 187 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_66_13} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8393 | 2025.04.22 03:08:05.698932 [ 200 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8394 | 2025.04.22 03:08:05.699118 [ 200 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 18638 rows starting from the beginning of the part | ||
| 8395 | 2025.04.22 03:08:05.699145 [ 187 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_66_13} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8396 | 2025.04.22 03:08:05.699136 [ 276 ] {cab53d0e-db3b-459d-a51d-ac4e166c0a3d} <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 | ||
| 8397 | 2025.04.22 03:08:05.699508 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 8398 | 2025.04.22 03:08:05.699665 [ 200 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 160 rows starting from the beginning of the part | ||
| 8399 | 2025.04.22 03:08:05.700059 [ 200 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 238 rows starting from the beginning of the part | ||
| 8400 | 2025.04.22 03:08:05.700444 [ 200 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 160 rows starting from the beginning of the part | ||
| 8401 | 2025.04.22 03:08:05.700840 [ 200 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::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 | ||
| 8402 | 2025.04.22 03:08:05.701213 [ 200 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 956 rows starting from the beginning of the part | ||
| 8403 | 2025.04.22 03:08:05.703517 [ 276 ] {cab53d0e-db3b-459d-a51d-ac4e166c0a3d} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8404 | 2025.04.22 03:08:05.703563 [ 276 ] {cab53d0e-db3b-459d-a51d-ac4e166c0a3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8405 | 2025.04.22 03:08:05.705264 [ 276 ] {cab53d0e-db3b-459d-a51d-ac4e166c0a3d} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8406 | 2025.04.22 03:08:05.705561 [ 276 ] {cab53d0e-db3b-459d-a51d-ac4e166c0a3d} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8407 | 2025.04.22 03:08:05.706089 [ 276 ] {cab53d0e-db3b-459d-a51d-ac4e166c0a3d} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.007349 sec., 544.2917403728399 rows/sec., 998.75 KiB/sec. | ||
| 8408 | 2025.04.22 03:08:05.706870 [ 276 ] {cab53d0e-db3b-459d-a51d-ac4e166c0a3d} <Debug> TCPHandler: Processed in 0.008467616 sec. | ||
| 8409 | 2025.04.22 03:08:05.707090 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8410 | 2025.04.22 03:08:05.707196 [ 276 ] {ff1e2fa0-89cf-4c22-b104-b86ada785360} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8411 | 2025.04.22 03:08:05.707245 [ 276 ] {ff1e2fa0-89cf-4c22-b104-b86ada785360} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8412 | 2025.04.22 03:08:05.707840 [ 276 ] {ff1e2fa0-89cf-4c22-b104-b86ada785360} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8413 | 2025.04.22 03:08:05.707880 [ 276 ] {ff1e2fa0-89cf-4c22-b104-b86ada785360} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8414 | 2025.04.22 03:08:05.708266 [ 276 ] {ff1e2fa0-89cf-4c22-b104-b86ada785360} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8415 | 2025.04.22 03:08:05.708521 [ 276 ] {ff1e2fa0-89cf-4c22-b104-b86ada785360} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8416 | 2025.04.22 03:08:05.708652 [ 47 ] {} <Debug> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8417 | 2025.04.22 03:08:05.708700 [ 47 ] {} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8418 | 2025.04.22 03:08:05.708700 [ 276 ] {ff1e2fa0-89cf-4c22-b104-b86ada785360} <Debug> executeQuery: Read 42 rows, 2.89 KiB in 0.001525 sec., 27540.983606557376 rows/sec., 1.85 MiB/sec. | ||
| 8419 | 2025.04.22 03:08:05.708727 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8420 | 2025.04.22 03:08:05.708792 [ 276 ] {ff1e2fa0-89cf-4c22-b104-b86ada785360} <Debug> TCPHandler: Processed in 0.001752507 sec. | ||
| 8421 | 2025.04.22 03:08:05.708894 [ 199 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::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 | ||
| 8422 | 2025.04.22 03:08:05.709005 [ 199 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8423 | 2025.04.22 03:08:05.709037 [ 199 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3466 rows starting from the beginning of the part | ||
| 8424 | 2025.04.22 03:08:05.709158 [ 199 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 60 rows starting from the beginning of the part | ||
| 8425 | 2025.04.22 03:08:05.709357 [ 199 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 82 rows starting from the beginning of the part | ||
| 8426 | 2025.04.22 03:08:05.709555 [ 199 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 60 rows starting from the beginning of the part | ||
| 8427 | 2025.04.22 03:08:05.709780 [ 199 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::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 | ||
| 8428 | 2025.04.22 03:08:05.710030 [ 199 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 42 rows starting from the beginning of the part | ||
| 8429 | 2025.04.22 03:08:05.711584 [ 201 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20389 rows, containing 5 columns (5 merged, 0 gathered) in 0.013627474 sec., 1496168.6956805054 rows/sec., 101.16 MiB/sec. | ||
| 8430 | 2025.04.22 03:08:05.712067 [ 201 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8431 | 2025.04.22 03:08:05.712647 [ 195 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8432 | 2025.04.22 03:08:05.712732 [ 201 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3792 rows, containing 4 columns (4 merged, 0 gathered) in 0.003921845 sec., 966891.8582962865 rows/sec., 63.53 MiB/sec. | ||
| 8433 | 2025.04.22 03:08:05.712831 [ 195 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8434 | 2025.04.22 03:08:05.712950 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
| 8435 | 2025.04.22 03:08:05.713092 [ 201 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8436 | 2025.04.22 03:08:05.713386 [ 201 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_66_13} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8437 | 2025.04.22 03:08:05.713480 [ 201 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_66_13} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8438 | 2025.04.22 03:08:05.713583 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
| 8439 | 2025.04.22 03:08:05.813548 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18788 | ||
| 8440 | 2025.04.22 03:08:05.814229 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8441 | 2025.04.22 03:08:05.814279 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8442 | 2025.04.22 03:08:05.814835 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8443 | 2025.04.22 03:08:05.815096 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8444 | 2025.04.22 03:08:05.815253 [ 47 ] {} <Debug> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8445 | 2025.04.22 03:08:05.815295 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18788 | ||
| 8446 | 2025.04.22 03:08:05.815306 [ 47 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8447 | 2025.04.22 03:08:05.815330 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8448 | 2025.04.22 03:08:05.815689 [ 198 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 8449 | 2025.04.22 03:08:05.816229 [ 198 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8450 | 2025.04.22 03:08:05.816365 [ 198 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 8451 | 2025.04.22 03:08:05.816729 [ 198 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 8452 | 2025.04.22 03:08:05.816962 [ 198 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 8453 | 2025.04.22 03:08:05.817155 [ 198 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 8454 | 2025.04.22 03:08:05.817239 [ 198 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 8455 | 2025.04.22 03:08:05.817428 [ 198 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 8456 | 2025.04.22 03:08:05.819855 [ 201 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18788 rows, containing 4 columns (4 merged, 0 gathered) in 0.004447159 sec., 4224719.64685769 rows/sec., 60.44 MiB/sec. | ||
| 8457 | 2025.04.22 03:08:05.820201 [ 195 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8458 | 2025.04.22 03:08:05.820578 [ 195 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_41_8} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8459 | 2025.04.22 03:08:05.820661 [ 195 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_41_8} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8460 | 2025.04.22 03:08:05.820770 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.61 MiB. | ||
| 8461 | 2025.04.22 03:08:07.068718 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 | ||
| 8462 | 2025.04.22 03:08:07.089709 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8463 | 2025.04.22 03:08:07.089754 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8464 | 2025.04.22 03:08:07.096849 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8465 | 2025.04.22 03:08:07.097627 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8466 | 2025.04.22 03:08:07.097942 [ 44 ] {} <Debug> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8467 | 2025.04.22 03:08:07.098009 [ 44 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8468 | 2025.04.22 03:08:07.098053 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8469 | 2025.04.22 03:08:07.098621 [ 189 ] {221840db-82c7-49e0-9543-fc81844dee87::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 | ||
| 8470 | 2025.04.22 03:08:07.117155 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309 | ||
| 8471 | 2025.04.22 03:08:07.118064 [ 189 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8472 | 2025.04.22 03:08:07.119219 [ 189 ] {221840db-82c7-49e0-9543-fc81844dee87::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 | ||
| 8473 | 2025.04.22 03:08:07.124231 [ 189 ] {221840db-82c7-49e0-9543-fc81844dee87::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 | ||
| 8474 | 2025.04.22 03:08:07.129518 [ 189 ] {221840db-82c7-49e0-9543-fc81844dee87::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 | ||
| 8475 | 2025.04.22 03:08:07.134830 [ 189 ] {221840db-82c7-49e0-9543-fc81844dee87::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 | ||
| 8476 | 2025.04.22 03:08:07.140420 [ 189 ] {221840db-82c7-49e0-9543-fc81844dee87::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 | ||
| 8477 | 2025.04.22 03:08:07.144737 [ 189 ] {221840db-82c7-49e0-9543-fc81844dee87::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 | ||
| 8478 | 2025.04.22 03:08:07.206571 [ 194 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.108379098 sec., 2851.1032634724456 rows/sec., 14.74 MiB/sec. | ||
| 8479 | 2025.04.22 03:08:07.209400 [ 192 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8480 | 2025.04.22 03:08:07.212386 [ 192 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_41_8} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8481 | 2025.04.22 03:08:07.212498 [ 192 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_41_8} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8482 | 2025.04.22 03:08:07.215017 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 8483 | 2025.04.22 03:08:07.431689 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8484 | 2025.04.22 03:08:07.431903 [ 276 ] {86cf4fac-c74c-4fce-a43b-5e55000a391f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8485 | 2025.04.22 03:08:07.431984 [ 276 ] {86cf4fac-c74c-4fce-a43b-5e55000a391f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8486 | 2025.04.22 03:08:07.432905 [ 276 ] {86cf4fac-c74c-4fce-a43b-5e55000a391f} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8487 | 2025.04.22 03:08:07.432954 [ 276 ] {86cf4fac-c74c-4fce-a43b-5e55000a391f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8488 | 2025.04.22 03:08:07.433387 [ 276 ] {86cf4fac-c74c-4fce-a43b-5e55000a391f} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8489 | 2025.04.22 03:08:07.433638 [ 276 ] {86cf4fac-c74c-4fce-a43b-5e55000a391f} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8490 | 2025.04.22 03:08:07.433833 [ 276 ] {86cf4fac-c74c-4fce-a43b-5e55000a391f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001989 sec., 28154.85168426345 rows/sec., 2.16 MiB/sec. | ||
| 8491 | 2025.04.22 03:08:07.433889 [ 276 ] {86cf4fac-c74c-4fce-a43b-5e55000a391f} <Debug> TCPHandler: Processed in 0.002338573 sec. | ||
| 8492 | 2025.04.22 03:08:07.434032 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8493 | 2025.04.22 03:08:07.434136 [ 276 ] {b16d3e45-55a1-4325-a6fe-928b2996f64a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8494 | 2025.04.22 03:08:07.434180 [ 276 ] {b16d3e45-55a1-4325-a6fe-928b2996f64a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8495 | 2025.04.22 03:08:07.434809 [ 276 ] {b16d3e45-55a1-4325-a6fe-928b2996f64a} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8496 | 2025.04.22 03:08:07.434849 [ 276 ] {b16d3e45-55a1-4325-a6fe-928b2996f64a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8497 | 2025.04.22 03:08:07.435204 [ 276 ] {b16d3e45-55a1-4325-a6fe-928b2996f64a} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8498 | 2025.04.22 03:08:07.435960 [ 276 ] {b16d3e45-55a1-4325-a6fe-928b2996f64a} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8499 | 2025.04.22 03:08:07.436305 [ 276 ] {b16d3e45-55a1-4325-a6fe-928b2996f64a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002191 sec., 29210.406207211323 rows/sec., 2.28 MiB/sec. | ||
| 8500 | 2025.04.22 03:08:07.436357 [ 276 ] {b16d3e45-55a1-4325-a6fe-928b2996f64a} <Debug> TCPHandler: Processed in 0.002372714 sec. | ||
| 8501 | 2025.04.22 03:08:07.436489 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8502 | 2025.04.22 03:08:07.436591 [ 276 ] {b1782429-d824-42db-b5cd-f35e987fd514} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8503 | 2025.04.22 03:08:07.436640 [ 276 ] {b1782429-d824-42db-b5cd-f35e987fd514} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8504 | 2025.04.22 03:08:07.437265 [ 276 ] {b1782429-d824-42db-b5cd-f35e987fd514} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8505 | 2025.04.22 03:08:07.437304 [ 276 ] {b1782429-d824-42db-b5cd-f35e987fd514} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8506 | 2025.04.22 03:08:07.437693 [ 276 ] {b1782429-d824-42db-b5cd-f35e987fd514} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8507 | 2025.04.22 03:08:07.437950 [ 276 ] {b1782429-d824-42db-b5cd-f35e987fd514} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): 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.04.22 03:08:07.438138 [ 276 ] {b1782429-d824-42db-b5cd-f35e987fd514} <Debug> executeQuery: Read 52 rows, 3.70 KiB in 0.001568 sec., 33163.26530612245 rows/sec., 2.31 MiB/sec. | ||
| 8509 | 2025.04.22 03:08:07.438188 [ 276 ] {b1782429-d824-42db-b5cd-f35e987fd514} <Debug> TCPHandler: Processed in 0.001746917 sec. | ||
| 8510 | 2025.04.22 03:08:07.438311 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8511 | 2025.04.22 03:08:07.438413 [ 276 ] {41f43ff6-d36b-4da7-a149-465b5b39b016} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8512 | 2025.04.22 03:08:07.438459 [ 276 ] {41f43ff6-d36b-4da7-a149-465b5b39b016} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8513 | 2025.04.22 03:08:07.438895 [ 276 ] {41f43ff6-d36b-4da7-a149-465b5b39b016} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8514 | 2025.04.22 03:08:07.438933 [ 276 ] {41f43ff6-d36b-4da7-a149-465b5b39b016} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8515 | 2025.04.22 03:08:07.439341 [ 276 ] {41f43ff6-d36b-4da7-a149-465b5b39b016} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8516 | 2025.04.22 03:08:07.439579 [ 276 ] {41f43ff6-d36b-4da7-a149-465b5b39b016} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8517 | 2025.04.22 03:08:07.439759 [ 276 ] {41f43ff6-d36b-4da7-a149-465b5b39b016} <Debug> executeQuery: Read 18 rows, 1.25 KiB in 0.001366 sec., 13177.159590043924 rows/sec., 914.37 KiB/sec. | ||
| 8518 | 2025.04.22 03:08:07.439807 [ 276 ] {41f43ff6-d36b-4da7-a149-465b5b39b016} <Debug> TCPHandler: Processed in 0.001543631 sec. | ||
| 8519 | 2025.04.22 03:08:08.400432 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1190 | ||
| 8520 | 2025.04.22 03:08:08.404348 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8521 | 2025.04.22 03:08:08.404402 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8522 | 2025.04.22 03:08:08.405842 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8523 | 2025.04.22 03:08:08.406150 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8524 | 2025.04.22 03:08:08.407796 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1190 | ||
| 8525 | 2025.04.22 03:08:12.443823 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8526 | 2025.04.22 03:08:12.444149 [ 276 ] {1a5694ca-0171-4b65-879c-a9e86f7afb33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8527 | 2025.04.22 03:08:12.444262 [ 276 ] {1a5694ca-0171-4b65-879c-a9e86f7afb33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8528 | 2025.04.22 03:08:12.445323 [ 276 ] {1a5694ca-0171-4b65-879c-a9e86f7afb33} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8529 | 2025.04.22 03:08:12.445371 [ 276 ] {1a5694ca-0171-4b65-879c-a9e86f7afb33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8530 | 2025.04.22 03:08:12.445829 [ 276 ] {1a5694ca-0171-4b65-879c-a9e86f7afb33} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 8531 | 2025.04.22 03:08:12.446091 [ 276 ] {1a5694ca-0171-4b65-879c-a9e86f7afb33} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8532 | 2025.04.22 03:08:12.446313 [ 276 ] {1a5694ca-0171-4b65-879c-a9e86f7afb33} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002248 sec., 94306.04982206406 rows/sec., 6.00 MiB/sec. | ||
| 8533 | 2025.04.22 03:08:12.446371 [ 276 ] {1a5694ca-0171-4b65-879c-a9e86f7afb33} <Debug> TCPHandler: Processed in 0.002733283 sec. | ||
| 8534 | 2025.04.22 03:08:12.446515 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8535 | 2025.04.22 03:08:12.446619 [ 276 ] {764dbc95-59e8-4f28-b68e-c173117249e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8536 | 2025.04.22 03:08:12.446664 [ 276 ] {764dbc95-59e8-4f28-b68e-c173117249e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8537 | 2025.04.22 03:08:12.447483 [ 276 ] {764dbc95-59e8-4f28-b68e-c173117249e7} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8538 | 2025.04.22 03:08:12.447523 [ 276 ] {764dbc95-59e8-4f28-b68e-c173117249e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8539 | 2025.04.22 03:08:12.447920 [ 276 ] {764dbc95-59e8-4f28-b68e-c173117249e7} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8540 | 2025.04.22 03:08:12.448161 [ 276 ] {764dbc95-59e8-4f28-b68e-c173117249e7} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8541 | 2025.04.22 03:08:12.448359 [ 276 ] {764dbc95-59e8-4f28-b68e-c173117249e7} <Debug> executeQuery: Read 689 rows, 56.23 KiB in 0.001762 sec., 391032.9171396141 rows/sec., 31.16 MiB/sec. | ||
| 8542 | 2025.04.22 03:08:12.448412 [ 276 ] {764dbc95-59e8-4f28-b68e-c173117249e7} <Debug> TCPHandler: Processed in 0.001945532 sec. | ||
| 8543 | 2025.04.22 03:08:12.448547 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8544 | 2025.04.22 03:08:12.448649 [ 276 ] {6a6cfb35-9fe9-4b32-b89c-f584c8fa55b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8545 | 2025.04.22 03:08:12.448693 [ 276 ] {6a6cfb35-9fe9-4b32-b89c-f584c8fa55b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8546 | 2025.04.22 03:08:12.449282 [ 276 ] {6a6cfb35-9fe9-4b32-b89c-f584c8fa55b6} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8547 | 2025.04.22 03:08:12.449321 [ 276 ] {6a6cfb35-9fe9-4b32-b89c-f584c8fa55b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8548 | 2025.04.22 03:08:12.449682 [ 276 ] {6a6cfb35-9fe9-4b32-b89c-f584c8fa55b6} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8549 | 2025.04.22 03:08:12.449918 [ 276 ] {6a6cfb35-9fe9-4b32-b89c-f584c8fa55b6} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8550 | 2025.04.22 03:08:12.450172 [ 276 ] {6a6cfb35-9fe9-4b32-b89c-f584c8fa55b6} <Debug> executeQuery: Read 142 rows, 9.09 KiB in 0.001535 sec., 92508.14332247557 rows/sec., 5.78 MiB/sec. | ||
| 8551 | 2025.04.22 03:08:12.450234 [ 276 ] {6a6cfb35-9fe9-4b32-b89c-f584c8fa55b6} <Debug> TCPHandler: Processed in 0.001735457 sec. | ||
| 8552 | 2025.04.22 03:08:12.450498 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8553 | 2025.04.22 03:08:12.450621 [ 276 ] {d2116991-aa2a-49d3-a23d-6a98e1f8ccdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8554 | 2025.04.22 03:08:12.450666 [ 276 ] {d2116991-aa2a-49d3-a23d-6a98e1f8ccdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8555 | 2025.04.22 03:08:12.451212 [ 276 ] {d2116991-aa2a-49d3-a23d-6a98e1f8ccdc} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8556 | 2025.04.22 03:08:12.451250 [ 276 ] {d2116991-aa2a-49d3-a23d-6a98e1f8ccdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8557 | 2025.04.22 03:08:12.451603 [ 276 ] {d2116991-aa2a-49d3-a23d-6a98e1f8ccdc} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8558 | 2025.04.22 03:08:12.451841 [ 276 ] {d2116991-aa2a-49d3-a23d-6a98e1f8ccdc} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8559 | 2025.04.22 03:08:12.452086 [ 276 ] {d2116991-aa2a-49d3-a23d-6a98e1f8ccdc} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001476 sec., 76558.26558265582 rows/sec., 4.96 MiB/sec. | ||
| 8560 | 2025.04.22 03:08:12.452208 [ 276 ] {d2116991-aa2a-49d3-a23d-6a98e1f8ccdc} <Debug> TCPHandler: Processed in 0.001804118 sec. | ||
| 8561 | 2025.04.22 03:08:12.452434 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8562 | 2025.04.22 03:08:12.452537 [ 276 ] {703428db-67be-4c9f-ac43-cd2e5fecc6c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8563 | 2025.04.22 03:08:12.452582 [ 276 ] {703428db-67be-4c9f-ac43-cd2e5fecc6c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8564 | 2025.04.22 03:08:12.453139 [ 276 ] {703428db-67be-4c9f-ac43-cd2e5fecc6c5} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8565 | 2025.04.22 03:08:12.453178 [ 276 ] {703428db-67be-4c9f-ac43-cd2e5fecc6c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8566 | 2025.04.22 03:08:12.453523 [ 276 ] {703428db-67be-4c9f-ac43-cd2e5fecc6c5} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 8567 | 2025.04.22 03:08:12.453753 [ 276 ] {703428db-67be-4c9f-ac43-cd2e5fecc6c5} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8568 | 2025.04.22 03:08:12.453951 [ 276 ] {703428db-67be-4c9f-ac43-cd2e5fecc6c5} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001436 sec., 77994.42896935933 rows/sec., 4.44 MiB/sec. | ||
| 8569 | 2025.04.22 03:08:12.454000 [ 276 ] {703428db-67be-4c9f-ac43-cd2e5fecc6c5} <Debug> TCPHandler: Processed in 0.001642674 sec. | ||
| 8570 | 2025.04.22 03:08:12.454117 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8571 | 2025.04.22 03:08:12.454218 [ 276 ] {167ca8f7-d684-4ad0-a6d8-08f161c7a9e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8572 | 2025.04.22 03:08:12.454262 [ 276 ] {167ca8f7-d684-4ad0-a6d8-08f161c7a9e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8573 | 2025.04.22 03:08:12.454904 [ 276 ] {167ca8f7-d684-4ad0-a6d8-08f161c7a9e1} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8574 | 2025.04.22 03:08:12.454943 [ 276 ] {167ca8f7-d684-4ad0-a6d8-08f161c7a9e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8575 | 2025.04.22 03:08:12.455317 [ 276 ] {167ca8f7-d684-4ad0-a6d8-08f161c7a9e1} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8576 | 2025.04.22 03:08:12.455551 [ 276 ] {167ca8f7-d684-4ad0-a6d8-08f161c7a9e1} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8577 | 2025.04.22 03:08:12.455746 [ 276 ] {167ca8f7-d684-4ad0-a6d8-08f161c7a9e1} <Debug> executeQuery: Read 418 rows, 30.47 KiB in 0.001548 sec., 270025.8397932817 rows/sec., 19.22 MiB/sec. | ||
| 8578 | 2025.04.22 03:08:12.455793 [ 276 ] {167ca8f7-d684-4ad0-a6d8-08f161c7a9e1} <Debug> TCPHandler: Processed in 0.001724726 sec. | ||
| 8579 | 2025.04.22 03:08:12.455912 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8580 | 2025.04.22 03:08:12.456020 [ 276 ] {479f1c88-fc99-4d16-a6d8-98a48a5cfdce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8581 | 2025.04.22 03:08:12.456065 [ 276 ] {479f1c88-fc99-4d16-a6d8-98a48a5cfdce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8582 | 2025.04.22 03:08:12.456480 [ 276 ] {479f1c88-fc99-4d16-a6d8-98a48a5cfdce} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8583 | 2025.04.22 03:08:12.456519 [ 276 ] {479f1c88-fc99-4d16-a6d8-98a48a5cfdce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8584 | 2025.04.22 03:08:12.456862 [ 276 ] {479f1c88-fc99-4d16-a6d8-98a48a5cfdce} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 8585 | 2025.04.22 03:08:12.457095 [ 276 ] {479f1c88-fc99-4d16-a6d8-98a48a5cfdce} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8586 | 2025.04.22 03:08:12.457293 [ 276 ] {479f1c88-fc99-4d16-a6d8-98a48a5cfdce} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001293 sec., 4640.371229698376 rows/sec., 242.44 KiB/sec. | ||
| 8587 | 2025.04.22 03:08:12.457340 [ 276 ] {479f1c88-fc99-4d16-a6d8-98a48a5cfdce} <Debug> TCPHandler: Processed in 0.001476819 sec. | ||
| 8588 | 2025.04.22 03:08:12.457454 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8589 | 2025.04.22 03:08:12.457555 [ 276 ] {783e0e9f-0810-46ef-8838-0cee3538ac8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8590 | 2025.04.22 03:08:12.457602 [ 276 ] {783e0e9f-0810-46ef-8838-0cee3538ac8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8591 | 2025.04.22 03:08:12.458098 [ 276 ] {783e0e9f-0810-46ef-8838-0cee3538ac8f} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8592 | 2025.04.22 03:08:12.458136 [ 276 ] {783e0e9f-0810-46ef-8838-0cee3538ac8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8593 | 2025.04.22 03:08:12.458510 [ 276 ] {783e0e9f-0810-46ef-8838-0cee3538ac8f} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8594 | 2025.04.22 03:08:12.458743 [ 276 ] {783e0e9f-0810-46ef-8838-0cee3538ac8f} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8595 | 2025.04.22 03:08:12.458970 [ 276 ] {783e0e9f-0810-46ef-8838-0cee3538ac8f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00143 sec., 165734.26573426573 rows/sec., 11.11 MiB/sec. | ||
| 8596 | 2025.04.22 03:08:12.459037 [ 276 ] {783e0e9f-0810-46ef-8838-0cee3538ac8f} <Debug> TCPHandler: Processed in 0.001630253 sec. | ||
| 8597 | 2025.04.22 03:08:12.459263 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8598 | 2025.04.22 03:08:12.459450 [ 276 ] {5b4e3d78-1301-4aea-8f55-ae2f648ebe03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8599 | 2025.04.22 03:08:12.459499 [ 276 ] {5b4e3d78-1301-4aea-8f55-ae2f648ebe03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8600 | 2025.04.22 03:08:12.459907 [ 276 ] {5b4e3d78-1301-4aea-8f55-ae2f648ebe03} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8601 | 2025.04.22 03:08:12.459945 [ 276 ] {5b4e3d78-1301-4aea-8f55-ae2f648ebe03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8602 | 2025.04.22 03:08:12.460283 [ 276 ] {5b4e3d78-1301-4aea-8f55-ae2f648ebe03} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 8603 | 2025.04.22 03:08:12.460522 [ 276 ] {5b4e3d78-1301-4aea-8f55-ae2f648ebe03} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8604 | 2025.04.22 03:08:12.460774 [ 276 ] {5b4e3d78-1301-4aea-8f55-ae2f648ebe03} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001357 sec., 736.9196757553427 rows/sec., 49.66 KiB/sec. | ||
| 8605 | 2025.04.22 03:08:12.460973 [ 276 ] {5b4e3d78-1301-4aea-8f55-ae2f648ebe03} <Debug> TCPHandler: Processed in 0.001794878 sec. | ||
| 8606 | 2025.04.22 03:08:12.461150 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8607 | 2025.04.22 03:08:12.461251 [ 276 ] {730f5ddd-c814-402f-a7d6-bd4a0772b3b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8608 | 2025.04.22 03:08:12.461326 [ 276 ] {730f5ddd-c814-402f-a7d6-bd4a0772b3b0} <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 | ||
| 8609 | 2025.04.22 03:08:12.462405 [ 276 ] {730f5ddd-c814-402f-a7d6-bd4a0772b3b0} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8610 | 2025.04.22 03:08:12.462443 [ 276 ] {730f5ddd-c814-402f-a7d6-bd4a0772b3b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8611 | 2025.04.22 03:08:12.463085 [ 276 ] {730f5ddd-c814-402f-a7d6-bd4a0772b3b0} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8612 | 2025.04.22 03:08:12.463336 [ 276 ] {730f5ddd-c814-402f-a7d6-bd4a0772b3b0} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8613 | 2025.04.22 03:08:12.463540 [ 276 ] {730f5ddd-c814-402f-a7d6-bd4a0772b3b0} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002301 sec., 15645.371577574966 rows/sec., 28.04 MiB/sec. | ||
| 8614 | 2025.04.22 03:08:12.463724 [ 276 ] {730f5ddd-c814-402f-a7d6-bd4a0772b3b0} <Debug> TCPHandler: Processed in 0.002628551 sec. | ||
| 8615 | 2025.04.22 03:08:12.464027 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8616 | 2025.04.22 03:08:12.464170 [ 276 ] {79ff4aad-a8ee-49fe-b13e-a683da7b8861} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8617 | 2025.04.22 03:08:12.464217 [ 276 ] {79ff4aad-a8ee-49fe-b13e-a683da7b8861} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8618 | 2025.04.22 03:08:12.464657 [ 276 ] {79ff4aad-a8ee-49fe-b13e-a683da7b8861} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8619 | 2025.04.22 03:08:12.464694 [ 276 ] {79ff4aad-a8ee-49fe-b13e-a683da7b8861} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8620 | 2025.04.22 03:08:12.465044 [ 276 ] {79ff4aad-a8ee-49fe-b13e-a683da7b8861} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8621 | 2025.04.22 03:08:12.465272 [ 276 ] {79ff4aad-a8ee-49fe-b13e-a683da7b8861} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8622 | 2025.04.22 03:08:12.465450 [ 276 ] {79ff4aad-a8ee-49fe-b13e-a683da7b8861} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001298 sec., 63174.11402157165 rows/sec., 4.01 MiB/sec. | ||
| 8623 | 2025.04.22 03:08:12.465535 [ 276 ] {79ff4aad-a8ee-49fe-b13e-a683da7b8861} <Debug> TCPHandler: Processed in 0.001602903 sec. | ||
| 8624 | 2025.04.22 03:08:13.179488 [ 35 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8625 | 2025.04.22 03:08:13.179562 [ 35 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8626 | 2025.04.22 03:08:13.315430 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19276 | ||
| 8627 | 2025.04.22 03:08:13.316237 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8628 | 2025.04.22 03:08:13.316277 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 8629 | 2025.04.22 03:08:13.316806 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8630 | 2025.04.22 03:08:13.317094 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8631 | 2025.04.22 03:08:13.317330 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276 | ||
| 8632 | 2025.04.22 03:08:14.617237 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 | ||
| 8633 | 2025.04.22 03:08:14.634892 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8634 | 2025.04.22 03:08:14.634949 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 8635 | 2025.04.22 03:08:14.641924 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8636 | 2025.04.22 03:08:14.642684 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8637 | 2025.04.22 03:08:14.645125 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317 | ||
| 8638 | 2025.04.22 03:08:17.436496 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8639 | 2025.04.22 03:08:17.436788 [ 276 ] {ba72a08d-75b5-4ece-aec1-0c39491eac1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8640 | 2025.04.22 03:08:17.436901 [ 276 ] {ba72a08d-75b5-4ece-aec1-0c39491eac1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8641 | 2025.04.22 03:08:17.437780 [ 276 ] {ba72a08d-75b5-4ece-aec1-0c39491eac1a} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8642 | 2025.04.22 03:08:17.437825 [ 276 ] {ba72a08d-75b5-4ece-aec1-0c39491eac1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 8643 | 2025.04.22 03:08:17.438252 [ 276 ] {ba72a08d-75b5-4ece-aec1-0c39491eac1a} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8644 | 2025.04.22 03:08:17.438517 [ 276 ] {ba72a08d-75b5-4ece-aec1-0c39491eac1a} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8645 | 2025.04.22 03:08:17.438737 [ 276 ] {ba72a08d-75b5-4ece-aec1-0c39491eac1a} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.002029 sec., 31542.631838344012 rows/sec., 2.50 MiB/sec. | ||
| 8646 | 2025.04.22 03:08:17.438791 [ 276 ] {ba72a08d-75b5-4ece-aec1-0c39491eac1a} <Debug> TCPHandler: Processed in 0.002474937 sec. | ||
| 8647 | 2025.04.22 03:08:17.438923 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8648 | 2025.04.22 03:08:17.439037 [ 276 ] {23d2676e-b8a6-4c6c-aed6-f00ee43657dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8649 | 2025.04.22 03:08:17.439081 [ 276 ] {23d2676e-b8a6-4c6c-aed6-f00ee43657dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8650 | 2025.04.22 03:08:17.439633 [ 276 ] {23d2676e-b8a6-4c6c-aed6-f00ee43657dd} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8651 | 2025.04.22 03:08:17.439672 [ 276 ] {23d2676e-b8a6-4c6c-aed6-f00ee43657dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 8652 | 2025.04.22 03:08:17.440008 [ 276 ] {23d2676e-b8a6-4c6c-aed6-f00ee43657dd} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 8653 | 2025.04.22 03:08:17.440239 [ 276 ] {23d2676e-b8a6-4c6c-aed6-f00ee43657dd} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8654 | 2025.04.22 03:08:17.440445 [ 276 ] {23d2676e-b8a6-4c6c-aed6-f00ee43657dd} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.00143 sec., 2797.2027972027972 rows/sec., 210.34 KiB/sec. | ||
| 8655 | 2025.04.22 03:08:17.440495 [ 276 ] {23d2676e-b8a6-4c6c-aed6-f00ee43657dd} <Debug> TCPHandler: Processed in 0.001619863 sec. | ||
| 8656 | 2025.04.22 03:08:17.440617 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8657 | 2025.04.22 03:08:17.440719 [ 276 ] {6403ffbe-120d-4657-b16e-5e2bb262d4f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8658 | 2025.04.22 03:08:17.440763 [ 276 ] {6403ffbe-120d-4657-b16e-5e2bb262d4f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8659 | 2025.04.22 03:08:17.441305 [ 276 ] {6403ffbe-120d-4657-b16e-5e2bb262d4f3} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8660 | 2025.04.22 03:08:17.441348 [ 276 ] {6403ffbe-120d-4657-b16e-5e2bb262d4f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 8661 | 2025.04.22 03:08:17.441710 [ 276 ] {6403ffbe-120d-4657-b16e-5e2bb262d4f3} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8662 | 2025.04.22 03:08:17.441970 [ 276 ] {6403ffbe-120d-4657-b16e-5e2bb262d4f3} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8663 | 2025.04.22 03:08:17.442176 [ 276 ] {6403ffbe-120d-4657-b16e-5e2bb262d4f3} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001475 sec., 46101.69491525424 rows/sec., 3.60 MiB/sec. | ||
| 8664 | 2025.04.22 03:08:17.442244 [ 276 ] {6403ffbe-120d-4657-b16e-5e2bb262d4f3} <Debug> TCPHandler: Processed in 0.001675125 sec. | ||
| 8665 | 2025.04.22 03:08:17.442379 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8666 | 2025.04.22 03:08:17.442501 [ 276 ] {cbb0bc0a-1349-4847-8f5a-b7d6c0b6ae4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8667 | 2025.04.22 03:08:17.442548 [ 276 ] {cbb0bc0a-1349-4847-8f5a-b7d6c0b6ae4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8668 | 2025.04.22 03:08:17.443109 [ 276 ] {cbb0bc0a-1349-4847-8f5a-b7d6c0b6ae4d} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8669 | 2025.04.22 03:08:17.443148 [ 276 ] {cbb0bc0a-1349-4847-8f5a-b7d6c0b6ae4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 8670 | 2025.04.22 03:08:17.443525 [ 276 ] {cbb0bc0a-1349-4847-8f5a-b7d6c0b6ae4d} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8671 | 2025.04.22 03:08:17.443765 [ 276 ] {cbb0bc0a-1349-4847-8f5a-b7d6c0b6ae4d} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8672 | 2025.04.22 03:08:17.443969 [ 276 ] {cbb0bc0a-1349-4847-8f5a-b7d6c0b6ae4d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001491 sec., 107310.52984574111 rows/sec., 7.47 MiB/sec. | ||
| 8673 | 2025.04.22 03:08:17.444021 [ 276 ] {cbb0bc0a-1349-4847-8f5a-b7d6c0b6ae4d} <Debug> TCPHandler: Processed in 0.001704466 sec. | ||
| 8674 | 2025.04.22 03:08:17.444158 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8675 | 2025.04.22 03:08:17.444288 [ 276 ] {e813a9e6-231e-4246-9f43-b06294c9e7bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8676 | 2025.04.22 03:08:17.444371 [ 276 ] {e813a9e6-231e-4246-9f43-b06294c9e7bd} <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 | ||
| 8677 | 2025.04.22 03:08:17.445496 [ 276 ] {e813a9e6-231e-4246-9f43-b06294c9e7bd} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8678 | 2025.04.22 03:08:17.445536 [ 276 ] {e813a9e6-231e-4246-9f43-b06294c9e7bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 8679 | 2025.04.22 03:08:17.446117 [ 276 ] {e813a9e6-231e-4246-9f43-b06294c9e7bd} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 8680 | 2025.04.22 03:08:17.446365 [ 276 ] {e813a9e6-231e-4246-9f43-b06294c9e7bd} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8681 | 2025.04.22 03:08:17.446604 [ 276 ] {e813a9e6-231e-4246-9f43-b06294c9e7bd} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002343 sec., 1707.2129748186087 rows/sec., 3.06 MiB/sec. | ||
| 8682 | 2025.04.22 03:08:17.446833 [ 276 ] {e813a9e6-231e-4246-9f43-b06294c9e7bd} <Debug> TCPHandler: Processed in 0.002742303 sec. | ||
| 8683 | 2025.04.22 03:08:17.447025 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8684 | 2025.04.22 03:08:17.447124 [ 276 ] {8b5f42b2-d502-4590-b28c-fa2b1050cfeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8685 | 2025.04.22 03:08:17.447170 [ 276 ] {8b5f42b2-d502-4590-b28c-fa2b1050cfeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8686 | 2025.04.22 03:08:17.447597 [ 276 ] {8b5f42b2-d502-4590-b28c-fa2b1050cfeb} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8687 | 2025.04.22 03:08:17.447636 [ 276 ] {8b5f42b2-d502-4590-b28c-fa2b1050cfeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 8688 | 2025.04.22 03:08:17.447979 [ 276 ] {8b5f42b2-d502-4590-b28c-fa2b1050cfeb} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8689 | 2025.04.22 03:08:17.448231 [ 276 ] {8b5f42b2-d502-4590-b28c-fa2b1050cfeb} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8690 | 2025.04.22 03:08:17.448439 [ 276 ] {8b5f42b2-d502-4590-b28c-fa2b1050cfeb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001337 sec., 44876.58937920718 rows/sec., 3.02 MiB/sec. | ||
| 8691 | 2025.04.22 03:08:17.448490 [ 276 ] {8b5f42b2-d502-4590-b28c-fa2b1050cfeb} <Debug> TCPHandler: Processed in 0.001521771 sec. | ||
| 8692 | 2025.04.22 03:08:18.408032 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1224 | ||
| 8693 | 2025.04.22 03:08:18.411117 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8694 | 2025.04.22 03:08:18.411166 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 8695 | 2025.04.22 03:08:18.412575 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8696 | 2025.04.22 03:08:18.412881 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8697 | 2025.04.22 03:08:18.413125 [ 28 ] {} <Debug> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 8698 | 2025.04.22 03:08:18.413245 [ 28 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8699 | 2025.04.22 03:08:18.413299 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 8700 | 2025.04.22 03:08:18.413941 [ 201 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::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 | ||
| 8701 | 2025.04.22 03:08:18.414252 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1224 | ||
| 8702 | 2025.04.22 03:08:18.414866 [ 201 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8703 | 2025.04.22 03:08:18.415068 [ 201 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1028 rows starting from the beginning of the part | ||
| 8704 | 2025.04.22 03:08:18.415607 [ 201 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 46 rows starting from the beginning of the part | ||
| 8705 | 2025.04.22 03:08:18.416119 [ 201 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 34 rows starting from the beginning of the part | ||
| 8706 | 2025.04.22 03:08:18.416605 [ 201 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 36 rows starting from the beginning of the part | ||
| 8707 | 2025.04.22 03:08:18.417088 [ 201 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 46 rows starting from the beginning of the part | ||
| 8708 | 2025.04.22 03:08:18.417566 [ 201 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 34 rows starting from the beginning of the part | ||
| 8709 | 2025.04.22 03:08:18.425801 [ 186 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1224 rows, containing 72 columns (72 merged, 0 gathered) in 0.012277059 sec., 99698.14431941722 rows/sec., 78.92 MiB/sec. | ||
| 8710 | 2025.04.22 03:08:18.427666 [ 188 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 8711 | 2025.04.22 03:08:18.428519 [ 188 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_31_6} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8712 | 2025.04.22 03:08:18.428620 [ 188 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_31_6} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 8713 | 2025.04.22 03:08:18.428970 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.79 MiB. | ||
| 8714 | 2025.04.22 03:08:20.817455 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19703 | ||
| 8715 | 2025.04.22 03:08:20.818167 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8716 | 2025.04.22 03:08:20.818203 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 8717 | 2025.04.22 03:08:20.818823 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8718 | 2025.04.22 03:08:20.819075 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8719 | 2025.04.22 03:08:20.819266 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19703 | ||
| 8720 | 2025.04.22 03:08:22.145205 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324 | ||
| 8721 | 2025.04.22 03:08:22.165826 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8722 | 2025.04.22 03:08:22.165888 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 8723 | 2025.04.22 03:08:22.173064 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8724 | 2025.04.22 03:08:22.173840 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8725 | 2025.04.22 03:08:22.177663 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 324 | ||
| 8726 | 2025.04.22 03:08:22.438550 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8727 | 2025.04.22 03:08:22.438854 [ 276 ] {8b02b85d-3832-49f8-a988-52e3454ca020} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8728 | 2025.04.22 03:08:22.438967 [ 276 ] {8b02b85d-3832-49f8-a988-52e3454ca020} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8729 | 2025.04.22 03:08:22.439821 [ 276 ] {8b02b85d-3832-49f8-a988-52e3454ca020} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8730 | 2025.04.22 03:08:22.439862 [ 276 ] {8b02b85d-3832-49f8-a988-52e3454ca020} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 8731 | 2025.04.22 03:08:22.440271 [ 276 ] {8b02b85d-3832-49f8-a988-52e3454ca020} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 8732 | 2025.04.22 03:08:22.440516 [ 276 ] {8b02b85d-3832-49f8-a988-52e3454ca020} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8733 | 2025.04.22 03:08:22.440747 [ 276 ] {8b02b85d-3832-49f8-a988-52e3454ca020} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001974 sec., 4052.6849037487336 rows/sec., 330.47 KiB/sec. | ||
| 8734 | 2025.04.22 03:08:22.440855 [ 276 ] {8b02b85d-3832-49f8-a988-52e3454ca020} <Debug> TCPHandler: Processed in 0.002487377 sec. | ||
| 8735 | 2025.04.22 03:08:22.441015 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8736 | 2025.04.22 03:08:22.441122 [ 276 ] {fa643cfd-6390-4c64-aa1e-01d1445e68c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8737 | 2025.04.22 03:08:22.441166 [ 276 ] {fa643cfd-6390-4c64-aa1e-01d1445e68c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8738 | 2025.04.22 03:08:22.441780 [ 276 ] {fa643cfd-6390-4c64-aa1e-01d1445e68c4} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8739 | 2025.04.22 03:08:22.441818 [ 276 ] {fa643cfd-6390-4c64-aa1e-01d1445e68c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 8740 | 2025.04.22 03:08:22.442172 [ 276 ] {fa643cfd-6390-4c64-aa1e-01d1445e68c4} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8741 | 2025.04.22 03:08:22.442402 [ 276 ] {fa643cfd-6390-4c64-aa1e-01d1445e68c4} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8742 | 2025.04.22 03:08:22.442611 [ 276 ] {fa643cfd-6390-4c64-aa1e-01d1445e68c4} <Debug> executeQuery: Read 132 rows, 11.54 KiB in 0.001509 sec., 87475.1491053678 rows/sec., 7.47 MiB/sec. | ||
| 8743 | 2025.04.22 03:08:22.442678 [ 276 ] {fa643cfd-6390-4c64-aa1e-01d1445e68c4} <Debug> TCPHandler: Processed in 0.001723406 sec. | ||
| 8744 | 2025.04.22 03:08:22.442826 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8745 | 2025.04.22 03:08:22.442939 [ 276 ] {4ced1da4-3be5-44ef-97d7-543b16e632a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8746 | 2025.04.22 03:08:22.442986 [ 276 ] {4ced1da4-3be5-44ef-97d7-543b16e632a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8747 | 2025.04.22 03:08:22.443504 [ 276 ] {4ced1da4-3be5-44ef-97d7-543b16e632a5} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8748 | 2025.04.22 03:08:22.443542 [ 276 ] {4ced1da4-3be5-44ef-97d7-543b16e632a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 8749 | 2025.04.22 03:08:22.443868 [ 276 ] {4ced1da4-3be5-44ef-97d7-543b16e632a5} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 8750 | 2025.04.22 03:08:22.444097 [ 276 ] {4ced1da4-3be5-44ef-97d7-543b16e632a5} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8751 | 2025.04.22 03:08:22.444305 [ 276 ] {4ced1da4-3be5-44ef-97d7-543b16e632a5} <Debug> executeQuery: Read 44 rows, 3.27 KiB in 0.001388 sec., 31700.288184438043 rows/sec., 2.30 MiB/sec. | ||
| 8752 | 2025.04.22 03:08:22.444354 [ 276 ] {4ced1da4-3be5-44ef-97d7-543b16e632a5} <Debug> TCPHandler: Processed in 0.001593743 sec. | ||
| 8753 | 2025.04.22 03:08:22.444471 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8754 | 2025.04.22 03:08:22.444575 [ 276 ] {1b61b390-69be-40fe-aba3-3e6942bb5c79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8755 | 2025.04.22 03:08:22.444619 [ 276 ] {1b61b390-69be-40fe-aba3-3e6942bb5c79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8756 | 2025.04.22 03:08:22.445168 [ 276 ] {1b61b390-69be-40fe-aba3-3e6942bb5c79} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8757 | 2025.04.22 03:08:22.445208 [ 276 ] {1b61b390-69be-40fe-aba3-3e6942bb5c79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 8758 | 2025.04.22 03:08:22.445557 [ 276 ] {1b61b390-69be-40fe-aba3-3e6942bb5c79} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8759 | 2025.04.22 03:08:22.445786 [ 276 ] {1b61b390-69be-40fe-aba3-3e6942bb5c79} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8760 | 2025.04.22 03:08:22.445980 [ 276 ] {1b61b390-69be-40fe-aba3-3e6942bb5c79} <Debug> executeQuery: Read 108 rows, 8.65 KiB in 0.001425 sec., 75789.47368421052 rows/sec., 5.93 MiB/sec. | ||
| 8761 | 2025.04.22 03:08:22.446029 [ 276 ] {1b61b390-69be-40fe-aba3-3e6942bb5c79} <Debug> TCPHandler: Processed in 0.001609113 sec. | ||
| 8762 | 2025.04.22 03:08:22.446147 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8763 | 2025.04.22 03:08:22.446252 [ 276 ] {8bb4fc40-389f-4d39-8eab-a5bb9ef1a69d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8764 | 2025.04.22 03:08:22.446300 [ 276 ] {8bb4fc40-389f-4d39-8eab-a5bb9ef1a69d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8765 | 2025.04.22 03:08:22.446808 [ 276 ] {8bb4fc40-389f-4d39-8eab-a5bb9ef1a69d} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8766 | 2025.04.22 03:08:22.446847 [ 276 ] {8bb4fc40-389f-4d39-8eab-a5bb9ef1a69d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 8767 | 2025.04.22 03:08:22.447217 [ 276 ] {8bb4fc40-389f-4d39-8eab-a5bb9ef1a69d} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8768 | 2025.04.22 03:08:22.447452 [ 276 ] {8bb4fc40-389f-4d39-8eab-a5bb9ef1a69d} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8769 | 2025.04.22 03:08:22.447660 [ 276 ] {8bb4fc40-389f-4d39-8eab-a5bb9ef1a69d} <Debug> executeQuery: Read 164 rows, 11.69 KiB in 0.00143 sec., 114685.31468531468 rows/sec., 7.98 MiB/sec. | ||
| 8770 | 2025.04.22 03:08:22.447710 [ 276 ] {8bb4fc40-389f-4d39-8eab-a5bb9ef1a69d} <Debug> TCPHandler: Processed in 0.001614363 sec. | ||
| 8771 | 2025.04.22 03:08:22.447823 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8772 | 2025.04.22 03:08:22.447927 [ 276 ] {4ac1ec56-3aac-44d3-aebe-64b6f093a15f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8773 | 2025.04.22 03:08:22.447994 [ 276 ] {4ac1ec56-3aac-44d3-aebe-64b6f093a15f} <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 | ||
| 8774 | 2025.04.22 03:08:22.449087 [ 276 ] {4ac1ec56-3aac-44d3-aebe-64b6f093a15f} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8775 | 2025.04.22 03:08:22.449125 [ 276 ] {4ac1ec56-3aac-44d3-aebe-64b6f093a15f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 8776 | 2025.04.22 03:08:22.449759 [ 276 ] {4ac1ec56-3aac-44d3-aebe-64b6f093a15f} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 8777 | 2025.04.22 03:08:22.450015 [ 276 ] {4ac1ec56-3aac-44d3-aebe-64b6f093a15f} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8778 | 2025.04.22 03:08:22.450251 [ 276 ] {4ac1ec56-3aac-44d3-aebe-64b6f093a15f} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002346 sec., 15345.268542199488 rows/sec., 27.50 MiB/sec. | ||
| 8779 | 2025.04.22 03:08:22.450342 [ 276 ] {4ac1ec56-3aac-44d3-aebe-64b6f093a15f} <Debug> TCPHandler: Processed in 0.002569418 sec. | ||
| 8780 | 2025.04.22 03:08:22.450467 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8781 | 2025.04.22 03:08:22.450573 [ 276 ] {a096260a-282b-41ad-ac92-2e901a9a5a09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8782 | 2025.04.22 03:08:22.450618 [ 276 ] {a096260a-282b-41ad-ac92-2e901a9a5a09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8783 | 2025.04.22 03:08:22.451048 [ 276 ] {a096260a-282b-41ad-ac92-2e901a9a5a09} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8784 | 2025.04.22 03:08:22.451088 [ 276 ] {a096260a-282b-41ad-ac92-2e901a9a5a09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 8785 | 2025.04.22 03:08:22.451438 [ 276 ] {a096260a-282b-41ad-ac92-2e901a9a5a09} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8786 | 2025.04.22 03:08:22.451674 [ 276 ] {a096260a-282b-41ad-ac92-2e901a9a5a09} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8787 | 2025.04.22 03:08:22.451886 [ 276 ] {a096260a-282b-41ad-ac92-2e901a9a5a09} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001336 sec., 44910.17964071856 rows/sec., 3.03 MiB/sec. | ||
| 8788 | 2025.04.22 03:08:22.451935 [ 276 ] {a096260a-282b-41ad-ac92-2e901a9a5a09} <Debug> TCPHandler: Processed in 0.001518651 sec. | ||
| 8789 | 2025.04.22 03:08:23.000161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 221.18 MiB, peak 232.43 MiB, free memory in arenas 0.00 B, will set to 220.15 MiB (RSS), difference: -1.03 MiB | ||
| 8790 | 2025.04.22 03:08:27.437617 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8791 | 2025.04.22 03:08:27.437823 [ 276 ] {f9d1f77c-6d19-4dc7-ab22-41835d845b11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8792 | 2025.04.22 03:08:27.437893 [ 276 ] {f9d1f77c-6d19-4dc7-ab22-41835d845b11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8793 | 2025.04.22 03:08:27.438669 [ 276 ] {f9d1f77c-6d19-4dc7-ab22-41835d845b11} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8794 | 2025.04.22 03:08:27.438713 [ 276 ] {f9d1f77c-6d19-4dc7-ab22-41835d845b11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 8795 | 2025.04.22 03:08:27.439138 [ 276 ] {f9d1f77c-6d19-4dc7-ab22-41835d845b11} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8796 | 2025.04.22 03:08:27.439387 [ 276 ] {f9d1f77c-6d19-4dc7-ab22-41835d845b11} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8797 | 2025.04.22 03:08:27.439588 [ 126 ] {} <Debug> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8798 | 2025.04.22 03:08:27.439614 [ 276 ] {f9d1f77c-6d19-4dc7-ab22-41835d845b11} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.001843 sec., 34725.99023331525 rows/sec., 2.75 MiB/sec. | ||
| 8799 | 2025.04.22 03:08:27.439665 [ 126 ] {} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8800 | 2025.04.22 03:08:27.439740 [ 276 ] {f9d1f77c-6d19-4dc7-ab22-41835d845b11} <Debug> TCPHandler: Processed in 0.00224532 sec. | ||
| 8801 | 2025.04.22 03:08:27.439746 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 8802 | 2025.04.22 03:08:27.439930 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8803 | 2025.04.22 03:08:27.439956 [ 193 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::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 | ||
| 8804 | 2025.04.22 03:08:27.440124 [ 276 ] {1ff0c500-162e-4dd5-9388-5e017f0f43f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8805 | 2025.04.22 03:08:27.440238 [ 276 ] {1ff0c500-162e-4dd5-9388-5e017f0f43f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8806 | 2025.04.22 03:08:27.440257 [ 193 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8807 | 2025.04.22 03:08:27.440353 [ 193 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1846 rows starting from the beginning of the part | ||
| 8808 | 2025.04.22 03:08:27.440639 [ 193 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 56 rows starting from the beginning of the part | ||
| 8809 | 2025.04.22 03:08:27.441027 [ 193 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 689 rows starting from the beginning of the part | ||
| 8810 | 2025.04.22 03:08:27.441510 [ 193 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 64 rows starting from the beginning of the part | ||
| 8811 | 2025.04.22 03:08:27.442168 [ 193 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 132 rows starting from the beginning of the part | ||
| 8812 | 2025.04.22 03:08:27.442773 [ 193 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::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 | ||
| 8813 | 2025.04.22 03:08:27.443686 [ 276 ] {1ff0c500-162e-4dd5-9388-5e017f0f43f6} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8814 | 2025.04.22 03:08:27.443757 [ 276 ] {1ff0c500-162e-4dd5-9388-5e017f0f43f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 8815 | 2025.04.22 03:08:27.444628 [ 276 ] {1ff0c500-162e-4dd5-9388-5e017f0f43f6} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 8816 | 2025.04.22 03:08:27.445201 [ 276 ] {1ff0c500-162e-4dd5-9388-5e017f0f43f6} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8817 | 2025.04.22 03:08:27.445438 [ 126 ] {} <Debug> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 8818 | 2025.04.22 03:08:27.445535 [ 126 ] {} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8819 | 2025.04.22 03:08:27.445606 [ 276 ] {1ff0c500-162e-4dd5-9388-5e017f0f43f6} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.005504 sec., 726.7441860465116 rows/sec., 54.65 KiB/sec. | ||
| 8820 | 2025.04.22 03:08:27.445611 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 8821 | 2025.04.22 03:08:27.445915 [ 276 ] {1ff0c500-162e-4dd5-9388-5e017f0f43f6} <Debug> TCPHandler: Processed in 0.006055982 sec. | ||
| 8822 | 2025.04.22 03:08:27.446153 [ 188 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::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 | ||
| 8823 | 2025.04.22 03:08:27.446363 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8824 | 2025.04.22 03:08:27.446632 [ 193 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2851 rows, containing 5 columns (5 merged, 0 gathered) in 0.00674843 sec., 422468.63344511244 rows/sec., 35.88 MiB/sec. | ||
| 8825 | 2025.04.22 03:08:27.446687 [ 188 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8826 | 2025.04.22 03:08:27.446744 [ 276 ] {584885ec-a51d-4932-82e5-db91989ffbe4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8827 | 2025.04.22 03:08:27.446789 [ 188 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 164 rows starting from the beginning of the part | ||
| 8828 | 2025.04.22 03:08:27.446848 [ 276 ] {584885ec-a51d-4932-82e5-db91989ffbe4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8829 | 2025.04.22 03:08:27.447183 [ 193 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8830 | 2025.04.22 03:08:27.447190 [ 188 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 8 rows starting from the beginning of the part | ||
| 8831 | 2025.04.22 03:08:27.447655 [ 188 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 142 rows starting from the beginning of the part | ||
| 8832 | 2025.04.22 03:08:27.448087 [ 188 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 4 rows starting from the beginning of the part | ||
| 8833 | 2025.04.22 03:08:27.448457 [ 188 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 44 rows starting from the beginning of the part | ||
| 8834 | 2025.04.22 03:08:27.448624 [ 193 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_71_14} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8835 | 2025.04.22 03:08:27.448982 [ 188 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 4 rows starting from the beginning of the part | ||
| 8836 | 2025.04.22 03:08:27.449151 [ 193 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_71_14} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8837 | 2025.04.22 03:08:27.449603 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
| 8838 | 2025.04.22 03:08:27.451222 [ 276 ] {584885ec-a51d-4932-82e5-db91989ffbe4} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8839 | 2025.04.22 03:08:27.451296 [ 276 ] {584885ec-a51d-4932-82e5-db91989ffbe4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 8840 | 2025.04.22 03:08:27.452244 [ 276 ] {584885ec-a51d-4932-82e5-db91989ffbe4} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8841 | 2025.04.22 03:08:27.452434 [ 188 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 366 rows, containing 5 columns (5 merged, 0 gathered) in 0.006658608 sec., 54966.443436826434 rows/sec., 3.76 MiB/sec. | ||
| 8842 | 2025.04.22 03:08:27.452664 [ 188 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 8843 | 2025.04.22 03:08:27.452730 [ 276 ] {584885ec-a51d-4932-82e5-db91989ffbe4} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8844 | 2025.04.22 03:08:27.453007 [ 126 ] {} <Debug> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8845 | 2025.04.22 03:08:27.453100 [ 126 ] {} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8846 | 2025.04.22 03:08:27.453207 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 8847 | 2025.04.22 03:08:27.453255 [ 276 ] {584885ec-a51d-4932-82e5-db91989ffbe4} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.006597 sec., 10307.7156283159 rows/sec., 823.94 KiB/sec. | ||
| 8848 | 2025.04.22 03:08:27.453387 [ 188 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_56_11} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8849 | 2025.04.22 03:08:27.453680 [ 190 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::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 | ||
| 8850 | 2025.04.22 03:08:27.453704 [ 276 ] {584885ec-a51d-4932-82e5-db91989ffbe4} <Debug> TCPHandler: Processed in 0.007494021 sec. | ||
| 8851 | 2025.04.22 03:08:27.453723 [ 188 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_56_11} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 8852 | 2025.04.22 03:08:27.453975 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 8853 | 2025.04.22 03:08:27.454070 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8854 | 2025.04.22 03:08:27.454084 [ 190 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8855 | 2025.04.22 03:08:27.454142 [ 190 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 914 rows starting from the beginning of the part | ||
| 8856 | 2025.04.22 03:08:27.454332 [ 276 ] {004341a7-221d-444f-a1c1-e08b55953aa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8857 | 2025.04.22 03:08:27.454410 [ 190 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 64 rows starting from the beginning of the part | ||
| 8858 | 2025.04.22 03:08:27.454578 [ 276 ] {004341a7-221d-444f-a1c1-e08b55953aa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8859 | 2025.04.22 03:08:27.454751 [ 190 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 418 rows starting from the beginning of the part | ||
| 8860 | 2025.04.22 03:08:27.455135 [ 190 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 68 rows starting from the beginning of the part | ||
| 8861 | 2025.04.22 03:08:27.455440 [ 190 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 108 rows starting from the beginning of the part | ||
| 8862 | 2025.04.22 03:08:27.455844 [ 190 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 68 rows starting from the beginning of the part | ||
| 8863 | 2025.04.22 03:08:27.457451 [ 276 ] {004341a7-221d-444f-a1c1-e08b55953aa5} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8864 | 2025.04.22 03:08:27.457526 [ 276 ] {004341a7-221d-444f-a1c1-e08b55953aa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 8865 | 2025.04.22 03:08:27.458609 [ 276 ] {004341a7-221d-444f-a1c1-e08b55953aa5} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8866 | 2025.04.22 03:08:27.459132 [ 276 ] {004341a7-221d-444f-a1c1-e08b55953aa5} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8867 | 2025.04.22 03:08:27.459171 [ 199 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1640 rows, containing 5 columns (5 merged, 0 gathered) in 0.005834006 sec., 281110.4410931357 rows/sec., 21.68 MiB/sec. | ||
| 8868 | 2025.04.22 03:08:27.459344 [ 126 ] {} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8869 | 2025.04.22 03:08:27.459441 [ 126 ] {} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8870 | 2025.04.22 03:08:27.459478 [ 199 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8871 | 2025.04.22 03:08:27.459481 [ 276 ] {004341a7-221d-444f-a1c1-e08b55953aa5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005266 sec., 30383.59285985568 rows/sec., 2.12 MiB/sec. | ||
| 8872 | 2025.04.22 03:08:27.459502 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 8873 | 2025.04.22 03:08:27.459934 [ 276 ] {004341a7-221d-444f-a1c1-e08b55953aa5} <Debug> TCPHandler: Processed in 0.006037011 sec. | ||
| 8874 | 2025.04.22 03:08:27.460120 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::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 | ||
| 8875 | 2025.04.22 03:08:27.460533 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8876 | 2025.04.22 03:08:27.460768 [ 199 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_71_14} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8877 | 2025.04.22 03:08:27.461213 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8878 | 2025.04.22 03:08:27.461354 [ 276 ] {70b41f17-82f2-4d78-a33d-d71227a4eacb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8879 | 2025.04.22 03:08:27.461393 [ 199 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_71_14} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8880 | 2025.04.22 03:08:27.461419 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 20389 rows starting from the beginning of the part | ||
| 8881 | 2025.04.22 03:08:27.461874 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 8882 | 2025.04.22 03:08:27.462113 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 52 rows starting from the beginning of the part | ||
| 8883 | 2025.04.22 03:08:27.462161 [ 276 ] {70b41f17-82f2-4d78-a33d-d71227a4eacb} <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 | ||
| 8884 | 2025.04.22 03:08:27.462428 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 237 rows starting from the beginning of the part | ||
| 8885 | 2025.04.22 03:08:27.462840 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 160 rows starting from the beginning of the part | ||
| 8886 | 2025.04.22 03:08:27.463279 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 164 rows starting from the beginning of the part | ||
| 8887 | 2025.04.22 03:08:27.463682 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 160 rows starting from the beginning of the part | ||
| 8888 | 2025.04.22 03:08:27.466501 [ 276 ] {70b41f17-82f2-4d78-a33d-d71227a4eacb} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8889 | 2025.04.22 03:08:27.466551 [ 276 ] {70b41f17-82f2-4d78-a33d-d71227a4eacb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 8890 | 2025.04.22 03:08:27.468110 [ 276 ] {70b41f17-82f2-4d78-a33d-d71227a4eacb} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 8891 | 2025.04.22 03:08:27.468395 [ 276 ] {70b41f17-82f2-4d78-a33d-d71227a4eacb} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8892 | 2025.04.22 03:08:27.468640 [ 126 ] {} <Debug> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 8893 | 2025.04.22 03:08:27.468725 [ 126 ] {} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8894 | 2025.04.22 03:08:27.468772 [ 276 ] {70b41f17-82f2-4d78-a33d-d71227a4eacb} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.007672 sec., 521.376433785193 rows/sec., 956.71 KiB/sec. | ||
| 8895 | 2025.04.22 03:08:27.468862 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 8896 | 2025.04.22 03:08:27.469161 [ 199 ] {b231891b-dff1-435e-bddb-2ac39d181211::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 | ||
| 8897 | 2025.04.22 03:08:27.469284 [ 276 ] {70b41f17-82f2-4d78-a33d-d71227a4eacb} <Debug> TCPHandler: Processed in 0.00897866 sec. | ||
| 8898 | 2025.04.22 03:08:27.469508 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8899 | 2025.04.22 03:08:27.469519 [ 199 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8900 | 2025.04.22 03:08:27.469584 [ 199 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1099 rows starting from the beginning of the part | ||
| 8901 | 2025.04.22 03:08:27.469914 [ 276 ] {d7bfe55c-e783-4331-a109-a0efd78e2fe9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8902 | 2025.04.22 03:08:27.470033 [ 276 ] {d7bfe55c-e783-4331-a109-a0efd78e2fe9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8903 | 2025.04.22 03:08:27.470468 [ 199 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 4 rows starting from the beginning of the part | ||
| 8904 | 2025.04.22 03:08:27.471616 [ 199 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 36 rows starting from the beginning of the part | ||
| 8905 | 2025.04.22 03:08:27.471691 [ 191 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21162 rows, containing 5 columns (5 merged, 0 gathered) in 0.01197359 sec., 1767389.7302312842 rows/sec., 119.58 MiB/sec. | ||
| 8906 | 2025.04.22 03:08:27.472359 [ 199 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 4 rows starting from the beginning of the part | ||
| 8907 | 2025.04.22 03:08:27.472435 [ 191 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8908 | 2025.04.22 03:08:27.472745 [ 276 ] {d7bfe55c-e783-4331-a109-a0efd78e2fe9} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8909 | 2025.04.22 03:08:27.472907 [ 276 ] {d7bfe55c-e783-4331-a109-a0efd78e2fe9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 8910 | 2025.04.22 03:08:27.473186 [ 199 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 36 rows starting from the beginning of the part | ||
| 8911 | 2025.04.22 03:08:27.473616 [ 191 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8912 | 2025.04.22 03:08:27.474012 [ 191 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8913 | 2025.04.22 03:08:27.474061 [ 199 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 4 rows starting from the beginning of the part | ||
| 8914 | 2025.04.22 03:08:27.474198 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
| 8915 | 2025.04.22 03:08:27.474366 [ 276 ] {d7bfe55c-e783-4331-a109-a0efd78e2fe9} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8916 | 2025.04.22 03:08:27.474875 [ 276 ] {d7bfe55c-e783-4331-a109-a0efd78e2fe9} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8917 | 2025.04.22 03:08:27.475124 [ 126 ] {} <Debug> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8918 | 2025.04.22 03:08:27.475250 [ 126 ] {} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8919 | 2025.04.22 03:08:27.475276 [ 276 ] {d7bfe55c-e783-4331-a109-a0efd78e2fe9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005431 sec., 11047.689191677408 rows/sec., 762.41 KiB/sec. | ||
| 8920 | 2025.04.22 03:08:27.475352 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 8921 | 2025.04.22 03:08:27.475651 [ 276 ] {d7bfe55c-e783-4331-a109-a0efd78e2fe9} <Debug> TCPHandler: Processed in 0.006202306 sec. | ||
| 8922 | 2025.04.22 03:08:27.476254 [ 198 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::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 | ||
| 8923 | 2025.04.22 03:08:27.477001 [ 198 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8924 | 2025.04.22 03:08:27.477107 [ 198 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3792 rows starting from the beginning of the part | ||
| 8925 | 2025.04.22 03:08:27.477299 [ 198 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 18 rows starting from the beginning of the part | ||
| 8926 | 2025.04.22 03:08:27.477462 [ 198 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 82 rows starting from the beginning of the part | ||
| 8927 | 2025.04.22 03:08:27.477708 [ 198 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 60 rows starting from the beginning of the part | ||
| 8928 | 2025.04.22 03:08:27.477955 [ 198 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 60 rows starting from the beginning of the part | ||
| 8929 | 2025.04.22 03:08:27.478221 [ 198 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 60 rows starting from the beginning of the part | ||
| 8930 | 2025.04.22 03:08:27.481927 [ 198 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4072 rows, containing 4 columns (4 merged, 0 gathered) in 0.00634247 sec., 642021.1684091529 rows/sec., 42.21 MiB/sec. | ||
| 8931 | 2025.04.22 03:08:27.482505 [ 198 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8932 | 2025.04.22 03:08:27.483210 [ 198 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_71_14} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8933 | 2025.04.22 03:08:27.483304 [ 198 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_71_14} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8934 | 2025.04.22 03:08:27.483389 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
| 8935 | 2025.04.22 03:08:27.486751 [ 196 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1183 rows, containing 19 columns (19 merged, 0 gathered) in 0.017776956 sec., 66546.82612703773 rows/sec., 119.25 MiB/sec. | ||
| 8936 | 2025.04.22 03:08:27.487710 [ 195 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 8937 | 2025.04.22 03:08:27.488093 [ 195 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8938 | 2025.04.22 03:08:27.488173 [ 195 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 8939 | 2025.04.22 03:08:27.488279 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.50 MiB. | ||
| 8940 | 2025.04.22 03:08:28.000169 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 220.82 MiB, peak 232.43 MiB, free memory in arenas 0.00 B, will set to 224.13 MiB (RSS), difference: 3.31 MiB | ||
| 8941 | 2025.04.22 03:08:28.179615 [ 74 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8942 | 2025.04.22 03:08:28.179678 [ 74 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8943 | 2025.04.22 03:08:28.319394 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20191 | ||
| 8944 | 2025.04.22 03:08:28.320047 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8945 | 2025.04.22 03:08:28.320091 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 8946 | 2025.04.22 03:08:28.320639 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8947 | 2025.04.22 03:08:28.320906 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8948 | 2025.04.22 03:08:28.321156 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191 | ||
| 8949 | 2025.04.22 03:08:28.414466 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1250 | ||
| 8950 | 2025.04.22 03:08:28.417467 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8951 | 2025.04.22 03:08:28.417509 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 8952 | 2025.04.22 03:08:28.418938 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8953 | 2025.04.22 03:08:28.419250 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8954 | 2025.04.22 03:08:28.420447 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1250 | ||
| 8955 | 2025.04.22 03:08:29.677725 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332 | ||
| 8956 | 2025.04.22 03:08:29.698685 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8957 | 2025.04.22 03:08:29.698765 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 8958 | 2025.04.22 03:08:29.706427 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8959 | 2025.04.22 03:08:29.707267 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8960 | 2025.04.22 03:08:29.710429 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332 | ||
| 8961 | 2025.04.22 03:08:32.437875 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8962 | 2025.04.22 03:08:32.438081 [ 276 ] {5a607b2d-2470-466d-809e-b488504dfd79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8963 | 2025.04.22 03:08:32.438157 [ 276 ] {5a607b2d-2470-466d-809e-b488504dfd79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8964 | 2025.04.22 03:08:32.438948 [ 276 ] {5a607b2d-2470-466d-809e-b488504dfd79} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8965 | 2025.04.22 03:08:32.438990 [ 276 ] {5a607b2d-2470-466d-809e-b488504dfd79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 8966 | 2025.04.22 03:08:32.439433 [ 276 ] {5a607b2d-2470-466d-809e-b488504dfd79} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8967 | 2025.04.22 03:08:32.439678 [ 276 ] {5a607b2d-2470-466d-809e-b488504dfd79} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8968 | 2025.04.22 03:08:32.439858 [ 276 ] {5a607b2d-2470-466d-809e-b488504dfd79} <Debug> executeQuery: Read 128 rows, 11.24 KiB in 0.001836 sec., 69716.77559912854 rows/sec., 5.98 MiB/sec. | ||
| 8969 | 2025.04.22 03:08:32.439910 [ 276 ] {5a607b2d-2470-466d-809e-b488504dfd79} <Debug> TCPHandler: Processed in 0.002170558 sec. | ||
| 8970 | 2025.04.22 03:08:32.440037 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8971 | 2025.04.22 03:08:32.440141 [ 276 ] {04ee993a-cba1-485c-918b-63c8de5106c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8972 | 2025.04.22 03:08:32.440185 [ 276 ] {04ee993a-cba1-485c-918b-63c8de5106c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8973 | 2025.04.22 03:08:32.440689 [ 276 ] {04ee993a-cba1-485c-918b-63c8de5106c9} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8974 | 2025.04.22 03:08:32.440726 [ 276 ] {04ee993a-cba1-485c-918b-63c8de5106c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 8975 | 2025.04.22 03:08:32.441070 [ 276 ] {04ee993a-cba1-485c-918b-63c8de5106c9} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 8976 | 2025.04.22 03:08:32.441308 [ 276 ] {04ee993a-cba1-485c-918b-63c8de5106c9} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8977 | 2025.04.22 03:08:32.441472 [ 276 ] {04ee993a-cba1-485c-918b-63c8de5106c9} <Debug> executeQuery: Read 36 rows, 2.71 KiB in 0.001352 sec., 26627.218934911245 rows/sec., 1.96 MiB/sec. | ||
| 8978 | 2025.04.22 03:08:32.441519 [ 276 ] {04ee993a-cba1-485c-918b-63c8de5106c9} <Debug> TCPHandler: Processed in 0.001530291 sec. | ||
| 8979 | 2025.04.22 03:08:32.441635 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8980 | 2025.04.22 03:08:32.441736 [ 276 ] {69e6b275-0128-4210-bf4c-6f2da8dcdbb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8981 | 2025.04.22 03:08:32.441779 [ 276 ] {69e6b275-0128-4210-bf4c-6f2da8dcdbb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8982 | 2025.04.22 03:08:32.442298 [ 276 ] {69e6b275-0128-4210-bf4c-6f2da8dcdbb5} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8983 | 2025.04.22 03:08:32.442334 [ 276 ] {69e6b275-0128-4210-bf4c-6f2da8dcdbb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 8984 | 2025.04.22 03:08:32.442667 [ 276 ] {69e6b275-0128-4210-bf4c-6f2da8dcdbb5} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8985 | 2025.04.22 03:08:32.442894 [ 276 ] {69e6b275-0128-4210-bf4c-6f2da8dcdbb5} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8986 | 2025.04.22 03:08:32.443075 [ 276 ] {69e6b275-0128-4210-bf4c-6f2da8dcdbb5} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.001354 sec., 73855.24372230428 rows/sec., 5.77 MiB/sec. | ||
| 8987 | 2025.04.22 03:08:32.443189 [ 276 ] {69e6b275-0128-4210-bf4c-6f2da8dcdbb5} <Debug> TCPHandler: Processed in 0.001600383 sec. | ||
| 8988 | 2025.04.22 03:08:32.443395 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8989 | 2025.04.22 03:08:32.443564 [ 276 ] {9d924e26-11d0-46eb-8970-7c228915e518} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8990 | 2025.04.22 03:08:32.443614 [ 276 ] {9d924e26-11d0-46eb-8970-7c228915e518} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8991 | 2025.04.22 03:08:32.444119 [ 276 ] {9d924e26-11d0-46eb-8970-7c228915e518} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8992 | 2025.04.22 03:08:32.444156 [ 276 ] {9d924e26-11d0-46eb-8970-7c228915e518} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 8993 | 2025.04.22 03:08:32.444526 [ 276 ] {9d924e26-11d0-46eb-8970-7c228915e518} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8994 | 2025.04.22 03:08:32.444757 [ 276 ] {9d924e26-11d0-46eb-8970-7c228915e518} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8995 | 2025.04.22 03:08:32.444920 [ 276 ] {9d924e26-11d0-46eb-8970-7c228915e518} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001381 sec., 115858.07385952208 rows/sec., 8.07 MiB/sec. | ||
| 8996 | 2025.04.22 03:08:32.444968 [ 276 ] {9d924e26-11d0-46eb-8970-7c228915e518} <Debug> TCPHandler: Processed in 0.001703635 sec. | ||
| 8997 | 2025.04.22 03:08:32.445098 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8998 | 2025.04.22 03:08:32.445232 [ 276 ] {1f802800-bd80-419a-a34d-4faa4e7bef4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8999 | 2025.04.22 03:08:32.445314 [ 276 ] {1f802800-bd80-419a-a34d-4faa4e7bef4f} <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 | ||
| 9000 | 2025.04.22 03:08:32.446409 [ 276 ] {1f802800-bd80-419a-a34d-4faa4e7bef4f} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9001 | 2025.04.22 03:08:32.446447 [ 276 ] {1f802800-bd80-419a-a34d-4faa4e7bef4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 9002 | 2025.04.22 03:08:32.447109 [ 276 ] {1f802800-bd80-419a-a34d-4faa4e7bef4f} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 9003 | 2025.04.22 03:08:32.447369 [ 276 ] {1f802800-bd80-419a-a34d-4faa4e7bef4f} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9004 | 2025.04.22 03:08:32.447555 [ 276 ] {1f802800-bd80-419a-a34d-4faa4e7bef4f} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.00235 sec., 15319.148936170212 rows/sec., 27.45 MiB/sec. | ||
| 9005 | 2025.04.22 03:08:32.447641 [ 276 ] {1f802800-bd80-419a-a34d-4faa4e7bef4f} <Debug> TCPHandler: Processed in 0.00260499 sec. | ||
| 9006 | 2025.04.22 03:08:32.447766 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9007 | 2025.04.22 03:08:32.447871 [ 276 ] {bb9cce50-d119-467f-b405-265afa43de9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9008 | 2025.04.22 03:08:32.447918 [ 276 ] {bb9cce50-d119-467f-b405-265afa43de9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9009 | 2025.04.22 03:08:32.448337 [ 276 ] {bb9cce50-d119-467f-b405-265afa43de9a} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9010 | 2025.04.22 03:08:32.448374 [ 276 ] {bb9cce50-d119-467f-b405-265afa43de9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 9011 | 2025.04.22 03:08:32.448728 [ 276 ] {bb9cce50-d119-467f-b405-265afa43de9a} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9012 | 2025.04.22 03:08:32.448960 [ 276 ] {bb9cce50-d119-467f-b405-265afa43de9a} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9013 | 2025.04.22 03:08:32.449125 [ 276 ] {bb9cce50-d119-467f-b405-265afa43de9a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001276 sec., 47021.94357366771 rows/sec., 3.17 MiB/sec. | ||
| 9014 | 2025.04.22 03:08:32.449171 [ 276 ] {bb9cce50-d119-467f-b405-265afa43de9a} <Debug> TCPHandler: Processed in 0.001456619 sec. | ||
| 9015 | 2025.04.22 03:08:33.188325 [ 91 ] {} <Debug> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 9016 | 2025.04.22 03:08:33.188396 [ 91 ] {} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9017 | 2025.04.22 03:08:33.188422 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 9018 | 2025.04.22 03:08:33.188613 [ 192 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::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 | ||
| 9019 | 2025.04.22 03:08:33.188787 [ 192 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9020 | 2025.04.22 03:08:33.188828 [ 192 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 18 rows starting from the beginning of the part | ||
| 9021 | 2025.04.22 03:08:33.188925 [ 192 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 4 rows starting from the beginning of the part | ||
| 9022 | 2025.04.22 03:08:33.189245 [ 192 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part | ||
| 9023 | 2025.04.22 03:08:33.189427 [ 192 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 4 rows starting from the beginning of the part | ||
| 9024 | 2025.04.22 03:08:33.189642 [ 192 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 8 rows starting from the beginning of the part | ||
| 9025 | 2025.04.22 03:08:33.190667 [ 189 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002148098 sec., 16759.011925899096 rows/sec., 1.40 MiB/sec. | ||
| 9026 | 2025.04.22 03:08:33.190917 [ 194 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 9027 | 2025.04.22 03:08:33.191329 [ 194 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_17_4} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9028 | 2025.04.22 03:08:33.191439 [ 194 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_17_4} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 9029 | 2025.04.22 03:08:33.191553 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 9030 | 2025.04.22 03:08:35.674694 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9031 | 2025.04.22 03:08:35.675022 [ 276 ] {aa0b2538-9efe-4823-a39b-0ed83a43213b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9032 | 2025.04.22 03:08:35.675143 [ 276 ] {aa0b2538-9efe-4823-a39b-0ed83a43213b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9033 | 2025.04.22 03:08:35.676106 [ 276 ] {aa0b2538-9efe-4823-a39b-0ed83a43213b} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9034 | 2025.04.22 03:08:35.676156 [ 276 ] {aa0b2538-9efe-4823-a39b-0ed83a43213b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 9035 | 2025.04.22 03:08:35.676579 [ 276 ] {aa0b2538-9efe-4823-a39b-0ed83a43213b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 9036 | 2025.04.22 03:08:35.676852 [ 276 ] {aa0b2538-9efe-4823-a39b-0ed83a43213b} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9037 | 2025.04.22 03:08:35.677084 [ 276 ] {aa0b2538-9efe-4823-a39b-0ed83a43213b} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002145 sec., 1864.8018648018647 rows/sec., 152.06 KiB/sec. | ||
| 9038 | 2025.04.22 03:08:35.677140 [ 276 ] {aa0b2538-9efe-4823-a39b-0ed83a43213b} <Debug> TCPHandler: Processed in 0.00263262 sec. | ||
| 9039 | 2025.04.22 03:08:35.677263 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9040 | 2025.04.22 03:08:35.677367 [ 276 ] {330940cf-09e1-4c33-9608-cc024fc1b561} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9041 | 2025.04.22 03:08:35.677413 [ 276 ] {330940cf-09e1-4c33-9608-cc024fc1b561} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9042 | 2025.04.22 03:08:35.678413 [ 276 ] {330940cf-09e1-4c33-9608-cc024fc1b561} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9043 | 2025.04.22 03:08:35.678454 [ 276 ] {330940cf-09e1-4c33-9608-cc024fc1b561} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 9044 | 2025.04.22 03:08:35.678875 [ 276 ] {330940cf-09e1-4c33-9608-cc024fc1b561} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9045 | 2025.04.22 03:08:35.679114 [ 276 ] {330940cf-09e1-4c33-9608-cc024fc1b561} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9046 | 2025.04.22 03:08:35.679322 [ 276 ] {330940cf-09e1-4c33-9608-cc024fc1b561} <Debug> executeQuery: Read 1206 rows, 101.90 KiB in 0.001975 sec., 610632.911392405 rows/sec., 50.38 MiB/sec. | ||
| 9047 | 2025.04.22 03:08:35.679374 [ 276 ] {330940cf-09e1-4c33-9608-cc024fc1b561} <Debug> TCPHandler: Processed in 0.002161808 sec. | ||
| 9048 | 2025.04.22 03:08:35.679491 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9049 | 2025.04.22 03:08:35.679596 [ 276 ] {d8a5277b-8f45-4a6a-881a-f21a0cd0ee8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9050 | 2025.04.22 03:08:35.679641 [ 276 ] {d8a5277b-8f45-4a6a-881a-f21a0cd0ee8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9051 | 2025.04.22 03:08:35.680164 [ 276 ] {d8a5277b-8f45-4a6a-881a-f21a0cd0ee8d} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9052 | 2025.04.22 03:08:35.680204 [ 276 ] {d8a5277b-8f45-4a6a-881a-f21a0cd0ee8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 9053 | 2025.04.22 03:08:35.680549 [ 276 ] {d8a5277b-8f45-4a6a-881a-f21a0cd0ee8d} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 9054 | 2025.04.22 03:08:35.680782 [ 276 ] {d8a5277b-8f45-4a6a-881a-f21a0cd0ee8d} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9055 | 2025.04.22 03:08:35.681001 [ 276 ] {d8a5277b-8f45-4a6a-881a-f21a0cd0ee8d} <Debug> executeQuery: Read 8 rows, 594.00 B in 0.001425 sec., 5614.035087719298 rows/sec., 407.07 KiB/sec. | ||
| 9056 | 2025.04.22 03:08:35.681070 [ 276 ] {d8a5277b-8f45-4a6a-881a-f21a0cd0ee8d} <Debug> TCPHandler: Processed in 0.001629603 sec. | ||
| 9057 | 2025.04.22 03:08:35.681203 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9058 | 2025.04.22 03:08:35.681319 [ 276 ] {ac026a61-4865-4c60-9ab1-5e44e4fcf0c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9059 | 2025.04.22 03:08:35.681363 [ 276 ] {ac026a61-4865-4c60-9ab1-5e44e4fcf0c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9060 | 2025.04.22 03:08:35.681955 [ 276 ] {ac026a61-4865-4c60-9ab1-5e44e4fcf0c0} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9061 | 2025.04.22 03:08:35.681996 [ 276 ] {ac026a61-4865-4c60-9ab1-5e44e4fcf0c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 9062 | 2025.04.22 03:08:35.682350 [ 276 ] {ac026a61-4865-4c60-9ab1-5e44e4fcf0c0} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9063 | 2025.04.22 03:08:35.682592 [ 276 ] {ac026a61-4865-4c60-9ab1-5e44e4fcf0c0} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9064 | 2025.04.22 03:08:35.682790 [ 276 ] {ac026a61-4865-4c60-9ab1-5e44e4fcf0c0} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001488 sec., 153225.8064516129 rows/sec., 10.38 MiB/sec. | ||
| 9065 | 2025.04.22 03:08:35.682842 [ 276 ] {ac026a61-4865-4c60-9ab1-5e44e4fcf0c0} <Debug> TCPHandler: Processed in 0.001702825 sec. | ||
| 9066 | 2025.04.22 03:08:35.682962 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9067 | 2025.04.22 03:08:35.683066 [ 276 ] {9df85013-b87e-43fa-b1d5-1379dfa4bfdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9068 | 2025.04.22 03:08:35.683111 [ 276 ] {9df85013-b87e-43fa-b1d5-1379dfa4bfdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9069 | 2025.04.22 03:08:35.683815 [ 276 ] {9df85013-b87e-43fa-b1d5-1379dfa4bfdb} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9070 | 2025.04.22 03:08:35.683855 [ 276 ] {9df85013-b87e-43fa-b1d5-1379dfa4bfdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 9071 | 2025.04.22 03:08:35.684228 [ 276 ] {9df85013-b87e-43fa-b1d5-1379dfa4bfdb} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9072 | 2025.04.22 03:08:35.684462 [ 276 ] {9df85013-b87e-43fa-b1d5-1379dfa4bfdb} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9073 | 2025.04.22 03:08:35.684673 [ 276 ] {9df85013-b87e-43fa-b1d5-1379dfa4bfdb} <Debug> executeQuery: Read 528 rows, 40.05 KiB in 0.001628 sec., 324324.3243243243 rows/sec., 24.02 MiB/sec. | ||
| 9074 | 2025.04.22 03:08:35.684724 [ 276 ] {9df85013-b87e-43fa-b1d5-1379dfa4bfdb} <Debug> TCPHandler: Processed in 0.001813679 sec. | ||
| 9075 | 2025.04.22 03:08:35.684843 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9076 | 2025.04.22 03:08:35.684949 [ 276 ] {38de7917-c487-4a9c-90b2-6efd1354c145} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9077 | 2025.04.22 03:08:35.684999 [ 276 ] {38de7917-c487-4a9c-90b2-6efd1354c145} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9078 | 2025.04.22 03:08:35.685737 [ 276 ] {38de7917-c487-4a9c-90b2-6efd1354c145} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9079 | 2025.04.22 03:08:35.685777 [ 276 ] {38de7917-c487-4a9c-90b2-6efd1354c145} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 9080 | 2025.04.22 03:08:35.686207 [ 276 ] {38de7917-c487-4a9c-90b2-6efd1354c145} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9081 | 2025.04.22 03:08:35.686443 [ 276 ] {38de7917-c487-4a9c-90b2-6efd1354c145} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9082 | 2025.04.22 03:08:35.686654 [ 276 ] {38de7917-c487-4a9c-90b2-6efd1354c145} <Debug> executeQuery: Read 956 rows, 65.68 KiB in 0.001721 sec., 555490.9936083672 rows/sec., 37.27 MiB/sec. | ||
| 9083 | 2025.04.22 03:08:35.686759 [ 276 ] {38de7917-c487-4a9c-90b2-6efd1354c145} <Debug> TCPHandler: Processed in 0.001964722 sec. | ||
| 9084 | 2025.04.22 03:08:35.686930 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9085 | 2025.04.22 03:08:35.687083 [ 276 ] {c290b39e-80d7-4562-9279-d8a5f2e716b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9086 | 2025.04.22 03:08:35.687158 [ 276 ] {c290b39e-80d7-4562-9279-d8a5f2e716b9} <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 | ||
| 9087 | 2025.04.22 03:08:35.688179 [ 276 ] {c290b39e-80d7-4562-9279-d8a5f2e716b9} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9088 | 2025.04.22 03:08:35.688220 [ 276 ] {c290b39e-80d7-4562-9279-d8a5f2e716b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 9089 | 2025.04.22 03:08:35.688796 [ 276 ] {c290b39e-80d7-4562-9279-d8a5f2e716b9} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 9090 | 2025.04.22 03:08:35.689052 [ 276 ] {c290b39e-80d7-4562-9279-d8a5f2e716b9} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9091 | 2025.04.22 03:08:35.689286 [ 276 ] {c290b39e-80d7-4562-9279-d8a5f2e716b9} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002225 sec., 1797.7528089887642 rows/sec., 3.22 MiB/sec. | ||
| 9092 | 2025.04.22 03:08:35.689377 [ 276 ] {c290b39e-80d7-4562-9279-d8a5f2e716b9} <Debug> TCPHandler: Processed in 0.002543398 sec. | ||
| 9093 | 2025.04.22 03:08:35.689496 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9094 | 2025.04.22 03:08:35.689600 [ 276 ] {6f5739b0-d6ae-46f3-abbf-91255d746f66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9095 | 2025.04.22 03:08:35.689646 [ 276 ] {6f5739b0-d6ae-46f3-abbf-91255d746f66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9096 | 2025.04.22 03:08:35.690063 [ 276 ] {6f5739b0-d6ae-46f3-abbf-91255d746f66} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9097 | 2025.04.22 03:08:35.690103 [ 276 ] {6f5739b0-d6ae-46f3-abbf-91255d746f66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 9098 | 2025.04.22 03:08:35.690458 [ 276 ] {6f5739b0-d6ae-46f3-abbf-91255d746f66} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9099 | 2025.04.22 03:08:35.690690 [ 276 ] {6f5739b0-d6ae-46f3-abbf-91255d746f66} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9100 | 2025.04.22 03:08:35.690895 [ 276 ] {6f5739b0-d6ae-46f3-abbf-91255d746f66} <Debug> executeQuery: Read 42 rows, 2.89 KiB in 0.001314 sec., 31963.4703196347 rows/sec., 2.15 MiB/sec. | ||
| 9101 | 2025.04.22 03:08:35.690962 [ 276 ] {6f5739b0-d6ae-46f3-abbf-91255d746f66} <Debug> TCPHandler: Processed in 0.001517421 sec. | ||
| 9102 | 2025.04.22 03:08:35.821267 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20618 | ||
| 9103 | 2025.04.22 03:08:35.821810 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9104 | 2025.04.22 03:08:35.821850 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 9105 | 2025.04.22 03:08:35.822304 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 9106 | 2025.04.22 03:08:35.822560 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9107 | 2025.04.22 03:08:35.822786 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20618 | ||
| 9108 | 2025.04.22 03:08:37.210493 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340 | ||
| 9109 | 2025.04.22 03:08:37.232317 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9110 | 2025.04.22 03:08:37.232383 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 9111 | 2025.04.22 03:08:37.239660 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 9112 | 2025.04.22 03:08:37.240421 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9113 | 2025.04.22 03:08:37.243498 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340 | ||
| 9114 | 2025.04.22 03:08:37.431956 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9115 | 2025.04.22 03:08:37.432169 [ 276 ] {591bf7d8-72cd-43c9-829a-fdd3305901a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9116 | 2025.04.22 03:08:37.432251 [ 276 ] {591bf7d8-72cd-43c9-829a-fdd3305901a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9117 | 2025.04.22 03:08:37.433198 [ 276 ] {591bf7d8-72cd-43c9-829a-fdd3305901a5} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9118 | 2025.04.22 03:08:37.433240 [ 276 ] {591bf7d8-72cd-43c9-829a-fdd3305901a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 9119 | 2025.04.22 03:08:37.433682 [ 276 ] {591bf7d8-72cd-43c9-829a-fdd3305901a5} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9120 | 2025.04.22 03:08:37.433937 [ 276 ] {591bf7d8-72cd-43c9-829a-fdd3305901a5} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9121 | 2025.04.22 03:08:37.434131 [ 276 ] {591bf7d8-72cd-43c9-829a-fdd3305901a5} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002021 sec., 27709.0549233053 rows/sec., 2.13 MiB/sec. | ||
| 9122 | 2025.04.22 03:08:37.434240 [ 276 ] {591bf7d8-72cd-43c9-829a-fdd3305901a5} <Debug> TCPHandler: Processed in 0.002415395 sec. | ||
| 9123 | 2025.04.22 03:08:37.434421 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9124 | 2025.04.22 03:08:37.434703 [ 276 ] {75ad6396-c1ed-4f03-bed2-391610700799} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9125 | 2025.04.22 03:08:37.434793 [ 276 ] {75ad6396-c1ed-4f03-bed2-391610700799} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9126 | 2025.04.22 03:08:37.435635 [ 276 ] {75ad6396-c1ed-4f03-bed2-391610700799} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9127 | 2025.04.22 03:08:37.435718 [ 276 ] {75ad6396-c1ed-4f03-bed2-391610700799} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 9128 | 2025.04.22 03:08:37.436317 [ 276 ] {75ad6396-c1ed-4f03-bed2-391610700799} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9129 | 2025.04.22 03:08:37.436557 [ 276 ] {75ad6396-c1ed-4f03-bed2-391610700799} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9130 | 2025.04.22 03:08:37.436753 [ 276 ] {75ad6396-c1ed-4f03-bed2-391610700799} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002156 sec., 29684.601113172543 rows/sec., 2.32 MiB/sec. | ||
| 9131 | 2025.04.22 03:08:37.436806 [ 276 ] {75ad6396-c1ed-4f03-bed2-391610700799} <Debug> TCPHandler: Processed in 0.002467446 sec. | ||
| 9132 | 2025.04.22 03:08:37.436945 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9133 | 2025.04.22 03:08:37.437054 [ 276 ] {ff74715c-1ec1-443f-8df8-59436a22d85d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9134 | 2025.04.22 03:08:37.437103 [ 276 ] {ff74715c-1ec1-443f-8df8-59436a22d85d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9135 | 2025.04.22 03:08:37.437612 [ 276 ] {ff74715c-1ec1-443f-8df8-59436a22d85d} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9136 | 2025.04.22 03:08:37.437651 [ 276 ] {ff74715c-1ec1-443f-8df8-59436a22d85d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 9137 | 2025.04.22 03:08:37.438036 [ 276 ] {ff74715c-1ec1-443f-8df8-59436a22d85d} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9138 | 2025.04.22 03:08:37.438279 [ 276 ] {ff74715c-1ec1-443f-8df8-59436a22d85d} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9139 | 2025.04.22 03:08:37.438466 [ 276 ] {ff74715c-1ec1-443f-8df8-59436a22d85d} <Debug> executeQuery: Read 52 rows, 3.70 KiB in 0.001434 sec., 36262.20362622036 rows/sec., 2.52 MiB/sec. | ||
| 9140 | 2025.04.22 03:08:37.438519 [ 276 ] {ff74715c-1ec1-443f-8df8-59436a22d85d} <Debug> TCPHandler: Processed in 0.001622844 sec. | ||
| 9141 | 2025.04.22 03:08:37.438636 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9142 | 2025.04.22 03:08:37.438739 [ 276 ] {bb5ce1f4-0bf4-4a4d-aafb-8a22055c7a2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9143 | 2025.04.22 03:08:37.438785 [ 276 ] {bb5ce1f4-0bf4-4a4d-aafb-8a22055c7a2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9144 | 2025.04.22 03:08:37.439193 [ 276 ] {bb5ce1f4-0bf4-4a4d-aafb-8a22055c7a2d} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9145 | 2025.04.22 03:08:37.439232 [ 276 ] {bb5ce1f4-0bf4-4a4d-aafb-8a22055c7a2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 9146 | 2025.04.22 03:08:37.439580 [ 276 ] {bb5ce1f4-0bf4-4a4d-aafb-8a22055c7a2d} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9147 | 2025.04.22 03:08:37.439821 [ 276 ] {bb5ce1f4-0bf4-4a4d-aafb-8a22055c7a2d} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9148 | 2025.04.22 03:08:37.440056 [ 276 ] {bb5ce1f4-0bf4-4a4d-aafb-8a22055c7a2d} <Debug> executeQuery: Read 18 rows, 1.25 KiB in 0.00134 sec., 13432.835820895521 rows/sec., 932.11 KiB/sec. | ||
| 9149 | 2025.04.22 03:08:37.440104 [ 276 ] {bb5ce1f4-0bf4-4a4d-aafb-8a22055c7a2d} <Debug> TCPHandler: Processed in 0.001515761 sec. | ||
| 9150 | 2025.04.22 03:08:38.420612 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1286 | ||
| 9151 | 2025.04.22 03:08:38.424091 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9152 | 2025.04.22 03:08:38.424135 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 9153 | 2025.04.22 03:08:38.425571 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9154 | 2025.04.22 03:08:38.425880 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9155 | 2025.04.22 03:08:38.426432 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1286 | ||
| 9156 | 2025.04.22 03:08:42.437838 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9157 | 2025.04.22 03:08:42.438082 [ 276 ] {0e5f992c-00b9-4011-b2ff-3b5918b8c4cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9158 | 2025.04.22 03:08:42.438154 [ 276 ] {0e5f992c-00b9-4011-b2ff-3b5918b8c4cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9159 | 2025.04.22 03:08:42.439049 [ 276 ] {0e5f992c-00b9-4011-b2ff-3b5918b8c4cb} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9160 | 2025.04.22 03:08:42.439089 [ 276 ] {0e5f992c-00b9-4011-b2ff-3b5918b8c4cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 9161 | 2025.04.22 03:08:42.439529 [ 276 ] {0e5f992c-00b9-4011-b2ff-3b5918b8c4cb} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9162 | 2025.04.22 03:08:42.439789 [ 276 ] {0e5f992c-00b9-4011-b2ff-3b5918b8c4cb} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9163 | 2025.04.22 03:08:42.439972 [ 276 ] {0e5f992c-00b9-4011-b2ff-3b5918b8c4cb} <Debug> executeQuery: Read 128 rows, 11.24 KiB in 0.001941 sec., 65945.38897475527 rows/sec., 5.66 MiB/sec. | ||
| 9164 | 2025.04.22 03:08:42.440025 [ 276 ] {0e5f992c-00b9-4011-b2ff-3b5918b8c4cb} <Debug> TCPHandler: Processed in 0.002339232 sec. | ||
| 9165 | 2025.04.22 03:08:42.440153 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9166 | 2025.04.22 03:08:42.440257 [ 276 ] {ef760963-a094-4580-a534-f6906dea6098} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9167 | 2025.04.22 03:08:42.440301 [ 276 ] {ef760963-a094-4580-a534-f6906dea6098} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9168 | 2025.04.22 03:08:42.440811 [ 276 ] {ef760963-a094-4580-a534-f6906dea6098} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9169 | 2025.04.22 03:08:42.440849 [ 276 ] {ef760963-a094-4580-a534-f6906dea6098} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 9170 | 2025.04.22 03:08:42.441198 [ 276 ] {ef760963-a094-4580-a534-f6906dea6098} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 9171 | 2025.04.22 03:08:42.441447 [ 276 ] {ef760963-a094-4580-a534-f6906dea6098} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9172 | 2025.04.22 03:08:42.441623 [ 276 ] {ef760963-a094-4580-a534-f6906dea6098} <Debug> executeQuery: Read 36 rows, 2.71 KiB in 0.001383 sec., 26030.368763557486 rows/sec., 1.91 MiB/sec. | ||
| 9173 | 2025.04.22 03:08:42.441718 [ 276 ] {ef760963-a094-4580-a534-f6906dea6098} <Debug> TCPHandler: Processed in 0.001615554 sec. | ||
| 9174 | 2025.04.22 03:08:42.441936 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9175 | 2025.04.22 03:08:42.442074 [ 276 ] {ad495eef-74b8-41f9-9857-9380041382b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9176 | 2025.04.22 03:08:42.442120 [ 276 ] {ad495eef-74b8-41f9-9857-9380041382b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9177 | 2025.04.22 03:08:42.442673 [ 276 ] {ad495eef-74b8-41f9-9857-9380041382b1} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9178 | 2025.04.22 03:08:42.442712 [ 276 ] {ad495eef-74b8-41f9-9857-9380041382b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 9179 | 2025.04.22 03:08:42.443061 [ 276 ] {ad495eef-74b8-41f9-9857-9380041382b1} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9180 | 2025.04.22 03:08:42.443305 [ 276 ] {ad495eef-74b8-41f9-9857-9380041382b1} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9181 | 2025.04.22 03:08:42.443466 [ 276 ] {ad495eef-74b8-41f9-9857-9380041382b1} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.001416 sec., 70621.46892655367 rows/sec., 5.52 MiB/sec. | ||
| 9182 | 2025.04.22 03:08:42.443516 [ 276 ] {ad495eef-74b8-41f9-9857-9380041382b1} <Debug> TCPHandler: Processed in 0.001688735 sec. | ||
| 9183 | 2025.04.22 03:08:42.443631 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9184 | 2025.04.22 03:08:42.443735 [ 276 ] {8ba90092-b25e-44a3-8000-efd94675e328} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9185 | 2025.04.22 03:08:42.443783 [ 276 ] {8ba90092-b25e-44a3-8000-efd94675e328} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9186 | 2025.04.22 03:08:42.444315 [ 276 ] {8ba90092-b25e-44a3-8000-efd94675e328} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9187 | 2025.04.22 03:08:42.444355 [ 276 ] {8ba90092-b25e-44a3-8000-efd94675e328} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 9188 | 2025.04.22 03:08:42.444749 [ 276 ] {8ba90092-b25e-44a3-8000-efd94675e328} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9189 | 2025.04.22 03:08:42.444986 [ 276 ] {8ba90092-b25e-44a3-8000-efd94675e328} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9190 | 2025.04.22 03:08:42.445154 [ 276 ] {8ba90092-b25e-44a3-8000-efd94675e328} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001441 sec., 111034.00416377516 rows/sec., 7.73 MiB/sec. | ||
| 9191 | 2025.04.22 03:08:42.445204 [ 276 ] {8ba90092-b25e-44a3-8000-efd94675e328} <Debug> TCPHandler: Processed in 0.001621994 sec. | ||
| 9192 | 2025.04.22 03:08:42.445332 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9193 | 2025.04.22 03:08:42.445437 [ 276 ] {9df35afb-7020-4d03-9dda-2528d11e4fb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9194 | 2025.04.22 03:08:42.445503 [ 276 ] {9df35afb-7020-4d03-9dda-2528d11e4fb8} <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 | ||
| 9195 | 2025.04.22 03:08:42.446615 [ 276 ] {9df35afb-7020-4d03-9dda-2528d11e4fb8} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9196 | 2025.04.22 03:08:42.446651 [ 276 ] {9df35afb-7020-4d03-9dda-2528d11e4fb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 9197 | 2025.04.22 03:08:42.447294 [ 276 ] {9df35afb-7020-4d03-9dda-2528d11e4fb8} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 9198 | 2025.04.22 03:08:42.447559 [ 276 ] {9df35afb-7020-4d03-9dda-2528d11e4fb8} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9199 | 2025.04.22 03:08:42.447741 [ 276 ] {9df35afb-7020-4d03-9dda-2528d11e4fb8} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002325 sec., 15483.870967741937 rows/sec., 27.75 MiB/sec. | ||
| 9200 | 2025.04.22 03:08:42.447829 [ 276 ] {9df35afb-7020-4d03-9dda-2528d11e4fb8} <Debug> TCPHandler: Processed in 0.002547518 sec. | ||
| 9201 | 2025.04.22 03:08:42.447952 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9202 | 2025.04.22 03:08:42.448059 [ 276 ] {fc0927f3-644a-4703-b77e-dc80d4569e9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9203 | 2025.04.22 03:08:42.448104 [ 276 ] {fc0927f3-644a-4703-b77e-dc80d4569e9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9204 | 2025.04.22 03:08:42.448554 [ 276 ] {fc0927f3-644a-4703-b77e-dc80d4569e9d} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9205 | 2025.04.22 03:08:42.448591 [ 276 ] {fc0927f3-644a-4703-b77e-dc80d4569e9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 9206 | 2025.04.22 03:08:42.448945 [ 276 ] {fc0927f3-644a-4703-b77e-dc80d4569e9d} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9207 | 2025.04.22 03:08:42.449187 [ 276 ] {fc0927f3-644a-4703-b77e-dc80d4569e9d} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9208 | 2025.04.22 03:08:42.449348 [ 276 ] {fc0927f3-644a-4703-b77e-dc80d4569e9d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001313 sec., 45696.8773800457 rows/sec., 3.08 MiB/sec. | ||
| 9209 | 2025.04.22 03:08:42.449394 [ 276 ] {fc0927f3-644a-4703-b77e-dc80d4569e9d} <Debug> TCPHandler: Processed in 0.0014913 sec. | ||
| 9210 | 2025.04.22 03:08:43.179726 [ 39 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9211 | 2025.04.22 03:08:43.179798 [ 39 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9212 | 2025.04.22 03:08:43.322973 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21106 | ||
| 9213 | 2025.04.22 03:08:43.323705 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9214 | 2025.04.22 03:08:43.323747 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 9215 | 2025.04.22 03:08:43.324278 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9216 | 2025.04.22 03:08:43.324510 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9217 | 2025.04.22 03:08:43.324661 [ 39 ] {} <Debug> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9218 | 2025.04.22 03:08:43.324695 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106 | ||
| 9219 | 2025.04.22 03:08:43.324711 [ 39 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9220 | 2025.04.22 03:08:43.324735 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 9221 | 2025.04.22 03:08:43.324924 [ 189 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 9222 | 2025.04.22 03:08:43.325246 [ 189 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9223 | 2025.04.22 03:08:43.325315 [ 189 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 18788 rows starting from the beginning of the part | ||
| 9224 | 2025.04.22 03:08:43.325440 [ 189 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 488 rows starting from the beginning of the part | ||
| 9225 | 2025.04.22 03:08:43.325600 [ 189 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 427 rows starting from the beginning of the part | ||
| 9226 | 2025.04.22 03:08:43.325871 [ 189 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 488 rows starting from the beginning of the part | ||
| 9227 | 2025.04.22 03:08:43.326043 [ 189 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 427 rows starting from the beginning of the part | ||
| 9228 | 2025.04.22 03:08:43.326138 [ 189 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 488 rows starting from the beginning of the part | ||
| 9229 | 2025.04.22 03:08:43.328327 [ 197 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.003456362 sec., 6106420.565901373 rows/sec., 87.35 MiB/sec. | ||
| 9230 | 2025.04.22 03:08:43.328781 [ 190 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9231 | 2025.04.22 03:08:43.329168 [ 190 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_46_9} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9232 | 2025.04.22 03:08:43.329268 [ 190 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_46_9} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9233 | 2025.04.22 03:08:43.329392 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.67 MiB. | ||
| 9234 | 2025.04.22 03:08:44.743601 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347 | ||
| 9235 | 2025.04.22 03:08:44.764587 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9236 | 2025.04.22 03:08:44.764645 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9237 | 2025.04.22 03:08:44.771887 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9238 | 2025.04.22 03:08:44.772656 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9239 | 2025.04.22 03:08:44.773108 [ 39 ] {} <Debug> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9240 | 2025.04.22 03:08:44.773241 [ 39 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9241 | 2025.04.22 03:08:44.773302 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9242 | 2025.04.22 03:08:44.773895 [ 197 ] {221840db-82c7-49e0-9543-fc81844dee87::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 | ||
| 9243 | 2025.04.22 03:08:44.791227 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347 | ||
| 9244 | 2025.04.22 03:08:44.792270 [ 197 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9245 | 2025.04.22 03:08:44.793475 [ 197 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 309 rows starting from the beginning of the part | ||
| 9246 | 2025.04.22 03:08:44.798493 [ 197 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 8 rows starting from the beginning of the part | ||
| 9247 | 2025.04.22 03:08:44.803712 [ 197 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 7 rows starting from the beginning of the part | ||
| 9248 | 2025.04.22 03:08:44.809017 [ 197 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 8 rows starting from the beginning of the part | ||
| 9249 | 2025.04.22 03:08:44.814811 [ 197 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 8 rows starting from the beginning of the part | ||
| 9250 | 2025.04.22 03:08:44.819337 [ 197 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 7 rows starting from the beginning of the part | ||
| 9251 | 2025.04.22 03:08:44.887930 [ 190 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.114451461 sec., 3031.852952929976 rows/sec., 15.68 MiB/sec. | ||
| 9252 | 2025.04.22 03:08:44.891047 [ 200 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9253 | 2025.04.22 03:08:44.894009 [ 200 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_46_9} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9254 | 2025.04.22 03:08:44.894124 [ 200 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_46_9} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9255 | 2025.04.22 03:08:44.896416 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 9256 | 2025.04.22 03:08:45.000247 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 225.24 MiB, peak 238.66 MiB, free memory in arenas 0.00 B, will set to 226.67 MiB (RSS), difference: 1.43 MiB | ||
| 9257 | 2025.04.22 03:08:47.436335 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9258 | 2025.04.22 03:08:47.436549 [ 276 ] {b306cf8f-db7c-4541-bdee-5ea286a8609a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9259 | 2025.04.22 03:08:47.436628 [ 276 ] {b306cf8f-db7c-4541-bdee-5ea286a8609a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9260 | 2025.04.22 03:08:47.437462 [ 276 ] {b306cf8f-db7c-4541-bdee-5ea286a8609a} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9261 | 2025.04.22 03:08:47.437514 [ 276 ] {b306cf8f-db7c-4541-bdee-5ea286a8609a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9262 | 2025.04.22 03:08:47.437974 [ 276 ] {b306cf8f-db7c-4541-bdee-5ea286a8609a} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9263 | 2025.04.22 03:08:47.438231 [ 276 ] {b306cf8f-db7c-4541-bdee-5ea286a8609a} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9264 | 2025.04.22 03:08:47.438438 [ 98 ] {} <Debug> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9265 | 2025.04.22 03:08:47.438477 [ 276 ] {b306cf8f-db7c-4541-bdee-5ea286a8609a} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.001988 sec., 32193.15895372233 rows/sec., 2.55 MiB/sec. | ||
| 9266 | 2025.04.22 03:08:47.438534 [ 98 ] {} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9267 | 2025.04.22 03:08:47.438600 [ 276 ] {b306cf8f-db7c-4541-bdee-5ea286a8609a} <Debug> TCPHandler: Processed in 0.002403244 sec. | ||
| 9268 | 2025.04.22 03:08:47.438606 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9269 | 2025.04.22 03:08:47.438791 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9270 | 2025.04.22 03:08:47.438858 [ 196 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 9271 | 2025.04.22 03:08:47.438960 [ 276 ] {b1810804-2cfa-476d-934a-cf3465764518} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9272 | 2025.04.22 03:08:47.439043 [ 276 ] {b1810804-2cfa-476d-934a-cf3465764518} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9273 | 2025.04.22 03:08:47.439284 [ 196 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9274 | 2025.04.22 03:08:47.439374 [ 196 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1847 rows starting from the beginning of the part | ||
| 9275 | 2025.04.22 03:08:47.439737 [ 196 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 128 rows starting from the beginning of the part | ||
| 9276 | 2025.04.22 03:08:47.440122 [ 196 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 1206 rows starting from the beginning of the part | ||
| 9277 | 2025.04.22 03:08:47.440498 [ 196 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 56 rows starting from the beginning of the part | ||
| 9278 | 2025.04.22 03:08:47.440826 [ 196 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 128 rows starting from the beginning of the part | ||
| 9279 | 2025.04.22 03:08:47.440990 [ 196 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 64 rows starting from the beginning of the part | ||
| 9280 | 2025.04.22 03:08:47.441953 [ 276 ] {b1810804-2cfa-476d-934a-cf3465764518} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9281 | 2025.04.22 03:08:47.442019 [ 276 ] {b1810804-2cfa-476d-934a-cf3465764518} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9282 | 2025.04.22 03:08:47.442880 [ 276 ] {b1810804-2cfa-476d-934a-cf3465764518} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 9283 | 2025.04.22 03:08:47.443460 [ 276 ] {b1810804-2cfa-476d-934a-cf3465764518} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9284 | 2025.04.22 03:08:47.443764 [ 276 ] {b1810804-2cfa-476d-934a-cf3465764518} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.004859 sec., 823.2146532208274 rows/sec., 61.90 KiB/sec. | ||
| 9285 | 2025.04.22 03:08:47.443833 [ 276 ] {b1810804-2cfa-476d-934a-cf3465764518} <Debug> TCPHandler: Processed in 0.005141958 sec. | ||
| 9286 | 2025.04.22 03:08:47.443974 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9287 | 2025.04.22 03:08:47.444192 [ 276 ] {13c40ac2-b19e-44ac-b11e-8b64225fb9bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9288 | 2025.04.22 03:08:47.444342 [ 276 ] {13c40ac2-b19e-44ac-b11e-8b64225fb9bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9289 | 2025.04.22 03:08:47.444420 [ 196 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3429 rows, containing 5 columns (5 merged, 0 gathered) in 0.005678542 sec., 603852.1860012658 rows/sec., 51.88 MiB/sec. | ||
| 9290 | 2025.04.22 03:08:47.444791 [ 196 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9291 | 2025.04.22 03:08:47.445360 [ 196 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_76_15} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9292 | 2025.04.22 03:08:47.445464 [ 276 ] {13c40ac2-b19e-44ac-b11e-8b64225fb9bd} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9293 | 2025.04.22 03:08:47.445545 [ 276 ] {13c40ac2-b19e-44ac-b11e-8b64225fb9bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9294 | 2025.04.22 03:08:47.445549 [ 196 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_76_15} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9295 | 2025.04.22 03:08:47.445752 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 9296 | 2025.04.22 03:08:47.446068 [ 276 ] {13c40ac2-b19e-44ac-b11e-8b64225fb9bd} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9297 | 2025.04.22 03:08:47.446312 [ 276 ] {13c40ac2-b19e-44ac-b11e-8b64225fb9bd} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9298 | 2025.04.22 03:08:47.446492 [ 98 ] {} <Debug> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9299 | 2025.04.22 03:08:47.446546 [ 276 ] {13c40ac2-b19e-44ac-b11e-8b64225fb9bd} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.002442 sec., 27846.027846027846 rows/sec., 2.17 MiB/sec. | ||
| 9300 | 2025.04.22 03:08:47.446551 [ 98 ] {} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9301 | 2025.04.22 03:08:47.446645 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9302 | 2025.04.22 03:08:47.446689 [ 276 ] {13c40ac2-b19e-44ac-b11e-8b64225fb9bd} <Debug> TCPHandler: Processed in 0.002777894 sec. | ||
| 9303 | 2025.04.22 03:08:47.446965 [ 196 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 9304 | 2025.04.22 03:08:47.447056 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9305 | 2025.04.22 03:08:47.447406 [ 196 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9306 | 2025.04.22 03:08:47.447518 [ 276 ] {d9e8b9c6-d5da-4739-94f2-d5533628697c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9307 | 2025.04.22 03:08:47.447537 [ 196 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 916 rows starting from the beginning of the part | ||
| 9308 | 2025.04.22 03:08:47.447976 [ 196 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 100 rows starting from the beginning of the part | ||
| 9309 | 2025.04.22 03:08:47.448052 [ 276 ] {d9e8b9c6-d5da-4739-94f2-d5533628697c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9310 | 2025.04.22 03:08:47.448580 [ 196 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 528 rows starting from the beginning of the part | ||
| 9311 | 2025.04.22 03:08:47.449123 [ 196 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 64 rows starting from the beginning of the part | ||
| 9312 | 2025.04.22 03:08:47.449546 [ 196 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 100 rows starting from the beginning of the part | ||
| 9313 | 2025.04.22 03:08:47.449934 [ 196 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 68 rows starting from the beginning of the part | ||
| 9314 | 2025.04.22 03:08:47.451418 [ 276 ] {d9e8b9c6-d5da-4739-94f2-d5533628697c} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9315 | 2025.04.22 03:08:47.451495 [ 276 ] {d9e8b9c6-d5da-4739-94f2-d5533628697c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9316 | 2025.04.22 03:08:47.452485 [ 276 ] {d9e8b9c6-d5da-4739-94f2-d5533628697c} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9317 | 2025.04.22 03:08:47.452952 [ 195 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1776 rows, containing 5 columns (5 merged, 0 gathered) in 0.006191695 sec., 286835.8341294266 rows/sec., 22.35 MiB/sec. | ||
| 9318 | 2025.04.22 03:08:47.452962 [ 276 ] {d9e8b9c6-d5da-4739-94f2-d5533628697c} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9319 | 2025.04.22 03:08:47.453178 [ 195 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9320 | 2025.04.22 03:08:47.453175 [ 98 ] {} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9321 | 2025.04.22 03:08:47.453285 [ 276 ] {d9e8b9c6-d5da-4739-94f2-d5533628697c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005919 sec., 27031.593174522724 rows/sec., 1.88 MiB/sec. | ||
| 9322 | 2025.04.22 03:08:47.453310 [ 98 ] {} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9323 | 2025.04.22 03:08:47.453417 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9324 | 2025.04.22 03:08:47.453560 [ 276 ] {d9e8b9c6-d5da-4739-94f2-d5533628697c} <Debug> TCPHandler: Processed in 0.006652878 sec. | ||
| 9325 | 2025.04.22 03:08:47.453905 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9326 | 2025.04.22 03:08:47.453944 [ 198 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 9327 | 2025.04.22 03:08:47.454042 [ 195 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_76_15} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9328 | 2025.04.22 03:08:47.454194 [ 276 ] {ce7d30bf-a00e-4ac0-8c43-ba2363a14c98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9329 | 2025.04.22 03:08:47.454336 [ 195 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_76_15} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9330 | 2025.04.22 03:08:47.454546 [ 276 ] {ce7d30bf-a00e-4ac0-8c43-ba2363a14c98} <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 | ||
| 9331 | 2025.04.22 03:08:47.454619 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 9332 | 2025.04.22 03:08:47.454672 [ 198 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9333 | 2025.04.22 03:08:47.454844 [ 198 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 21162 rows starting from the beginning of the part | ||
| 9334 | 2025.04.22 03:08:47.455296 [ 198 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 160 rows starting from the beginning of the part | ||
| 9335 | 2025.04.22 03:08:47.455621 [ 198 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 956 rows starting from the beginning of the part | ||
| 9336 | 2025.04.22 03:08:47.456023 [ 198 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 52 rows starting from the beginning of the part | ||
| 9337 | 2025.04.22 03:08:47.456558 [ 198 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 160 rows starting from the beginning of the part | ||
| 9338 | 2025.04.22 03:08:47.457038 [ 198 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 160 rows starting from the beginning of the part | ||
| 9339 | 2025.04.22 03:08:47.459204 [ 276 ] {ce7d30bf-a00e-4ac0-8c43-ba2363a14c98} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9340 | 2025.04.22 03:08:47.459268 [ 276 ] {ce7d30bf-a00e-4ac0-8c43-ba2363a14c98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9341 | 2025.04.22 03:08:47.461046 [ 276 ] {ce7d30bf-a00e-4ac0-8c43-ba2363a14c98} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 9342 | 2025.04.22 03:08:47.461414 [ 276 ] {ce7d30bf-a00e-4ac0-8c43-ba2363a14c98} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9343 | 2025.04.22 03:08:47.461749 [ 276 ] {ce7d30bf-a00e-4ac0-8c43-ba2363a14c98} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.007654 sec., 522.6025607525477 rows/sec., 958.96 KiB/sec. | ||
| 9344 | 2025.04.22 03:08:47.462397 [ 276 ] {ce7d30bf-a00e-4ac0-8c43-ba2363a14c98} <Debug> TCPHandler: Processed in 0.00859473 sec. | ||
| 9345 | 2025.04.22 03:08:47.462647 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9346 | 2025.04.22 03:08:47.462753 [ 276 ] {9abd0c07-b938-413d-b195-1b37a6dec4cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9347 | 2025.04.22 03:08:47.462800 [ 276 ] {9abd0c07-b938-413d-b195-1b37a6dec4cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9348 | 2025.04.22 03:08:47.463414 [ 276 ] {9abd0c07-b938-413d-b195-1b37a6dec4cf} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9349 | 2025.04.22 03:08:47.463453 [ 276 ] {9abd0c07-b938-413d-b195-1b37a6dec4cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9350 | 2025.04.22 03:08:47.466929 [ 276 ] {9abd0c07-b938-413d-b195-1b37a6dec4cf} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9351 | 2025.04.22 03:08:47.467200 [ 276 ] {9abd0c07-b938-413d-b195-1b37a6dec4cf} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9352 | 2025.04.22 03:08:47.467375 [ 98 ] {} <Debug> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9353 | 2025.04.22 03:08:47.467428 [ 276 ] {9abd0c07-b938-413d-b195-1b37a6dec4cf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004689 sec., 12795.905310300705 rows/sec., 883.05 KiB/sec. | ||
| 9354 | 2025.04.22 03:08:47.467436 [ 98 ] {} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9355 | 2025.04.22 03:08:47.467514 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9356 | 2025.04.22 03:08:47.467560 [ 276 ] {9abd0c07-b938-413d-b195-1b37a6dec4cf} <Debug> TCPHandler: Processed in 0.004969233 sec. | ||
| 9357 | 2025.04.22 03:08:47.467773 [ 191 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 9358 | 2025.04.22 03:08:47.468073 [ 191 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9359 | 2025.04.22 03:08:47.468193 [ 191 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4072 rows starting from the beginning of the part | ||
| 9360 | 2025.04.22 03:08:47.468578 [ 191 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part | ||
| 9361 | 2025.04.22 03:08:47.468928 [ 191 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 42 rows starting from the beginning of the part | ||
| 9362 | 2025.04.22 03:08:47.469105 [ 191 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 18 rows starting from the beginning of the part | ||
| 9363 | 2025.04.22 03:08:47.469277 [ 191 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 60 rows starting from the beginning of the part | ||
| 9364 | 2025.04.22 03:08:47.469466 [ 191 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 60 rows starting from the beginning of the part | ||
| 9365 | 2025.04.22 03:08:47.475830 [ 199 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4312 rows, containing 4 columns (4 merged, 0 gathered) in 0.00819752 sec., 526012.7453180962 rows/sec., 34.63 MiB/sec. | ||
| 9366 | 2025.04.22 03:08:47.476305 [ 188 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9367 | 2025.04.22 03:08:47.476652 [ 188 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_76_15} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9368 | 2025.04.22 03:08:47.476745 [ 188 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_76_15} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9369 | 2025.04.22 03:08:47.476834 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
| 9370 | 2025.04.22 03:08:47.478617 [ 188 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22650 rows, containing 5 columns (5 merged, 0 gathered) in 0.02503972 sec., 904562.8305747827 rows/sec., 61.22 MiB/sec. | ||
| 9371 | 2025.04.22 03:08:47.479173 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9372 | 2025.04.22 03:08:47.479511 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9373 | 2025.04.22 03:08:47.479594 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9374 | 2025.04.22 03:08:47.479687 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 9375 | 2025.04.22 03:08:48.000182 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 227.19 MiB, peak 238.66 MiB, free memory in arenas 0.00 B, will set to 228.65 MiB (RSS), difference: 1.46 MiB | ||
| 9376 | 2025.04.22 03:08:48.426699 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1310 | ||
| 9377 | 2025.04.22 03:08:48.429672 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9378 | 2025.04.22 03:08:48.429722 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9379 | 2025.04.22 03:08:48.431213 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9380 | 2025.04.22 03:08:48.431546 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9381 | 2025.04.22 03:08:48.432120 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1310 | ||
| 9382 | 2025.04.22 03:08:50.824941 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21533 | ||
| 9383 | 2025.04.22 03:08:50.825773 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9384 | 2025.04.22 03:08:50.825822 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9385 | 2025.04.22 03:08:50.826365 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9386 | 2025.04.22 03:08:50.826629 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9387 | 2025.04.22 03:08:50.826884 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21533 | ||
| 9388 | 2025.04.22 03:08:52.291352 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355 | ||
| 9389 | 2025.04.22 03:08:52.310154 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9390 | 2025.04.22 03:08:52.310217 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9391 | 2025.04.22 03:08:52.316962 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9392 | 2025.04.22 03:08:52.317696 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9393 | 2025.04.22 03:08:52.321502 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355 | ||
| 9394 | 2025.04.22 03:08:52.438382 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9395 | 2025.04.22 03:08:52.438695 [ 276 ] {de17cd6e-3058-49c4-b466-413ae6148c0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9396 | 2025.04.22 03:08:52.438814 [ 276 ] {de17cd6e-3058-49c4-b466-413ae6148c0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9397 | 2025.04.22 03:08:52.439892 [ 276 ] {de17cd6e-3058-49c4-b466-413ae6148c0a} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9398 | 2025.04.22 03:08:52.439937 [ 276 ] {de17cd6e-3058-49c4-b466-413ae6148c0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9399 | 2025.04.22 03:08:52.440366 [ 276 ] {de17cd6e-3058-49c4-b466-413ae6148c0a} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 9400 | 2025.04.22 03:08:52.440638 [ 276 ] {de17cd6e-3058-49c4-b466-413ae6148c0a} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9401 | 2025.04.22 03:08:52.440855 [ 276 ] {de17cd6e-3058-49c4-b466-413ae6148c0a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002245 sec., 890.8685968819599 rows/sec., 72.64 KiB/sec. | ||
| 9402 | 2025.04.22 03:08:52.440927 [ 276 ] {de17cd6e-3058-49c4-b466-413ae6148c0a} <Debug> TCPHandler: Processed in 0.002733744 sec. | ||
| 9403 | 2025.04.22 03:08:52.441082 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9404 | 2025.04.22 03:08:52.441195 [ 276 ] {6f63c8dd-3fac-4ee8-a686-50b9ca10480d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9405 | 2025.04.22 03:08:52.441239 [ 276 ] {6f63c8dd-3fac-4ee8-a686-50b9ca10480d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9406 | 2025.04.22 03:08:52.441863 [ 276 ] {6f63c8dd-3fac-4ee8-a686-50b9ca10480d} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9407 | 2025.04.22 03:08:52.441902 [ 276 ] {6f63c8dd-3fac-4ee8-a686-50b9ca10480d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9408 | 2025.04.22 03:08:52.442266 [ 276 ] {6f63c8dd-3fac-4ee8-a686-50b9ca10480d} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9409 | 2025.04.22 03:08:52.442523 [ 276 ] {6f63c8dd-3fac-4ee8-a686-50b9ca10480d} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9410 | 2025.04.22 03:08:52.442713 [ 276 ] {6f63c8dd-3fac-4ee8-a686-50b9ca10480d} <Debug> executeQuery: Read 129 rows, 11.32 KiB in 0.001538 sec., 83875.16254876462 rows/sec., 7.18 MiB/sec. | ||
| 9411 | 2025.04.22 03:08:52.442799 [ 276 ] {6f63c8dd-3fac-4ee8-a686-50b9ca10480d} <Debug> TCPHandler: Processed in 0.001771587 sec. | ||
| 9412 | 2025.04.22 03:08:52.442962 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9413 | 2025.04.22 03:08:52.443267 [ 276 ] {1a26e66c-3041-445c-9753-d755c615a71f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9414 | 2025.04.22 03:08:52.443354 [ 276 ] {1a26e66c-3041-445c-9753-d755c615a71f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9415 | 2025.04.22 03:08:52.443892 [ 276 ] {1a26e66c-3041-445c-9753-d755c615a71f} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9416 | 2025.04.22 03:08:52.443931 [ 276 ] {1a26e66c-3041-445c-9753-d755c615a71f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9417 | 2025.04.22 03:08:52.444278 [ 276 ] {1a26e66c-3041-445c-9753-d755c615a71f} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 9418 | 2025.04.22 03:08:52.444523 [ 276 ] {1a26e66c-3041-445c-9753-d755c615a71f} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9419 | 2025.04.22 03:08:52.444693 [ 102 ] {} <Debug> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 9420 | 2025.04.22 03:08:52.444714 [ 276 ] {1a26e66c-3041-445c-9753-d755c615a71f} <Debug> executeQuery: Read 38 rows, 2.85 KiB in 0.001553 sec., 24468.770122343853 rows/sec., 1.79 MiB/sec. | ||
| 9421 | 2025.04.22 03:08:52.444780 [ 102 ] {} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9422 | 2025.04.22 03:08:52.444852 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9423 | 2025.04.22 03:08:52.444856 [ 276 ] {1a26e66c-3041-445c-9753-d755c615a71f} <Debug> TCPHandler: Processed in 0.001966743 sec. | ||
| 9424 | 2025.04.22 03:08:52.445059 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9425 | 2025.04.22 03:08:52.445079 [ 193 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::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 | ||
| 9426 | 2025.04.22 03:08:52.445246 [ 276 ] {735d3c2d-b1e5-4d4b-9519-64220ca608e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9427 | 2025.04.22 03:08:52.445337 [ 276 ] {735d3c2d-b1e5-4d4b-9519-64220ca608e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9428 | 2025.04.22 03:08:52.445418 [ 193 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9429 | 2025.04.22 03:08:52.445539 [ 193 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 166 rows starting from the beginning of the part | ||
| 9430 | 2025.04.22 03:08:52.445819 [ 193 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 36 rows starting from the beginning of the part | ||
| 9431 | 2025.04.22 03:08:52.446252 [ 193 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 8 rows starting from the beginning of the part | ||
| 9432 | 2025.04.22 03:08:52.446716 [ 193 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 36 rows starting from the beginning of the part | ||
| 9433 | 2025.04.22 03:08:52.447020 [ 193 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 4 rows starting from the beginning of the part | ||
| 9434 | 2025.04.22 03:08:52.447294 [ 193 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 38 rows starting from the beginning of the part | ||
| 9435 | 2025.04.22 03:08:52.448204 [ 276 ] {735d3c2d-b1e5-4d4b-9519-64220ca608e7} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9436 | 2025.04.22 03:08:52.448271 [ 276 ] {735d3c2d-b1e5-4d4b-9519-64220ca608e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9437 | 2025.04.22 03:08:52.449277 [ 276 ] {735d3c2d-b1e5-4d4b-9519-64220ca608e7} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9438 | 2025.04.22 03:08:52.449980 [ 276 ] {735d3c2d-b1e5-4d4b-9519-64220ca608e7} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9439 | 2025.04.22 03:08:52.450035 [ 188 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 288 rows, containing 5 columns (5 merged, 0 gathered) in 0.005062895 sec., 56884.45049719577 rows/sec., 4.06 MiB/sec. | ||
| 9440 | 2025.04.22 03:08:52.450351 [ 188 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 9441 | 2025.04.22 03:08:52.450364 [ 276 ] {735d3c2d-b1e5-4d4b-9519-64220ca608e7} <Debug> executeQuery: Read 102 rows, 8.16 KiB in 0.005164 sec., 19752.130131680868 rows/sec., 1.54 MiB/sec. | ||
| 9442 | 2025.04.22 03:08:52.450730 [ 276 ] {735d3c2d-b1e5-4d4b-9519-64220ca608e7} <Debug> TCPHandler: Processed in 0.005752714 sec. | ||
| 9443 | 2025.04.22 03:08:52.451063 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9444 | 2025.04.22 03:08:52.451398 [ 276 ] {95f8ae5e-e63d-47e6-ade8-4301d5859aa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9445 | 2025.04.22 03:08:52.451495 [ 276 ] {95f8ae5e-e63d-47e6-ade8-4301d5859aa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9446 | 2025.04.22 03:08:52.451505 [ 188 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_61_12} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9447 | 2025.04.22 03:08:52.451767 [ 188 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_61_12} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 9448 | 2025.04.22 03:08:52.451984 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 9449 | 2025.04.22 03:08:52.452417 [ 276 ] {95f8ae5e-e63d-47e6-ade8-4301d5859aa5} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9450 | 2025.04.22 03:08:52.452460 [ 276 ] {95f8ae5e-e63d-47e6-ade8-4301d5859aa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9451 | 2025.04.22 03:08:52.452854 [ 276 ] {95f8ae5e-e63d-47e6-ade8-4301d5859aa5} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9452 | 2025.04.22 03:08:52.453107 [ 276 ] {95f8ae5e-e63d-47e6-ade8-4301d5859aa5} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9453 | 2025.04.22 03:08:52.453312 [ 276 ] {95f8ae5e-e63d-47e6-ade8-4301d5859aa5} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.002043 sec., 78805.67792462066 rows/sec., 5.49 MiB/sec. | ||
| 9454 | 2025.04.22 03:08:52.453365 [ 276 ] {95f8ae5e-e63d-47e6-ade8-4301d5859aa5} <Debug> TCPHandler: Processed in 0.002445825 sec. | ||
| 9455 | 2025.04.22 03:08:52.453485 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9456 | 2025.04.22 03:08:52.453589 [ 276 ] {22b409c3-3cc7-45f5-96fb-dfc33aac3eab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9457 | 2025.04.22 03:08:52.453657 [ 276 ] {22b409c3-3cc7-45f5-96fb-dfc33aac3eab} <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 | ||
| 9458 | 2025.04.22 03:08:52.454814 [ 276 ] {22b409c3-3cc7-45f5-96fb-dfc33aac3eab} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9459 | 2025.04.22 03:08:52.454852 [ 276 ] {22b409c3-3cc7-45f5-96fb-dfc33aac3eab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9460 | 2025.04.22 03:08:52.455525 [ 276 ] {22b409c3-3cc7-45f5-96fb-dfc33aac3eab} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 9461 | 2025.04.22 03:08:52.455787 [ 276 ] {22b409c3-3cc7-45f5-96fb-dfc33aac3eab} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9462 | 2025.04.22 03:08:52.455981 [ 102 ] {} <Debug> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 9463 | 2025.04.22 03:08:52.456042 [ 276 ] {22b409c3-3cc7-45f5-96fb-dfc33aac3eab} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002468 sec., 14586.709886547811 rows/sec., 26.14 MiB/sec. | ||
| 9464 | 2025.04.22 03:08:52.456050 [ 102 ] {} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9465 | 2025.04.22 03:08:52.456131 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9466 | 2025.04.22 03:08:52.456406 [ 276 ] {22b409c3-3cc7-45f5-96fb-dfc33aac3eab} <Debug> TCPHandler: Processed in 0.002965949 sec. | ||
| 9467 | 2025.04.22 03:08:52.456457 [ 193 ] {b231891b-dff1-435e-bddb-2ac39d181211::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 | ||
| 9468 | 2025.04.22 03:08:52.456605 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9469 | 2025.04.22 03:08:52.456846 [ 276 ] {d74ab7c4-d137-4b06-941d-1d9d11f9abbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9470 | 2025.04.22 03:08:52.456966 [ 276 ] {d74ab7c4-d137-4b06-941d-1d9d11f9abbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9471 | 2025.04.22 03:08:52.457381 [ 193 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9472 | 2025.04.22 03:08:52.457642 [ 193 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1183 rows starting from the beginning of the part | ||
| 9473 | 2025.04.22 03:08:52.458386 [ 193 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 36 rows starting from the beginning of the part | ||
| 9474 | 2025.04.22 03:08:52.459101 [ 193 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 4 rows starting from the beginning of the part | ||
| 9475 | 2025.04.22 03:08:52.459265 [ 276 ] {d74ab7c4-d137-4b06-941d-1d9d11f9abbc} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9476 | 2025.04.22 03:08:52.459419 [ 276 ] {d74ab7c4-d137-4b06-941d-1d9d11f9abbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9477 | 2025.04.22 03:08:52.459756 [ 193 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 36 rows starting from the beginning of the part | ||
| 9478 | 2025.04.22 03:08:52.460342 [ 193 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 4 rows starting from the beginning of the part | ||
| 9479 | 2025.04.22 03:08:52.460989 [ 193 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 36 rows starting from the beginning of the part | ||
| 9480 | 2025.04.22 03:08:52.461088 [ 276 ] {d74ab7c4-d137-4b06-941d-1d9d11f9abbc} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9481 | 2025.04.22 03:08:52.461964 [ 276 ] {d74ab7c4-d137-4b06-941d-1d9d11f9abbc} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9482 | 2025.04.22 03:08:52.462372 [ 276 ] {d74ab7c4-d137-4b06-941d-1d9d11f9abbc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005617 sec., 10681.858643403953 rows/sec., 737.16 KiB/sec. | ||
| 9483 | 2025.04.22 03:08:52.462557 [ 276 ] {d74ab7c4-d137-4b06-941d-1d9d11f9abbc} <Debug> TCPHandler: Processed in 0.006031961 sec. | ||
| 9484 | 2025.04.22 03:08:52.468495 [ 194 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1299 rows, containing 19 columns (19 merged, 0 gathered) in 0.012203017 sec., 106449.08550074133 rows/sec., 190.75 MiB/sec. | ||
| 9485 | 2025.04.22 03:08:52.469736 [ 192 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 9486 | 2025.04.22 03:08:52.470175 [ 192 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9487 | 2025.04.22 03:08:52.470266 [ 192 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 9488 | 2025.04.22 03:08:52.470414 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.62 MiB. | ||
| 9489 | 2025.04.22 03:08:57.436948 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9490 | 2025.04.22 03:08:57.437161 [ 276 ] {a4e64992-ab47-46af-9aa9-793a91cd4bc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9491 | 2025.04.22 03:08:57.437237 [ 276 ] {a4e64992-ab47-46af-9aa9-793a91cd4bc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9492 | 2025.04.22 03:08:57.438037 [ 276 ] {a4e64992-ab47-46af-9aa9-793a91cd4bc9} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9493 | 2025.04.22 03:08:57.438092 [ 276 ] {a4e64992-ab47-46af-9aa9-793a91cd4bc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9494 | 2025.04.22 03:08:57.438547 [ 276 ] {a4e64992-ab47-46af-9aa9-793a91cd4bc9} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9495 | 2025.04.22 03:08:57.438836 [ 276 ] {a4e64992-ab47-46af-9aa9-793a91cd4bc9} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9496 | 2025.04.22 03:08:57.439080 [ 276 ] {a4e64992-ab47-46af-9aa9-793a91cd4bc9} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.001972 sec., 32454.361054766738 rows/sec., 2.57 MiB/sec. | ||
| 9497 | 2025.04.22 03:08:57.439195 [ 276 ] {a4e64992-ab47-46af-9aa9-793a91cd4bc9} <Debug> TCPHandler: Processed in 0.002370803 sec. | ||
| 9498 | 2025.04.22 03:08:57.439360 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9499 | 2025.04.22 03:08:57.439655 [ 276 ] {795c8f26-cdd7-4287-b8cb-45c4496543a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9500 | 2025.04.22 03:08:57.439760 [ 276 ] {795c8f26-cdd7-4287-b8cb-45c4496543a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9501 | 2025.04.22 03:08:57.440327 [ 276 ] {795c8f26-cdd7-4287-b8cb-45c4496543a7} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9502 | 2025.04.22 03:08:57.440370 [ 276 ] {795c8f26-cdd7-4287-b8cb-45c4496543a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9503 | 2025.04.22 03:08:57.440737 [ 276 ] {795c8f26-cdd7-4287-b8cb-45c4496543a7} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 9504 | 2025.04.22 03:08:57.440984 [ 276 ] {795c8f26-cdd7-4287-b8cb-45c4496543a7} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9505 | 2025.04.22 03:08:57.441209 [ 276 ] {795c8f26-cdd7-4287-b8cb-45c4496543a7} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001662 sec., 2406.7388688327314 rows/sec., 180.98 KiB/sec. | ||
| 9506 | 2025.04.22 03:08:57.441275 [ 276 ] {795c8f26-cdd7-4287-b8cb-45c4496543a7} <Debug> TCPHandler: Processed in 0.001992253 sec. | ||
| 9507 | 2025.04.22 03:08:57.441423 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9508 | 2025.04.22 03:08:57.441535 [ 276 ] {5466016c-bbbc-4ec7-bc41-07ef8ea5846c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9509 | 2025.04.22 03:08:57.441584 [ 276 ] {5466016c-bbbc-4ec7-bc41-07ef8ea5846c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9510 | 2025.04.22 03:08:57.442138 [ 276 ] {5466016c-bbbc-4ec7-bc41-07ef8ea5846c} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9511 | 2025.04.22 03:08:57.442178 [ 276 ] {5466016c-bbbc-4ec7-bc41-07ef8ea5846c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9512 | 2025.04.22 03:08:57.442546 [ 276 ] {5466016c-bbbc-4ec7-bc41-07ef8ea5846c} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9513 | 2025.04.22 03:08:57.442793 [ 276 ] {5466016c-bbbc-4ec7-bc41-07ef8ea5846c} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9514 | 2025.04.22 03:08:57.443022 [ 276 ] {5466016c-bbbc-4ec7-bc41-07ef8ea5846c} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001506 sec., 45152.7224435591 rows/sec., 3.52 MiB/sec. | ||
| 9515 | 2025.04.22 03:08:57.443139 [ 276 ] {5466016c-bbbc-4ec7-bc41-07ef8ea5846c} <Debug> TCPHandler: Processed in 0.001777028 sec. | ||
| 9516 | 2025.04.22 03:08:57.443311 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9517 | 2025.04.22 03:08:57.443482 [ 276 ] {274cc0b6-f1e4-41e2-ba08-71e414df8228} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9518 | 2025.04.22 03:08:57.443534 [ 276 ] {274cc0b6-f1e4-41e2-ba08-71e414df8228} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9519 | 2025.04.22 03:08:57.444069 [ 276 ] {274cc0b6-f1e4-41e2-ba08-71e414df8228} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9520 | 2025.04.22 03:08:57.444110 [ 276 ] {274cc0b6-f1e4-41e2-ba08-71e414df8228} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9521 | 2025.04.22 03:08:57.444506 [ 276 ] {274cc0b6-f1e4-41e2-ba08-71e414df8228} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9522 | 2025.04.22 03:08:57.444748 [ 276 ] {274cc0b6-f1e4-41e2-ba08-71e414df8228} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9523 | 2025.04.22 03:08:57.444970 [ 276 ] {274cc0b6-f1e4-41e2-ba08-71e414df8228} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001511 sec., 105890.13898080742 rows/sec., 7.38 MiB/sec. | ||
| 9524 | 2025.04.22 03:08:57.445026 [ 276 ] {274cc0b6-f1e4-41e2-ba08-71e414df8228} <Debug> TCPHandler: Processed in 0.001812918 sec. | ||
| 9525 | 2025.04.22 03:08:57.445142 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9526 | 2025.04.22 03:08:57.445249 [ 276 ] {f7a5af15-c68e-42bf-a61e-b6e4fa8551c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9527 | 2025.04.22 03:08:57.445317 [ 276 ] {f7a5af15-c68e-42bf-a61e-b6e4fa8551c6} <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 | ||
| 9528 | 2025.04.22 03:08:57.446330 [ 276 ] {f7a5af15-c68e-42bf-a61e-b6e4fa8551c6} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9529 | 2025.04.22 03:08:57.446372 [ 276 ] {f7a5af15-c68e-42bf-a61e-b6e4fa8551c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9530 | 2025.04.22 03:08:57.447009 [ 276 ] {f7a5af15-c68e-42bf-a61e-b6e4fa8551c6} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 9531 | 2025.04.22 03:08:57.447275 [ 276 ] {f7a5af15-c68e-42bf-a61e-b6e4fa8551c6} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9532 | 2025.04.22 03:08:57.447507 [ 276 ] {f7a5af15-c68e-42bf-a61e-b6e4fa8551c6} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002279 sec., 1755.1557700745939 rows/sec., 3.15 MiB/sec. | ||
| 9533 | 2025.04.22 03:08:57.447612 [ 276 ] {f7a5af15-c68e-42bf-a61e-b6e4fa8551c6} <Debug> TCPHandler: Processed in 0.002519377 sec. | ||
| 9534 | 2025.04.22 03:08:57.447734 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9535 | 2025.04.22 03:08:57.447840 [ 276 ] {192242b7-7e96-4961-9957-72e3cd03ef24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9536 | 2025.04.22 03:08:57.447888 [ 276 ] {192242b7-7e96-4961-9957-72e3cd03ef24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9537 | 2025.04.22 03:08:57.448317 [ 276 ] {192242b7-7e96-4961-9957-72e3cd03ef24} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9538 | 2025.04.22 03:08:57.448357 [ 276 ] {192242b7-7e96-4961-9957-72e3cd03ef24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9539 | 2025.04.22 03:08:57.448725 [ 276 ] {192242b7-7e96-4961-9957-72e3cd03ef24} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9540 | 2025.04.22 03:08:57.448968 [ 276 ] {192242b7-7e96-4961-9957-72e3cd03ef24} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9541 | 2025.04.22 03:08:57.449190 [ 276 ] {192242b7-7e96-4961-9957-72e3cd03ef24} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001372 sec., 43731.778425655975 rows/sec., 2.95 MiB/sec. | ||
| 9542 | 2025.04.22 03:08:57.449240 [ 276 ] {192242b7-7e96-4961-9957-72e3cd03ef24} <Debug> TCPHandler: Processed in 0.001557462 sec. | ||
| 9543 | 2025.04.22 03:08:58.179860 [ 135 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9544 | 2025.04.22 03:08:58.179913 [ 135 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9545 | 2025.04.22 03:08:58.327076 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22021 | ||
| 9546 | 2025.04.22 03:08:58.327788 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9547 | 2025.04.22 03:08:58.327827 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9548 | 2025.04.22 03:08:58.328355 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9549 | 2025.04.22 03:08:58.328618 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9550 | 2025.04.22 03:08:58.328807 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021 | ||
| 9551 | 2025.04.22 03:08:58.432373 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1336 | ||
| 9552 | 2025.04.22 03:08:58.435199 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9553 | 2025.04.22 03:08:58.435242 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9554 | 2025.04.22 03:08:58.436651 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9555 | 2025.04.22 03:08:58.436955 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9556 | 2025.04.22 03:08:58.437479 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1336 | ||
| 9557 | 2025.04.22 03:08:59.001326 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000939105 sec. | ||
| 9558 | 2025.04.22 03:08:59.821658 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362 | ||
| 9559 | 2025.04.22 03:08:59.841040 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9560 | 2025.04.22 03:08:59.841091 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9561 | 2025.04.22 03:08:59.848222 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9562 | 2025.04.22 03:08:59.848978 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9563 | 2025.04.22 03:08:59.851960 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362 | ||
| 9564 | 2025.04.22 03:09:02.443345 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9565 | 2025.04.22 03:09:02.443650 [ 276 ] {cc01f224-24d7-4564-8417-4416b93d1f7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9566 | 2025.04.22 03:09:02.443769 [ 276 ] {cc01f224-24d7-4564-8417-4416b93d1f7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9567 | 2025.04.22 03:09:02.444692 [ 276 ] {cc01f224-24d7-4564-8417-4416b93d1f7c} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9568 | 2025.04.22 03:09:02.444736 [ 276 ] {cc01f224-24d7-4564-8417-4416b93d1f7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9569 | 2025.04.22 03:09:02.445234 [ 276 ] {cc01f224-24d7-4564-8417-4416b93d1f7c} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 9570 | 2025.04.22 03:09:02.445510 [ 276 ] {cc01f224-24d7-4564-8417-4416b93d1f7c} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9571 | 2025.04.22 03:09:02.445731 [ 276 ] {cc01f224-24d7-4564-8417-4416b93d1f7c} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002164 sec., 97966.72828096118 rows/sec., 6.23 MiB/sec. | ||
| 9572 | 2025.04.22 03:09:02.445831 [ 276 ] {cc01f224-24d7-4564-8417-4416b93d1f7c} <Debug> TCPHandler: Processed in 0.002675171 sec. | ||
| 9573 | 2025.04.22 03:09:02.445982 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9574 | 2025.04.22 03:09:02.446097 [ 276 ] {ebb6db24-00fe-4d3c-9439-f73d21f10990} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9575 | 2025.04.22 03:09:02.446147 [ 276 ] {ebb6db24-00fe-4d3c-9439-f73d21f10990} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9576 | 2025.04.22 03:09:02.447175 [ 276 ] {ebb6db24-00fe-4d3c-9439-f73d21f10990} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9577 | 2025.04.22 03:09:02.447219 [ 276 ] {ebb6db24-00fe-4d3c-9439-f73d21f10990} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9578 | 2025.04.22 03:09:02.447644 [ 276 ] {ebb6db24-00fe-4d3c-9439-f73d21f10990} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 9579 | 2025.04.22 03:09:02.447897 [ 276 ] {ebb6db24-00fe-4d3c-9439-f73d21f10990} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9580 | 2025.04.22 03:09:02.448089 [ 276 ] {ebb6db24-00fe-4d3c-9439-f73d21f10990} <Debug> executeQuery: Read 689 rows, 56.23 KiB in 0.002015 sec., 341935.48387096776 rows/sec., 27.25 MiB/sec. | ||
| 9581 | 2025.04.22 03:09:02.448175 [ 276 ] {ebb6db24-00fe-4d3c-9439-f73d21f10990} <Debug> TCPHandler: Processed in 0.0022462 sec. | ||
| 9582 | 2025.04.22 03:09:02.448336 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9583 | 2025.04.22 03:09:02.448602 [ 276 ] {db064ccf-ab2f-4c99-95c2-7502b17fa347} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9584 | 2025.04.22 03:09:02.448761 [ 276 ] {db064ccf-ab2f-4c99-95c2-7502b17fa347} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9585 | 2025.04.22 03:09:02.449353 [ 276 ] {db064ccf-ab2f-4c99-95c2-7502b17fa347} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9586 | 2025.04.22 03:09:02.449393 [ 276 ] {db064ccf-ab2f-4c99-95c2-7502b17fa347} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9587 | 2025.04.22 03:09:02.449764 [ 276 ] {db064ccf-ab2f-4c99-95c2-7502b17fa347} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 9588 | 2025.04.22 03:09:02.450014 [ 276 ] {db064ccf-ab2f-4c99-95c2-7502b17fa347} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9589 | 2025.04.22 03:09:02.450182 [ 276 ] {db064ccf-ab2f-4c99-95c2-7502b17fa347} <Debug> executeQuery: Read 142 rows, 9.09 KiB in 0.001664 sec., 85336.53846153847 rows/sec., 5.34 MiB/sec. | ||
| 9590 | 2025.04.22 03:09:02.450233 [ 276 ] {db064ccf-ab2f-4c99-95c2-7502b17fa347} <Debug> TCPHandler: Processed in 0.001984903 sec. | ||
| 9591 | 2025.04.22 03:09:02.450409 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9592 | 2025.04.22 03:09:02.450516 [ 276 ] {0f404527-581a-4af1-b2f0-d4f27e6f5ec2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9593 | 2025.04.22 03:09:02.450561 [ 276 ] {0f404527-581a-4af1-b2f0-d4f27e6f5ec2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9594 | 2025.04.22 03:09:02.451140 [ 276 ] {0f404527-581a-4af1-b2f0-d4f27e6f5ec2} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9595 | 2025.04.22 03:09:02.451179 [ 276 ] {0f404527-581a-4af1-b2f0-d4f27e6f5ec2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9596 | 2025.04.22 03:09:02.451537 [ 276 ] {0f404527-581a-4af1-b2f0-d4f27e6f5ec2} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9597 | 2025.04.22 03:09:02.451775 [ 276 ] {0f404527-581a-4af1-b2f0-d4f27e6f5ec2} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9598 | 2025.04.22 03:09:02.451948 [ 276 ] {0f404527-581a-4af1-b2f0-d4f27e6f5ec2} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001452 sec., 77823.6914600551 rows/sec., 5.04 MiB/sec. | ||
| 9599 | 2025.04.22 03:09:02.452069 [ 276 ] {0f404527-581a-4af1-b2f0-d4f27e6f5ec2} <Debug> TCPHandler: Processed in 0.001734626 sec. | ||
| 9600 | 2025.04.22 03:09:02.452204 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9601 | 2025.04.22 03:09:02.452306 [ 276 ] {49e4690d-2148-4e3a-a601-f9b92737770a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9602 | 2025.04.22 03:09:02.452352 [ 276 ] {49e4690d-2148-4e3a-a601-f9b92737770a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9603 | 2025.04.22 03:09:02.452913 [ 276 ] {49e4690d-2148-4e3a-a601-f9b92737770a} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9604 | 2025.04.22 03:09:02.452951 [ 276 ] {49e4690d-2148-4e3a-a601-f9b92737770a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9605 | 2025.04.22 03:09:02.453292 [ 276 ] {49e4690d-2148-4e3a-a601-f9b92737770a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 9606 | 2025.04.22 03:09:02.453532 [ 276 ] {49e4690d-2148-4e3a-a601-f9b92737770a} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9607 | 2025.04.22 03:09:02.453732 [ 276 ] {49e4690d-2148-4e3a-a601-f9b92737770a} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001433 sec., 78157.71109560363 rows/sec., 4.45 MiB/sec. | ||
| 9608 | 2025.04.22 03:09:02.453930 [ 276 ] {49e4690d-2148-4e3a-a601-f9b92737770a} <Debug> TCPHandler: Processed in 0.001777388 sec. | ||
| 9609 | 2025.04.22 03:09:02.454106 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9610 | 2025.04.22 03:09:02.454212 [ 276 ] {1c91e01d-1f58-404a-92f4-f0ebf5007717} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9611 | 2025.04.22 03:09:02.454258 [ 276 ] {1c91e01d-1f58-404a-92f4-f0ebf5007717} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9612 | 2025.04.22 03:09:02.454961 [ 276 ] {1c91e01d-1f58-404a-92f4-f0ebf5007717} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9613 | 2025.04.22 03:09:02.454999 [ 276 ] {1c91e01d-1f58-404a-92f4-f0ebf5007717} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9614 | 2025.04.22 03:09:02.455356 [ 276 ] {1c91e01d-1f58-404a-92f4-f0ebf5007717} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 9615 | 2025.04.22 03:09:02.455601 [ 276 ] {1c91e01d-1f58-404a-92f4-f0ebf5007717} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9616 | 2025.04.22 03:09:02.455762 [ 276 ] {1c91e01d-1f58-404a-92f4-f0ebf5007717} <Debug> executeQuery: Read 418 rows, 30.47 KiB in 0.001574 sec., 265565.4383735705 rows/sec., 18.90 MiB/sec. | ||
| 9617 | 2025.04.22 03:09:02.455812 [ 276 ] {1c91e01d-1f58-404a-92f4-f0ebf5007717} <Debug> TCPHandler: Processed in 0.001768037 sec. | ||
| 9618 | 2025.04.22 03:09:02.455933 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9619 | 2025.04.22 03:09:02.456038 [ 276 ] {d8bb7364-c557-4e38-a7f9-ba784dd8029f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9620 | 2025.04.22 03:09:02.456084 [ 276 ] {d8bb7364-c557-4e38-a7f9-ba784dd8029f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9621 | 2025.04.22 03:09:02.456507 [ 276 ] {d8bb7364-c557-4e38-a7f9-ba784dd8029f} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9622 | 2025.04.22 03:09:02.456544 [ 276 ] {d8bb7364-c557-4e38-a7f9-ba784dd8029f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9623 | 2025.04.22 03:09:02.456886 [ 276 ] {d8bb7364-c557-4e38-a7f9-ba784dd8029f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 9624 | 2025.04.22 03:09:02.457117 [ 276 ] {d8bb7364-c557-4e38-a7f9-ba784dd8029f} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9625 | 2025.04.22 03:09:02.457281 [ 276 ] {d8bb7364-c557-4e38-a7f9-ba784dd8029f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001265 sec., 4743.083003952569 rows/sec., 247.81 KiB/sec. | ||
| 9626 | 2025.04.22 03:09:02.457328 [ 276 ] {d8bb7364-c557-4e38-a7f9-ba784dd8029f} <Debug> TCPHandler: Processed in 0.001446539 sec. | ||
| 9627 | 2025.04.22 03:09:02.457448 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9628 | 2025.04.22 03:09:02.457552 [ 276 ] {c623eb95-6290-4aa0-8dfa-e28ecf0818cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9629 | 2025.04.22 03:09:02.457599 [ 276 ] {c623eb95-6290-4aa0-8dfa-e28ecf0818cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9630 | 2025.04.22 03:09:02.458123 [ 276 ] {c623eb95-6290-4aa0-8dfa-e28ecf0818cd} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9631 | 2025.04.22 03:09:02.458160 [ 276 ] {c623eb95-6290-4aa0-8dfa-e28ecf0818cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9632 | 2025.04.22 03:09:02.458531 [ 276 ] {c623eb95-6290-4aa0-8dfa-e28ecf0818cd} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 9633 | 2025.04.22 03:09:02.458763 [ 276 ] {c623eb95-6290-4aa0-8dfa-e28ecf0818cd} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9634 | 2025.04.22 03:09:02.458929 [ 276 ] {c623eb95-6290-4aa0-8dfa-e28ecf0818cd} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001399 sec., 169406.71908506076 rows/sec., 11.35 MiB/sec. | ||
| 9635 | 2025.04.22 03:09:02.458978 [ 276 ] {c623eb95-6290-4aa0-8dfa-e28ecf0818cd} <Debug> TCPHandler: Processed in 0.001580262 sec. | ||
| 9636 | 2025.04.22 03:09:02.459098 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9637 | 2025.04.22 03:09:02.459204 [ 276 ] {5a3c8c31-982e-4840-a411-a4bc8c9cd2f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9638 | 2025.04.22 03:09:02.459250 [ 276 ] {5a3c8c31-982e-4840-a411-a4bc8c9cd2f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9639 | 2025.04.22 03:09:02.459650 [ 276 ] {5a3c8c31-982e-4840-a411-a4bc8c9cd2f6} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9640 | 2025.04.22 03:09:02.459686 [ 276 ] {5a3c8c31-982e-4840-a411-a4bc8c9cd2f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9641 | 2025.04.22 03:09:02.460021 [ 276 ] {5a3c8c31-982e-4840-a411-a4bc8c9cd2f6} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 9642 | 2025.04.22 03:09:02.460254 [ 276 ] {5a3c8c31-982e-4840-a411-a4bc8c9cd2f6} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9643 | 2025.04.22 03:09:02.460448 [ 276 ] {5a3c8c31-982e-4840-a411-a4bc8c9cd2f6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001256 sec., 796.1783439490446 rows/sec., 53.65 KiB/sec. | ||
| 9644 | 2025.04.22 03:09:02.460510 [ 276 ] {5a3c8c31-982e-4840-a411-a4bc8c9cd2f6} <Debug> TCPHandler: Processed in 0.001462519 sec. | ||
| 9645 | 2025.04.22 03:09:02.460658 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9646 | 2025.04.22 03:09:02.460760 [ 276 ] {adfae045-069a-49be-9ac7-0c74ad113af7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9647 | 2025.04.22 03:09:02.460825 [ 276 ] {adfae045-069a-49be-9ac7-0c74ad113af7} <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 | ||
| 9648 | 2025.04.22 03:09:02.461932 [ 276 ] {adfae045-069a-49be-9ac7-0c74ad113af7} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9649 | 2025.04.22 03:09:02.461970 [ 276 ] {adfae045-069a-49be-9ac7-0c74ad113af7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9650 | 2025.04.22 03:09:02.462601 [ 276 ] {adfae045-069a-49be-9ac7-0c74ad113af7} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 9651 | 2025.04.22 03:09:02.462851 [ 276 ] {adfae045-069a-49be-9ac7-0c74ad113af7} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9652 | 2025.04.22 03:09:02.463104 [ 276 ] {adfae045-069a-49be-9ac7-0c74ad113af7} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002364 sec., 15228.426395939085 rows/sec., 27.29 MiB/sec. | ||
| 9653 | 2025.04.22 03:09:02.463341 [ 276 ] {adfae045-069a-49be-9ac7-0c74ad113af7} <Debug> TCPHandler: Processed in 0.002737273 sec. | ||
| 9654 | 2025.04.22 03:09:02.463653 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9655 | 2025.04.22 03:09:02.463786 [ 276 ] {b82cd1c1-1351-49a6-a12c-b63853330723} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9656 | 2025.04.22 03:09:02.463835 [ 276 ] {b82cd1c1-1351-49a6-a12c-b63853330723} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9657 | 2025.04.22 03:09:02.464300 [ 276 ] {b82cd1c1-1351-49a6-a12c-b63853330723} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9658 | 2025.04.22 03:09:02.464338 [ 276 ] {b82cd1c1-1351-49a6-a12c-b63853330723} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9659 | 2025.04.22 03:09:02.464693 [ 276 ] {b82cd1c1-1351-49a6-a12c-b63853330723} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 9660 | 2025.04.22 03:09:02.464928 [ 276 ] {b82cd1c1-1351-49a6-a12c-b63853330723} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9661 | 2025.04.22 03:09:02.465124 [ 276 ] {b82cd1c1-1351-49a6-a12c-b63853330723} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001361 sec., 60249.81631153564 rows/sec., 3.83 MiB/sec. | ||
| 9662 | 2025.04.22 03:09:02.465172 [ 276 ] {b82cd1c1-1351-49a6-a12c-b63853330723} <Debug> TCPHandler: Processed in 0.001612783 sec. | ||
| 9663 | 2025.04.22 03:09:05.677113 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9664 | 2025.04.22 03:09:05.677331 [ 276 ] {2dc5d900-8511-42bf-bf8a-69a53995e251} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9665 | 2025.04.22 03:09:05.677406 [ 276 ] {2dc5d900-8511-42bf-bf8a-69a53995e251} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9666 | 2025.04.22 03:09:05.678148 [ 276 ] {2dc5d900-8511-42bf-bf8a-69a53995e251} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9667 | 2025.04.22 03:09:05.678198 [ 276 ] {2dc5d900-8511-42bf-bf8a-69a53995e251} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9668 | 2025.04.22 03:09:05.678611 [ 276 ] {2dc5d900-8511-42bf-bf8a-69a53995e251} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 9669 | 2025.04.22 03:09:05.678861 [ 276 ] {2dc5d900-8511-42bf-bf8a-69a53995e251} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9670 | 2025.04.22 03:09:05.679113 [ 276 ] {2dc5d900-8511-42bf-bf8a-69a53995e251} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001818 sec., 2200.2200220022005 rows/sec., 179.41 KiB/sec. | ||
| 9671 | 2025.04.22 03:09:05.679197 [ 276 ] {2dc5d900-8511-42bf-bf8a-69a53995e251} <Debug> TCPHandler: Processed in 0.002293831 sec. | ||
| 9672 | 2025.04.22 03:09:05.679428 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9673 | 2025.04.22 03:09:05.679536 [ 276 ] {5dae1d55-298f-46f3-baaf-837c2580f38a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9674 | 2025.04.22 03:09:05.679584 [ 276 ] {5dae1d55-298f-46f3-baaf-837c2580f38a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9675 | 2025.04.22 03:09:05.680778 [ 276 ] {5dae1d55-298f-46f3-baaf-837c2580f38a} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9676 | 2025.04.22 03:09:05.680819 [ 276 ] {5dae1d55-298f-46f3-baaf-837c2580f38a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9677 | 2025.04.22 03:09:05.681260 [ 276 ] {5dae1d55-298f-46f3-baaf-837c2580f38a} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 9678 | 2025.04.22 03:09:05.681504 [ 276 ] {5dae1d55-298f-46f3-baaf-837c2580f38a} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9679 | 2025.04.22 03:09:05.681770 [ 276 ] {5dae1d55-298f-46f3-baaf-837c2580f38a} <Debug> executeQuery: Read 1206 rows, 101.90 KiB in 0.002255 sec., 534811.5299334811 rows/sec., 44.13 MiB/sec. | ||
| 9680 | 2025.04.22 03:09:05.682032 [ 276 ] {5dae1d55-298f-46f3-baaf-837c2580f38a} <Debug> TCPHandler: Processed in 0.002682362 sec. | ||
| 9681 | 2025.04.22 03:09:05.682409 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9682 | 2025.04.22 03:09:05.682825 [ 276 ] {12f9d74e-a5d4-4d3b-937c-e7a221cbae95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9683 | 2025.04.22 03:09:05.683011 [ 276 ] {12f9d74e-a5d4-4d3b-937c-e7a221cbae95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9684 | 2025.04.22 03:09:05.684518 [ 276 ] {12f9d74e-a5d4-4d3b-937c-e7a221cbae95} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9685 | 2025.04.22 03:09:05.684558 [ 276 ] {12f9d74e-a5d4-4d3b-937c-e7a221cbae95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9686 | 2025.04.22 03:09:05.684902 [ 276 ] {12f9d74e-a5d4-4d3b-937c-e7a221cbae95} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 9687 | 2025.04.22 03:09:05.685134 [ 276 ] {12f9d74e-a5d4-4d3b-937c-e7a221cbae95} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9688 | 2025.04.22 03:09:05.685423 [ 276 ] {12f9d74e-a5d4-4d3b-937c-e7a221cbae95} <Debug> executeQuery: Read 8 rows, 594.00 B in 0.002757 sec., 2901.7047515415306 rows/sec., 210.40 KiB/sec. | ||
| 9689 | 2025.04.22 03:09:05.685840 [ 276 ] {12f9d74e-a5d4-4d3b-937c-e7a221cbae95} <Debug> TCPHandler: Processed in 0.003567026 sec. | ||
| 9690 | 2025.04.22 03:09:05.686303 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9691 | 2025.04.22 03:09:05.686751 [ 276 ] {5e671be8-f69a-4e61-80a7-4720b3d46130} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9692 | 2025.04.22 03:09:05.686865 [ 276 ] {5e671be8-f69a-4e61-80a7-4720b3d46130} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9693 | 2025.04.22 03:09:05.687540 [ 276 ] {5e671be8-f69a-4e61-80a7-4720b3d46130} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9694 | 2025.04.22 03:09:05.687581 [ 276 ] {5e671be8-f69a-4e61-80a7-4720b3d46130} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9695 | 2025.04.22 03:09:05.687931 [ 276 ] {5e671be8-f69a-4e61-80a7-4720b3d46130} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9696 | 2025.04.22 03:09:05.688163 [ 276 ] {5e671be8-f69a-4e61-80a7-4720b3d46130} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9697 | 2025.04.22 03:09:05.688488 [ 276 ] {5e671be8-f69a-4e61-80a7-4720b3d46130} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001869 sec., 121990.36918138042 rows/sec., 8.26 MiB/sec. | ||
| 9698 | 2025.04.22 03:09:05.688884 [ 276 ] {5e671be8-f69a-4e61-80a7-4720b3d46130} <Debug> TCPHandler: Processed in 0.002745153 sec. | ||
| 9699 | 2025.04.22 03:09:05.689255 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9700 | 2025.04.22 03:09:05.689362 [ 276 ] {c83f9e54-60fc-4440-8c37-531176dbdbd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9701 | 2025.04.22 03:09:05.689435 [ 276 ] {c83f9e54-60fc-4440-8c37-531176dbdbd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9702 | 2025.04.22 03:09:05.690566 [ 276 ] {c83f9e54-60fc-4440-8c37-531176dbdbd7} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9703 | 2025.04.22 03:09:05.690606 [ 276 ] {c83f9e54-60fc-4440-8c37-531176dbdbd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9704 | 2025.04.22 03:09:05.690970 [ 276 ] {c83f9e54-60fc-4440-8c37-531176dbdbd7} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 9705 | 2025.04.22 03:09:05.691210 [ 276 ] {c83f9e54-60fc-4440-8c37-531176dbdbd7} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9706 | 2025.04.22 03:09:05.691424 [ 276 ] {c83f9e54-60fc-4440-8c37-531176dbdbd7} <Debug> executeQuery: Read 528 rows, 40.05 KiB in 0.002085 sec., 253237.41007194243 rows/sec., 18.76 MiB/sec. | ||
| 9707 | 2025.04.22 03:09:05.691476 [ 276 ] {c83f9e54-60fc-4440-8c37-531176dbdbd7} <Debug> TCPHandler: Processed in 0.002312821 sec. | ||
| 9708 | 2025.04.22 03:09:05.691598 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9709 | 2025.04.22 03:09:05.691703 [ 276 ] {26118cfb-6f82-46d6-95db-748727273cbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9710 | 2025.04.22 03:09:05.691752 [ 276 ] {26118cfb-6f82-46d6-95db-748727273cbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9711 | 2025.04.22 03:09:05.692448 [ 276 ] {26118cfb-6f82-46d6-95db-748727273cbc} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9712 | 2025.04.22 03:09:05.692487 [ 276 ] {26118cfb-6f82-46d6-95db-748727273cbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9713 | 2025.04.22 03:09:05.692907 [ 276 ] {26118cfb-6f82-46d6-95db-748727273cbc} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 9714 | 2025.04.22 03:09:05.693141 [ 276 ] {26118cfb-6f82-46d6-95db-748727273cbc} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9715 | 2025.04.22 03:09:05.693343 [ 276 ] {26118cfb-6f82-46d6-95db-748727273cbc} <Debug> executeQuery: Read 956 rows, 65.68 KiB in 0.001662 sec., 575210.5896510228 rows/sec., 38.59 MiB/sec. | ||
| 9716 | 2025.04.22 03:09:05.693394 [ 276 ] {26118cfb-6f82-46d6-95db-748727273cbc} <Debug> TCPHandler: Processed in 0.001850009 sec. | ||
| 9717 | 2025.04.22 03:09:05.693516 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9718 | 2025.04.22 03:09:05.693621 [ 276 ] {3576791b-5492-4b58-8024-737a11f031ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9719 | 2025.04.22 03:09:05.693688 [ 276 ] {3576791b-5492-4b58-8024-737a11f031ce} <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 | ||
| 9720 | 2025.04.22 03:09:05.694688 [ 276 ] {3576791b-5492-4b58-8024-737a11f031ce} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9721 | 2025.04.22 03:09:05.694727 [ 276 ] {3576791b-5492-4b58-8024-737a11f031ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9722 | 2025.04.22 03:09:05.695303 [ 276 ] {3576791b-5492-4b58-8024-737a11f031ce} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 9723 | 2025.04.22 03:09:05.695556 [ 276 ] {3576791b-5492-4b58-8024-737a11f031ce} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9724 | 2025.04.22 03:09:05.695787 [ 276 ] {3576791b-5492-4b58-8024-737a11f031ce} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002187 sec., 1828.9894833104709 rows/sec., 3.28 MiB/sec. | ||
| 9725 | 2025.04.22 03:09:05.695981 [ 276 ] {3576791b-5492-4b58-8024-737a11f031ce} <Debug> TCPHandler: Processed in 0.002515437 sec. | ||
| 9726 | 2025.04.22 03:09:05.696174 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9727 | 2025.04.22 03:09:05.696278 [ 276 ] {c63dfa3e-b897-426f-a7f6-8dbd1a2e9c0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9728 | 2025.04.22 03:09:05.696324 [ 276 ] {c63dfa3e-b897-426f-a7f6-8dbd1a2e9c0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9729 | 2025.04.22 03:09:05.696731 [ 276 ] {c63dfa3e-b897-426f-a7f6-8dbd1a2e9c0a} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9730 | 2025.04.22 03:09:05.696769 [ 276 ] {c63dfa3e-b897-426f-a7f6-8dbd1a2e9c0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9731 | 2025.04.22 03:09:05.697119 [ 276 ] {c63dfa3e-b897-426f-a7f6-8dbd1a2e9c0a} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 9732 | 2025.04.22 03:09:05.697368 [ 276 ] {c63dfa3e-b897-426f-a7f6-8dbd1a2e9c0a} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9733 | 2025.04.22 03:09:05.697609 [ 276 ] {c63dfa3e-b897-426f-a7f6-8dbd1a2e9c0a} <Debug> executeQuery: Read 42 rows, 2.89 KiB in 0.001347 sec., 31180.400890868594 rows/sec., 2.10 MiB/sec. | ||
| 9734 | 2025.04.22 03:09:05.697702 [ 276 ] {c63dfa3e-b897-426f-a7f6-8dbd1a2e9c0a} <Debug> TCPHandler: Processed in 0.001582682 sec. | ||
| 9735 | 2025.04.22 03:09:05.828952 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22448 | ||
| 9736 | 2025.04.22 03:09:05.829533 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9737 | 2025.04.22 03:09:05.829576 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9738 | 2025.04.22 03:09:05.830066 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9739 | 2025.04.22 03:09:05.830304 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9740 | 2025.04.22 03:09:05.830546 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22448 | ||
| 9741 | 2025.04.22 03:09:07.352051 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370 | ||
| 9742 | 2025.04.22 03:09:07.372397 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9743 | 2025.04.22 03:09:07.372459 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9744 | 2025.04.22 03:09:07.379681 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9745 | 2025.04.22 03:09:07.380493 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9746 | 2025.04.22 03:09:07.383595 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370 | ||
| 9747 | 2025.04.22 03:09:07.431437 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9748 | 2025.04.22 03:09:07.431645 [ 276 ] {31afcbbb-1ce0-4dfc-8298-53447fb0b042} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9749 | 2025.04.22 03:09:07.431721 [ 276 ] {31afcbbb-1ce0-4dfc-8298-53447fb0b042} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9750 | 2025.04.22 03:09:07.432516 [ 276 ] {31afcbbb-1ce0-4dfc-8298-53447fb0b042} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9751 | 2025.04.22 03:09:07.432556 [ 276 ] {31afcbbb-1ce0-4dfc-8298-53447fb0b042} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9752 | 2025.04.22 03:09:07.432978 [ 276 ] {31afcbbb-1ce0-4dfc-8298-53447fb0b042} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 9753 | 2025.04.22 03:09:07.433226 [ 276 ] {31afcbbb-1ce0-4dfc-8298-53447fb0b042} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9754 | 2025.04.22 03:09:07.433393 [ 143 ] {} <Debug> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 9755 | 2025.04.22 03:09:07.433427 [ 276 ] {31afcbbb-1ce0-4dfc-8298-53447fb0b042} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00184 sec., 30434.782608695652 rows/sec., 2.34 MiB/sec. | ||
| 9756 | 2025.04.22 03:09:07.433445 [ 143 ] {} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9757 | 2025.04.22 03:09:07.433482 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9758 | 2025.04.22 03:09:07.433496 [ 276 ] {31afcbbb-1ce0-4dfc-8298-53447fb0b042} <Debug> TCPHandler: Processed in 0.002187448 sec. | ||
| 9759 | 2025.04.22 03:09:07.433720 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9760 | 2025.04.22 03:09:07.433726 [ 188 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 9761 | 2025.04.22 03:09:07.434166 [ 276 ] {a49a7df3-4541-4c79-bec1-c8a165b8a97e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9762 | 2025.04.22 03:09:07.434274 [ 188 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9763 | 2025.04.22 03:09:07.434399 [ 276 ] {a49a7df3-4541-4c79-bec1-c8a165b8a97e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9764 | 2025.04.22 03:09:07.434415 [ 188 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1847 rows starting from the beginning of the part | ||
| 9765 | 2025.04.22 03:09:07.434852 [ 188 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 129 rows starting from the beginning of the part | ||
| 9766 | 2025.04.22 03:09:07.435307 [ 188 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 64 rows starting from the beginning of the part | ||
| 9767 | 2025.04.22 03:09:07.435875 [ 188 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 689 rows starting from the beginning of the part | ||
| 9768 | 2025.04.22 03:09:07.436103 [ 188 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 1206 rows starting from the beginning of the part | ||
| 9769 | 2025.04.22 03:09:07.436353 [ 188 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 56 rows starting from the beginning of the part | ||
| 9770 | 2025.04.22 03:09:07.438012 [ 276 ] {a49a7df3-4541-4c79-bec1-c8a165b8a97e} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9771 | 2025.04.22 03:09:07.438094 [ 276 ] {a49a7df3-4541-4c79-bec1-c8a165b8a97e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9772 | 2025.04.22 03:09:07.439007 [ 276 ] {a49a7df3-4541-4c79-bec1-c8a165b8a97e} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 9773 | 2025.04.22 03:09:07.439301 [ 276 ] {a49a7df3-4541-4c79-bec1-c8a165b8a97e} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9774 | 2025.04.22 03:09:07.439466 [ 143 ] {} <Debug> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 9775 | 2025.04.22 03:09:07.439551 [ 143 ] {} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9776 | 2025.04.22 03:09:07.439581 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9777 | 2025.04.22 03:09:07.439586 [ 276 ] {a49a7df3-4541-4c79-bec1-c8a165b8a97e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00564 sec., 11347.517730496455 rows/sec., 906.96 KiB/sec. | ||
| 9778 | 2025.04.22 03:09:07.440042 [ 276 ] {a49a7df3-4541-4c79-bec1-c8a165b8a97e} <Debug> TCPHandler: Processed in 0.006319469 sec. | ||
| 9779 | 2025.04.22 03:09:07.440103 [ 186 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 9780 | 2025.04.22 03:09:07.440525 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9781 | 2025.04.22 03:09:07.440588 [ 189 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3991 rows, containing 5 columns (5 merged, 0 gathered) in 0.006978416 sec., 571906.2893355741 rows/sec., 48.83 MiB/sec. | ||
| 9782 | 2025.04.22 03:09:07.440668 [ 186 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9783 | 2025.04.22 03:09:07.440790 [ 186 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 916 rows starting from the beginning of the part | ||
| 9784 | 2025.04.22 03:09:07.440803 [ 276 ] {ab6e371b-9306-4b57-9c86-0836028c1225} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9785 | 2025.04.22 03:09:07.441008 [ 276 ] {ab6e371b-9306-4b57-9c86-0836028c1225} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9786 | 2025.04.22 03:09:07.441113 [ 186 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 102 rows starting from the beginning of the part | ||
| 9787 | 2025.04.22 03:09:07.441465 [ 186 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 68 rows starting from the beginning of the part | ||
| 9788 | 2025.04.22 03:09:07.441793 [ 186 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 418 rows starting from the beginning of the part | ||
| 9789 | 2025.04.22 03:09:07.442086 [ 186 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 528 rows starting from the beginning of the part | ||
| 9790 | 2025.04.22 03:09:07.442184 [ 189 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 9791 | 2025.04.22 03:09:07.442552 [ 186 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 64 rows starting from the beginning of the part | ||
| 9792 | 2025.04.22 03:09:07.444240 [ 189 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_81_16} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9793 | 2025.04.22 03:09:07.444644 [ 189 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_81_16} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 9794 | 2025.04.22 03:09:07.444917 [ 276 ] {ab6e371b-9306-4b57-9c86-0836028c1225} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9795 | 2025.04.22 03:09:07.445035 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 9796 | 2025.04.22 03:09:07.445057 [ 276 ] {ab6e371b-9306-4b57-9c86-0836028c1225} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9797 | 2025.04.22 03:09:07.446096 [ 276 ] {ab6e371b-9306-4b57-9c86-0836028c1225} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 9798 | 2025.04.22 03:09:07.446566 [ 276 ] {ab6e371b-9306-4b57-9c86-0836028c1225} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9799 | 2025.04.22 03:09:07.446716 [ 197 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2096 rows, containing 5 columns (5 merged, 0 gathered) in 0.007013878 sec., 298836.1075000164 rows/sec., 23.05 MiB/sec. | ||
| 9800 | 2025.04.22 03:09:07.446858 [ 141 ] {} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Selected 5 parts from all_1_76_15 to all_80_80_0 | ||
| 9801 | 2025.04.22 03:09:07.446944 [ 141 ] {} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9802 | 2025.04.22 03:09:07.447012 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9803 | 2025.04.22 03:09:07.447070 [ 276 ] {ab6e371b-9306-4b57-9c86-0836028c1225} <Debug> executeQuery: Read 52 rows, 3.70 KiB in 0.006347 sec., 8192.847014337482 rows/sec., 583.29 KiB/sec. | ||
| 9804 | 2025.04.22 03:09:07.447096 [ 197 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 9805 | 2025.04.22 03:09:07.447409 [ 186 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_80_16} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_76_15 to all_80_80_0 into Compact with storage Full | ||
| 9806 | 2025.04.22 03:09:07.447527 [ 276 ] {ab6e371b-9306-4b57-9c86-0836028c1225} <Debug> TCPHandler: Processed in 0.00712971 sec. | ||
| 9807 | 2025.04.22 03:09:07.447963 [ 186 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_80_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9808 | 2025.04.22 03:09:07.448129 [ 186 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 22650 rows starting from the beginning of the part | ||
| 9809 | 2025.04.22 03:09:07.448179 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9810 | 2025.04.22 03:09:07.448648 [ 186 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 161 rows starting from the beginning of the part | ||
| 9811 | 2025.04.22 03:09:07.449224 [ 186 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 160 rows starting from the beginning of the part | ||
| 9812 | 2025.04.22 03:09:07.449403 [ 276 ] {fb7fb8d6-027e-4a14-98bc-5aede68b53d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9813 | 2025.04.22 03:09:07.449874 [ 186 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 237 rows starting from the beginning of the part | ||
| 9814 | 2025.04.22 03:09:07.450121 [ 197 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_81_16} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9815 | 2025.04.22 03:09:07.450154 [ 276 ] {fb7fb8d6-027e-4a14-98bc-5aede68b53d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9816 | 2025.04.22 03:09:07.450217 [ 186 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 956 rows starting from the beginning of the part | ||
| 9817 | 2025.04.22 03:09:07.450485 [ 197 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_81_16} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 9818 | 2025.04.22 03:09:07.450922 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 9819 | 2025.04.22 03:09:07.452025 [ 276 ] {fb7fb8d6-027e-4a14-98bc-5aede68b53d1} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9820 | 2025.04.22 03:09:07.452070 [ 276 ] {fb7fb8d6-027e-4a14-98bc-5aede68b53d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9821 | 2025.04.22 03:09:07.452609 [ 276 ] {fb7fb8d6-027e-4a14-98bc-5aede68b53d1} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 9822 | 2025.04.22 03:09:07.453007 [ 276 ] {fb7fb8d6-027e-4a14-98bc-5aede68b53d1} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9823 | 2025.04.22 03:09:07.453377 [ 141 ] {} <Debug> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 9824 | 2025.04.22 03:09:07.453512 [ 141 ] {} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9825 | 2025.04.22 03:09:07.453611 [ 276 ] {fb7fb8d6-027e-4a14-98bc-5aede68b53d1} <Debug> executeQuery: Read 18 rows, 1.25 KiB in 0.00495 sec., 3636.363636363636 rows/sec., 252.33 KiB/sec. | ||
| 9826 | 2025.04.22 03:09:07.453620 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9827 | 2025.04.22 03:09:07.453999 [ 276 ] {fb7fb8d6-027e-4a14-98bc-5aede68b53d1} <Debug> TCPHandler: Processed in 0.006058852 sec. | ||
| 9828 | 2025.04.22 03:09:07.454167 [ 194 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 9829 | 2025.04.22 03:09:07.454306 [ 194 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9830 | 2025.04.22 03:09:07.454335 [ 194 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4312 rows starting from the beginning of the part | ||
| 9831 | 2025.04.22 03:09:07.454394 [ 194 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 60 rows starting from the beginning of the part | ||
| 9832 | 2025.04.22 03:09:07.454731 [ 194 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 60 rows starting from the beginning of the part | ||
| 9833 | 2025.04.22 03:09:07.454812 [ 194 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 82 rows starting from the beginning of the part | ||
| 9834 | 2025.04.22 03:09:07.454985 [ 194 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 42 rows starting from the beginning of the part | ||
| 9835 | 2025.04.22 03:09:07.455336 [ 194 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 18 rows starting from the beginning of the part | ||
| 9836 | 2025.04.22 03:09:07.458186 [ 200 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4574 rows, containing 4 columns (4 merged, 0 gathered) in 0.004361767 sec., 1048657.573868572 rows/sec., 69.06 MiB/sec. | ||
| 9837 | 2025.04.22 03:09:07.458860 [ 197 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 9838 | 2025.04.22 03:09:07.459056 [ 195 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_80_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24164 rows, containing 5 columns (5 merged, 0 gathered) in 0.011924989 sec., 2026333.1060515023 rows/sec., 137.14 MiB/sec. | ||
| 9839 | 2025.04.22 03:09:07.459339 [ 197 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_81_16} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9840 | 2025.04.22 03:09:07.459434 [ 197 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_81_16} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 9841 | 2025.04.22 03:09:07.459549 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. | ||
| 9842 | 2025.04.22 03:09:07.459627 [ 200 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_80_16} <Trace> MergedBlockOutputStream: filled checksums all_1_80_16 (state Temporary) | ||
| 9843 | 2025.04.22 03:09:07.459930 [ 200 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_80_16} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_merge_all_1_80_16 to all_1_80_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9844 | 2025.04.22 03:09:07.460018 [ 200 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_80_16} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Merged 5 parts: [all_1_76_15, all_80_80_0] -> all_1_80_16 | ||
| 9845 | 2025.04.22 03:09:07.460108 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. | ||
| 9846 | 2025.04.22 03:09:08.437685 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1382 | ||
| 9847 | 2025.04.22 03:09:08.441064 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9848 | 2025.04.22 03:09:08.441115 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9849 | 2025.04.22 03:09:08.442564 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9850 | 2025.04.22 03:09:08.442869 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9851 | 2025.04.22 03:09:08.443076 [ 141 ] {} <Debug> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 9852 | 2025.04.22 03:09:08.443190 [ 141 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9853 | 2025.04.22 03:09:08.443254 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9854 | 2025.04.22 03:09:08.443808 [ 197 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::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 | ||
| 9855 | 2025.04.22 03:09:08.445080 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1382 | ||
| 9856 | 2025.04.22 03:09:08.445437 [ 197 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9857 | 2025.04.22 03:09:08.445601 [ 197 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1224 rows starting from the beginning of the part | ||
| 9858 | 2025.04.22 03:09:08.446074 [ 197 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 26 rows starting from the beginning of the part | ||
| 9859 | 2025.04.22 03:09:08.446572 [ 197 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 36 rows starting from the beginning of the part | ||
| 9860 | 2025.04.22 03:09:08.447288 [ 197 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 24 rows starting from the beginning of the part | ||
| 9861 | 2025.04.22 03:09:08.447770 [ 197 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 26 rows starting from the beginning of the part | ||
| 9862 | 2025.04.22 03:09:08.448243 [ 197 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 46 rows starting from the beginning of the part | ||
| 9863 | 2025.04.22 03:09:08.456003 [ 195 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1382 rows, containing 72 columns (72 merged, 0 gathered) in 0.012592697 sec., 109746.14889884193 rows/sec., 85.82 MiB/sec. | ||
| 9864 | 2025.04.22 03:09:08.457819 [ 187 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 9865 | 2025.04.22 03:09:08.458626 [ 187 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_36_7} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9866 | 2025.04.22 03:09:08.458724 [ 187 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_36_7} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 9867 | 2025.04.22 03:09:08.459089 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.90 MiB. | ||
| 9868 | 2025.04.22 03:09:12.444146 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9869 | 2025.04.22 03:09:12.444428 [ 276 ] {c045d3be-afef-48dd-8be3-bd6c297c98a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9870 | 2025.04.22 03:09:12.444500 [ 276 ] {c045d3be-afef-48dd-8be3-bd6c297c98a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9871 | 2025.04.22 03:09:12.445348 [ 276 ] {c045d3be-afef-48dd-8be3-bd6c297c98a1} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9872 | 2025.04.22 03:09:12.445398 [ 276 ] {c045d3be-afef-48dd-8be3-bd6c297c98a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9873 | 2025.04.22 03:09:12.445848 [ 276 ] {c045d3be-afef-48dd-8be3-bd6c297c98a1} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 9874 | 2025.04.22 03:09:12.446106 [ 276 ] {c045d3be-afef-48dd-8be3-bd6c297c98a1} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9875 | 2025.04.22 03:09:12.446332 [ 276 ] {c045d3be-afef-48dd-8be3-bd6c297c98a1} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001955 sec., 108439.89769820971 rows/sec., 6.90 MiB/sec. | ||
| 9876 | 2025.04.22 03:09:12.446401 [ 276 ] {c045d3be-afef-48dd-8be3-bd6c297c98a1} <Debug> TCPHandler: Processed in 0.002454226 sec. | ||
| 9877 | 2025.04.22 03:09:12.446549 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9878 | 2025.04.22 03:09:12.446650 [ 276 ] {8b0291f0-f296-46e8-9bb5-98a647595917} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9879 | 2025.04.22 03:09:12.446695 [ 276 ] {8b0291f0-f296-46e8-9bb5-98a647595917} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9880 | 2025.04.22 03:09:12.447527 [ 276 ] {8b0291f0-f296-46e8-9bb5-98a647595917} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9881 | 2025.04.22 03:09:12.447567 [ 276 ] {8b0291f0-f296-46e8-9bb5-98a647595917} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9882 | 2025.04.22 03:09:12.447949 [ 276 ] {8b0291f0-f296-46e8-9bb5-98a647595917} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9883 | 2025.04.22 03:09:12.448183 [ 276 ] {8b0291f0-f296-46e8-9bb5-98a647595917} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9884 | 2025.04.22 03:09:12.448393 [ 276 ] {8b0291f0-f296-46e8-9bb5-98a647595917} <Debug> executeQuery: Read 689 rows, 56.23 KiB in 0.001764 sec., 390589.56916099775 rows/sec., 31.13 MiB/sec. | ||
| 9885 | 2025.04.22 03:09:12.448443 [ 276 ] {8b0291f0-f296-46e8-9bb5-98a647595917} <Debug> TCPHandler: Processed in 0.001950463 sec. | ||
| 9886 | 2025.04.22 03:09:12.448562 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9887 | 2025.04.22 03:09:12.448666 [ 276 ] {eda0f685-ad80-4c0b-98c3-dc0448c7bcdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9888 | 2025.04.22 03:09:12.448711 [ 276 ] {eda0f685-ad80-4c0b-98c3-dc0448c7bcdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9889 | 2025.04.22 03:09:12.449259 [ 276 ] {eda0f685-ad80-4c0b-98c3-dc0448c7bcdc} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9890 | 2025.04.22 03:09:12.449299 [ 276 ] {eda0f685-ad80-4c0b-98c3-dc0448c7bcdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9891 | 2025.04.22 03:09:12.449654 [ 276 ] {eda0f685-ad80-4c0b-98c3-dc0448c7bcdc} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 9892 | 2025.04.22 03:09:12.449886 [ 276 ] {eda0f685-ad80-4c0b-98c3-dc0448c7bcdc} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9893 | 2025.04.22 03:09:12.450091 [ 276 ] {eda0f685-ad80-4c0b-98c3-dc0448c7bcdc} <Debug> executeQuery: Read 142 rows, 9.09 KiB in 0.001445 sec., 98269.89619377162 rows/sec., 6.15 MiB/sec. | ||
| 9894 | 2025.04.22 03:09:12.450141 [ 276 ] {eda0f685-ad80-4c0b-98c3-dc0448c7bcdc} <Debug> TCPHandler: Processed in 0.001629613 sec. | ||
| 9895 | 2025.04.22 03:09:12.450261 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9896 | 2025.04.22 03:09:12.450364 [ 276 ] {59c98338-7521-477a-8e96-28820c855bfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9897 | 2025.04.22 03:09:12.450408 [ 276 ] {59c98338-7521-477a-8e96-28820c855bfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9898 | 2025.04.22 03:09:12.450938 [ 276 ] {59c98338-7521-477a-8e96-28820c855bfa} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9899 | 2025.04.22 03:09:12.450977 [ 276 ] {59c98338-7521-477a-8e96-28820c855bfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9900 | 2025.04.22 03:09:12.451318 [ 276 ] {59c98338-7521-477a-8e96-28820c855bfa} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9901 | 2025.04.22 03:09:12.451551 [ 276 ] {59c98338-7521-477a-8e96-28820c855bfa} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9902 | 2025.04.22 03:09:12.451724 [ 137 ] {} <Debug> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
| 9903 | 2025.04.22 03:09:12.451775 [ 276 ] {59c98338-7521-477a-8e96-28820c855bfa} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001426 sec., 79242.63674614306 rows/sec., 5.13 MiB/sec. | ||
| 9904 | 2025.04.22 03:09:12.451813 [ 137 ] {} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9905 | 2025.04.22 03:09:12.451892 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9906 | 2025.04.22 03:09:12.451898 [ 276 ] {59c98338-7521-477a-8e96-28820c855bfa} <Debug> TCPHandler: Processed in 0.001688985 sec. | ||
| 9907 | 2025.04.22 03:09:12.452050 [ 191 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_35_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full | ||
| 9908 | 2025.04.22 03:09:12.452062 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9909 | 2025.04.22 03:09:12.452209 [ 191 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9910 | 2025.04.22 03:09:12.452216 [ 276 ] {11ec358b-2f4b-4680-9b70-4eaf08ce168b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9911 | 2025.04.22 03:09:12.452251 [ 191 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 341 rows starting from the beginning of the part | ||
| 9912 | 2025.04.22 03:09:12.452273 [ 276 ] {11ec358b-2f4b-4680-9b70-4eaf08ce168b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9913 | 2025.04.22 03:09:12.452441 [ 191 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 113 rows starting from the beginning of the part | ||
| 9914 | 2025.04.22 03:09:12.452824 [ 191 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 228 rows starting from the beginning of the part | ||
| 9915 | 2025.04.22 03:09:12.453285 [ 191 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 113 rows starting from the beginning of the part | ||
| 9916 | 2025.04.22 03:09:12.453675 [ 191 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 228 rows starting from the beginning of the part | ||
| 9917 | 2025.04.22 03:09:12.454039 [ 191 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 113 rows starting from the beginning of the part | ||
| 9918 | 2025.04.22 03:09:12.455067 [ 276 ] {11ec358b-2f4b-4680-9b70-4eaf08ce168b} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9919 | 2025.04.22 03:09:12.455109 [ 276 ] {11ec358b-2f4b-4680-9b70-4eaf08ce168b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 9920 | 2025.04.22 03:09:12.455638 [ 276 ] {11ec358b-2f4b-4680-9b70-4eaf08ce168b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 9921 | 2025.04.22 03:09:12.455983 [ 276 ] {11ec358b-2f4b-4680-9b70-4eaf08ce168b} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9922 | 2025.04.22 03:09:12.455996 [ 191 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1136 rows, containing 5 columns (5 merged, 0 gathered) in 0.004019398 sec., 282629.38877911563 rows/sec., 19.88 MiB/sec. | ||
| 9923 | 2025.04.22 03:09:12.456228 [ 195 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
| 9924 | 2025.04.22 03:09:12.456407 [ 276 ] {11ec358b-2f4b-4680-9b70-4eaf08ce168b} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00422 sec., 26540.284360189577 rows/sec., 1.51 MiB/sec. | ||
| 9925 | 2025.04.22 03:09:12.456641 [ 276 ] {11ec358b-2f4b-4680-9b70-4eaf08ce168b} <Debug> TCPHandler: Processed in 0.004632994 sec. | ||
| 9926 | 2025.04.22 03:09:12.457030 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9927 | 2025.04.22 03:09:12.457151 [ 195 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_35_7} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9928 | 2025.04.22 03:09:12.457353 [ 276 ] {dc8cd838-d87a-47cf-9973-bbaa4255bdc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9929 | 2025.04.22 03:09:12.457394 [ 195 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_35_7} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
| 9930 | 2025.04.22 03:09:12.457416 [ 276 ] {dc8cd838-d87a-47cf-9973-bbaa4255bdc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9931 | 2025.04.22 03:09:12.457499 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 9932 | 2025.04.22 03:09:12.458148 [ 276 ] {dc8cd838-d87a-47cf-9973-bbaa4255bdc0} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9933 | 2025.04.22 03:09:12.458186 [ 276 ] {dc8cd838-d87a-47cf-9973-bbaa4255bdc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9934 | 2025.04.22 03:09:12.458559 [ 276 ] {dc8cd838-d87a-47cf-9973-bbaa4255bdc0} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9935 | 2025.04.22 03:09:12.458791 [ 276 ] {dc8cd838-d87a-47cf-9973-bbaa4255bdc0} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9936 | 2025.04.22 03:09:12.458991 [ 276 ] {dc8cd838-d87a-47cf-9973-bbaa4255bdc0} <Debug> executeQuery: Read 418 rows, 30.47 KiB in 0.001724 sec., 242459.39675174013 rows/sec., 17.26 MiB/sec. | ||
| 9937 | 2025.04.22 03:09:12.459040 [ 276 ] {dc8cd838-d87a-47cf-9973-bbaa4255bdc0} <Debug> TCPHandler: Processed in 0.002139887 sec. | ||
| 9938 | 2025.04.22 03:09:12.459157 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9939 | 2025.04.22 03:09:12.459262 [ 276 ] {3eb40af4-635b-4c4a-a483-ddfbf2c0f345} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9940 | 2025.04.22 03:09:12.459308 [ 276 ] {3eb40af4-635b-4c4a-a483-ddfbf2c0f345} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9941 | 2025.04.22 03:09:12.459731 [ 276 ] {3eb40af4-635b-4c4a-a483-ddfbf2c0f345} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9942 | 2025.04.22 03:09:12.459770 [ 276 ] {3eb40af4-635b-4c4a-a483-ddfbf2c0f345} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9943 | 2025.04.22 03:09:12.460112 [ 276 ] {3eb40af4-635b-4c4a-a483-ddfbf2c0f345} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 9944 | 2025.04.22 03:09:12.460354 [ 276 ] {3eb40af4-635b-4c4a-a483-ddfbf2c0f345} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9945 | 2025.04.22 03:09:12.460557 [ 276 ] {3eb40af4-635b-4c4a-a483-ddfbf2c0f345} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001318 sec., 4552.352048558422 rows/sec., 237.84 KiB/sec. | ||
| 9946 | 2025.04.22 03:09:12.460605 [ 276 ] {3eb40af4-635b-4c4a-a483-ddfbf2c0f345} <Debug> TCPHandler: Processed in 0.00149908 sec. | ||
| 9947 | 2025.04.22 03:09:12.460716 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9948 | 2025.04.22 03:09:12.460820 [ 276 ] {6a76c53a-6aca-4239-be53-b99c7bcec596} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9949 | 2025.04.22 03:09:12.460869 [ 276 ] {6a76c53a-6aca-4239-be53-b99c7bcec596} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9950 | 2025.04.22 03:09:12.461365 [ 276 ] {6a76c53a-6aca-4239-be53-b99c7bcec596} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9951 | 2025.04.22 03:09:12.461403 [ 276 ] {6a76c53a-6aca-4239-be53-b99c7bcec596} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9952 | 2025.04.22 03:09:12.461774 [ 276 ] {6a76c53a-6aca-4239-be53-b99c7bcec596} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9953 | 2025.04.22 03:09:12.462006 [ 276 ] {6a76c53a-6aca-4239-be53-b99c7bcec596} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9954 | 2025.04.22 03:09:12.462205 [ 276 ] {6a76c53a-6aca-4239-be53-b99c7bcec596} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001407 sec., 168443.49680170574 rows/sec., 11.29 MiB/sec. | ||
| 9955 | 2025.04.22 03:09:12.462271 [ 276 ] {6a76c53a-6aca-4239-be53-b99c7bcec596} <Debug> TCPHandler: Processed in 0.001605913 sec. | ||
| 9956 | 2025.04.22 03:09:12.462403 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9957 | 2025.04.22 03:09:12.462533 [ 276 ] {f231c0b8-2e18-494c-b5d8-e9ddfc0ad365} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9958 | 2025.04.22 03:09:12.462580 [ 276 ] {f231c0b8-2e18-494c-b5d8-e9ddfc0ad365} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9959 | 2025.04.22 03:09:12.462979 [ 276 ] {f231c0b8-2e18-494c-b5d8-e9ddfc0ad365} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9960 | 2025.04.22 03:09:12.463017 [ 276 ] {f231c0b8-2e18-494c-b5d8-e9ddfc0ad365} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9961 | 2025.04.22 03:09:12.463358 [ 276 ] {f231c0b8-2e18-494c-b5d8-e9ddfc0ad365} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 9962 | 2025.04.22 03:09:12.463597 [ 276 ] {f231c0b8-2e18-494c-b5d8-e9ddfc0ad365} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9963 | 2025.04.22 03:09:12.463795 [ 276 ] {f231c0b8-2e18-494c-b5d8-e9ddfc0ad365} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001287 sec., 777.000777000777 rows/sec., 52.36 KiB/sec. | ||
| 9964 | 2025.04.22 03:09:12.463844 [ 276 ] {f231c0b8-2e18-494c-b5d8-e9ddfc0ad365} <Debug> TCPHandler: Processed in 0.001506441 sec. | ||
| 9965 | 2025.04.22 03:09:12.463956 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9966 | 2025.04.22 03:09:12.464060 [ 276 ] {801d5f90-eadc-43df-98e2-20ba59f46f90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9967 | 2025.04.22 03:09:12.464125 [ 276 ] {801d5f90-eadc-43df-98e2-20ba59f46f90} <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 | ||
| 9968 | 2025.04.22 03:09:12.465190 [ 276 ] {801d5f90-eadc-43df-98e2-20ba59f46f90} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9969 | 2025.04.22 03:09:12.465230 [ 276 ] {801d5f90-eadc-43df-98e2-20ba59f46f90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9970 | 2025.04.22 03:09:12.465866 [ 276 ] {801d5f90-eadc-43df-98e2-20ba59f46f90} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 9971 | 2025.04.22 03:09:12.466133 [ 276 ] {801d5f90-eadc-43df-98e2-20ba59f46f90} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9972 | 2025.04.22 03:09:12.466380 [ 276 ] {801d5f90-eadc-43df-98e2-20ba59f46f90} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002342 sec., 15371.477369769429 rows/sec., 27.54 MiB/sec. | ||
| 9973 | 2025.04.22 03:09:12.466474 [ 276 ] {801d5f90-eadc-43df-98e2-20ba59f46f90} <Debug> TCPHandler: Processed in 0.002567859 sec. | ||
| 9974 | 2025.04.22 03:09:12.466596 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9975 | 2025.04.22 03:09:12.466701 [ 276 ] {75c7c1e3-5078-4db6-8f13-a729e5193672} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9976 | 2025.04.22 03:09:12.466748 [ 276 ] {75c7c1e3-5078-4db6-8f13-a729e5193672} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9977 | 2025.04.22 03:09:12.467159 [ 276 ] {75c7c1e3-5078-4db6-8f13-a729e5193672} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9978 | 2025.04.22 03:09:12.467198 [ 276 ] {75c7c1e3-5078-4db6-8f13-a729e5193672} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9979 | 2025.04.22 03:09:12.467547 [ 276 ] {75c7c1e3-5078-4db6-8f13-a729e5193672} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9980 | 2025.04.22 03:09:12.467778 [ 276 ] {75c7c1e3-5078-4db6-8f13-a729e5193672} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9981 | 2025.04.22 03:09:12.467974 [ 276 ] {75c7c1e3-5078-4db6-8f13-a729e5193672} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001294 sec., 63369.397217928905 rows/sec., 4.02 MiB/sec. | ||
| 9982 | 2025.04.22 03:09:12.468022 [ 276 ] {75c7c1e3-5078-4db6-8f13-a729e5193672} <Debug> TCPHandler: Processed in 0.00147803 sec. | ||
| 9983 | 2025.04.22 03:09:13.179970 [ 136 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9984 | 2025.04.22 03:09:13.180025 [ 136 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9985 | 2025.04.22 03:09:13.330680 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22936 | ||
| 9986 | 2025.04.22 03:09:13.331417 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9987 | 2025.04.22 03:09:13.331460 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 9988 | 2025.04.22 03:09:13.331982 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9989 | 2025.04.22 03:09:13.332236 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9990 | 2025.04.22 03:09:13.332515 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936 | ||
| 9991 | 2025.04.22 03:09:14.883665 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 377 | ||
| 9992 | 2025.04.22 03:09:14.905118 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9993 | 2025.04.22 03:09:14.905183 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 9994 | 2025.04.22 03:09:14.912402 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9995 | 2025.04.22 03:09:14.913196 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9996 | 2025.04.22 03:09:14.917149 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377 | ||
| 9997 | 2025.04.22 03:09:17.437135 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9998 | 2025.04.22 03:09:17.437347 [ 276 ] {007e4be6-d71a-42d9-aa18-534d014697e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9999 | 2025.04.22 03:09:17.437426 [ 276 ] {007e4be6-d71a-42d9-aa18-534d014697e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10000 | 2025.04.22 03:09:17.438275 [ 276 ] {007e4be6-d71a-42d9-aa18-534d014697e8} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10001 | 2025.04.22 03:09:17.438320 [ 276 ] {007e4be6-d71a-42d9-aa18-534d014697e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 10002 | 2025.04.22 03:09:17.438740 [ 276 ] {007e4be6-d71a-42d9-aa18-534d014697e8} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10003 | 2025.04.22 03:09:17.438993 [ 276 ] {007e4be6-d71a-42d9-aa18-534d014697e8} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10004 | 2025.04.22 03:09:17.439204 [ 276 ] {007e4be6-d71a-42d9-aa18-534d014697e8} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.001913 sec., 33455.3058024046 rows/sec., 2.65 MiB/sec. | ||
| 10005 | 2025.04.22 03:09:17.439260 [ 276 ] {007e4be6-d71a-42d9-aa18-534d014697e8} <Debug> TCPHandler: Processed in 0.00226095 sec. | ||
| 10006 | 2025.04.22 03:09:17.439405 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10007 | 2025.04.22 03:09:17.439510 [ 276 ] {43b8f30b-68bb-4e77-b7f7-6aabb70e8d53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10008 | 2025.04.22 03:09:17.439555 [ 276 ] {43b8f30b-68bb-4e77-b7f7-6aabb70e8d53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10009 | 2025.04.22 03:09:17.440105 [ 276 ] {43b8f30b-68bb-4e77-b7f7-6aabb70e8d53} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10010 | 2025.04.22 03:09:17.440143 [ 276 ] {43b8f30b-68bb-4e77-b7f7-6aabb70e8d53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 10011 | 2025.04.22 03:09:17.440474 [ 276 ] {43b8f30b-68bb-4e77-b7f7-6aabb70e8d53} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 10012 | 2025.04.22 03:09:17.440707 [ 276 ] {43b8f30b-68bb-4e77-b7f7-6aabb70e8d53} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10013 | 2025.04.22 03:09:17.440887 [ 128 ] {} <Debug> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 10014 | 2025.04.22 03:09:17.440901 [ 276 ] {43b8f30b-68bb-4e77-b7f7-6aabb70e8d53} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001406 sec., 2844.9502133712663 rows/sec., 213.93 KiB/sec. | ||
| 10015 | 2025.04.22 03:09:17.440980 [ 128 ] {} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10016 | 2025.04.22 03:09:17.441050 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 10017 | 2025.04.22 03:09:17.441053 [ 276 ] {43b8f30b-68bb-4e77-b7f7-6aabb70e8d53} <Debug> TCPHandler: Processed in 0.001693955 sec. | ||
| 10018 | 2025.04.22 03:09:17.441266 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10019 | 2025.04.22 03:09:17.441274 [ 196 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::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 | ||
| 10020 | 2025.04.22 03:09:17.441444 [ 276 ] {8549a2d2-1891-45b0-9d00-530be987dfdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10021 | 2025.04.22 03:09:17.441552 [ 276 ] {8549a2d2-1891-45b0-9d00-530be987dfdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10022 | 2025.04.22 03:09:17.441551 [ 196 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10023 | 2025.04.22 03:09:17.441651 [ 196 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 166 rows starting from the beginning of the part | ||
| 10024 | 2025.04.22 03:09:17.441904 [ 196 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 4 rows starting from the beginning of the part | ||
| 10025 | 2025.04.22 03:09:17.442174 [ 196 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 142 rows starting from the beginning of the part | ||
| 10026 | 2025.04.22 03:09:17.442564 [ 196 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 8 rows starting from the beginning of the part | ||
| 10027 | 2025.04.22 03:09:17.442908 [ 196 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 142 rows starting from the beginning of the part | ||
| 10028 | 2025.04.22 03:09:17.443211 [ 196 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 4 rows starting from the beginning of the part | ||
| 10029 | 2025.04.22 03:09:17.444727 [ 276 ] {8549a2d2-1891-45b0-9d00-530be987dfdc} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10030 | 2025.04.22 03:09:17.444795 [ 276 ] {8549a2d2-1891-45b0-9d00-530be987dfdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 10031 | 2025.04.22 03:09:17.445738 [ 276 ] {8549a2d2-1891-45b0-9d00-530be987dfdc} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10032 | 2025.04.22 03:09:17.446112 [ 196 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 466 rows, containing 5 columns (5 merged, 0 gathered) in 0.004967393 sec., 93811.78416928156 rows/sec., 6.29 MiB/sec. | ||
| 10033 | 2025.04.22 03:09:17.446251 [ 276 ] {8549a2d2-1891-45b0-9d00-530be987dfdc} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10034 | 2025.04.22 03:09:17.446339 [ 196 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 10035 | 2025.04.22 03:09:17.446608 [ 276 ] {8549a2d2-1891-45b0-9d00-530be987dfdc} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.005211 sec., 13049.318748800613 rows/sec., 1.02 MiB/sec. | ||
| 10036 | 2025.04.22 03:09:17.446758 [ 276 ] {8549a2d2-1891-45b0-9d00-530be987dfdc} <Debug> TCPHandler: Processed in 0.005555219 sec. | ||
| 10037 | 2025.04.22 03:09:17.446967 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10038 | 2025.04.22 03:09:17.447045 [ 196 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_66_13} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10039 | 2025.04.22 03:09:17.447166 [ 276 ] {6cb33ba1-3ea0-45c1-af22-70368474df2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10040 | 2025.04.22 03:09:17.447246 [ 196 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_66_13} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 10041 | 2025.04.22 03:09:17.447249 [ 276 ] {6cb33ba1-3ea0-45c1-af22-70368474df2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10042 | 2025.04.22 03:09:17.447458 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 10043 | 2025.04.22 03:09:17.447992 [ 276 ] {6cb33ba1-3ea0-45c1-af22-70368474df2d} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10044 | 2025.04.22 03:09:17.448036 [ 276 ] {6cb33ba1-3ea0-45c1-af22-70368474df2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 10045 | 2025.04.22 03:09:17.448413 [ 276 ] {6cb33ba1-3ea0-45c1-af22-70368474df2d} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10046 | 2025.04.22 03:09:17.448650 [ 276 ] {6cb33ba1-3ea0-45c1-af22-70368474df2d} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10047 | 2025.04.22 03:09:17.448836 [ 276 ] {6cb33ba1-3ea0-45c1-af22-70368474df2d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001749 sec., 91480.84619782734 rows/sec., 6.37 MiB/sec. | ||
| 10048 | 2025.04.22 03:09:17.448886 [ 276 ] {6cb33ba1-3ea0-45c1-af22-70368474df2d} <Debug> TCPHandler: Processed in 0.002011154 sec. | ||
| 10049 | 2025.04.22 03:09:17.449003 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10050 | 2025.04.22 03:09:17.449106 [ 276 ] {b7f0e564-264b-4361-b407-98cc739885b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10051 | 2025.04.22 03:09:17.449171 [ 276 ] {b7f0e564-264b-4361-b407-98cc739885b1} <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 | ||
| 10052 | 2025.04.22 03:09:17.450169 [ 276 ] {b7f0e564-264b-4361-b407-98cc739885b1} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10053 | 2025.04.22 03:09:17.450209 [ 276 ] {b7f0e564-264b-4361-b407-98cc739885b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 10054 | 2025.04.22 03:09:17.450785 [ 276 ] {b7f0e564-264b-4361-b407-98cc739885b1} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 10055 | 2025.04.22 03:09:17.451026 [ 276 ] {b7f0e564-264b-4361-b407-98cc739885b1} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10056 | 2025.04.22 03:09:17.451203 [ 128 ] {} <Debug> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 10057 | 2025.04.22 03:09:17.451224 [ 276 ] {b7f0e564-264b-4361-b407-98cc739885b1} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002139 sec., 1870.0327255726977 rows/sec., 3.35 MiB/sec. | ||
| 10058 | 2025.04.22 03:09:17.451272 [ 128 ] {} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10059 | 2025.04.22 03:09:17.451357 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 10060 | 2025.04.22 03:09:17.451527 [ 276 ] {b7f0e564-264b-4361-b407-98cc739885b1} <Debug> TCPHandler: Processed in 0.002570448 sec. | ||
| 10061 | 2025.04.22 03:09:17.451700 [ 198 ] {b231891b-dff1-435e-bddb-2ac39d181211::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 | ||
| 10062 | 2025.04.22 03:09:17.451756 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10063 | 2025.04.22 03:09:17.451959 [ 276 ] {14827a07-97ce-46ac-9192-8f107b71197c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10064 | 2025.04.22 03:09:17.452087 [ 276 ] {14827a07-97ce-46ac-9192-8f107b71197c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10065 | 2025.04.22 03:09:17.452823 [ 198 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10066 | 2025.04.22 03:09:17.453024 [ 198 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1299 rows starting from the beginning of the part | ||
| 10067 | 2025.04.22 03:09:17.453806 [ 198 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 4 rows starting from the beginning of the part | ||
| 10068 | 2025.04.22 03:09:17.454360 [ 276 ] {14827a07-97ce-46ac-9192-8f107b71197c} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10069 | 2025.04.22 03:09:17.454498 [ 276 ] {14827a07-97ce-46ac-9192-8f107b71197c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 10070 | 2025.04.22 03:09:17.454601 [ 198 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 36 rows starting from the beginning of the part | ||
| 10071 | 2025.04.22 03:09:17.455297 [ 198 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 4 rows starting from the beginning of the part | ||
| 10072 | 2025.04.22 03:09:17.455943 [ 198 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 36 rows starting from the beginning of the part | ||
| 10073 | 2025.04.22 03:09:17.456112 [ 276 ] {14827a07-97ce-46ac-9192-8f107b71197c} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10074 | 2025.04.22 03:09:17.456411 [ 198 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 4 rows starting from the beginning of the part | ||
| 10075 | 2025.04.22 03:09:17.457275 [ 276 ] {14827a07-97ce-46ac-9192-8f107b71197c} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10076 | 2025.04.22 03:09:17.457712 [ 276 ] {14827a07-97ce-46ac-9192-8f107b71197c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005812 sec., 10323.46868547832 rows/sec., 712.43 KiB/sec. | ||
| 10077 | 2025.04.22 03:09:17.457872 [ 276 ] {14827a07-97ce-46ac-9192-8f107b71197c} <Debug> TCPHandler: Processed in 0.006173775 sec. | ||
| 10078 | 2025.04.22 03:09:17.463539 [ 191 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1383 rows, containing 19 columns (19 merged, 0 gathered) in 0.012020831 sec., 115050.28229745515 rows/sec., 206.16 MiB/sec. | ||
| 10079 | 2025.04.22 03:09:17.465192 [ 193 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 10080 | 2025.04.22 03:09:17.465668 [ 193 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10081 | 2025.04.22 03:09:17.465763 [ 193 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 10082 | 2025.04.22 03:09:17.465940 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.55 MiB. | ||
| 10083 | 2025.04.22 03:09:18.000161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 231.91 MiB, peak 243.39 MiB, free memory in arenas 0.00 B, will set to 233.48 MiB (RSS), difference: 1.58 MiB | ||
| 10084 | 2025.04.22 03:09:18.445322 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1416 | ||
| 10085 | 2025.04.22 03:09:18.448281 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10086 | 2025.04.22 03:09:18.448328 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 10087 | 2025.04.22 03:09:18.449747 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10088 | 2025.04.22 03:09:18.450039 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10089 | 2025.04.22 03:09:18.450600 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1416 | ||
| 10090 | 2025.04.22 03:09:20.832702 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23363 | ||
| 10091 | 2025.04.22 03:09:20.833569 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10092 | 2025.04.22 03:09:20.833624 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 10093 | 2025.04.22 03:09:20.834157 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10094 | 2025.04.22 03:09:20.834425 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10095 | 2025.04.22 03:09:20.834686 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23363 | ||
| 10096 | 2025.04.22 03:09:20.834704 [ 124 ] {} <Debug> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 10097 | 2025.04.22 03:09:20.834810 [ 124 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10098 | 2025.04.22 03:09:20.834853 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 10099 | 2025.04.22 03:09:20.835043 [ 192 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 10100 | 2025.04.22 03:09:20.835267 [ 192 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10101 | 2025.04.22 03:09:20.835340 [ 192 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 21106 rows starting from the beginning of the part | ||
| 10102 | 2025.04.22 03:09:20.835463 [ 192 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 427 rows starting from the beginning of the part | ||
| 10103 | 2025.04.22 03:09:20.835615 [ 192 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 488 rows starting from the beginning of the part | ||
| 10104 | 2025.04.22 03:09:20.835885 [ 192 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 427 rows starting from the beginning of the part | ||
| 10105 | 2025.04.22 03:09:20.836076 [ 192 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 488 rows starting from the beginning of the part | ||
| 10106 | 2025.04.22 03:09:20.836183 [ 192 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 427 rows starting from the beginning of the part | ||
| 10107 | 2025.04.22 03:09:20.838704 [ 193 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23363 rows, containing 4 columns (4 merged, 0 gathered) in 0.00374987 sec., 6230349.318776384 rows/sec., 89.13 MiB/sec. | ||
| 10108 | 2025.04.22 03:09:20.839140 [ 191 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10109 | 2025.04.22 03:09:20.839496 [ 191 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_51_10} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10110 | 2025.04.22 03:09:20.839590 [ 191 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_51_10} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10111 | 2025.04.22 03:09:20.839696 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.71 MiB. | ||
| 10112 | 2025.04.22 03:09:22.417214 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 385 | ||
| 10113 | 2025.04.22 03:09:22.438181 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10114 | 2025.04.22 03:09:22.438236 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 10115 | 2025.04.22 03:09:22.444737 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10116 | 2025.04.22 03:09:22.445198 [ 276 ] {227ab33e-50f2-43b2-b188-e2bf026d2221} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10117 | 2025.04.22 03:09:22.445396 [ 276 ] {227ab33e-50f2-43b2-b188-e2bf026d2221} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10118 | 2025.04.22 03:09:22.447254 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10119 | 2025.04.22 03:09:22.447637 [ 276 ] {227ab33e-50f2-43b2-b188-e2bf026d2221} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10120 | 2025.04.22 03:09:22.447694 [ 276 ] {227ab33e-50f2-43b2-b188-e2bf026d2221} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 10121 | 2025.04.22 03:09:22.449208 [ 276 ] {227ab33e-50f2-43b2-b188-e2bf026d2221} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 10122 | 2025.04.22 03:09:22.449727 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10123 | 2025.04.22 03:09:22.449782 [ 276 ] {227ab33e-50f2-43b2-b188-e2bf026d2221} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10124 | 2025.04.22 03:09:22.450086 [ 121 ] {} <Debug> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 10125 | 2025.04.22 03:09:22.450220 [ 120 ] {} <Debug> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 10126 | 2025.04.22 03:09:22.450312 [ 276 ] {227ab33e-50f2-43b2-b188-e2bf026d2221} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.005159 sec., 41093.23512308587 rows/sec., 2.61 MiB/sec. | ||
| 10127 | 2025.04.22 03:09:22.450345 [ 121 ] {} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10128 | 2025.04.22 03:09:22.450367 [ 120 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10129 | 2025.04.22 03:09:22.450500 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 10130 | 2025.04.22 03:09:22.451087 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 10131 | 2025.04.22 03:09:22.451097 [ 190 ] {221840db-82c7-49e0-9543-fc81844dee87::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 | ||
| 10132 | 2025.04.22 03:09:22.452088 [ 276 ] {227ab33e-50f2-43b2-b188-e2bf026d2221} <Debug> TCPHandler: Processed in 0.006984857 sec. | ||
| 10133 | 2025.04.22 03:09:22.453600 [ 194 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::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 | ||
| 10134 | 2025.04.22 03:09:22.453891 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10135 | 2025.04.22 03:09:22.454252 [ 194 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10136 | 2025.04.22 03:09:22.454450 [ 194 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::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 | ||
| 10137 | 2025.04.22 03:09:22.454965 [ 194 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::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 | ||
| 10138 | 2025.04.22 03:09:22.455414 [ 194 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::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 | ||
| 10139 | 2025.04.22 03:09:22.455958 [ 194 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::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 | ||
| 10140 | 2025.04.22 03:09:22.456640 [ 194 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::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 | ||
| 10141 | 2025.04.22 03:09:22.457807 [ 276 ] {32b8cbd7-8f84-422e-86c9-fbc565ac02c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10142 | 2025.04.22 03:09:22.459742 [ 276 ] {32b8cbd7-8f84-422e-86c9-fbc565ac02c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10143 | 2025.04.22 03:09:22.462376 [ 194 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.010961843 sec., 96699.0678483536 rows/sec., 6.52 MiB/sec. | ||
| 10144 | 2025.04.22 03:09:22.462910 [ 199 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 10145 | 2025.04.22 03:09:22.464475 [ 199 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_25_6} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10146 | 2025.04.22 03:09:22.465040 [ 199 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_25_6} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 10147 | 2025.04.22 03:09:22.465615 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 10148 | 2025.04.22 03:09:22.472286 [ 276 ] {32b8cbd7-8f84-422e-86c9-fbc565ac02c5} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10149 | 2025.04.22 03:09:22.472516 [ 276 ] {32b8cbd7-8f84-422e-86c9-fbc565ac02c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 10150 | 2025.04.22 03:09:22.477661 [ 276 ] {32b8cbd7-8f84-422e-86c9-fbc565ac02c5} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 10151 | 2025.04.22 03:09:22.479871 [ 276 ] {32b8cbd7-8f84-422e-86c9-fbc565ac02c5} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10152 | 2025.04.22 03:09:22.481905 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 385 | ||
| 10153 | 2025.04.22 03:09:22.482218 [ 276 ] {32b8cbd7-8f84-422e-86c9-fbc565ac02c5} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.025519 sec., 313.491907990125 rows/sec., 25.56 KiB/sec. | ||
| 10154 | 2025.04.22 03:09:22.482652 [ 276 ] {32b8cbd7-8f84-422e-86c9-fbc565ac02c5} <Debug> TCPHandler: Processed in 0.029304374 sec. | ||
| 10155 | 2025.04.22 03:09:22.482991 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10156 | 2025.04.22 03:09:22.483248 [ 276 ] {773d150e-93f1-4dd7-a26d-e11406a6ab73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10157 | 2025.04.22 03:09:22.483356 [ 276 ] {773d150e-93f1-4dd7-a26d-e11406a6ab73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10158 | 2025.04.22 03:09:22.484879 [ 190 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10159 | 2025.04.22 03:09:22.486479 [ 276 ] {773d150e-93f1-4dd7-a26d-e11406a6ab73} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10160 | 2025.04.22 03:09:22.486656 [ 276 ] {773d150e-93f1-4dd7-a26d-e11406a6ab73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 10161 | 2025.04.22 03:09:22.488076 [ 276 ] {773d150e-93f1-4dd7-a26d-e11406a6ab73} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10162 | 2025.04.22 03:09:22.488643 [ 276 ] {773d150e-93f1-4dd7-a26d-e11406a6ab73} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10163 | 2025.04.22 03:09:22.489231 [ 276 ] {773d150e-93f1-4dd7-a26d-e11406a6ab73} <Debug> executeQuery: Read 693 rows, 56.52 KiB in 0.006056 sec., 114431.9682959049 rows/sec., 9.11 MiB/sec. | ||
| 10164 | 2025.04.22 03:09:22.489619 [ 276 ] {773d150e-93f1-4dd7-a26d-e11406a6ab73} <Debug> TCPHandler: Processed in 0.00672539 sec. | ||
| 10165 | 2025.04.22 03:09:22.489951 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10166 | 2025.04.22 03:09:22.490314 [ 276 ] {42916fc6-dc4f-4659-b000-a0bc1a35e463} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10167 | 2025.04.22 03:09:22.490456 [ 276 ] {42916fc6-dc4f-4659-b000-a0bc1a35e463} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10168 | 2025.04.22 03:09:22.492563 [ 190 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 347 rows starting from the beginning of the part | ||
| 10169 | 2025.04.22 03:09:22.493732 [ 276 ] {42916fc6-dc4f-4659-b000-a0bc1a35e463} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10170 | 2025.04.22 03:09:22.493801 [ 276 ] {42916fc6-dc4f-4659-b000-a0bc1a35e463} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 10171 | 2025.04.22 03:09:22.494671 [ 276 ] {42916fc6-dc4f-4659-b000-a0bc1a35e463} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 10172 | 2025.04.22 03:09:22.495105 [ 276 ] {42916fc6-dc4f-4659-b000-a0bc1a35e463} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10173 | 2025.04.22 03:09:22.495566 [ 276 ] {42916fc6-dc4f-4659-b000-a0bc1a35e463} <Debug> executeQuery: Read 150 rows, 9.65 KiB in 0.00536 sec., 27985.07462686567 rows/sec., 1.76 MiB/sec. | ||
| 10174 | 2025.04.22 03:09:22.495973 [ 276 ] {42916fc6-dc4f-4659-b000-a0bc1a35e463} <Debug> TCPHandler: Processed in 0.006122364 sec. | ||
| 10175 | 2025.04.22 03:09:22.496457 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10176 | 2025.04.22 03:09:22.496868 [ 276 ] {b9571bde-1638-4968-8ea3-91a6a07ef437} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10177 | 2025.04.22 03:09:22.496957 [ 276 ] {b9571bde-1638-4968-8ea3-91a6a07ef437} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10178 | 2025.04.22 03:09:22.499096 [ 276 ] {b9571bde-1638-4968-8ea3-91a6a07ef437} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10179 | 2025.04.22 03:09:22.499165 [ 276 ] {b9571bde-1638-4968-8ea3-91a6a07ef437} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 10180 | 2025.04.22 03:09:22.500663 [ 276 ] {b9571bde-1638-4968-8ea3-91a6a07ef437} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10181 | 2025.04.22 03:09:22.501211 [ 276 ] {b9571bde-1638-4968-8ea3-91a6a07ef437} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10182 | 2025.04.22 03:09:22.502090 [ 276 ] {b9571bde-1638-4968-8ea3-91a6a07ef437} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.005272 sec., 21433.990895295905 rows/sec., 1.39 MiB/sec. | ||
| 10183 | 2025.04.22 03:09:22.502476 [ 276 ] {b9571bde-1638-4968-8ea3-91a6a07ef437} <Debug> TCPHandler: Processed in 0.006171275 sec. | ||
| 10184 | 2025.04.22 03:09:22.502683 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10185 | 2025.04.22 03:09:22.502906 [ 276 ] {583c50f9-e275-493a-b34b-56a03e6497af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10186 | 2025.04.22 03:09:22.503005 [ 276 ] {583c50f9-e275-493a-b34b-56a03e6497af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10187 | 2025.04.22 03:09:22.506522 [ 276 ] {583c50f9-e275-493a-b34b-56a03e6497af} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10188 | 2025.04.22 03:09:22.506658 [ 276 ] {583c50f9-e275-493a-b34b-56a03e6497af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 10189 | 2025.04.22 03:09:22.508579 [ 276 ] {583c50f9-e275-493a-b34b-56a03e6497af} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 10190 | 2025.04.22 03:09:22.509273 [ 276 ] {583c50f9-e275-493a-b34b-56a03e6497af} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10191 | 2025.04.22 03:09:22.509932 [ 121 ] {} <Debug> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 10192 | 2025.04.22 03:09:22.510164 [ 121 ] {} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10193 | 2025.04.22 03:09:22.510205 [ 276 ] {583c50f9-e275-493a-b34b-56a03e6497af} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.007326 sec., 15288.015288015287 rows/sec., 891.78 KiB/sec. | ||
| 10194 | 2025.04.22 03:09:22.510336 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 10195 | 2025.04.22 03:09:22.510644 [ 276 ] {583c50f9-e275-493a-b34b-56a03e6497af} <Debug> TCPHandler: Processed in 0.008039185 sec. | ||
| 10196 | 2025.04.22 03:09:22.511026 [ 200 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::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 | ||
| 10197 | 2025.04.22 03:09:22.511493 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10198 | 2025.04.22 03:09:22.511536 [ 200 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10199 | 2025.04.22 03:09:22.511671 [ 200 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::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 | ||
| 10200 | 2025.04.22 03:09:22.512033 [ 200 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::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 | ||
| 10201 | 2025.04.22 03:09:22.512462 [ 200 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::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 | ||
| 10202 | 2025.04.22 03:09:22.512994 [ 200 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::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 | ||
| 10203 | 2025.04.22 03:09:22.513427 [ 200 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::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 | ||
| 10204 | 2025.04.22 03:09:22.514876 [ 276 ] {04e3f78e-9ce7-40f8-94fb-f69c8ce9df18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10205 | 2025.04.22 03:09:22.515192 [ 276 ] {04e3f78e-9ce7-40f8-94fb-f69c8ce9df18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10206 | 2025.04.22 03:09:22.519443 [ 200 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.008744154 sec., 64042.78790149395 rows/sec., 3.89 MiB/sec. | ||
| 10207 | 2025.04.22 03:09:22.519732 [ 200 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 10208 | 2025.04.22 03:09:22.520604 [ 200 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_25_6} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10209 | 2025.04.22 03:09:22.520889 [ 200 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_25_6} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 10210 | 2025.04.22 03:09:22.521127 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 10211 | 2025.04.22 03:09:22.521217 [ 276 ] {04e3f78e-9ce7-40f8-94fb-f69c8ce9df18} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10212 | 2025.04.22 03:09:22.521309 [ 276 ] {04e3f78e-9ce7-40f8-94fb-f69c8ce9df18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 10213 | 2025.04.22 03:09:22.522329 [ 190 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 8 rows starting from the beginning of the part | ||
| 10214 | 2025.04.22 03:09:22.522635 [ 276 ] {04e3f78e-9ce7-40f8-94fb-f69c8ce9df18} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10215 | 2025.04.22 03:09:22.523170 [ 276 ] {04e3f78e-9ce7-40f8-94fb-f69c8ce9df18} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10216 | 2025.04.22 03:09:22.523661 [ 276 ] {04e3f78e-9ce7-40f8-94fb-f69c8ce9df18} <Debug> executeQuery: Read 426 rows, 31.12 KiB in 0.011439 sec., 37241.017571466036 rows/sec., 2.66 MiB/sec. | ||
| 10217 | 2025.04.22 03:09:22.523815 [ 276 ] {04e3f78e-9ce7-40f8-94fb-f69c8ce9df18} <Debug> TCPHandler: Processed in 0.01270625 sec. | ||
| 10218 | 2025.04.22 03:09:22.523994 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10219 | 2025.04.22 03:09:22.524178 [ 276 ] {b7c657cb-bc8c-46b5-850c-6072c5975e90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10220 | 2025.04.22 03:09:22.524266 [ 276 ] {b7c657cb-bc8c-46b5-850c-6072c5975e90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10221 | 2025.04.22 03:09:22.525475 [ 276 ] {b7c657cb-bc8c-46b5-850c-6072c5975e90} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10222 | 2025.04.22 03:09:22.525533 [ 276 ] {b7c657cb-bc8c-46b5-850c-6072c5975e90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 10223 | 2025.04.22 03:09:22.526422 [ 276 ] {b7c657cb-bc8c-46b5-850c-6072c5975e90} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 10224 | 2025.04.22 03:09:22.527007 [ 276 ] {b7c657cb-bc8c-46b5-850c-6072c5975e90} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10225 | 2025.04.22 03:09:22.527863 [ 276 ] {b7c657cb-bc8c-46b5-850c-6072c5975e90} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003557 sec., 1686.814731515322 rows/sec., 88.13 KiB/sec. | ||
| 10226 | 2025.04.22 03:09:22.528772 [ 276 ] {b7c657cb-bc8c-46b5-850c-6072c5975e90} <Debug> TCPHandler: Processed in 0.004850109 sec. | ||
| 10227 | 2025.04.22 03:09:22.528980 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10228 | 2025.04.22 03:09:22.529208 [ 276 ] {3c493c01-a1fe-4c16-9d14-8a26f0e7c741} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10229 | 2025.04.22 03:09:22.529337 [ 276 ] {3c493c01-a1fe-4c16-9d14-8a26f0e7c741} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10230 | 2025.04.22 03:09:22.531420 [ 276 ] {3c493c01-a1fe-4c16-9d14-8a26f0e7c741} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10231 | 2025.04.22 03:09:22.531491 [ 276 ] {3c493c01-a1fe-4c16-9d14-8a26f0e7c741} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 10232 | 2025.04.22 03:09:22.532989 [ 276 ] {3c493c01-a1fe-4c16-9d14-8a26f0e7c741} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10233 | 2025.04.22 03:09:22.534191 [ 276 ] {3c493c01-a1fe-4c16-9d14-8a26f0e7c741} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10234 | 2025.04.22 03:09:22.535047 [ 276 ] {3c493c01-a1fe-4c16-9d14-8a26f0e7c741} <Debug> executeQuery: Read 241 rows, 16.55 KiB in 0.005798 sec., 41566.05726112452 rows/sec., 2.79 MiB/sec. | ||
| 10235 | 2025.04.22 03:09:22.535412 [ 276 ] {3c493c01-a1fe-4c16-9d14-8a26f0e7c741} <Debug> TCPHandler: Processed in 0.006505654 sec. | ||
| 10236 | 2025.04.22 03:09:22.535888 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10237 | 2025.04.22 03:09:22.536409 [ 276 ] {3b93c71f-041e-48b0-b034-f2454ee5f87b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10238 | 2025.04.22 03:09:22.536722 [ 276 ] {3b93c71f-041e-48b0-b034-f2454ee5f87b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10239 | 2025.04.22 03:09:22.540600 [ 276 ] {3b93c71f-041e-48b0-b034-f2454ee5f87b} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10240 | 2025.04.22 03:09:22.540692 [ 276 ] {3b93c71f-041e-48b0-b034-f2454ee5f87b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 10241 | 2025.04.22 03:09:22.542476 [ 276 ] {3b93c71f-041e-48b0-b034-f2454ee5f87b} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 10242 | 2025.04.22 03:09:22.543083 [ 276 ] {3b93c71f-041e-48b0-b034-f2454ee5f87b} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10243 | 2025.04.22 03:09:22.543504 [ 121 ] {} <Debug> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
| 10244 | 2025.04.22 03:09:22.543680 [ 121 ] {} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10245 | 2025.04.22 03:09:22.543755 [ 276 ] {3b93c71f-041e-48b0-b034-f2454ee5f87b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.007545 sec., 132.5381047051027 rows/sec., 8.93 KiB/sec. | ||
| 10246 | 2025.04.22 03:09:22.543805 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 10247 | 2025.04.22 03:09:22.544108 [ 276 ] {3b93c71f-041e-48b0-b034-f2454ee5f87b} <Debug> TCPHandler: Processed in 0.008395884 sec. | ||
| 10248 | 2025.04.22 03:09:22.544524 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10249 | 2025.04.22 03:09:22.544733 [ 189 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full | ||
| 10250 | 2025.04.22 03:09:22.544919 [ 276 ] {1f020471-8757-4265-acfb-d215e1c261a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10251 | 2025.04.22 03:09:22.545388 [ 276 ] {1f020471-8757-4265-acfb-d215e1c261a0} <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 | ||
| 10252 | 2025.04.22 03:09:22.545520 [ 189 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10253 | 2025.04.22 03:09:22.545729 [ 189 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 20 rows starting from the beginning of the part | ||
| 10254 | 2025.04.22 03:09:22.547290 [ 190 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 7 rows starting from the beginning of the part | ||
| 10255 | 2025.04.22 03:09:22.548410 [ 189 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part | ||
| 10256 | 2025.04.22 03:09:22.548922 [ 189 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part | ||
| 10257 | 2025.04.22 03:09:22.549661 [ 189 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part | ||
| 10258 | 2025.04.22 03:09:22.550393 [ 189 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part | ||
| 10259 | 2025.04.22 03:09:22.550805 [ 189 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part | ||
| 10260 | 2025.04.22 03:09:22.554681 [ 276 ] {1f020471-8757-4265-acfb-d215e1c261a0} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10261 | 2025.04.22 03:09:22.554787 [ 276 ] {1f020471-8757-4265-acfb-d215e1c261a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 10262 | 2025.04.22 03:09:22.557875 [ 188 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25 rows, containing 4 columns (4 merged, 0 gathered) in 0.013729447 sec., 1820.9036387263084 rows/sec., 122.70 KiB/sec. | ||
| 10263 | 2025.04.22 03:09:22.558155 [ 188 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
| 10264 | 2025.04.22 03:09:22.559024 [ 188 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_25_5} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10265 | 2025.04.22 03:09:22.559291 [ 188 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_25_5} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
| 10266 | 2025.04.22 03:09:22.559554 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 10267 | 2025.04.22 03:09:22.559739 [ 276 ] {1f020471-8757-4265-acfb-d215e1c261a0} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 10268 | 2025.04.22 03:09:22.560611 [ 276 ] {1f020471-8757-4265-acfb-d215e1c261a0} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10269 | 2025.04.22 03:09:22.561261 [ 276 ] {1f020471-8757-4265-acfb-d215e1c261a0} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.016496 sec., 2182.3472356935013 rows/sec., 3.91 MiB/sec. | ||
| 10270 | 2025.04.22 03:09:22.561823 [ 276 ] {1f020471-8757-4265-acfb-d215e1c261a0} <Debug> TCPHandler: Processed in 0.017446567 sec. | ||
| 10271 | 2025.04.22 03:09:22.562116 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10272 | 2025.04.22 03:09:22.562353 [ 276 ] {34d17bb9-c2d3-4b2c-a021-cf427845e150} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10273 | 2025.04.22 03:09:22.562481 [ 276 ] {34d17bb9-c2d3-4b2c-a021-cf427845e150} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10274 | 2025.04.22 03:09:22.564762 [ 276 ] {34d17bb9-c2d3-4b2c-a021-cf427845e150} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10275 | 2025.04.22 03:09:22.565145 [ 276 ] {34d17bb9-c2d3-4b2c-a021-cf427845e150} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 10276 | 2025.04.22 03:09:22.567020 [ 276 ] {34d17bb9-c2d3-4b2c-a021-cf427845e150} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10277 | 2025.04.22 03:09:22.567882 [ 276 ] {34d17bb9-c2d3-4b2c-a021-cf427845e150} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10278 | 2025.04.22 03:09:22.568758 [ 276 ] {34d17bb9-c2d3-4b2c-a021-cf427845e150} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006301 sec., 13013.807332169497 rows/sec., 846.37 KiB/sec. | ||
| 10279 | 2025.04.22 03:09:22.569240 [ 276 ] {34d17bb9-c2d3-4b2c-a021-cf427845e150} <Debug> TCPHandler: Processed in 0.007212033 sec. | ||
| 10280 | 2025.04.22 03:09:22.571990 [ 190 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 8 rows starting from the beginning of the part | ||
| 10281 | 2025.04.22 03:09:22.578072 [ 190 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 7 rows starting from the beginning of the part | ||
| 10282 | 2025.04.22 03:09:22.582745 [ 190 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 8 rows starting from the beginning of the part | ||
| 10283 | 2025.04.22 03:09:22.642814 [ 188 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 679 columns (679 merged, 0 gathered) in 0.192110618 sec., 2004.0537270043033 rows/sec., 10.36 MiB/sec. | ||
| 10284 | 2025.04.22 03:09:22.646096 [ 188 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10285 | 2025.04.22 03:09:22.649295 [ 188 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_51_10} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10286 | 2025.04.22 03:09:22.649393 [ 188 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_51_10} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10287 | 2025.04.22 03:09:22.651687 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 10288 | 2025.04.22 03:09:27.436572 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10289 | 2025.04.22 03:09:27.436794 [ 276 ] {71183128-1f0b-492d-aed8-851d46a3f3f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10290 | 2025.04.22 03:09:27.436871 [ 276 ] {71183128-1f0b-492d-aed8-851d46a3f3f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10291 | 2025.04.22 03:09:27.437673 [ 276 ] {71183128-1f0b-492d-aed8-851d46a3f3f3} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10292 | 2025.04.22 03:09:27.437714 [ 276 ] {71183128-1f0b-492d-aed8-851d46a3f3f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 10293 | 2025.04.22 03:09:27.438151 [ 276 ] {71183128-1f0b-492d-aed8-851d46a3f3f3} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10294 | 2025.04.22 03:09:27.438412 [ 276 ] {71183128-1f0b-492d-aed8-851d46a3f3f3} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10295 | 2025.04.22 03:09:27.438608 [ 276 ] {71183128-1f0b-492d-aed8-851d46a3f3f3} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.001873 sec., 34169.78109983983 rows/sec., 2.71 MiB/sec. | ||
| 10296 | 2025.04.22 03:09:27.438667 [ 276 ] {71183128-1f0b-492d-aed8-851d46a3f3f3} <Debug> TCPHandler: Processed in 0.00223262 sec. | ||
| 10297 | 2025.04.22 03:09:27.439251 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10298 | 2025.04.22 03:09:27.439357 [ 276 ] {a5523003-a608-4414-b5ec-0d6403dfe12f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10299 | 2025.04.22 03:09:27.439403 [ 276 ] {a5523003-a608-4414-b5ec-0d6403dfe12f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10300 | 2025.04.22 03:09:27.439918 [ 276 ] {a5523003-a608-4414-b5ec-0d6403dfe12f} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10301 | 2025.04.22 03:09:27.439955 [ 276 ] {a5523003-a608-4414-b5ec-0d6403dfe12f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 10302 | 2025.04.22 03:09:27.440311 [ 276 ] {a5523003-a608-4414-b5ec-0d6403dfe12f} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 10303 | 2025.04.22 03:09:27.440581 [ 276 ] {a5523003-a608-4414-b5ec-0d6403dfe12f} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10304 | 2025.04.22 03:09:27.440747 [ 276 ] {a5523003-a608-4414-b5ec-0d6403dfe12f} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001414 sec., 2828.854314002829 rows/sec., 212.72 KiB/sec. | ||
| 10305 | 2025.04.22 03:09:27.440797 [ 276 ] {a5523003-a608-4414-b5ec-0d6403dfe12f} <Debug> TCPHandler: Processed in 0.001599143 sec. | ||
| 10306 | 2025.04.22 03:09:27.440920 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10307 | 2025.04.22 03:09:27.441024 [ 276 ] {fc22fe35-1556-4d82-ade2-23093cfca0a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10308 | 2025.04.22 03:09:27.441070 [ 276 ] {fc22fe35-1556-4d82-ade2-23093cfca0a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10309 | 2025.04.22 03:09:27.441616 [ 276 ] {fc22fe35-1556-4d82-ade2-23093cfca0a8} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10310 | 2025.04.22 03:09:27.441654 [ 276 ] {fc22fe35-1556-4d82-ade2-23093cfca0a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 10311 | 2025.04.22 03:09:27.442007 [ 276 ] {fc22fe35-1556-4d82-ade2-23093cfca0a8} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10312 | 2025.04.22 03:09:27.442247 [ 276 ] {fc22fe35-1556-4d82-ade2-23093cfca0a8} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10313 | 2025.04.22 03:09:27.442418 [ 276 ] {fc22fe35-1556-4d82-ade2-23093cfca0a8} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001415 sec., 48056.5371024735 rows/sec., 3.75 MiB/sec. | ||
| 10314 | 2025.04.22 03:09:27.442468 [ 276 ] {fc22fe35-1556-4d82-ade2-23093cfca0a8} <Debug> TCPHandler: Processed in 0.001600642 sec. | ||
| 10315 | 2025.04.22 03:09:27.442590 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10316 | 2025.04.22 03:09:27.442695 [ 276 ] {6f37ac02-95a3-410b-af4e-4a6af2021eb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10317 | 2025.04.22 03:09:27.442743 [ 276 ] {6f37ac02-95a3-410b-af4e-4a6af2021eb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10318 | 2025.04.22 03:09:27.443253 [ 276 ] {6f37ac02-95a3-410b-af4e-4a6af2021eb8} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10319 | 2025.04.22 03:09:27.443289 [ 276 ] {6f37ac02-95a3-410b-af4e-4a6af2021eb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 10320 | 2025.04.22 03:09:27.443662 [ 276 ] {6f37ac02-95a3-410b-af4e-4a6af2021eb8} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10321 | 2025.04.22 03:09:27.443895 [ 276 ] {6f37ac02-95a3-410b-af4e-4a6af2021eb8} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10322 | 2025.04.22 03:09:27.444097 [ 276 ] {6f37ac02-95a3-410b-af4e-4a6af2021eb8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001416 sec., 112994.35028248587 rows/sec., 7.87 MiB/sec. | ||
| 10323 | 2025.04.22 03:09:27.444100 [ 114 ] {} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Selected 6 parts from all_1_80_16 to all_85_85_0 | ||
| 10324 | 2025.04.22 03:09:27.444164 [ 276 ] {6f37ac02-95a3-410b-af4e-4a6af2021eb8} <Debug> TCPHandler: Processed in 0.001623894 sec. | ||
| 10325 | 2025.04.22 03:09:27.444187 [ 114 ] {} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10326 | 2025.04.22 03:09:27.444254 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 10327 | 2025.04.22 03:09:27.444344 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10328 | 2025.04.22 03:09:27.444515 [ 186 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_85_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_80_16 to all_85_85_0 into Compact with storage Full | ||
| 10329 | 2025.04.22 03:09:27.444648 [ 276 ] {d321a0e6-c289-44dc-9053-9feb5076db92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10330 | 2025.04.22 03:09:27.445064 [ 186 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_85_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10331 | 2025.04.22 03:09:27.445128 [ 276 ] {d321a0e6-c289-44dc-9053-9feb5076db92} <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 | ||
| 10332 | 2025.04.22 03:09:27.445204 [ 186 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_80_16, total 24164 rows starting from the beginning of the part | ||
| 10333 | 2025.04.22 03:09:27.445748 [ 186 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 52 rows starting from the beginning of the part | ||
| 10334 | 2025.04.22 03:09:27.446167 [ 186 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 237 rows starting from the beginning of the part | ||
| 10335 | 2025.04.22 03:09:27.446618 [ 186 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 160 rows starting from the beginning of the part | ||
| 10336 | 2025.04.22 03:09:27.447024 [ 186 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 241 rows starting from the beginning of the part | ||
| 10337 | 2025.04.22 03:09:27.447413 [ 186 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 160 rows starting from the beginning of the part | ||
| 10338 | 2025.04.22 03:09:27.450868 [ 276 ] {d321a0e6-c289-44dc-9053-9feb5076db92} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10339 | 2025.04.22 03:09:27.450952 [ 276 ] {d321a0e6-c289-44dc-9053-9feb5076db92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 10340 | 2025.04.22 03:09:27.452867 [ 276 ] {d321a0e6-c289-44dc-9053-9feb5076db92} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 10341 | 2025.04.22 03:09:27.453452 [ 276 ] {d321a0e6-c289-44dc-9053-9feb5076db92} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10342 | 2025.04.22 03:09:27.453926 [ 276 ] {d321a0e6-c289-44dc-9053-9feb5076db92} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.009363 sec., 427.21349994659835 rows/sec., 783.92 KiB/sec. | ||
| 10343 | 2025.04.22 03:09:27.454605 [ 276 ] {d321a0e6-c289-44dc-9053-9feb5076db92} <Debug> TCPHandler: Processed in 0.010330396 sec. | ||
| 10344 | 2025.04.22 03:09:27.454934 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10345 | 2025.04.22 03:09:27.455062 [ 276 ] {8c48f580-fdd3-48cc-91e8-dc44cee26a23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10346 | 2025.04.22 03:09:27.455133 [ 276 ] {8c48f580-fdd3-48cc-91e8-dc44cee26a23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10347 | 2025.04.22 03:09:27.455877 [ 276 ] {8c48f580-fdd3-48cc-91e8-dc44cee26a23} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10348 | 2025.04.22 03:09:27.455918 [ 276 ] {8c48f580-fdd3-48cc-91e8-dc44cee26a23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 10349 | 2025.04.22 03:09:27.456439 [ 276 ] {8c48f580-fdd3-48cc-91e8-dc44cee26a23} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10350 | 2025.04.22 03:09:27.456845 [ 276 ] {8c48f580-fdd3-48cc-91e8-dc44cee26a23} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10351 | 2025.04.22 03:09:27.457265 [ 276 ] {8c48f580-fdd3-48cc-91e8-dc44cee26a23} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002225 sec., 26966.29213483146 rows/sec., 1.82 MiB/sec. | ||
| 10352 | 2025.04.22 03:09:27.457352 [ 276 ] {8c48f580-fdd3-48cc-91e8-dc44cee26a23} <Debug> TCPHandler: Processed in 0.002514568 sec. | ||
| 10353 | 2025.04.22 03:09:27.457876 [ 186 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_85_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25014 rows, containing 5 columns (5 merged, 0 gathered) in 0.013537762 sec., 1847720.47255669 rows/sec., 125.08 MiB/sec. | ||
| 10354 | 2025.04.22 03:09:27.458317 [ 195 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_85_17} <Trace> MergedBlockOutputStream: filled checksums all_1_85_17 (state Temporary) | ||
| 10355 | 2025.04.22 03:09:27.458681 [ 195 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_85_17} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_merge_all_1_85_17 to all_1_85_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10356 | 2025.04.22 03:09:27.458775 [ 195 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_85_17} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Merged 6 parts: [all_1_80_16, all_85_85_0] -> all_1_85_17 | ||
| 10357 | 2025.04.22 03:09:27.458874 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
| 10358 | 2025.04.22 03:09:28.180067 [ 114 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10359 | 2025.04.22 03:09:28.180123 [ 114 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10360 | 2025.04.22 03:09:28.334808 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23851 | ||
| 10361 | 2025.04.22 03:09:28.335566 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10362 | 2025.04.22 03:09:28.335624 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 10363 | 2025.04.22 03:09:28.336201 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10364 | 2025.04.22 03:09:28.336481 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10365 | 2025.04.22 03:09:28.336710 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851 | ||
| 10366 | 2025.04.22 03:09:28.450795 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1452 | ||
| 10367 | 2025.04.22 03:09:28.454124 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10368 | 2025.04.22 03:09:28.454177 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 10369 | 2025.04.22 03:09:28.455702 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10370 | 2025.04.22 03:09:28.456020 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10371 | 2025.04.22 03:09:28.456666 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1452 | ||
| 10372 | 2025.04.22 03:09:29.982006 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 392 | ||
| 10373 | 2025.04.22 03:09:30.001015 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10374 | 2025.04.22 03:09:30.001072 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 10375 | 2025.04.22 03:09:30.007917 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10376 | 2025.04.22 03:09:30.008722 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10377 | 2025.04.22 03:09:30.011372 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392 | ||
| 10378 | 2025.04.22 03:09:32.443703 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10379 | 2025.04.22 03:09:32.443916 [ 276 ] {729adff3-b6d6-4bfb-8991-4882ac538e02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10380 | 2025.04.22 03:09:32.444000 [ 276 ] {729adff3-b6d6-4bfb-8991-4882ac538e02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10381 | 2025.04.22 03:09:32.444841 [ 276 ] {729adff3-b6d6-4bfb-8991-4882ac538e02} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10382 | 2025.04.22 03:09:32.444891 [ 276 ] {729adff3-b6d6-4bfb-8991-4882ac538e02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 10383 | 2025.04.22 03:09:32.445339 [ 276 ] {729adff3-b6d6-4bfb-8991-4882ac538e02} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 10384 | 2025.04.22 03:09:32.445588 [ 276 ] {729adff3-b6d6-4bfb-8991-4882ac538e02} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10385 | 2025.04.22 03:09:32.445795 [ 276 ] {729adff3-b6d6-4bfb-8991-4882ac538e02} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001936 sec., 109504.13223140496 rows/sec., 6.96 MiB/sec. | ||
| 10386 | 2025.04.22 03:09:32.445852 [ 276 ] {729adff3-b6d6-4bfb-8991-4882ac538e02} <Debug> TCPHandler: Processed in 0.002291961 sec. | ||
| 10387 | 2025.04.22 03:09:32.445975 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10388 | 2025.04.22 03:09:32.446082 [ 276 ] {738473eb-7edd-4593-9876-d0ceb5e809e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10389 | 2025.04.22 03:09:32.446128 [ 276 ] {738473eb-7edd-4593-9876-d0ceb5e809e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10390 | 2025.04.22 03:09:32.447047 [ 276 ] {738473eb-7edd-4593-9876-d0ceb5e809e5} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10391 | 2025.04.22 03:09:32.447088 [ 276 ] {738473eb-7edd-4593-9876-d0ceb5e809e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 10392 | 2025.04.22 03:09:32.447494 [ 276 ] {738473eb-7edd-4593-9876-d0ceb5e809e5} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10393 | 2025.04.22 03:09:32.447731 [ 276 ] {738473eb-7edd-4593-9876-d0ceb5e809e5} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10394 | 2025.04.22 03:09:32.447945 [ 276 ] {738473eb-7edd-4593-9876-d0ceb5e809e5} <Debug> executeQuery: Read 689 rows, 56.23 KiB in 0.001879 sec., 366684.40659925493 rows/sec., 29.22 MiB/sec. | ||
| 10395 | 2025.04.22 03:09:32.447949 [ 109 ] {} <Debug> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 10396 | 2025.04.22 03:09:32.448019 [ 276 ] {738473eb-7edd-4593-9876-d0ceb5e809e5} <Debug> TCPHandler: Processed in 0.002093416 sec. | ||
| 10397 | 2025.04.22 03:09:32.448046 [ 109 ] {} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10398 | 2025.04.22 03:09:32.448104 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 10399 | 2025.04.22 03:09:32.448208 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10400 | 2025.04.22 03:09:32.448340 [ 201 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 10401 | 2025.04.22 03:09:32.448560 [ 276 ] {f8393d17-0bb8-4730-b1cb-9e7f4ab50198} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10402 | 2025.04.22 03:09:32.448801 [ 276 ] {f8393d17-0bb8-4730-b1cb-9e7f4ab50198} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10403 | 2025.04.22 03:09:32.448895 [ 201 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10404 | 2025.04.22 03:09:32.449030 [ 201 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1847 rows starting from the beginning of the part | ||
| 10405 | 2025.04.22 03:09:32.449573 [ 201 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 689 rows starting from the beginning of the part | ||
| 10406 | 2025.04.22 03:09:32.450135 [ 201 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 64 rows starting from the beginning of the part | ||
| 10407 | 2025.04.22 03:09:32.450767 [ 201 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 693 rows starting from the beginning of the part | ||
| 10408 | 2025.04.22 03:09:32.451430 [ 201 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 64 rows starting from the beginning of the part | ||
| 10409 | 2025.04.22 03:09:32.451780 [ 201 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 689 rows starting from the beginning of the part | ||
| 10410 | 2025.04.22 03:09:32.452841 [ 276 ] {f8393d17-0bb8-4730-b1cb-9e7f4ab50198} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10411 | 2025.04.22 03:09:32.452920 [ 276 ] {f8393d17-0bb8-4730-b1cb-9e7f4ab50198} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 10412 | 2025.04.22 03:09:32.453797 [ 276 ] {f8393d17-0bb8-4730-b1cb-9e7f4ab50198} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 10413 | 2025.04.22 03:09:32.454352 [ 276 ] {f8393d17-0bb8-4730-b1cb-9e7f4ab50198} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10414 | 2025.04.22 03:09:32.454626 [ 276 ] {f8393d17-0bb8-4730-b1cb-9e7f4ab50198} <Debug> executeQuery: Read 142 rows, 9.09 KiB in 0.006247 sec., 22730.910837201856 rows/sec., 1.42 MiB/sec. | ||
| 10415 | 2025.04.22 03:09:32.454699 [ 276 ] {f8393d17-0bb8-4730-b1cb-9e7f4ab50198} <Debug> TCPHandler: Processed in 0.006584536 sec. | ||
| 10416 | 2025.04.22 03:09:32.454842 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10417 | 2025.04.22 03:09:32.455032 [ 276 ] {ccb03927-8240-41bb-b420-159a717c28b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10418 | 2025.04.22 03:09:32.455138 [ 276 ] {ccb03927-8240-41bb-b420-159a717c28b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10419 | 2025.04.22 03:09:32.455586 [ 186 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4046 rows, containing 5 columns (5 merged, 0 gathered) in 0.007396708 sec., 547000.0978813819 rows/sec., 46.14 MiB/sec. | ||
| 10420 | 2025.04.22 03:09:32.455950 [ 186 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10421 | 2025.04.22 03:09:32.456438 [ 276 ] {ccb03927-8240-41bb-b420-159a717c28b0} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10422 | 2025.04.22 03:09:32.456496 [ 276 ] {ccb03927-8240-41bb-b420-159a717c28b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 10423 | 2025.04.22 03:09:32.456569 [ 186 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_86_17} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10424 | 2025.04.22 03:09:32.456777 [ 186 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_86_17} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10425 | 2025.04.22 03:09:32.456959 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. | ||
| 10426 | 2025.04.22 03:09:32.457137 [ 276 ] {ccb03927-8240-41bb-b420-159a717c28b0} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10427 | 2025.04.22 03:09:32.457383 [ 276 ] {ccb03927-8240-41bb-b420-159a717c28b0} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10428 | 2025.04.22 03:09:32.457590 [ 276 ] {ccb03927-8240-41bb-b420-159a717c28b0} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00266 sec., 42481.203007518794 rows/sec., 2.75 MiB/sec. | ||
| 10429 | 2025.04.22 03:09:32.457643 [ 276 ] {ccb03927-8240-41bb-b420-159a717c28b0} <Debug> TCPHandler: Processed in 0.002852686 sec. | ||
| 10430 | 2025.04.22 03:09:32.457765 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10431 | 2025.04.22 03:09:32.457870 [ 276 ] {367f207b-f35d-406d-b7a8-7c7a80b101b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10432 | 2025.04.22 03:09:32.457915 [ 276 ] {367f207b-f35d-406d-b7a8-7c7a80b101b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10433 | 2025.04.22 03:09:32.458454 [ 276 ] {367f207b-f35d-406d-b7a8-7c7a80b101b1} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10434 | 2025.04.22 03:09:32.458494 [ 276 ] {367f207b-f35d-406d-b7a8-7c7a80b101b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 10435 | 2025.04.22 03:09:32.458849 [ 276 ] {367f207b-f35d-406d-b7a8-7c7a80b101b1} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 10436 | 2025.04.22 03:09:32.459096 [ 276 ] {367f207b-f35d-406d-b7a8-7c7a80b101b1} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10437 | 2025.04.22 03:09:32.459283 [ 276 ] {367f207b-f35d-406d-b7a8-7c7a80b101b1} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001434 sec., 78103.20781032079 rows/sec., 4.45 MiB/sec. | ||
| 10438 | 2025.04.22 03:09:32.459332 [ 276 ] {367f207b-f35d-406d-b7a8-7c7a80b101b1} <Debug> TCPHandler: Processed in 0.001620074 sec. | ||
| 10439 | 2025.04.22 03:09:32.459454 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10440 | 2025.04.22 03:09:32.459558 [ 276 ] {6afd87fc-e6ef-4af7-94fe-6f02b05b1221} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10441 | 2025.04.22 03:09:32.459604 [ 276 ] {6afd87fc-e6ef-4af7-94fe-6f02b05b1221} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10442 | 2025.04.22 03:09:32.460315 [ 276 ] {6afd87fc-e6ef-4af7-94fe-6f02b05b1221} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10443 | 2025.04.22 03:09:32.460355 [ 276 ] {6afd87fc-e6ef-4af7-94fe-6f02b05b1221} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 10444 | 2025.04.22 03:09:32.460744 [ 276 ] {6afd87fc-e6ef-4af7-94fe-6f02b05b1221} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10445 | 2025.04.22 03:09:32.460984 [ 276 ] {6afd87fc-e6ef-4af7-94fe-6f02b05b1221} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10446 | 2025.04.22 03:09:32.461185 [ 276 ] {6afd87fc-e6ef-4af7-94fe-6f02b05b1221} <Debug> executeQuery: Read 418 rows, 30.47 KiB in 0.00164 sec., 254878.04878048782 rows/sec., 18.14 MiB/sec. | ||
| 10447 | 2025.04.22 03:09:32.461179 [ 108 ] {} <Debug> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 10448 | 2025.04.22 03:09:32.461253 [ 276 ] {6afd87fc-e6ef-4af7-94fe-6f02b05b1221} <Debug> TCPHandler: Processed in 0.00184861 sec. | ||
| 10449 | 2025.04.22 03:09:32.461282 [ 108 ] {} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10450 | 2025.04.22 03:09:32.461337 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 10451 | 2025.04.22 03:09:32.461425 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10452 | 2025.04.22 03:09:32.461514 [ 201 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 10453 | 2025.04.22 03:09:32.461632 [ 276 ] {cb46bf63-3bfd-40a4-a9f0-116195ecbb44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10454 | 2025.04.22 03:09:32.461781 [ 276 ] {cb46bf63-3bfd-40a4-a9f0-116195ecbb44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10455 | 2025.04.22 03:09:32.461795 [ 201 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10456 | 2025.04.22 03:09:32.461885 [ 201 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 916 rows starting from the beginning of the part | ||
| 10457 | 2025.04.22 03:09:32.462224 [ 201 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 418 rows starting from the beginning of the part | ||
| 10458 | 2025.04.22 03:09:32.462598 [ 201 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 68 rows starting from the beginning of the part | ||
| 10459 | 2025.04.22 03:09:32.462935 [ 201 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 426 rows starting from the beginning of the part | ||
| 10460 | 2025.04.22 03:09:32.463066 [ 201 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 68 rows starting from the beginning of the part | ||
| 10461 | 2025.04.22 03:09:32.463504 [ 201 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 418 rows starting from the beginning of the part | ||
| 10462 | 2025.04.22 03:09:32.464209 [ 276 ] {cb46bf63-3bfd-40a4-a9f0-116195ecbb44} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10463 | 2025.04.22 03:09:32.464274 [ 276 ] {cb46bf63-3bfd-40a4-a9f0-116195ecbb44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 10464 | 2025.04.22 03:09:32.465203 [ 276 ] {cb46bf63-3bfd-40a4-a9f0-116195ecbb44} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 10465 | 2025.04.22 03:09:32.465752 [ 276 ] {cb46bf63-3bfd-40a4-a9f0-116195ecbb44} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10466 | 2025.04.22 03:09:32.466015 [ 108 ] {} <Debug> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 10467 | 2025.04.22 03:09:32.466105 [ 108 ] {} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10468 | 2025.04.22 03:09:32.466133 [ 276 ] {cb46bf63-3bfd-40a4-a9f0-116195ecbb44} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004555 sec., 1317.2338090010976 rows/sec., 68.82 KiB/sec. | ||
| 10469 | 2025.04.22 03:09:32.466150 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 10470 | 2025.04.22 03:09:32.466458 [ 276 ] {cb46bf63-3bfd-40a4-a9f0-116195ecbb44} <Debug> TCPHandler: Processed in 0.005103697 sec. | ||
| 10471 | 2025.04.22 03:09:32.466862 [ 198 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::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 | ||
| 10472 | 2025.04.22 03:09:32.466935 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10473 | 2025.04.22 03:09:32.467462 [ 276 ] {84c01028-0bc8-4ea1-a759-d9fbd8b523e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10474 | 2025.04.22 03:09:32.467638 [ 198 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10475 | 2025.04.22 03:09:32.467751 [ 276 ] {84c01028-0bc8-4ea1-a759-d9fbd8b523e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10476 | 2025.04.22 03:09:32.467789 [ 198 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::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 | ||
| 10477 | 2025.04.22 03:09:32.468043 [ 191 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2314 rows, containing 5 columns (5 merged, 0 gathered) in 0.006594457 sec., 350900.7640811063 rows/sec., 26.67 MiB/sec. | ||
| 10478 | 2025.04.22 03:09:32.468174 [ 198 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::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 | ||
| 10479 | 2025.04.22 03:09:32.468513 [ 191 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10480 | 2025.04.22 03:09:32.468581 [ 198 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::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 | ||
| 10481 | 2025.04.22 03:09:32.469038 [ 198 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::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 | ||
| 10482 | 2025.04.22 03:09:32.469494 [ 198 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::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 | ||
| 10483 | 2025.04.22 03:09:32.469906 [ 198 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::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 | ||
| 10484 | 2025.04.22 03:09:32.470059 [ 191 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_86_17} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10485 | 2025.04.22 03:09:32.470485 [ 191 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_86_17} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10486 | 2025.04.22 03:09:32.470767 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 10487 | 2025.04.22 03:09:32.471503 [ 276 ] {84c01028-0bc8-4ea1-a759-d9fbd8b523e4} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10488 | 2025.04.22 03:09:32.471583 [ 276 ] {84c01028-0bc8-4ea1-a759-d9fbd8b523e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 10489 | 2025.04.22 03:09:32.472713 [ 276 ] {84c01028-0bc8-4ea1-a759-d9fbd8b523e4} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10490 | 2025.04.22 03:09:32.473291 [ 276 ] {84c01028-0bc8-4ea1-a759-d9fbd8b523e4} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10491 | 2025.04.22 03:09:32.473316 [ 192 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 4 columns (4 merged, 0 gathered) in 0.007003327 sec., 22275.12723595514 rows/sec., 1.14 MiB/sec. | ||
| 10492 | 2025.04.22 03:09:32.473604 [ 276 ] {84c01028-0bc8-4ea1-a759-d9fbd8b523e4} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.006317 sec., 37517.80908659174 rows/sec., 2.51 MiB/sec. | ||
| 10493 | 2025.04.22 03:09:32.473614 [ 192 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 10494 | 2025.04.22 03:09:32.473749 [ 276 ] {84c01028-0bc8-4ea1-a759-d9fbd8b523e4} <Debug> TCPHandler: Processed in 0.006945756 sec. | ||
| 10495 | 2025.04.22 03:09:32.473934 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10496 | 2025.04.22 03:09:32.474088 [ 276 ] {2b491ff8-32c8-4dd3-b5fd-75a586b6bb0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10497 | 2025.04.22 03:09:32.474171 [ 276 ] {2b491ff8-32c8-4dd3-b5fd-75a586b6bb0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10498 | 2025.04.22 03:09:32.474351 [ 192 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_26_5} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10499 | 2025.04.22 03:09:32.474644 [ 192 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_26_5} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 10500 | 2025.04.22 03:09:32.474813 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 10501 | 2025.04.22 03:09:32.475031 [ 276 ] {2b491ff8-32c8-4dd3-b5fd-75a586b6bb0c} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10502 | 2025.04.22 03:09:32.475075 [ 276 ] {2b491ff8-32c8-4dd3-b5fd-75a586b6bb0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 10503 | 2025.04.22 03:09:32.475433 [ 276 ] {2b491ff8-32c8-4dd3-b5fd-75a586b6bb0c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 10504 | 2025.04.22 03:09:32.475696 [ 276 ] {2b491ff8-32c8-4dd3-b5fd-75a586b6bb0c} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10505 | 2025.04.22 03:09:32.475896 [ 276 ] {2b491ff8-32c8-4dd3-b5fd-75a586b6bb0c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001866 sec., 535.9056806002144 rows/sec., 36.11 KiB/sec. | ||
| 10506 | 2025.04.22 03:09:32.475947 [ 276 ] {2b491ff8-32c8-4dd3-b5fd-75a586b6bb0c} <Debug> TCPHandler: Processed in 0.002082886 sec. | ||
| 10507 | 2025.04.22 03:09:32.476071 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10508 | 2025.04.22 03:09:32.476176 [ 276 ] {a0779eec-1240-40a1-bfdc-672095a8b782} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10509 | 2025.04.22 03:09:32.476244 [ 276 ] {a0779eec-1240-40a1-bfdc-672095a8b782} <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 | ||
| 10510 | 2025.04.22 03:09:32.477417 [ 276 ] {a0779eec-1240-40a1-bfdc-672095a8b782} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10511 | 2025.04.22 03:09:32.477458 [ 276 ] {a0779eec-1240-40a1-bfdc-672095a8b782} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 10512 | 2025.04.22 03:09:32.478124 [ 276 ] {a0779eec-1240-40a1-bfdc-672095a8b782} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 10513 | 2025.04.22 03:09:32.478377 [ 276 ] {a0779eec-1240-40a1-bfdc-672095a8b782} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10514 | 2025.04.22 03:09:32.478616 [ 276 ] {a0779eec-1240-40a1-bfdc-672095a8b782} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002455 sec., 14663.951120162932 rows/sec., 26.28 MiB/sec. | ||
| 10515 | 2025.04.22 03:09:32.478783 [ 276 ] {a0779eec-1240-40a1-bfdc-672095a8b782} <Debug> TCPHandler: Processed in 0.002758934 sec. | ||
| 10516 | 2025.04.22 03:09:32.479093 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10517 | 2025.04.22 03:09:32.479231 [ 276 ] {3020dc44-c461-4a18-8c2f-b7ccb6cd1505} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10518 | 2025.04.22 03:09:32.479281 [ 276 ] {3020dc44-c461-4a18-8c2f-b7ccb6cd1505} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10519 | 2025.04.22 03:09:32.479725 [ 276 ] {3020dc44-c461-4a18-8c2f-b7ccb6cd1505} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10520 | 2025.04.22 03:09:32.479764 [ 276 ] {3020dc44-c461-4a18-8c2f-b7ccb6cd1505} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 10521 | 2025.04.22 03:09:32.480124 [ 276 ] {3020dc44-c461-4a18-8c2f-b7ccb6cd1505} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10522 | 2025.04.22 03:09:32.480356 [ 276 ] {3020dc44-c461-4a18-8c2f-b7ccb6cd1505} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10523 | 2025.04.22 03:09:32.480534 [ 108 ] {} <Debug> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 10524 | 2025.04.22 03:09:32.480554 [ 276 ] {3020dc44-c461-4a18-8c2f-b7ccb6cd1505} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001347 sec., 60876.02078693392 rows/sec., 3.87 MiB/sec. | ||
| 10525 | 2025.04.22 03:09:32.480592 [ 108 ] {} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10526 | 2025.04.22 03:09:32.480650 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 10527 | 2025.04.22 03:09:32.480682 [ 276 ] {3020dc44-c461-4a18-8c2f-b7ccb6cd1505} <Debug> TCPHandler: Processed in 0.001680624 sec. | ||
| 10528 | 2025.04.22 03:09:32.480822 [ 191 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 10529 | 2025.04.22 03:09:32.480917 [ 191 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10530 | 2025.04.22 03:09:32.480947 [ 191 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4574 rows starting from the beginning of the part | ||
| 10531 | 2025.04.22 03:09:32.481009 [ 191 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 82 rows starting from the beginning of the part | ||
| 10532 | 2025.04.22 03:09:32.481193 [ 191 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 60 rows starting from the beginning of the part | ||
| 10533 | 2025.04.22 03:09:32.481520 [ 191 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 82 rows starting from the beginning of the part | ||
| 10534 | 2025.04.22 03:09:32.481695 [ 191 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 60 rows starting from the beginning of the part | ||
| 10535 | 2025.04.22 03:09:32.481930 [ 191 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 82 rows starting from the beginning of the part | ||
| 10536 | 2025.04.22 03:09:32.484068 [ 193 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4940 rows, containing 4 columns (4 merged, 0 gathered) in 0.003323509 sec., 1486380.8101617899 rows/sec., 97.77 MiB/sec. | ||
| 10537 | 2025.04.22 03:09:32.484447 [ 187 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10538 | 2025.04.22 03:09:32.484790 [ 187 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_86_17} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10539 | 2025.04.22 03:09:32.484880 [ 187 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_86_17} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10540 | 2025.04.22 03:09:32.484961 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. | ||
| 10541 | 2025.04.22 03:09:33.050701 [ 108 ] {} <Debug> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 10542 | 2025.04.22 03:09:33.050774 [ 108 ] {} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10543 | 2025.04.22 03:09:33.050802 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 10544 | 2025.04.22 03:09:33.050957 [ 192 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::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 | ||
| 10545 | 2025.04.22 03:09:33.051148 [ 192 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10546 | 2025.04.22 03:09:33.051193 [ 192 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 20 rows starting from the beginning of the part | ||
| 10547 | 2025.04.22 03:09:33.051288 [ 192 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part | ||
| 10548 | 2025.04.22 03:09:33.051562 [ 192 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part | ||
| 10549 | 2025.04.22 03:09:33.051765 [ 192 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 4 rows starting from the beginning of the part | ||
| 10550 | 2025.04.22 03:09:33.051917 [ 192 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 8 rows starting from the beginning of the part | ||
| 10551 | 2025.04.22 03:09:33.053007 [ 193 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.002131007 sec., 17831.94517896938 rows/sec., 1.49 MiB/sec. | ||
| 10552 | 2025.04.22 03:09:33.053220 [ 197 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 10553 | 2025.04.22 03:09:33.053599 [ 197 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_21_5} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10554 | 2025.04.22 03:09:33.053707 [ 197 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_21_5} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 10555 | 2025.04.22 03:09:33.053821 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10556 | 2025.04.22 03:09:35.676125 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10557 | 2025.04.22 03:09:35.676335 [ 276 ] {7d7c6540-233b-4126-9552-e6f1d9b01679} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10558 | 2025.04.22 03:09:35.676426 [ 276 ] {7d7c6540-233b-4126-9552-e6f1d9b01679} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10559 | 2025.04.22 03:09:35.677161 [ 276 ] {7d7c6540-233b-4126-9552-e6f1d9b01679} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10560 | 2025.04.22 03:09:35.677211 [ 276 ] {7d7c6540-233b-4126-9552-e6f1d9b01679} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 10561 | 2025.04.22 03:09:35.677626 [ 276 ] {7d7c6540-233b-4126-9552-e6f1d9b01679} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 10562 | 2025.04.22 03:09:35.677886 [ 276 ] {7d7c6540-233b-4126-9552-e6f1d9b01679} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10563 | 2025.04.22 03:09:35.678107 [ 276 ] {7d7c6540-233b-4126-9552-e6f1d9b01679} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001825 sec., 2191.780821917808 rows/sec., 178.72 KiB/sec. | ||
| 10564 | 2025.04.22 03:09:35.678162 [ 276 ] {7d7c6540-233b-4126-9552-e6f1d9b01679} <Debug> TCPHandler: Processed in 0.002175809 sec. | ||
| 10565 | 2025.04.22 03:09:35.678291 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10566 | 2025.04.22 03:09:35.678395 [ 276 ] {4ec4dbf7-4157-45b8-a59c-0ccda1afdc0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10567 | 2025.04.22 03:09:35.678439 [ 276 ] {4ec4dbf7-4157-45b8-a59c-0ccda1afdc0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10568 | 2025.04.22 03:09:35.679974 [ 276 ] {4ec4dbf7-4157-45b8-a59c-0ccda1afdc0f} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10569 | 2025.04.22 03:09:35.680023 [ 276 ] {4ec4dbf7-4157-45b8-a59c-0ccda1afdc0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 10570 | 2025.04.22 03:09:35.680479 [ 276 ] {4ec4dbf7-4157-45b8-a59c-0ccda1afdc0f} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 10571 | 2025.04.22 03:09:35.680724 [ 276 ] {4ec4dbf7-4157-45b8-a59c-0ccda1afdc0f} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10572 | 2025.04.22 03:09:35.680933 [ 276 ] {4ec4dbf7-4157-45b8-a59c-0ccda1afdc0f} <Debug> executeQuery: Read 1206 rows, 101.90 KiB in 0.002559 sec., 471277.84290738567 rows/sec., 38.89 MiB/sec. | ||
| 10573 | 2025.04.22 03:09:35.680996 [ 276 ] {4ec4dbf7-4157-45b8-a59c-0ccda1afdc0f} <Debug> TCPHandler: Processed in 0.002755384 sec. | ||
| 10574 | 2025.04.22 03:09:35.681108 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10575 | 2025.04.22 03:09:35.681213 [ 276 ] {bac87656-056f-477b-80ad-43e695c494e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10576 | 2025.04.22 03:09:35.681259 [ 276 ] {bac87656-056f-477b-80ad-43e695c494e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10577 | 2025.04.22 03:09:35.681788 [ 276 ] {bac87656-056f-477b-80ad-43e695c494e9} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10578 | 2025.04.22 03:09:35.681828 [ 276 ] {bac87656-056f-477b-80ad-43e695c494e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 10579 | 2025.04.22 03:09:35.682171 [ 276 ] {bac87656-056f-477b-80ad-43e695c494e9} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 10580 | 2025.04.22 03:09:35.682407 [ 276 ] {bac87656-056f-477b-80ad-43e695c494e9} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10581 | 2025.04.22 03:09:35.682616 [ 276 ] {bac87656-056f-477b-80ad-43e695c494e9} <Debug> executeQuery: Read 8 rows, 594.00 B in 0.001425 sec., 5614.035087719298 rows/sec., 407.07 KiB/sec. | ||
| 10582 | 2025.04.22 03:09:35.682667 [ 276 ] {bac87656-056f-477b-80ad-43e695c494e9} <Debug> TCPHandler: Processed in 0.001609203 sec. | ||
| 10583 | 2025.04.22 03:09:35.682798 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10584 | 2025.04.22 03:09:35.682935 [ 276 ] {d2e7f644-b279-4d35-b8c5-0f19f06ceacc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10585 | 2025.04.22 03:09:35.683004 [ 276 ] {d2e7f644-b279-4d35-b8c5-0f19f06ceacc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10586 | 2025.04.22 03:09:35.683715 [ 276 ] {d2e7f644-b279-4d35-b8c5-0f19f06ceacc} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10587 | 2025.04.22 03:09:35.683757 [ 276 ] {d2e7f644-b279-4d35-b8c5-0f19f06ceacc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 10588 | 2025.04.22 03:09:35.684145 [ 276 ] {d2e7f644-b279-4d35-b8c5-0f19f06ceacc} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10589 | 2025.04.22 03:09:35.684393 [ 276 ] {d2e7f644-b279-4d35-b8c5-0f19f06ceacc} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10590 | 2025.04.22 03:09:35.684604 [ 276 ] {d2e7f644-b279-4d35-b8c5-0f19f06ceacc} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001698 sec., 134275.6183745583 rows/sec., 9.09 MiB/sec. | ||
| 10591 | 2025.04.22 03:09:35.684658 [ 276 ] {d2e7f644-b279-4d35-b8c5-0f19f06ceacc} <Debug> TCPHandler: Processed in 0.001921601 sec. | ||
| 10592 | 2025.04.22 03:09:35.684788 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10593 | 2025.04.22 03:09:35.684894 [ 276 ] {8552f4e8-0ba0-422a-b71e-82c0253b64d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10594 | 2025.04.22 03:09:35.684940 [ 276 ] {8552f4e8-0ba0-422a-b71e-82c0253b64d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10595 | 2025.04.22 03:09:35.685736 [ 276 ] {8552f4e8-0ba0-422a-b71e-82c0253b64d7} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10596 | 2025.04.22 03:09:35.685776 [ 276 ] {8552f4e8-0ba0-422a-b71e-82c0253b64d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 10597 | 2025.04.22 03:09:35.686147 [ 276 ] {8552f4e8-0ba0-422a-b71e-82c0253b64d7} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 10598 | 2025.04.22 03:09:35.686412 [ 276 ] {8552f4e8-0ba0-422a-b71e-82c0253b64d7} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10599 | 2025.04.22 03:09:35.686615 [ 276 ] {8552f4e8-0ba0-422a-b71e-82c0253b64d7} <Debug> executeQuery: Read 528 rows, 40.05 KiB in 0.00174 sec., 303448.275862069 rows/sec., 22.48 MiB/sec. | ||
| 10600 | 2025.04.22 03:09:35.686675 [ 276 ] {8552f4e8-0ba0-422a-b71e-82c0253b64d7} <Debug> TCPHandler: Processed in 0.001936872 sec. | ||
| 10601 | 2025.04.22 03:09:35.686808 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10602 | 2025.04.22 03:09:35.686962 [ 276 ] {3812b2eb-08c0-4678-a33f-c6769a21c150} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10603 | 2025.04.22 03:09:35.687024 [ 276 ] {3812b2eb-08c0-4678-a33f-c6769a21c150} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10604 | 2025.04.22 03:09:35.687882 [ 276 ] {3812b2eb-08c0-4678-a33f-c6769a21c150} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10605 | 2025.04.22 03:09:35.687921 [ 276 ] {3812b2eb-08c0-4678-a33f-c6769a21c150} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 10606 | 2025.04.22 03:09:35.688377 [ 276 ] {3812b2eb-08c0-4678-a33f-c6769a21c150} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 10607 | 2025.04.22 03:09:35.688622 [ 276 ] {3812b2eb-08c0-4678-a33f-c6769a21c150} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10608 | 2025.04.22 03:09:35.688821 [ 276 ] {3812b2eb-08c0-4678-a33f-c6769a21c150} <Debug> executeQuery: Read 956 rows, 65.68 KiB in 0.001902 sec., 502628.81177707674 rows/sec., 33.72 MiB/sec. | ||
| 10609 | 2025.04.22 03:09:35.688872 [ 276 ] {3812b2eb-08c0-4678-a33f-c6769a21c150} <Debug> TCPHandler: Processed in 0.002125657 sec. | ||
| 10610 | 2025.04.22 03:09:35.688993 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10611 | 2025.04.22 03:09:35.689099 [ 276 ] {6007cb97-9ace-4344-8096-b01fcb3a0e07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10612 | 2025.04.22 03:09:35.689167 [ 276 ] {6007cb97-9ace-4344-8096-b01fcb3a0e07} <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 | ||
| 10613 | 2025.04.22 03:09:35.690221 [ 276 ] {6007cb97-9ace-4344-8096-b01fcb3a0e07} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10614 | 2025.04.22 03:09:35.690263 [ 276 ] {6007cb97-9ace-4344-8096-b01fcb3a0e07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 10615 | 2025.04.22 03:09:35.690875 [ 276 ] {6007cb97-9ace-4344-8096-b01fcb3a0e07} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 10616 | 2025.04.22 03:09:35.691149 [ 276 ] {6007cb97-9ace-4344-8096-b01fcb3a0e07} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10617 | 2025.04.22 03:09:35.691434 [ 276 ] {6007cb97-9ace-4344-8096-b01fcb3a0e07} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.00235 sec., 1702.127659574468 rows/sec., 3.05 MiB/sec. | ||
| 10618 | 2025.04.22 03:09:35.691724 [ 276 ] {6007cb97-9ace-4344-8096-b01fcb3a0e07} <Debug> TCPHandler: Processed in 0.002777344 sec. | ||
| 10619 | 2025.04.22 03:09:35.692038 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10620 | 2025.04.22 03:09:35.692172 [ 276 ] {92208cf3-a16a-4ce5-ba26-6f074bc73940} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10621 | 2025.04.22 03:09:35.692225 [ 276 ] {92208cf3-a16a-4ce5-ba26-6f074bc73940} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10622 | 2025.04.22 03:09:35.692701 [ 276 ] {92208cf3-a16a-4ce5-ba26-6f074bc73940} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10623 | 2025.04.22 03:09:35.692741 [ 276 ] {92208cf3-a16a-4ce5-ba26-6f074bc73940} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 10624 | 2025.04.22 03:09:35.693120 [ 276 ] {92208cf3-a16a-4ce5-ba26-6f074bc73940} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 10625 | 2025.04.22 03:09:35.693355 [ 276 ] {92208cf3-a16a-4ce5-ba26-6f074bc73940} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10626 | 2025.04.22 03:09:35.693562 [ 276 ] {92208cf3-a16a-4ce5-ba26-6f074bc73940} <Debug> executeQuery: Read 42 rows, 2.89 KiB in 0.001416 sec., 29661.016949152545 rows/sec., 1.99 MiB/sec. | ||
| 10627 | 2025.04.22 03:09:35.693615 [ 276 ] {92208cf3-a16a-4ce5-ba26-6f074bc73940} <Debug> TCPHandler: Processed in 0.001663935 sec. | ||
| 10628 | 2025.04.22 03:09:35.836819 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24278 | ||
| 10629 | 2025.04.22 03:09:35.837365 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10630 | 2025.04.22 03:09:35.837407 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 10631 | 2025.04.22 03:09:35.837882 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10632 | 2025.04.22 03:09:35.838118 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10633 | 2025.04.22 03:09:35.838334 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24278 | ||
| 10634 | 2025.04.22 03:09:37.431772 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10635 | 2025.04.22 03:09:37.431991 [ 276 ] {b93fccb9-d108-4c8e-b8b6-0a5380ca5992} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10636 | 2025.04.22 03:09:37.432074 [ 276 ] {b93fccb9-d108-4c8e-b8b6-0a5380ca5992} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10637 | 2025.04.22 03:09:37.432881 [ 276 ] {b93fccb9-d108-4c8e-b8b6-0a5380ca5992} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10638 | 2025.04.22 03:09:37.432936 [ 276 ] {b93fccb9-d108-4c8e-b8b6-0a5380ca5992} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 10639 | 2025.04.22 03:09:37.433366 [ 276 ] {b93fccb9-d108-4c8e-b8b6-0a5380ca5992} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 10640 | 2025.04.22 03:09:37.433629 [ 276 ] {b93fccb9-d108-4c8e-b8b6-0a5380ca5992} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10641 | 2025.04.22 03:09:37.433846 [ 276 ] {b93fccb9-d108-4c8e-b8b6-0a5380ca5992} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001914 sec., 29258.098223615467 rows/sec., 2.25 MiB/sec. | ||
| 10642 | 2025.04.22 03:09:37.433913 [ 276 ] {b93fccb9-d108-4c8e-b8b6-0a5380ca5992} <Debug> TCPHandler: Processed in 0.002280021 sec. | ||
| 10643 | 2025.04.22 03:09:37.434036 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10644 | 2025.04.22 03:09:37.434146 [ 276 ] {54ad15ef-ffab-4e41-969c-15b3fc326111} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10645 | 2025.04.22 03:09:37.434194 [ 276 ] {54ad15ef-ffab-4e41-969c-15b3fc326111} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10646 | 2025.04.22 03:09:37.434794 [ 276 ] {54ad15ef-ffab-4e41-969c-15b3fc326111} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10647 | 2025.04.22 03:09:37.434835 [ 276 ] {54ad15ef-ffab-4e41-969c-15b3fc326111} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 10648 | 2025.04.22 03:09:37.435184 [ 276 ] {54ad15ef-ffab-4e41-969c-15b3fc326111} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 10649 | 2025.04.22 03:09:37.435427 [ 276 ] {54ad15ef-ffab-4e41-969c-15b3fc326111} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10650 | 2025.04.22 03:09:37.435622 [ 276 ] {54ad15ef-ffab-4e41-969c-15b3fc326111} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.0015 sec., 42666.666666666664 rows/sec., 3.33 MiB/sec. | ||
| 10651 | 2025.04.22 03:09:37.435715 [ 276 ] {54ad15ef-ffab-4e41-969c-15b3fc326111} <Debug> TCPHandler: Processed in 0.001728556 sec. | ||
| 10652 | 2025.04.22 03:09:37.435861 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10653 | 2025.04.22 03:09:37.436127 [ 276 ] {87ccee7e-f149-4959-a333-7196ebb4a7ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10654 | 2025.04.22 03:09:37.436289 [ 276 ] {87ccee7e-f149-4959-a333-7196ebb4a7ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10655 | 2025.04.22 03:09:37.436987 [ 276 ] {87ccee7e-f149-4959-a333-7196ebb4a7ad} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10656 | 2025.04.22 03:09:37.437027 [ 276 ] {87ccee7e-f149-4959-a333-7196ebb4a7ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 10657 | 2025.04.22 03:09:37.437394 [ 276 ] {87ccee7e-f149-4959-a333-7196ebb4a7ad} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 10658 | 2025.04.22 03:09:37.437634 [ 276 ] {87ccee7e-f149-4959-a333-7196ebb4a7ad} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10659 | 2025.04.22 03:09:37.437826 [ 276 ] {87ccee7e-f149-4959-a333-7196ebb4a7ad} <Debug> executeQuery: Read 52 rows, 3.70 KiB in 0.0018 sec., 28888.88888888889 rows/sec., 2.01 MiB/sec. | ||
| 10660 | 2025.04.22 03:09:37.437879 [ 276 ] {87ccee7e-f149-4959-a333-7196ebb4a7ad} <Debug> TCPHandler: Processed in 0.002079776 sec. | ||
| 10661 | 2025.04.22 03:09:37.438007 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10662 | 2025.04.22 03:09:37.438119 [ 276 ] {0d5bc78d-e450-4319-8038-88f48d6a09cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10663 | 2025.04.22 03:09:37.438167 [ 276 ] {0d5bc78d-e450-4319-8038-88f48d6a09cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10664 | 2025.04.22 03:09:37.438680 [ 276 ] {0d5bc78d-e450-4319-8038-88f48d6a09cd} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10665 | 2025.04.22 03:09:37.438727 [ 276 ] {0d5bc78d-e450-4319-8038-88f48d6a09cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 10666 | 2025.04.22 03:09:37.439154 [ 276 ] {0d5bc78d-e450-4319-8038-88f48d6a09cd} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 10667 | 2025.04.22 03:09:37.439400 [ 276 ] {0d5bc78d-e450-4319-8038-88f48d6a09cd} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10668 | 2025.04.22 03:09:37.439594 [ 276 ] {0d5bc78d-e450-4319-8038-88f48d6a09cd} <Debug> executeQuery: Read 18 rows, 1.25 KiB in 0.001497 sec., 12024.048096192384 rows/sec., 834.35 KiB/sec. | ||
| 10669 | 2025.04.22 03:09:37.439641 [ 276 ] {0d5bc78d-e450-4319-8038-88f48d6a09cd} <Debug> TCPHandler: Processed in 0.001684935 sec. | ||
| 10670 | 2025.04.22 03:09:37.511415 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400 | ||
| 10671 | 2025.04.22 03:09:37.530587 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10672 | 2025.04.22 03:09:37.530639 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 10673 | 2025.04.22 03:09:37.538329 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10674 | 2025.04.22 03:09:37.539103 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10675 | 2025.04.22 03:09:37.541644 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 400 | ||
| 10676 | 2025.04.22 03:09:38.456911 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1498 | ||
| 10677 | 2025.04.22 03:09:38.460440 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10678 | 2025.04.22 03:09:38.460493 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 10679 | 2025.04.22 03:09:38.461940 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10680 | 2025.04.22 03:09:38.462248 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10681 | 2025.04.22 03:09:38.462806 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1498 | ||
| 10682 | 2025.04.22 03:09:42.445283 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10683 | 2025.04.22 03:09:42.445504 [ 276 ] {60ea684e-ace8-4914-83b7-befff3d23361} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10684 | 2025.04.22 03:09:42.445575 [ 276 ] {60ea684e-ace8-4914-83b7-befff3d23361} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10685 | 2025.04.22 03:09:42.446432 [ 276 ] {60ea684e-ace8-4914-83b7-befff3d23361} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10686 | 2025.04.22 03:09:42.446479 [ 276 ] {60ea684e-ace8-4914-83b7-befff3d23361} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 10687 | 2025.04.22 03:09:42.446916 [ 276 ] {60ea684e-ace8-4914-83b7-befff3d23361} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 10688 | 2025.04.22 03:09:42.447181 [ 276 ] {60ea684e-ace8-4914-83b7-befff3d23361} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10689 | 2025.04.22 03:09:42.447407 [ 276 ] {60ea684e-ace8-4914-83b7-befff3d23361} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001956 sec., 108384.45807770963 rows/sec., 6.89 MiB/sec. | ||
| 10690 | 2025.04.22 03:09:42.447462 [ 276 ] {60ea684e-ace8-4914-83b7-befff3d23361} <Debug> TCPHandler: Processed in 0.002311521 sec. | ||
| 10691 | 2025.04.22 03:09:42.447584 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10692 | 2025.04.22 03:09:42.447687 [ 276 ] {413e1c95-4f7e-4f14-89cc-f21111bfbd6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10693 | 2025.04.22 03:09:42.447733 [ 276 ] {413e1c95-4f7e-4f14-89cc-f21111bfbd6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10694 | 2025.04.22 03:09:42.448582 [ 276 ] {413e1c95-4f7e-4f14-89cc-f21111bfbd6d} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10695 | 2025.04.22 03:09:42.448622 [ 276 ] {413e1c95-4f7e-4f14-89cc-f21111bfbd6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 10696 | 2025.04.22 03:09:42.449011 [ 276 ] {413e1c95-4f7e-4f14-89cc-f21111bfbd6d} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 10697 | 2025.04.22 03:09:42.449250 [ 276 ] {413e1c95-4f7e-4f14-89cc-f21111bfbd6d} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10698 | 2025.04.22 03:09:42.449455 [ 276 ] {413e1c95-4f7e-4f14-89cc-f21111bfbd6d} <Debug> executeQuery: Read 689 rows, 56.23 KiB in 0.001788 sec., 385346.75615212525 rows/sec., 30.71 MiB/sec. | ||
| 10699 | 2025.04.22 03:09:42.449510 [ 276 ] {413e1c95-4f7e-4f14-89cc-f21111bfbd6d} <Debug> TCPHandler: Processed in 0.001974412 sec. | ||
| 10700 | 2025.04.22 03:09:42.449638 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10701 | 2025.04.22 03:09:42.449790 [ 276 ] {62fbda15-ce09-42d4-b714-0c138bab043a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10702 | 2025.04.22 03:09:42.449839 [ 276 ] {62fbda15-ce09-42d4-b714-0c138bab043a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10703 | 2025.04.22 03:09:42.450394 [ 276 ] {62fbda15-ce09-42d4-b714-0c138bab043a} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10704 | 2025.04.22 03:09:42.450432 [ 276 ] {62fbda15-ce09-42d4-b714-0c138bab043a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 10705 | 2025.04.22 03:09:42.450778 [ 276 ] {62fbda15-ce09-42d4-b714-0c138bab043a} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 10706 | 2025.04.22 03:09:42.451015 [ 276 ] {62fbda15-ce09-42d4-b714-0c138bab043a} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10707 | 2025.04.22 03:09:42.451177 [ 89 ] {} <Debug> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 10708 | 2025.04.22 03:09:42.451231 [ 276 ] {62fbda15-ce09-42d4-b714-0c138bab043a} <Debug> executeQuery: Read 142 rows, 9.09 KiB in 0.001468 sec., 96730.24523160764 rows/sec., 6.05 MiB/sec. | ||
| 10709 | 2025.04.22 03:09:42.451265 [ 89 ] {} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10710 | 2025.04.22 03:09:42.451345 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 10711 | 2025.04.22 03:09:42.451353 [ 276 ] {62fbda15-ce09-42d4-b714-0c138bab043a} <Debug> TCPHandler: Processed in 0.001772458 sec. | ||
| 10712 | 2025.04.22 03:09:42.451511 [ 199 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::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 | ||
| 10713 | 2025.04.22 03:09:42.451521 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10714 | 2025.04.22 03:09:42.451646 [ 199 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10715 | 2025.04.22 03:09:42.451664 [ 276 ] {4232bebc-ed23-4792-86cb-174487903800} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10716 | 2025.04.22 03:09:42.451686 [ 199 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 166 rows starting from the beginning of the part | ||
| 10717 | 2025.04.22 03:09:42.451720 [ 276 ] {4232bebc-ed23-4792-86cb-174487903800} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10718 | 2025.04.22 03:09:42.451881 [ 199 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 150 rows starting from the beginning of the part | ||
| 10719 | 2025.04.22 03:09:42.452356 [ 199 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 4 rows starting from the beginning of the part | ||
| 10720 | 2025.04.22 03:09:42.452689 [ 199 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 142 rows starting from the beginning of the part | ||
| 10721 | 2025.04.22 03:09:42.452990 [ 199 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 8 rows starting from the beginning of the part | ||
| 10722 | 2025.04.22 03:09:42.453305 [ 199 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 142 rows starting from the beginning of the part | ||
| 10723 | 2025.04.22 03:09:42.454215 [ 276 ] {4232bebc-ed23-4792-86cb-174487903800} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10724 | 2025.04.22 03:09:42.454262 [ 276 ] {4232bebc-ed23-4792-86cb-174487903800} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 10725 | 2025.04.22 03:09:42.454810 [ 276 ] {4232bebc-ed23-4792-86cb-174487903800} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10726 | 2025.04.22 03:09:42.455167 [ 276 ] {4232bebc-ed23-4792-86cb-174487903800} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10727 | 2025.04.22 03:09:42.455192 [ 199 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 612 rows, containing 5 columns (5 merged, 0 gathered) in 0.00375494 sec., 162985.29403931886 rows/sec., 10.90 MiB/sec. | ||
| 10728 | 2025.04.22 03:09:42.455459 [ 276 ] {4232bebc-ed23-4792-86cb-174487903800} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.003808 sec., 29674.36974789916 rows/sec., 1.92 MiB/sec. | ||
| 10729 | 2025.04.22 03:09:42.455497 [ 193 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 10730 | 2025.04.22 03:09:42.455582 [ 276 ] {4232bebc-ed23-4792-86cb-174487903800} <Debug> TCPHandler: Processed in 0.00411144 sec. | ||
| 10731 | 2025.04.22 03:09:42.455761 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10732 | 2025.04.22 03:09:42.455903 [ 276 ] {152d6f2b-793e-4f31-9ed6-145065a9fc7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10733 | 2025.04.22 03:09:42.455982 [ 276 ] {152d6f2b-793e-4f31-9ed6-145065a9fc7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10734 | 2025.04.22 03:09:42.456149 [ 193 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_71_14} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10735 | 2025.04.22 03:09:42.456437 [ 193 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_71_14} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 10736 | 2025.04.22 03:09:42.456662 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 10737 | 2025.04.22 03:09:42.456966 [ 276 ] {152d6f2b-793e-4f31-9ed6-145065a9fc7a} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10738 | 2025.04.22 03:09:42.457010 [ 276 ] {152d6f2b-793e-4f31-9ed6-145065a9fc7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 10739 | 2025.04.22 03:09:42.457367 [ 276 ] {152d6f2b-793e-4f31-9ed6-145065a9fc7a} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 10740 | 2025.04.22 03:09:42.457600 [ 276 ] {152d6f2b-793e-4f31-9ed6-145065a9fc7a} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10741 | 2025.04.22 03:09:42.457794 [ 276 ] {152d6f2b-793e-4f31-9ed6-145065a9fc7a} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001943 sec., 57642.82038085435 rows/sec., 3.28 MiB/sec. | ||
| 10742 | 2025.04.22 03:09:42.457847 [ 276 ] {152d6f2b-793e-4f31-9ed6-145065a9fc7a} <Debug> TCPHandler: Processed in 0.002138937 sec. | ||
| 10743 | 2025.04.22 03:09:42.457962 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10744 | 2025.04.22 03:09:42.458063 [ 276 ] {90d80cbc-f40a-454c-8a41-9ed16a785ca9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10745 | 2025.04.22 03:09:42.458107 [ 276 ] {90d80cbc-f40a-454c-8a41-9ed16a785ca9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10746 | 2025.04.22 03:09:42.458769 [ 276 ] {90d80cbc-f40a-454c-8a41-9ed16a785ca9} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10747 | 2025.04.22 03:09:42.458807 [ 276 ] {90d80cbc-f40a-454c-8a41-9ed16a785ca9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 10748 | 2025.04.22 03:09:42.459165 [ 276 ] {90d80cbc-f40a-454c-8a41-9ed16a785ca9} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 10749 | 2025.04.22 03:09:42.459401 [ 276 ] {90d80cbc-f40a-454c-8a41-9ed16a785ca9} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10750 | 2025.04.22 03:09:42.459594 [ 276 ] {90d80cbc-f40a-454c-8a41-9ed16a785ca9} <Debug> executeQuery: Read 418 rows, 30.47 KiB in 0.001552 sec., 269329.8969072165 rows/sec., 19.17 MiB/sec. | ||
| 10751 | 2025.04.22 03:09:42.459643 [ 276 ] {90d80cbc-f40a-454c-8a41-9ed16a785ca9} <Debug> TCPHandler: Processed in 0.001729096 sec. | ||
| 10752 | 2025.04.22 03:09:42.459765 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10753 | 2025.04.22 03:09:42.459867 [ 276 ] {f0fef8d9-a21b-4369-bff9-f606caf8bced} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10754 | 2025.04.22 03:09:42.459912 [ 276 ] {f0fef8d9-a21b-4369-bff9-f606caf8bced} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10755 | 2025.04.22 03:09:42.460326 [ 276 ] {f0fef8d9-a21b-4369-bff9-f606caf8bced} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10756 | 2025.04.22 03:09:42.460365 [ 276 ] {f0fef8d9-a21b-4369-bff9-f606caf8bced} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 10757 | 2025.04.22 03:09:42.460705 [ 276 ] {f0fef8d9-a21b-4369-bff9-f606caf8bced} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 10758 | 2025.04.22 03:09:42.460931 [ 276 ] {f0fef8d9-a21b-4369-bff9-f606caf8bced} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10759 | 2025.04.22 03:09:42.461148 [ 276 ] {f0fef8d9-a21b-4369-bff9-f606caf8bced} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001295 sec., 4633.204633204634 rows/sec., 242.07 KiB/sec. | ||
| 10760 | 2025.04.22 03:09:42.461249 [ 276 ] {f0fef8d9-a21b-4369-bff9-f606caf8bced} <Debug> TCPHandler: Processed in 0.001527001 sec. | ||
| 10761 | 2025.04.22 03:09:42.461485 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10762 | 2025.04.22 03:09:42.461590 [ 276 ] {3bb60442-2c3e-4bf1-9550-054a5dd7e860} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10763 | 2025.04.22 03:09:42.461639 [ 276 ] {3bb60442-2c3e-4bf1-9550-054a5dd7e860} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10764 | 2025.04.22 03:09:42.462155 [ 276 ] {3bb60442-2c3e-4bf1-9550-054a5dd7e860} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10765 | 2025.04.22 03:09:42.462193 [ 276 ] {3bb60442-2c3e-4bf1-9550-054a5dd7e860} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 10766 | 2025.04.22 03:09:42.462569 [ 276 ] {3bb60442-2c3e-4bf1-9550-054a5dd7e860} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 10767 | 2025.04.22 03:09:42.462803 [ 276 ] {3bb60442-2c3e-4bf1-9550-054a5dd7e860} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10768 | 2025.04.22 03:09:42.463011 [ 276 ] {3bb60442-2c3e-4bf1-9550-054a5dd7e860} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001442 sec., 164355.06241331485 rows/sec., 11.02 MiB/sec. | ||
| 10769 | 2025.04.22 03:09:42.463078 [ 276 ] {3bb60442-2c3e-4bf1-9550-054a5dd7e860} <Debug> TCPHandler: Processed in 0.001680205 sec. | ||
| 10770 | 2025.04.22 03:09:42.463207 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10771 | 2025.04.22 03:09:42.463323 [ 276 ] {1946acb5-541b-44c6-9406-1b6a84036686} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10772 | 2025.04.22 03:09:42.463370 [ 276 ] {1946acb5-541b-44c6-9406-1b6a84036686} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10773 | 2025.04.22 03:09:42.463772 [ 276 ] {1946acb5-541b-44c6-9406-1b6a84036686} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10774 | 2025.04.22 03:09:42.463809 [ 276 ] {1946acb5-541b-44c6-9406-1b6a84036686} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 10775 | 2025.04.22 03:09:42.464148 [ 276 ] {1946acb5-541b-44c6-9406-1b6a84036686} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 10776 | 2025.04.22 03:09:42.464392 [ 276 ] {1946acb5-541b-44c6-9406-1b6a84036686} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10777 | 2025.04.22 03:09:42.464587 [ 276 ] {1946acb5-541b-44c6-9406-1b6a84036686} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001284 sec., 778.816199376947 rows/sec., 52.48 KiB/sec. | ||
| 10778 | 2025.04.22 03:09:42.464633 [ 276 ] {1946acb5-541b-44c6-9406-1b6a84036686} <Debug> TCPHandler: Processed in 0.00149024 sec. | ||
| 10779 | 2025.04.22 03:09:42.464749 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10780 | 2025.04.22 03:09:42.464849 [ 276 ] {b8e0b3a5-a938-4b9e-886b-8c038f4bd0d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10781 | 2025.04.22 03:09:42.464916 [ 276 ] {b8e0b3a5-a938-4b9e-886b-8c038f4bd0d9} <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 | ||
| 10782 | 2025.04.22 03:09:42.466000 [ 276 ] {b8e0b3a5-a938-4b9e-886b-8c038f4bd0d9} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10783 | 2025.04.22 03:09:42.466039 [ 276 ] {b8e0b3a5-a938-4b9e-886b-8c038f4bd0d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 10784 | 2025.04.22 03:09:42.466679 [ 276 ] {b8e0b3a5-a938-4b9e-886b-8c038f4bd0d9} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 10785 | 2025.04.22 03:09:42.466934 [ 276 ] {b8e0b3a5-a938-4b9e-886b-8c038f4bd0d9} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10786 | 2025.04.22 03:09:42.467122 [ 88 ] {} <Debug> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 10787 | 2025.04.22 03:09:42.467185 [ 276 ] {b8e0b3a5-a938-4b9e-886b-8c038f4bd0d9} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002351 sec., 15312.632922160785 rows/sec., 27.44 MiB/sec. | ||
| 10788 | 2025.04.22 03:09:42.467213 [ 88 ] {} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10789 | 2025.04.22 03:09:42.467298 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 10790 | 2025.04.22 03:09:42.467529 [ 276 ] {b8e0b3a5-a938-4b9e-886b-8c038f4bd0d9} <Debug> TCPHandler: Processed in 0.002817655 sec. | ||
| 10791 | 2025.04.22 03:09:42.467811 [ 194 ] {b231891b-dff1-435e-bddb-2ac39d181211::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 | ||
| 10792 | 2025.04.22 03:09:42.467951 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10793 | 2025.04.22 03:09:42.468324 [ 276 ] {1aa48920-66ae-4714-8d5d-53e6aca35fe3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10794 | 2025.04.22 03:09:42.468468 [ 276 ] {1aa48920-66ae-4714-8d5d-53e6aca35fe3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10795 | 2025.04.22 03:09:42.469336 [ 194 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10796 | 2025.04.22 03:09:42.469448 [ 194 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1383 rows starting from the beginning of the part | ||
| 10797 | 2025.04.22 03:09:42.470320 [ 194 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 36 rows starting from the beginning of the part | ||
| 10798 | 2025.04.22 03:09:42.470454 [ 276 ] {1aa48920-66ae-4714-8d5d-53e6aca35fe3} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10799 | 2025.04.22 03:09:42.470729 [ 276 ] {1aa48920-66ae-4714-8d5d-53e6aca35fe3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 10800 | 2025.04.22 03:09:42.470803 [ 194 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 4 rows starting from the beginning of the part | ||
| 10801 | 2025.04.22 03:09:42.471507 [ 194 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 36 rows starting from the beginning of the part | ||
| 10802 | 2025.04.22 03:09:42.472194 [ 194 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 4 rows starting from the beginning of the part | ||
| 10803 | 2025.04.22 03:09:42.472509 [ 276 ] {1aa48920-66ae-4714-8d5d-53e6aca35fe3} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 10804 | 2025.04.22 03:09:42.472777 [ 194 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 36 rows starting from the beginning of the part | ||
| 10805 | 2025.04.22 03:09:42.473547 [ 276 ] {1aa48920-66ae-4714-8d5d-53e6aca35fe3} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10806 | 2025.04.22 03:09:42.474067 [ 276 ] {1aa48920-66ae-4714-8d5d-53e6aca35fe3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005871 sec., 13966.956225515243 rows/sec., 908.36 KiB/sec. | ||
| 10807 | 2025.04.22 03:09:42.474218 [ 276 ] {1aa48920-66ae-4714-8d5d-53e6aca35fe3} <Debug> TCPHandler: Processed in 0.00635139 sec. | ||
| 10808 | 2025.04.22 03:09:42.482753 [ 193 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1499 rows, containing 19 columns (19 merged, 0 gathered) in 0.015285059 sec., 98069.62472307107 rows/sec., 175.74 MiB/sec. | ||
| 10809 | 2025.04.22 03:09:42.484501 [ 193 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 10810 | 2025.04.22 03:09:42.484938 [ 193 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10811 | 2025.04.22 03:09:42.485031 [ 193 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 10812 | 2025.04.22 03:09:42.485191 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.66 MiB. | ||
| 10813 | 2025.04.22 03:09:43.000202 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 236.83 MiB, peak 248.92 MiB, free memory in arenas 0.00 B, will set to 240.46 MiB (RSS), difference: 3.64 MiB | ||
| 10814 | 2025.04.22 03:09:43.180164 [ 88 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10815 | 2025.04.22 03:09:43.180216 [ 88 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10816 | 2025.04.22 03:09:43.338480 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24766 | ||
| 10817 | 2025.04.22 03:09:43.339148 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10818 | 2025.04.22 03:09:43.339195 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 10819 | 2025.04.22 03:09:43.339743 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10820 | 2025.04.22 03:09:43.340006 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10821 | 2025.04.22 03:09:43.340230 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766 | ||
| 10822 | 2025.04.22 03:09:45.041727 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407 | ||
| 10823 | 2025.04.22 03:09:45.061950 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10824 | 2025.04.22 03:09:45.062004 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 10825 | 2025.04.22 03:09:45.069257 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10826 | 2025.04.22 03:09:45.070049 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10827 | 2025.04.22 03:09:45.072897 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 407 | ||
| 10828 | 2025.04.22 03:09:47.436361 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10829 | 2025.04.22 03:09:47.436576 [ 276 ] {76a821a6-4151-4153-8a47-c32d7b75a71a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10830 | 2025.04.22 03:09:47.436653 [ 276 ] {76a821a6-4151-4153-8a47-c32d7b75a71a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10831 | 2025.04.22 03:09:47.437433 [ 276 ] {76a821a6-4151-4153-8a47-c32d7b75a71a} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10832 | 2025.04.22 03:09:47.437481 [ 276 ] {76a821a6-4151-4153-8a47-c32d7b75a71a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 10833 | 2025.04.22 03:09:47.437930 [ 276 ] {76a821a6-4151-4153-8a47-c32d7b75a71a} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 10834 | 2025.04.22 03:09:47.438184 [ 276 ] {76a821a6-4151-4153-8a47-c32d7b75a71a} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10835 | 2025.04.22 03:09:47.438444 [ 276 ] {76a821a6-4151-4153-8a47-c32d7b75a71a} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.001917 sec., 33385.49817423057 rows/sec., 2.64 MiB/sec. | ||
| 10836 | 2025.04.22 03:09:47.438551 [ 276 ] {76a821a6-4151-4153-8a47-c32d7b75a71a} <Debug> TCPHandler: Processed in 0.002323102 sec. | ||
| 10837 | 2025.04.22 03:09:47.438751 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10838 | 2025.04.22 03:09:47.439061 [ 276 ] {44daceb3-6798-415f-aab8-41844d72371f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10839 | 2025.04.22 03:09:47.439151 [ 276 ] {44daceb3-6798-415f-aab8-41844d72371f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10840 | 2025.04.22 03:09:47.439716 [ 276 ] {44daceb3-6798-415f-aab8-41844d72371f} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10841 | 2025.04.22 03:09:47.439763 [ 276 ] {44daceb3-6798-415f-aab8-41844d72371f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 10842 | 2025.04.22 03:09:47.440128 [ 276 ] {44daceb3-6798-415f-aab8-41844d72371f} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 10843 | 2025.04.22 03:09:47.440374 [ 276 ] {44daceb3-6798-415f-aab8-41844d72371f} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10844 | 2025.04.22 03:09:47.440577 [ 276 ] {44daceb3-6798-415f-aab8-41844d72371f} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001624 sec., 2463.054187192118 rows/sec., 185.21 KiB/sec. | ||
| 10845 | 2025.04.22 03:09:47.440631 [ 276 ] {44daceb3-6798-415f-aab8-41844d72371f} <Debug> TCPHandler: Processed in 0.001987113 sec. | ||
| 10846 | 2025.04.22 03:09:47.440753 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10847 | 2025.04.22 03:09:47.440859 [ 276 ] {2f6396ac-ee7d-41b3-af6b-474497eaf688} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10848 | 2025.04.22 03:09:47.440904 [ 276 ] {2f6396ac-ee7d-41b3-af6b-474497eaf688} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10849 | 2025.04.22 03:09:47.441460 [ 276 ] {2f6396ac-ee7d-41b3-af6b-474497eaf688} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10850 | 2025.04.22 03:09:47.441501 [ 276 ] {2f6396ac-ee7d-41b3-af6b-474497eaf688} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 10851 | 2025.04.22 03:09:47.441866 [ 276 ] {2f6396ac-ee7d-41b3-af6b-474497eaf688} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 10852 | 2025.04.22 03:09:47.442134 [ 276 ] {2f6396ac-ee7d-41b3-af6b-474497eaf688} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10853 | 2025.04.22 03:09:47.442360 [ 276 ] {2f6396ac-ee7d-41b3-af6b-474497eaf688} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001521 sec., 44707.429322813936 rows/sec., 3.49 MiB/sec. | ||
| 10854 | 2025.04.22 03:09:47.442450 [ 276 ] {2f6396ac-ee7d-41b3-af6b-474497eaf688} <Debug> TCPHandler: Processed in 0.001749067 sec. | ||
| 10855 | 2025.04.22 03:09:47.442626 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10856 | 2025.04.22 03:09:47.442820 [ 276 ] {ba481220-16e5-4682-94de-009615710d43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10857 | 2025.04.22 03:09:47.442873 [ 276 ] {ba481220-16e5-4682-94de-009615710d43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10858 | 2025.04.22 03:09:47.443449 [ 276 ] {ba481220-16e5-4682-94de-009615710d43} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10859 | 2025.04.22 03:09:47.443491 [ 276 ] {ba481220-16e5-4682-94de-009615710d43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 10860 | 2025.04.22 03:09:47.443887 [ 276 ] {ba481220-16e5-4682-94de-009615710d43} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 10861 | 2025.04.22 03:09:47.444125 [ 276 ] {ba481220-16e5-4682-94de-009615710d43} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10862 | 2025.04.22 03:09:47.444293 [ 81 ] {} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Selected 6 parts from all_1_85_17 to all_90_90_0 | ||
| 10863 | 2025.04.22 03:09:47.444353 [ 276 ] {ba481220-16e5-4682-94de-009615710d43} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001563 sec., 102367.24248240564 rows/sec., 7.13 MiB/sec. | ||
| 10864 | 2025.04.22 03:09:47.444377 [ 81 ] {} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10865 | 2025.04.22 03:09:47.444446 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 10866 | 2025.04.22 03:09:47.444483 [ 276 ] {ba481220-16e5-4682-94de-009615710d43} <Debug> TCPHandler: Processed in 0.001952942 sec. | ||
| 10867 | 2025.04.22 03:09:47.444710 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10868 | 2025.04.22 03:09:47.444720 [ 188 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_90_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_85_17 to all_90_90_0 into Compact with storage Full | ||
| 10869 | 2025.04.22 03:09:47.444883 [ 276 ] {3ee967eb-2b1e-47c6-bdf8-608745916e1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10870 | 2025.04.22 03:09:47.445107 [ 276 ] {3ee967eb-2b1e-47c6-bdf8-608745916e1f} <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 | ||
| 10871 | 2025.04.22 03:09:47.445123 [ 188 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_90_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10872 | 2025.04.22 03:09:47.445255 [ 188 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_85_17, total 25014 rows starting from the beginning of the part | ||
| 10873 | 2025.04.22 03:09:47.445727 [ 188 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 237 rows starting from the beginning of the part | ||
| 10874 | 2025.04.22 03:09:47.446121 [ 188 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 956 rows starting from the beginning of the part | ||
| 10875 | 2025.04.22 03:09:47.446506 [ 188 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 52 rows starting from the beginning of the part | ||
| 10876 | 2025.04.22 03:09:47.446894 [ 188 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 237 rows starting from the beginning of the part | ||
| 10877 | 2025.04.22 03:09:47.447196 [ 188 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 160 rows starting from the beginning of the part | ||
| 10878 | 2025.04.22 03:09:47.449443 [ 276 ] {3ee967eb-2b1e-47c6-bdf8-608745916e1f} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10879 | 2025.04.22 03:09:47.449495 [ 276 ] {3ee967eb-2b1e-47c6-bdf8-608745916e1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 10880 | 2025.04.22 03:09:47.451212 [ 276 ] {3ee967eb-2b1e-47c6-bdf8-608745916e1f} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 10881 | 2025.04.22 03:09:47.451517 [ 276 ] {3ee967eb-2b1e-47c6-bdf8-608745916e1f} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10882 | 2025.04.22 03:09:47.451892 [ 276 ] {3ee967eb-2b1e-47c6-bdf8-608745916e1f} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.007046 sec., 567.6979846721543 rows/sec., 1.02 MiB/sec. | ||
| 10883 | 2025.04.22 03:09:47.452030 [ 276 ] {3ee967eb-2b1e-47c6-bdf8-608745916e1f} <Debug> TCPHandler: Processed in 0.007402848 sec. | ||
| 10884 | 2025.04.22 03:09:47.452164 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10885 | 2025.04.22 03:09:47.452341 [ 276 ] {2000d1c5-6d13-4672-9b5d-6d053a027096} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10886 | 2025.04.22 03:09:47.452451 [ 276 ] {2000d1c5-6d13-4672-9b5d-6d053a027096} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10887 | 2025.04.22 03:09:47.453024 [ 276 ] {2000d1c5-6d13-4672-9b5d-6d053a027096} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10888 | 2025.04.22 03:09:47.453068 [ 276 ] {2000d1c5-6d13-4672-9b5d-6d053a027096} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 10889 | 2025.04.22 03:09:47.453563 [ 276 ] {2000d1c5-6d13-4672-9b5d-6d053a027096} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 10890 | 2025.04.22 03:09:47.453917 [ 276 ] {2000d1c5-6d13-4672-9b5d-6d053a027096} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10891 | 2025.04.22 03:09:47.454207 [ 276 ] {2000d1c5-6d13-4672-9b5d-6d053a027096} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001935 sec., 31007.751937984496 rows/sec., 2.09 MiB/sec. | ||
| 10892 | 2025.04.22 03:09:47.454326 [ 276 ] {2000d1c5-6d13-4672-9b5d-6d053a027096} <Debug> TCPHandler: Processed in 0.00222285 sec. | ||
| 10893 | 2025.04.22 03:09:47.456352 [ 200 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_90_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26656 rows, containing 5 columns (5 merged, 0 gathered) in 0.011782765 sec., 2262287.3323876015 rows/sec., 153.10 MiB/sec. | ||
| 10894 | 2025.04.22 03:09:47.456841 [ 189 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_90_18} <Trace> MergedBlockOutputStream: filled checksums all_1_90_18 (state Temporary) | ||
| 10895 | 2025.04.22 03:09:47.457251 [ 189 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_90_18} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_merge_all_1_90_18 to all_1_90_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10896 | 2025.04.22 03:09:47.457358 [ 189 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_90_18} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Merged 6 parts: [all_1_85_17, all_90_90_0] -> all_1_90_18 | ||
| 10897 | 2025.04.22 03:09:47.457474 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB. | ||
| 10898 | 2025.04.22 03:09:48.463111 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1532 | ||
| 10899 | 2025.04.22 03:09:48.466471 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10900 | 2025.04.22 03:09:48.466529 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 10901 | 2025.04.22 03:09:48.467970 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10902 | 2025.04.22 03:09:48.468323 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10903 | 2025.04.22 03:09:48.468868 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1532 | ||
| 10904 | 2025.04.22 03:09:49.000229 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 236.48 MiB, peak 248.92 MiB, free memory in arenas 0.00 B, will set to 240.48 MiB (RSS), difference: 4.00 MiB | ||
| 10905 | 2025.04.22 03:09:50.840365 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25193 | ||
| 10906 | 2025.04.22 03:09:50.841086 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10907 | 2025.04.22 03:09:50.841128 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 10908 | 2025.04.22 03:09:50.841653 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10909 | 2025.04.22 03:09:50.841916 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10910 | 2025.04.22 03:09:50.842112 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25193 | ||
| 10911 | 2025.04.22 03:09:52.443986 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10912 | 2025.04.22 03:09:52.444194 [ 276 ] {2f6365cb-a1a5-48e7-b692-bcae2d83060c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10913 | 2025.04.22 03:09:52.444273 [ 276 ] {2f6365cb-a1a5-48e7-b692-bcae2d83060c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10914 | 2025.04.22 03:09:52.445203 [ 276 ] {2f6365cb-a1a5-48e7-b692-bcae2d83060c} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10915 | 2025.04.22 03:09:52.445250 [ 276 ] {2f6365cb-a1a5-48e7-b692-bcae2d83060c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 10916 | 2025.04.22 03:09:52.445697 [ 276 ] {2f6365cb-a1a5-48e7-b692-bcae2d83060c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 10917 | 2025.04.22 03:09:52.445943 [ 276 ] {2f6365cb-a1a5-48e7-b692-bcae2d83060c} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10918 | 2025.04.22 03:09:52.446183 [ 276 ] {2f6365cb-a1a5-48e7-b692-bcae2d83060c} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002038 sec., 104023.55250245339 rows/sec., 6.62 MiB/sec. | ||
| 10919 | 2025.04.22 03:09:52.446260 [ 276 ] {2f6365cb-a1a5-48e7-b692-bcae2d83060c} <Debug> TCPHandler: Processed in 0.002400844 sec. | ||
| 10920 | 2025.04.22 03:09:52.446495 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10921 | 2025.04.22 03:09:52.446609 [ 276 ] {3c4d0d8b-fdf9-4061-a2bf-e0b8f6a5086a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10922 | 2025.04.22 03:09:52.446655 [ 276 ] {3c4d0d8b-fdf9-4061-a2bf-e0b8f6a5086a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10923 | 2025.04.22 03:09:52.447158 [ 276 ] {3c4d0d8b-fdf9-4061-a2bf-e0b8f6a5086a} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10924 | 2025.04.22 03:09:52.447197 [ 276 ] {3c4d0d8b-fdf9-4061-a2bf-e0b8f6a5086a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 10925 | 2025.04.22 03:09:52.447528 [ 276 ] {3c4d0d8b-fdf9-4061-a2bf-e0b8f6a5086a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 10926 | 2025.04.22 03:09:52.447757 [ 276 ] {3c4d0d8b-fdf9-4061-a2bf-e0b8f6a5086a} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10927 | 2025.04.22 03:09:52.447949 [ 276 ] {3c4d0d8b-fdf9-4061-a2bf-e0b8f6a5086a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001363 sec., 1467.3514306676448 rows/sec., 119.65 KiB/sec. | ||
| 10928 | 2025.04.22 03:09:52.447998 [ 276 ] {3c4d0d8b-fdf9-4061-a2bf-e0b8f6a5086a} <Debug> TCPHandler: Processed in 0.001589202 sec. | ||
| 10929 | 2025.04.22 03:09:52.448127 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10930 | 2025.04.22 03:09:52.448288 [ 276 ] {4ece8f0d-f377-46ee-85b9-d17833122b0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10931 | 2025.04.22 03:09:52.448341 [ 276 ] {4ece8f0d-f377-46ee-85b9-d17833122b0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10932 | 2025.04.22 03:09:52.449245 [ 276 ] {4ece8f0d-f377-46ee-85b9-d17833122b0d} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10933 | 2025.04.22 03:09:52.449284 [ 276 ] {4ece8f0d-f377-46ee-85b9-d17833122b0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 10934 | 2025.04.22 03:09:52.449674 [ 276 ] {4ece8f0d-f377-46ee-85b9-d17833122b0d} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 10935 | 2025.04.22 03:09:52.449904 [ 276 ] {4ece8f0d-f377-46ee-85b9-d17833122b0d} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10936 | 2025.04.22 03:09:52.450078 [ 76 ] {} <Debug> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 10937 | 2025.04.22 03:09:52.450119 [ 276 ] {4ece8f0d-f377-46ee-85b9-d17833122b0d} <Debug> executeQuery: Read 690 rows, 56.30 KiB in 0.001859 sec., 371167.29424421734 rows/sec., 29.58 MiB/sec. | ||
| 10938 | 2025.04.22 03:09:52.450166 [ 76 ] {} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10939 | 2025.04.22 03:09:52.450287 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 10940 | 2025.04.22 03:09:52.450302 [ 276 ] {4ece8f0d-f377-46ee-85b9-d17833122b0d} <Debug> TCPHandler: Processed in 0.00223455 sec. | ||
| 10941 | 2025.04.22 03:09:52.450496 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10942 | 2025.04.22 03:09:52.450518 [ 190 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 10943 | 2025.04.22 03:09:52.450669 [ 276 ] {5b31259c-f60a-4456-a71e-4e984ee3892e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10944 | 2025.04.22 03:09:52.450768 [ 276 ] {5b31259c-f60a-4456-a71e-4e984ee3892e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10945 | 2025.04.22 03:09:52.450862 [ 190 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10946 | 2025.04.22 03:09:52.450979 [ 190 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1847 rows starting from the beginning of the part | ||
| 10947 | 2025.04.22 03:09:52.451257 [ 190 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 1206 rows starting from the beginning of the part | ||
| 10948 | 2025.04.22 03:09:52.451633 [ 190 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 56 rows starting from the beginning of the part | ||
| 10949 | 2025.04.22 03:09:52.452074 [ 190 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 689 rows starting from the beginning of the part | ||
| 10950 | 2025.04.22 03:09:52.452465 [ 190 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 64 rows starting from the beginning of the part | ||
| 10951 | 2025.04.22 03:09:52.452784 [ 190 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 690 rows starting from the beginning of the part | ||
| 10952 | 2025.04.22 03:09:52.453604 [ 276 ] {5b31259c-f60a-4456-a71e-4e984ee3892e} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10953 | 2025.04.22 03:09:52.453671 [ 276 ] {5b31259c-f60a-4456-a71e-4e984ee3892e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 10954 | 2025.04.22 03:09:52.454461 [ 276 ] {5b31259c-f60a-4456-a71e-4e984ee3892e} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 10955 | 2025.04.22 03:09:52.455020 [ 276 ] {5b31259c-f60a-4456-a71e-4e984ee3892e} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10956 | 2025.04.22 03:09:52.455408 [ 276 ] {5b31259c-f60a-4456-a71e-4e984ee3892e} <Debug> executeQuery: Read 144 rows, 9.23 KiB in 0.004783 sec., 30106.627639556766 rows/sec., 1.89 MiB/sec. | ||
| 10957 | 2025.04.22 03:09:52.455542 [ 276 ] {5b31259c-f60a-4456-a71e-4e984ee3892e} <Debug> TCPHandler: Processed in 0.005117617 sec. | ||
| 10958 | 2025.04.22 03:09:52.455761 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10959 | 2025.04.22 03:09:52.456142 [ 276 ] {331717f0-1387-4922-9708-c32bb66e1a9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10960 | 2025.04.22 03:09:52.456352 [ 276 ] {331717f0-1387-4922-9708-c32bb66e1a9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10961 | 2025.04.22 03:09:52.456802 [ 190 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4552 rows, containing 5 columns (5 merged, 0 gathered) in 0.00637764 sec., 713743.6418487089 rows/sec., 60.65 MiB/sec. | ||
| 10962 | 2025.04.22 03:09:52.457096 [ 190 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 10963 | 2025.04.22 03:09:52.457616 [ 276 ] {331717f0-1387-4922-9708-c32bb66e1a9a} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10964 | 2025.04.22 03:09:52.457641 [ 190 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_91_18} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10965 | 2025.04.22 03:09:52.457673 [ 276 ] {331717f0-1387-4922-9708-c32bb66e1a9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 10966 | 2025.04.22 03:09:52.457833 [ 190 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_91_18} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 10967 | 2025.04.22 03:09:52.457964 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. | ||
| 10968 | 2025.04.22 03:09:52.458239 [ 276 ] {331717f0-1387-4922-9708-c32bb66e1a9a} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10969 | 2025.04.22 03:09:52.458477 [ 276 ] {331717f0-1387-4922-9708-c32bb66e1a9a} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10970 | 2025.04.22 03:09:52.458660 [ 77 ] {} <Debug> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 | ||
| 10971 | 2025.04.22 03:09:52.458701 [ 276 ] {331717f0-1387-4922-9708-c32bb66e1a9a} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002746 sec., 41150.764748725414 rows/sec., 2.66 MiB/sec. | ||
| 10972 | 2025.04.22 03:09:52.458756 [ 77 ] {} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10973 | 2025.04.22 03:09:52.458846 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 10974 | 2025.04.22 03:09:52.458852 [ 276 ] {331717f0-1387-4922-9708-c32bb66e1a9a} <Debug> TCPHandler: Processed in 0.003195936 sec. | ||
| 10975 | 2025.04.22 03:09:52.459083 [ 190 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_40_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full | ||
| 10976 | 2025.04.22 03:09:52.459106 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10977 | 2025.04.22 03:09:52.459350 [ 190 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10978 | 2025.04.22 03:09:52.459358 [ 276 ] {e7004da5-1dbe-4ed1-b5d6-ebaf887cd7b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10979 | 2025.04.22 03:09:52.459407 [ 190 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 341 rows starting from the beginning of the part | ||
| 10980 | 2025.04.22 03:09:52.459456 [ 276 ] {e7004da5-1dbe-4ed1-b5d6-ebaf887cd7b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10981 | 2025.04.22 03:09:52.459746 [ 190 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 113 rows starting from the beginning of the part | ||
| 10982 | 2025.04.22 03:09:52.460116 [ 190 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 113 rows starting from the beginning of the part | ||
| 10983 | 2025.04.22 03:09:52.460462 [ 190 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 228 rows starting from the beginning of the part | ||
| 10984 | 2025.04.22 03:09:52.460899 [ 190 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 113 rows starting from the beginning of the part | ||
| 10985 | 2025.04.22 03:09:52.461183 [ 190 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 113 rows starting from the beginning of the part | ||
| 10986 | 2025.04.22 03:09:52.462672 [ 276 ] {e7004da5-1dbe-4ed1-b5d6-ebaf887cd7b6} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10987 | 2025.04.22 03:09:52.462742 [ 276 ] {e7004da5-1dbe-4ed1-b5d6-ebaf887cd7b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 10988 | 2025.04.22 03:09:52.463791 [ 276 ] {e7004da5-1dbe-4ed1-b5d6-ebaf887cd7b6} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 10989 | 2025.04.22 03:09:52.464315 [ 190 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1021 rows, containing 5 columns (5 merged, 0 gathered) in 0.005361773 sec., 190422.08612710758 rows/sec., 13.31 MiB/sec. | ||
| 10990 | 2025.04.22 03:09:52.464353 [ 276 ] {e7004da5-1dbe-4ed1-b5d6-ebaf887cd7b6} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10991 | 2025.04.22 03:09:52.464588 [ 195 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) | ||
| 10992 | 2025.04.22 03:09:52.464743 [ 276 ] {e7004da5-1dbe-4ed1-b5d6-ebaf887cd7b6} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005473 sec., 20464.096473597663 rows/sec., 1.17 MiB/sec. | ||
| 10993 | 2025.04.22 03:09:52.464905 [ 276 ] {e7004da5-1dbe-4ed1-b5d6-ebaf887cd7b6} <Debug> TCPHandler: Processed in 0.005884647 sec. | ||
| 10994 | 2025.04.22 03:09:52.465204 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10995 | 2025.04.22 03:09:52.465452 [ 195 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_40_8} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10996 | 2025.04.22 03:09:52.465498 [ 276 ] {29b2eb98-c783-4dda-8554-940ece96ee15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10997 | 2025.04.22 03:09:52.465553 [ 276 ] {29b2eb98-c783-4dda-8554-940ece96ee15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10998 | 2025.04.22 03:09:52.465569 [ 195 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_40_8} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 | ||
| 10999 | 2025.04.22 03:09:52.465680 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 11000 | 2025.04.22 03:09:52.466308 [ 276 ] {29b2eb98-c783-4dda-8554-940ece96ee15} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11001 | 2025.04.22 03:09:52.466345 [ 276 ] {29b2eb98-c783-4dda-8554-940ece96ee15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 11002 | 2025.04.22 03:09:52.466714 [ 276 ] {29b2eb98-c783-4dda-8554-940ece96ee15} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11003 | 2025.04.22 03:09:52.466969 [ 276 ] {29b2eb98-c783-4dda-8554-940ece96ee15} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11004 | 2025.04.22 03:09:52.467150 [ 77 ] {} <Debug> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11005 | 2025.04.22 03:09:52.467196 [ 276 ] {29b2eb98-c783-4dda-8554-940ece96ee15} <Debug> executeQuery: Read 420 rows, 30.63 KiB in 0.001768 sec., 237556.56108597285 rows/sec., 16.92 MiB/sec. | ||
| 11006 | 2025.04.22 03:09:52.467215 [ 77 ] {} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11007 | 2025.04.22 03:09:52.467284 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 11008 | 2025.04.22 03:09:52.467333 [ 276 ] {29b2eb98-c783-4dda-8554-940ece96ee15} <Debug> TCPHandler: Processed in 0.002229539 sec. | ||
| 11009 | 2025.04.22 03:09:52.467539 [ 196 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 11010 | 2025.04.22 03:09:52.467552 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11011 | 2025.04.22 03:09:52.467788 [ 276 ] {9cf3859f-751a-44e7-b8c9-20a1d0156faf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11012 | 2025.04.22 03:09:52.467857 [ 196 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11013 | 2025.04.22 03:09:52.467877 [ 276 ] {9cf3859f-751a-44e7-b8c9-20a1d0156faf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11014 | 2025.04.22 03:09:52.467938 [ 196 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 916 rows starting from the beginning of the part | ||
| 11015 | 2025.04.22 03:09:52.468364 [ 196 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 528 rows starting from the beginning of the part | ||
| 11016 | 2025.04.22 03:09:52.468639 [ 196 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 64 rows starting from the beginning of the part | ||
| 11017 | 2025.04.22 03:09:52.468970 [ 196 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 418 rows starting from the beginning of the part | ||
| 11018 | 2025.04.22 03:09:52.469294 [ 196 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 68 rows starting from the beginning of the part | ||
| 11019 | 2025.04.22 03:09:52.469729 [ 196 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 420 rows starting from the beginning of the part | ||
| 11020 | 2025.04.22 03:09:52.470567 [ 276 ] {9cf3859f-751a-44e7-b8c9-20a1d0156faf} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11021 | 2025.04.22 03:09:52.470632 [ 276 ] {9cf3859f-751a-44e7-b8c9-20a1d0156faf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 11022 | 2025.04.22 03:09:52.471418 [ 276 ] {9cf3859f-751a-44e7-b8c9-20a1d0156faf} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 11023 | 2025.04.22 03:09:52.471972 [ 276 ] {9cf3859f-751a-44e7-b8c9-20a1d0156faf} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11024 | 2025.04.22 03:09:52.472328 [ 276 ] {9cf3859f-751a-44e7-b8c9-20a1d0156faf} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004617 sec., 1299.5451591942822 rows/sec., 67.90 KiB/sec. | ||
| 11025 | 2025.04.22 03:09:52.472393 [ 276 ] {9cf3859f-751a-44e7-b8c9-20a1d0156faf} <Debug> TCPHandler: Processed in 0.004920212 sec. | ||
| 11026 | 2025.04.22 03:09:52.472509 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11027 | 2025.04.22 03:09:52.472696 [ 276 ] {c62cbf84-8fe6-4784-9107-28553670b0cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11028 | 2025.04.22 03:09:52.472847 [ 276 ] {c62cbf84-8fe6-4784-9107-28553670b0cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11029 | 2025.04.22 03:09:52.473107 [ 196 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2414 rows, containing 5 columns (5 merged, 0 gathered) in 0.005700083 sec., 423502.6051375042 rows/sec., 32.43 MiB/sec. | ||
| 11030 | 2025.04.22 03:09:52.473389 [ 196 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11031 | 2025.04.22 03:09:52.473916 [ 196 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_91_18} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11032 | 2025.04.22 03:09:52.474052 [ 276 ] {c62cbf84-8fe6-4784-9107-28553670b0cc} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11033 | 2025.04.22 03:09:52.474096 [ 196 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_91_18} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11034 | 2025.04.22 03:09:52.474104 [ 276 ] {c62cbf84-8fe6-4784-9107-28553670b0cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 11035 | 2025.04.22 03:09:52.474254 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 11036 | 2025.04.22 03:09:52.474628 [ 276 ] {c62cbf84-8fe6-4784-9107-28553670b0cc} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11037 | 2025.04.22 03:09:52.474873 [ 276 ] {c62cbf84-8fe6-4784-9107-28553670b0cc} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11038 | 2025.04.22 03:09:52.475106 [ 276 ] {c62cbf84-8fe6-4784-9107-28553670b0cc} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.002492 sec., 95505.61797752809 rows/sec., 6.40 MiB/sec. | ||
| 11039 | 2025.04.22 03:09:52.475220 [ 276 ] {c62cbf84-8fe6-4784-9107-28553670b0cc} <Debug> TCPHandler: Processed in 0.002758403 sec. | ||
| 11040 | 2025.04.22 03:09:52.475383 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11041 | 2025.04.22 03:09:52.475660 [ 276 ] {c509a57d-ae8e-41e3-ae3d-33b8b0aede6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11042 | 2025.04.22 03:09:52.475724 [ 276 ] {c509a57d-ae8e-41e3-ae3d-33b8b0aede6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11043 | 2025.04.22 03:09:52.476131 [ 276 ] {c509a57d-ae8e-41e3-ae3d-33b8b0aede6a} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11044 | 2025.04.22 03:09:52.476170 [ 276 ] {c509a57d-ae8e-41e3-ae3d-33b8b0aede6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 11045 | 2025.04.22 03:09:52.476506 [ 276 ] {c509a57d-ae8e-41e3-ae3d-33b8b0aede6a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 11046 | 2025.04.22 03:09:52.476759 [ 276 ] {c509a57d-ae8e-41e3-ae3d-33b8b0aede6a} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11047 | 2025.04.22 03:09:52.476989 [ 276 ] {c509a57d-ae8e-41e3-ae3d-33b8b0aede6a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001423 sec., 702.7406886858749 rows/sec., 47.35 KiB/sec. | ||
| 11048 | 2025.04.22 03:09:52.477147 [ 276 ] {c509a57d-ae8e-41e3-ae3d-33b8b0aede6a} <Debug> TCPHandler: Processed in 0.00185478 sec. | ||
| 11049 | 2025.04.22 03:09:52.477351 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11050 | 2025.04.22 03:09:52.477453 [ 276 ] {e21c8207-687e-456e-ba3b-fa8d8ecab2f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11051 | 2025.04.22 03:09:52.477526 [ 276 ] {e21c8207-687e-456e-ba3b-fa8d8ecab2f6} <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 | ||
| 11052 | 2025.04.22 03:09:52.478655 [ 276 ] {e21c8207-687e-456e-ba3b-fa8d8ecab2f6} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11053 | 2025.04.22 03:09:52.478694 [ 276 ] {e21c8207-687e-456e-ba3b-fa8d8ecab2f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 11054 | 2025.04.22 03:09:52.479344 [ 276 ] {e21c8207-687e-456e-ba3b-fa8d8ecab2f6} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 11055 | 2025.04.22 03:09:52.479594 [ 276 ] {e21c8207-687e-456e-ba3b-fa8d8ecab2f6} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11056 | 2025.04.22 03:09:52.479818 [ 276 ] {e21c8207-687e-456e-ba3b-fa8d8ecab2f6} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002387 sec., 15081.69250104734 rows/sec., 27.03 MiB/sec. | ||
| 11057 | 2025.04.22 03:09:52.479908 [ 276 ] {e21c8207-687e-456e-ba3b-fa8d8ecab2f6} <Debug> TCPHandler: Processed in 0.00262407 sec. | ||
| 11058 | 2025.04.22 03:09:52.480026 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11059 | 2025.04.22 03:09:52.480128 [ 276 ] {3ab2b680-bf39-4cab-a868-716fdaeba6bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11060 | 2025.04.22 03:09:52.480173 [ 276 ] {3ab2b680-bf39-4cab-a868-716fdaeba6bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11061 | 2025.04.22 03:09:52.480615 [ 276 ] {3ab2b680-bf39-4cab-a868-716fdaeba6bf} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11062 | 2025.04.22 03:09:52.480654 [ 276 ] {3ab2b680-bf39-4cab-a868-716fdaeba6bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 11063 | 2025.04.22 03:09:52.481011 [ 276 ] {3ab2b680-bf39-4cab-a868-716fdaeba6bf} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11064 | 2025.04.22 03:09:52.481245 [ 276 ] {3ab2b680-bf39-4cab-a868-716fdaeba6bf} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11065 | 2025.04.22 03:09:52.481418 [ 77 ] {} <Debug> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11066 | 2025.04.22 03:09:52.481470 [ 276 ] {3ab2b680-bf39-4cab-a868-716fdaeba6bf} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001358 sec., 60382.916053019144 rows/sec., 3.84 MiB/sec. | ||
| 11067 | 2025.04.22 03:09:52.481478 [ 77 ] {} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11068 | 2025.04.22 03:09:52.481550 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 11069 | 2025.04.22 03:09:52.481595 [ 276 ] {3ab2b680-bf39-4cab-a868-716fdaeba6bf} <Debug> TCPHandler: Processed in 0.001615163 sec. | ||
| 11070 | 2025.04.22 03:09:52.481781 [ 190 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 11071 | 2025.04.22 03:09:52.481918 [ 190 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11072 | 2025.04.22 03:09:52.481953 [ 190 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 4940 rows starting from the beginning of the part | ||
| 11073 | 2025.04.22 03:09:52.482072 [ 190 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 42 rows starting from the beginning of the part | ||
| 11074 | 2025.04.22 03:09:52.482280 [ 190 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 18 rows starting from the beginning of the part | ||
| 11075 | 2025.04.22 03:09:52.482468 [ 190 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 82 rows starting from the beginning of the part | ||
| 11076 | 2025.04.22 03:09:52.482651 [ 190 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 60 rows starting from the beginning of the part | ||
| 11077 | 2025.04.22 03:09:52.482785 [ 190 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 82 rows starting from the beginning of the part | ||
| 11078 | 2025.04.22 03:09:52.484592 [ 196 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5224 rows, containing 4 columns (4 merged, 0 gathered) in 0.002941849 sec., 1775753.9561003982 rows/sec., 116.74 MiB/sec. | ||
| 11079 | 2025.04.22 03:09:52.484992 [ 198 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11080 | 2025.04.22 03:09:52.485336 [ 198 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_91_18} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11081 | 2025.04.22 03:09:52.485444 [ 198 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_91_18} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11082 | 2025.04.22 03:09:52.485537 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. | ||
| 11083 | 2025.04.22 03:09:52.572960 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 | ||
| 11084 | 2025.04.22 03:09:52.594047 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11085 | 2025.04.22 03:09:52.594089 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 11086 | 2025.04.22 03:09:52.601295 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 11087 | 2025.04.22 03:09:52.602084 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11088 | 2025.04.22 03:09:52.604716 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 415 | ||
| 11089 | 2025.04.22 03:09:53.000219 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 241.98 MiB, peak 248.92 MiB, free memory in arenas 0.00 B, will set to 240.48 MiB (RSS), difference: -1.49 MiB | ||
| 11090 | 2025.04.22 03:09:57.436581 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11091 | 2025.04.22 03:09:57.436811 [ 276 ] {5daec4fa-c192-4cd9-9cc1-278c0cbbcbcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11092 | 2025.04.22 03:09:57.436895 [ 276 ] {5daec4fa-c192-4cd9-9cc1-278c0cbbcbcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11093 | 2025.04.22 03:09:57.437688 [ 276 ] {5daec4fa-c192-4cd9-9cc1-278c0cbbcbcb} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11094 | 2025.04.22 03:09:57.437741 [ 276 ] {5daec4fa-c192-4cd9-9cc1-278c0cbbcbcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 11095 | 2025.04.22 03:09:57.438188 [ 276 ] {5daec4fa-c192-4cd9-9cc1-278c0cbbcbcb} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11096 | 2025.04.22 03:09:57.438454 [ 276 ] {5daec4fa-c192-4cd9-9cc1-278c0cbbcbcb} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11097 | 2025.04.22 03:09:57.438682 [ 276 ] {5daec4fa-c192-4cd9-9cc1-278c0cbbcbcb} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.001929 sec., 33177.81233799896 rows/sec., 2.63 MiB/sec. | ||
| 11098 | 2025.04.22 03:09:57.438750 [ 276 ] {5daec4fa-c192-4cd9-9cc1-278c0cbbcbcb} <Debug> TCPHandler: Processed in 0.002311562 sec. | ||
| 11099 | 2025.04.22 03:09:57.438898 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11100 | 2025.04.22 03:09:57.439011 [ 276 ] {31330915-a204-44a0-96fc-26d2deb97d41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11101 | 2025.04.22 03:09:57.439062 [ 276 ] {31330915-a204-44a0-96fc-26d2deb97d41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11102 | 2025.04.22 03:09:57.439596 [ 276 ] {31330915-a204-44a0-96fc-26d2deb97d41} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11103 | 2025.04.22 03:09:57.439637 [ 276 ] {31330915-a204-44a0-96fc-26d2deb97d41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 11104 | 2025.04.22 03:09:57.440001 [ 276 ] {31330915-a204-44a0-96fc-26d2deb97d41} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 11105 | 2025.04.22 03:09:57.440263 [ 276 ] {31330915-a204-44a0-96fc-26d2deb97d41} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11106 | 2025.04.22 03:09:57.440475 [ 276 ] {31330915-a204-44a0-96fc-26d2deb97d41} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.00149 sec., 2684.5637583892617 rows/sec., 201.87 KiB/sec. | ||
| 11107 | 2025.04.22 03:09:57.440529 [ 276 ] {31330915-a204-44a0-96fc-26d2deb97d41} <Debug> TCPHandler: Processed in 0.001684805 sec. | ||
| 11108 | 2025.04.22 03:09:57.440650 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11109 | 2025.04.22 03:09:57.440756 [ 276 ] {ea2f4758-1e8c-475e-9346-02e7e4ed959a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11110 | 2025.04.22 03:09:57.440803 [ 276 ] {ea2f4758-1e8c-475e-9346-02e7e4ed959a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11111 | 2025.04.22 03:09:57.441366 [ 276 ] {ea2f4758-1e8c-475e-9346-02e7e4ed959a} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11112 | 2025.04.22 03:09:57.441407 [ 276 ] {ea2f4758-1e8c-475e-9346-02e7e4ed959a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 11113 | 2025.04.22 03:09:57.441772 [ 276 ] {ea2f4758-1e8c-475e-9346-02e7e4ed959a} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11114 | 2025.04.22 03:09:57.442015 [ 276 ] {ea2f4758-1e8c-475e-9346-02e7e4ed959a} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11115 | 2025.04.22 03:09:57.442219 [ 276 ] {ea2f4758-1e8c-475e-9346-02e7e4ed959a} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001485 sec., 45791.24579124579 rows/sec., 3.57 MiB/sec. | ||
| 11116 | 2025.04.22 03:09:57.442270 [ 276 ] {ea2f4758-1e8c-475e-9346-02e7e4ed959a} <Debug> TCPHandler: Processed in 0.001672455 sec. | ||
| 11117 | 2025.04.22 03:09:57.442393 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11118 | 2025.04.22 03:09:57.442497 [ 276 ] {382c5218-88f5-4112-8e9a-bc41908c48ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11119 | 2025.04.22 03:09:57.442548 [ 276 ] {382c5218-88f5-4112-8e9a-bc41908c48ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11120 | 2025.04.22 03:09:57.443073 [ 276 ] {382c5218-88f5-4112-8e9a-bc41908c48ac} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11121 | 2025.04.22 03:09:57.443113 [ 276 ] {382c5218-88f5-4112-8e9a-bc41908c48ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 11122 | 2025.04.22 03:09:57.443547 [ 276 ] {382c5218-88f5-4112-8e9a-bc41908c48ac} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11123 | 2025.04.22 03:09:57.443786 [ 276 ] {382c5218-88f5-4112-8e9a-bc41908c48ac} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11124 | 2025.04.22 03:09:57.443989 [ 276 ] {382c5218-88f5-4112-8e9a-bc41908c48ac} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001513 sec., 105750.16523463318 rows/sec., 7.37 MiB/sec. | ||
| 11125 | 2025.04.22 03:09:57.444041 [ 276 ] {382c5218-88f5-4112-8e9a-bc41908c48ac} <Debug> TCPHandler: Processed in 0.001699485 sec. | ||
| 11126 | 2025.04.22 03:09:57.444159 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11127 | 2025.04.22 03:09:57.444266 [ 276 ] {11a4099d-4f17-4f18-a63b-086384989c88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11128 | 2025.04.22 03:09:57.444335 [ 276 ] {11a4099d-4f17-4f18-a63b-086384989c88} <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 | ||
| 11129 | 2025.04.22 03:09:57.445375 [ 276 ] {11a4099d-4f17-4f18-a63b-086384989c88} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11130 | 2025.04.22 03:09:57.445416 [ 276 ] {11a4099d-4f17-4f18-a63b-086384989c88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 11131 | 2025.04.22 03:09:57.446007 [ 276 ] {11a4099d-4f17-4f18-a63b-086384989c88} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 11132 | 2025.04.22 03:09:57.446273 [ 276 ] {11a4099d-4f17-4f18-a63b-086384989c88} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11133 | 2025.04.22 03:09:57.446499 [ 276 ] {11a4099d-4f17-4f18-a63b-086384989c88} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002256 sec., 1773.0496453900707 rows/sec., 3.18 MiB/sec. | ||
| 11134 | 2025.04.22 03:09:57.446591 [ 276 ] {11a4099d-4f17-4f18-a63b-086384989c88} <Debug> TCPHandler: Processed in 0.002482437 sec. | ||
| 11135 | 2025.04.22 03:09:57.446715 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11136 | 2025.04.22 03:09:57.446822 [ 276 ] {70852cdb-7bfc-450c-9fdc-a6884c5362ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11137 | 2025.04.22 03:09:57.446870 [ 276 ] {70852cdb-7bfc-450c-9fdc-a6884c5362ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11138 | 2025.04.22 03:09:57.447305 [ 276 ] {70852cdb-7bfc-450c-9fdc-a6884c5362ab} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11139 | 2025.04.22 03:09:57.447345 [ 276 ] {70852cdb-7bfc-450c-9fdc-a6884c5362ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 11140 | 2025.04.22 03:09:57.447703 [ 276 ] {70852cdb-7bfc-450c-9fdc-a6884c5362ab} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11141 | 2025.04.22 03:09:57.447939 [ 276 ] {70852cdb-7bfc-450c-9fdc-a6884c5362ab} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11142 | 2025.04.22 03:09:57.448129 [ 276 ] {70852cdb-7bfc-450c-9fdc-a6884c5362ab} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001328 sec., 45180.72289156626 rows/sec., 3.04 MiB/sec. | ||
| 11143 | 2025.04.22 03:09:57.448179 [ 276 ] {70852cdb-7bfc-450c-9fdc-a6884c5362ab} <Debug> TCPHandler: Processed in 0.001513101 sec. | ||
| 11144 | 2025.04.22 03:09:58.180459 [ 61 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11145 | 2025.04.22 03:09:58.180516 [ 61 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11146 | 2025.04.22 03:09:58.342227 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25681 | ||
| 11147 | 2025.04.22 03:09:58.342972 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11148 | 2025.04.22 03:09:58.343021 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 11149 | 2025.04.22 03:09:58.343549 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 11150 | 2025.04.22 03:09:58.343805 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11151 | 2025.04.22 03:09:58.344009 [ 61 ] {} <Debug> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 11152 | 2025.04.22 03:09:58.344066 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25681 | ||
| 11153 | 2025.04.22 03:09:58.344091 [ 61 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11154 | 2025.04.22 03:09:58.344123 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 11155 | 2025.04.22 03:09:58.344285 [ 190 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 11156 | 2025.04.22 03:09:58.344523 [ 190 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11157 | 2025.04.22 03:09:58.344573 [ 190 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 23363 rows starting from the beginning of the part | ||
| 11158 | 2025.04.22 03:09:58.344652 [ 190 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 488 rows starting from the beginning of the part | ||
| 11159 | 2025.04.22 03:09:58.344898 [ 190 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 427 rows starting from the beginning of the part | ||
| 11160 | 2025.04.22 03:09:58.345038 [ 190 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 488 rows starting from the beginning of the part | ||
| 11161 | 2025.04.22 03:09:58.345234 [ 190 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 427 rows starting from the beginning of the part | ||
| 11162 | 2025.04.22 03:09:58.345332 [ 190 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 488 rows starting from the beginning of the part | ||
| 11163 | 2025.04.22 03:09:58.348044 [ 192 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25681 rows, containing 4 columns (4 merged, 0 gathered) in 0.003837562 sec., 6692009.145389703 rows/sec., 95.73 MiB/sec. | ||
| 11164 | 2025.04.22 03:09:58.348251 [ 190 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 11165 | 2025.04.22 03:09:58.348543 [ 190 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_56_11} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11166 | 2025.04.22 03:09:58.348627 [ 190 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_56_11} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 11167 | 2025.04.22 03:09:58.348718 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. | ||
| 11168 | 2025.04.22 03:09:58.469047 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1568 | ||
| 11169 | 2025.04.22 03:09:58.471930 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11170 | 2025.04.22 03:09:58.471972 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 11171 | 2025.04.22 03:09:58.473341 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11172 | 2025.04.22 03:09:58.473650 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11173 | 2025.04.22 03:09:58.473861 [ 61 ] {} <Debug> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 11174 | 2025.04.22 03:09:58.473958 [ 61 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11175 | 2025.04.22 03:09:58.474023 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 11176 | 2025.04.22 03:09:58.474695 [ 201 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::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 | ||
| 11177 | 2025.04.22 03:09:58.475829 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1568 | ||
| 11178 | 2025.04.22 03:09:58.476307 [ 201 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11179 | 2025.04.22 03:09:58.476501 [ 201 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1382 rows starting from the beginning of the part | ||
| 11180 | 2025.04.22 03:09:58.477007 [ 201 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 34 rows starting from the beginning of the part | ||
| 11181 | 2025.04.22 03:09:58.477483 [ 201 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 36 rows starting from the beginning of the part | ||
| 11182 | 2025.04.22 03:09:58.477955 [ 201 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 46 rows starting from the beginning of the part | ||
| 11183 | 2025.04.22 03:09:58.478421 [ 201 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 34 rows starting from the beginning of the part | ||
| 11184 | 2025.04.22 03:09:58.478899 [ 201 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 36 rows starting from the beginning of the part | ||
| 11185 | 2025.04.22 03:09:58.487548 [ 190 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1568 rows, containing 72 columns (72 merged, 0 gathered) in 0.013380408 sec., 117186.26218273763 rows/sec., 90.60 MiB/sec. | ||
| 11186 | 2025.04.22 03:09:58.489452 [ 190 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 11187 | 2025.04.22 03:09:58.490209 [ 190 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_41_8} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11188 | 2025.04.22 03:09:58.490290 [ 190 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_41_8} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 11189 | 2025.04.22 03:09:58.490598 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB. | ||
| 11190 | 2025.04.22 03:10:00.104775 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422 | ||
| 11191 | 2025.04.22 03:10:00.125459 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11192 | 2025.04.22 03:10:00.125505 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11193 | 2025.04.22 03:10:00.132737 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 11194 | 2025.04.22 03:10:00.133504 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11195 | 2025.04.22 03:10:00.133901 [ 65 ] {} <Debug> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 11196 | 2025.04.22 03:10:00.134041 [ 65 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11197 | 2025.04.22 03:10:00.134105 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11198 | 2025.04.22 03:10:00.134410 [ 192 ] {221840db-82c7-49e0-9543-fc81844dee87::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 | ||
| 11199 | 2025.04.22 03:10:00.141986 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 422 | ||
| 11200 | 2025.04.22 03:10:00.143339 [ 192 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11201 | 2025.04.22 03:10:00.144213 [ 192 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 385 rows starting from the beginning of the part | ||
| 11202 | 2025.04.22 03:10:00.148860 [ 192 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 7 rows starting from the beginning of the part | ||
| 11203 | 2025.04.22 03:10:00.153544 [ 192 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 8 rows starting from the beginning of the part | ||
| 11204 | 2025.04.22 03:10:00.158495 [ 192 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 7 rows starting from the beginning of the part | ||
| 11205 | 2025.04.22 03:10:00.163709 [ 192 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 8 rows starting from the beginning of the part | ||
| 11206 | 2025.04.22 03:10:00.167915 [ 192 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 7 rows starting from the beginning of the part | ||
| 11207 | 2025.04.22 03:10:00.224255 [ 192 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.090024388 sec., 4687.618648404475 rows/sec., 24.24 MiB/sec. | ||
| 11208 | 2025.04.22 03:10:00.227382 [ 187 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 11209 | 2025.04.22 03:10:00.230328 [ 187 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_56_11} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11210 | 2025.04.22 03:10:00.230452 [ 187 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_56_11} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 11211 | 2025.04.22 03:10:00.233001 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 11212 | 2025.04.22 03:10:02.443638 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11213 | 2025.04.22 03:10:02.443849 [ 276 ] {029e892c-e4bb-4b05-96d8-6c86ff6c0cfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11214 | 2025.04.22 03:10:02.443930 [ 276 ] {029e892c-e4bb-4b05-96d8-6c86ff6c0cfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11215 | 2025.04.22 03:10:02.444813 [ 276 ] {029e892c-e4bb-4b05-96d8-6c86ff6c0cfc} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11216 | 2025.04.22 03:10:02.444865 [ 276 ] {029e892c-e4bb-4b05-96d8-6c86ff6c0cfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11217 | 2025.04.22 03:10:02.445342 [ 276 ] {029e892c-e4bb-4b05-96d8-6c86ff6c0cfc} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 11218 | 2025.04.22 03:10:02.445598 [ 276 ] {029e892c-e4bb-4b05-96d8-6c86ff6c0cfc} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11219 | 2025.04.22 03:10:02.445785 [ 60 ] {} <Debug> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 11220 | 2025.04.22 03:10:02.445851 [ 276 ] {029e892c-e4bb-4b05-96d8-6c86ff6c0cfc} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002057 sec., 103062.71268838114 rows/sec., 6.55 MiB/sec. | ||
| 11221 | 2025.04.22 03:10:02.445870 [ 60 ] {} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11222 | 2025.04.22 03:10:02.445943 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11223 | 2025.04.22 03:10:02.445995 [ 276 ] {029e892c-e4bb-4b05-96d8-6c86ff6c0cfc} <Debug> TCPHandler: Processed in 0.002493236 sec. | ||
| 11224 | 2025.04.22 03:10:02.446199 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11225 | 2025.04.22 03:10:02.446207 [ 197 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full | ||
| 11226 | 2025.04.22 03:10:02.446395 [ 276 ] {407b2981-4408-453f-b960-2d657ca0ba7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11227 | 2025.04.22 03:10:02.446500 [ 276 ] {407b2981-4408-453f-b960-2d657ca0ba7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11228 | 2025.04.22 03:10:02.446540 [ 197 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11229 | 2025.04.22 03:10:02.446651 [ 197 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 212 rows starting from the beginning of the part | ||
| 11230 | 2025.04.22 03:10:02.447022 [ 197 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 212 rows starting from the beginning of the part | ||
| 11231 | 2025.04.22 03:10:02.447407 [ 197 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 212 rows starting from the beginning of the part | ||
| 11232 | 2025.04.22 03:10:02.447769 [ 197 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 212 rows starting from the beginning of the part | ||
| 11233 | 2025.04.22 03:10:02.448152 [ 197 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 212 rows starting from the beginning of the part | ||
| 11234 | 2025.04.22 03:10:02.449697 [ 276 ] {407b2981-4408-453f-b960-2d657ca0ba7f} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11235 | 2025.04.22 03:10:02.449759 [ 276 ] {407b2981-4408-453f-b960-2d657ca0ba7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11236 | 2025.04.22 03:10:02.450736 [ 276 ] {407b2981-4408-453f-b960-2d657ca0ba7f} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 11237 | 2025.04.22 03:10:02.450745 [ 197 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004673275 sec., 226821.66146867024 rows/sec., 15.29 MiB/sec. | ||
| 11238 | 2025.04.22 03:10:02.450965 [ 197 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 11239 | 2025.04.22 03:10:02.451172 [ 276 ] {407b2981-4408-453f-b960-2d657ca0ba7f} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11240 | 2025.04.22 03:10:02.451638 [ 197 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_29_7} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11241 | 2025.04.22 03:10:02.451660 [ 276 ] {407b2981-4408-453f-b960-2d657ca0ba7f} <Debug> executeQuery: Read 689 rows, 56.23 KiB in 0.005318 sec., 129559.98495675066 rows/sec., 10.33 MiB/sec. | ||
| 11242 | 2025.04.22 03:10:02.451958 [ 197 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_29_7} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 11243 | 2025.04.22 03:10:02.452036 [ 276 ] {407b2981-4408-453f-b960-2d657ca0ba7f} <Debug> TCPHandler: Processed in 0.005905108 sec. | ||
| 11244 | 2025.04.22 03:10:02.452206 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 11245 | 2025.04.22 03:10:02.452427 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11246 | 2025.04.22 03:10:02.452582 [ 276 ] {64c8f7a4-7383-4062-93ce-198057465909} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11247 | 2025.04.22 03:10:02.452630 [ 276 ] {64c8f7a4-7383-4062-93ce-198057465909} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11248 | 2025.04.22 03:10:02.453234 [ 276 ] {64c8f7a4-7383-4062-93ce-198057465909} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11249 | 2025.04.22 03:10:02.453273 [ 276 ] {64c8f7a4-7383-4062-93ce-198057465909} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11250 | 2025.04.22 03:10:02.453639 [ 276 ] {64c8f7a4-7383-4062-93ce-198057465909} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 11251 | 2025.04.22 03:10:02.453873 [ 276 ] {64c8f7a4-7383-4062-93ce-198057465909} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11252 | 2025.04.22 03:10:02.454076 [ 276 ] {64c8f7a4-7383-4062-93ce-198057465909} <Debug> executeQuery: Read 142 rows, 9.09 KiB in 0.001519 sec., 93482.5543120474 rows/sec., 5.85 MiB/sec. | ||
| 11253 | 2025.04.22 03:10:02.454125 [ 276 ] {64c8f7a4-7383-4062-93ce-198057465909} <Debug> TCPHandler: Processed in 0.001805878 sec. | ||
| 11254 | 2025.04.22 03:10:02.454241 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11255 | 2025.04.22 03:10:02.454348 [ 276 ] {c3527b1f-8a30-404c-baf4-abb09933fcd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11256 | 2025.04.22 03:10:02.454392 [ 276 ] {c3527b1f-8a30-404c-baf4-abb09933fcd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11257 | 2025.04.22 03:10:02.454916 [ 276 ] {c3527b1f-8a30-404c-baf4-abb09933fcd1} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11258 | 2025.04.22 03:10:02.454954 [ 276 ] {c3527b1f-8a30-404c-baf4-abb09933fcd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11259 | 2025.04.22 03:10:02.455304 [ 276 ] {c3527b1f-8a30-404c-baf4-abb09933fcd1} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11260 | 2025.04.22 03:10:02.455558 [ 276 ] {c3527b1f-8a30-404c-baf4-abb09933fcd1} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11261 | 2025.04.22 03:10:02.455799 [ 276 ] {c3527b1f-8a30-404c-baf4-abb09933fcd1} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001462 sec., 77291.38166894665 rows/sec., 5.00 MiB/sec. | ||
| 11262 | 2025.04.22 03:10:02.455892 [ 276 ] {c3527b1f-8a30-404c-baf4-abb09933fcd1} <Debug> TCPHandler: Processed in 0.001692355 sec. | ||
| 11263 | 2025.04.22 03:10:02.456119 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11264 | 2025.04.22 03:10:02.456224 [ 276 ] {834aa0e7-1901-4445-9d38-344f56f1ae52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11265 | 2025.04.22 03:10:02.456270 [ 276 ] {834aa0e7-1901-4445-9d38-344f56f1ae52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11266 | 2025.04.22 03:10:02.456811 [ 276 ] {834aa0e7-1901-4445-9d38-344f56f1ae52} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11267 | 2025.04.22 03:10:02.456849 [ 276 ] {834aa0e7-1901-4445-9d38-344f56f1ae52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11268 | 2025.04.22 03:10:02.457197 [ 276 ] {834aa0e7-1901-4445-9d38-344f56f1ae52} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 11269 | 2025.04.22 03:10:02.457438 [ 276 ] {834aa0e7-1901-4445-9d38-344f56f1ae52} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11270 | 2025.04.22 03:10:02.457606 [ 60 ] {} <Debug> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 11271 | 2025.04.22 03:10:02.457662 [ 276 ] {834aa0e7-1901-4445-9d38-344f56f1ae52} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001453 sec., 77081.89951823812 rows/sec., 4.39 MiB/sec. | ||
| 11272 | 2025.04.22 03:10:02.457670 [ 60 ] {} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11273 | 2025.04.22 03:10:02.457745 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11274 | 2025.04.22 03:10:02.457792 [ 276 ] {834aa0e7-1901-4445-9d38-344f56f1ae52} <Debug> TCPHandler: Processed in 0.001754827 sec. | ||
| 11275 | 2025.04.22 03:10:02.458043 [ 200 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full | ||
| 11276 | 2025.04.22 03:10:02.458173 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11277 | 2025.04.22 03:10:02.458506 [ 200 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11278 | 2025.04.22 03:10:02.458552 [ 276 ] {cdc26f96-0ce1-4976-92f4-6f6bcad96a25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11279 | 2025.04.22 03:10:02.458574 [ 200 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 112 rows starting from the beginning of the part | ||
| 11280 | 2025.04.22 03:10:02.458654 [ 276 ] {cdc26f96-0ce1-4976-92f4-6f6bcad96a25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11281 | 2025.04.22 03:10:02.458854 [ 200 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 112 rows starting from the beginning of the part | ||
| 11282 | 2025.04.22 03:10:02.459179 [ 200 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 112 rows starting from the beginning of the part | ||
| 11283 | 2025.04.22 03:10:02.459477 [ 200 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 112 rows starting from the beginning of the part | ||
| 11284 | 2025.04.22 03:10:02.459782 [ 200 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 112 rows starting from the beginning of the part | ||
| 11285 | 2025.04.22 03:10:02.461676 [ 276 ] {cdc26f96-0ce1-4976-92f4-6f6bcad96a25} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11286 | 2025.04.22 03:10:02.461751 [ 276 ] {cdc26f96-0ce1-4976-92f4-6f6bcad96a25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11287 | 2025.04.22 03:10:02.462647 [ 194 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004791659 sec., 116869.75220899483 rows/sec., 7.10 MiB/sec. | ||
| 11288 | 2025.04.22 03:10:02.462724 [ 276 ] {cdc26f96-0ce1-4976-92f4-6f6bcad96a25} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 11289 | 2025.04.22 03:10:02.462895 [ 194 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 11290 | 2025.04.22 03:10:02.463173 [ 276 ] {cdc26f96-0ce1-4976-92f4-6f6bcad96a25} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11291 | 2025.04.22 03:10:02.463495 [ 194 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_29_7} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11292 | 2025.04.22 03:10:02.463514 [ 276 ] {cdc26f96-0ce1-4976-92f4-6f6bcad96a25} <Debug> executeQuery: Read 418 rows, 30.47 KiB in 0.005029 sec., 83117.91608669717 rows/sec., 5.92 MiB/sec. | ||
| 11293 | 2025.04.22 03:10:02.463683 [ 276 ] {cdc26f96-0ce1-4976-92f4-6f6bcad96a25} <Debug> TCPHandler: Processed in 0.005662982 sec. | ||
| 11294 | 2025.04.22 03:10:02.463707 [ 194 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_29_7} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 11295 | 2025.04.22 03:10:02.463856 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11296 | 2025.04.22 03:10:02.463871 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 11297 | 2025.04.22 03:10:02.463973 [ 276 ] {aeaebf76-310c-44d3-8743-746770e2ab44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11298 | 2025.04.22 03:10:02.464025 [ 276 ] {aeaebf76-310c-44d3-8743-746770e2ab44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11299 | 2025.04.22 03:10:02.464514 [ 276 ] {aeaebf76-310c-44d3-8743-746770e2ab44} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11300 | 2025.04.22 03:10:02.464570 [ 276 ] {aeaebf76-310c-44d3-8743-746770e2ab44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11301 | 2025.04.22 03:10:02.465066 [ 276 ] {aeaebf76-310c-44d3-8743-746770e2ab44} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 11302 | 2025.04.22 03:10:02.465385 [ 276 ] {aeaebf76-310c-44d3-8743-746770e2ab44} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11303 | 2025.04.22 03:10:02.465587 [ 276 ] {aeaebf76-310c-44d3-8743-746770e2ab44} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001636 sec., 3667.481662591687 rows/sec., 191.61 KiB/sec. | ||
| 11304 | 2025.04.22 03:10:02.465636 [ 276 ] {aeaebf76-310c-44d3-8743-746770e2ab44} <Debug> TCPHandler: Processed in 0.00185656 sec. | ||
| 11305 | 2025.04.22 03:10:02.465758 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11306 | 2025.04.22 03:10:02.465861 [ 276 ] {f427cfc3-caf9-4320-ab34-f01e9a63fece} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11307 | 2025.04.22 03:10:02.465912 [ 276 ] {f427cfc3-caf9-4320-ab34-f01e9a63fece} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11308 | 2025.04.22 03:10:02.466464 [ 276 ] {f427cfc3-caf9-4320-ab34-f01e9a63fece} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11309 | 2025.04.22 03:10:02.466502 [ 276 ] {f427cfc3-caf9-4320-ab34-f01e9a63fece} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11310 | 2025.04.22 03:10:02.466903 [ 276 ] {f427cfc3-caf9-4320-ab34-f01e9a63fece} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 11311 | 2025.04.22 03:10:02.467207 [ 276 ] {f427cfc3-caf9-4320-ab34-f01e9a63fece} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11312 | 2025.04.22 03:10:02.467423 [ 276 ] {f427cfc3-caf9-4320-ab34-f01e9a63fece} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001576 sec., 150380.7106598985 rows/sec., 10.08 MiB/sec. | ||
| 11313 | 2025.04.22 03:10:02.467517 [ 276 ] {f427cfc3-caf9-4320-ab34-f01e9a63fece} <Debug> TCPHandler: Processed in 0.001809168 sec. | ||
| 11314 | 2025.04.22 03:10:02.467690 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11315 | 2025.04.22 03:10:02.467883 [ 276 ] {373a747e-e800-4975-aa5c-b0ade18e232b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11316 | 2025.04.22 03:10:02.467933 [ 276 ] {373a747e-e800-4975-aa5c-b0ade18e232b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11317 | 2025.04.22 03:10:02.468353 [ 276 ] {373a747e-e800-4975-aa5c-b0ade18e232b} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11318 | 2025.04.22 03:10:02.468391 [ 276 ] {373a747e-e800-4975-aa5c-b0ade18e232b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11319 | 2025.04.22 03:10:02.468740 [ 276 ] {373a747e-e800-4975-aa5c-b0ade18e232b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 11320 | 2025.04.22 03:10:02.468983 [ 276 ] {373a747e-e800-4975-aa5c-b0ade18e232b} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11321 | 2025.04.22 03:10:02.469220 [ 276 ] {373a747e-e800-4975-aa5c-b0ade18e232b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001363 sec., 733.6757153338224 rows/sec., 49.44 KiB/sec. | ||
| 11322 | 2025.04.22 03:10:02.469311 [ 276 ] {373a747e-e800-4975-aa5c-b0ade18e232b} <Debug> TCPHandler: Processed in 0.001713636 sec. | ||
| 11323 | 2025.04.22 03:10:02.469548 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11324 | 2025.04.22 03:10:02.469651 [ 276 ] {f28c94b6-5b60-4631-a922-3d4b4a94b323} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11325 | 2025.04.22 03:10:02.469722 [ 276 ] {f28c94b6-5b60-4631-a922-3d4b4a94b323} <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 | ||
| 11326 | 2025.04.22 03:10:02.470814 [ 276 ] {f28c94b6-5b60-4631-a922-3d4b4a94b323} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11327 | 2025.04.22 03:10:02.470852 [ 276 ] {f28c94b6-5b60-4631-a922-3d4b4a94b323} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11328 | 2025.04.22 03:10:02.471500 [ 276 ] {f28c94b6-5b60-4631-a922-3d4b4a94b323} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 11329 | 2025.04.22 03:10:02.471764 [ 276 ] {f28c94b6-5b60-4631-a922-3d4b4a94b323} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11330 | 2025.04.22 03:10:02.471995 [ 276 ] {f28c94b6-5b60-4631-a922-3d4b4a94b323} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002366 sec., 15215.553677092139 rows/sec., 27.27 MiB/sec. | ||
| 11331 | 2025.04.22 03:10:02.472086 [ 276 ] {f28c94b6-5b60-4631-a922-3d4b4a94b323} <Debug> TCPHandler: Processed in 0.00262334 sec. | ||
| 11332 | 2025.04.22 03:10:02.472202 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11333 | 2025.04.22 03:10:02.472304 [ 276 ] {070c8a41-74dd-46d3-a243-3bd1863ce400} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11334 | 2025.04.22 03:10:02.472350 [ 276 ] {070c8a41-74dd-46d3-a243-3bd1863ce400} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11335 | 2025.04.22 03:10:02.472763 [ 276 ] {070c8a41-74dd-46d3-a243-3bd1863ce400} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11336 | 2025.04.22 03:10:02.472801 [ 276 ] {070c8a41-74dd-46d3-a243-3bd1863ce400} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11337 | 2025.04.22 03:10:02.473161 [ 276 ] {070c8a41-74dd-46d3-a243-3bd1863ce400} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 11338 | 2025.04.22 03:10:02.473417 [ 276 ] {070c8a41-74dd-46d3-a243-3bd1863ce400} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11339 | 2025.04.22 03:10:02.473620 [ 276 ] {070c8a41-74dd-46d3-a243-3bd1863ce400} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001337 sec., 61331.33881824981 rows/sec., 3.90 MiB/sec. | ||
| 11340 | 2025.04.22 03:10:02.473667 [ 276 ] {070c8a41-74dd-46d3-a243-3bd1863ce400} <Debug> TCPHandler: Processed in 0.001512851 sec. | ||
| 11341 | 2025.04.22 03:10:05.675110 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11342 | 2025.04.22 03:10:05.675402 [ 276 ] {140a0b1b-8303-489a-a41c-acaf931106f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11343 | 2025.04.22 03:10:05.675480 [ 276 ] {140a0b1b-8303-489a-a41c-acaf931106f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11344 | 2025.04.22 03:10:05.676258 [ 276 ] {140a0b1b-8303-489a-a41c-acaf931106f5} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11345 | 2025.04.22 03:10:05.676314 [ 276 ] {140a0b1b-8303-489a-a41c-acaf931106f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11346 | 2025.04.22 03:10:05.676739 [ 276 ] {140a0b1b-8303-489a-a41c-acaf931106f5} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 11347 | 2025.04.22 03:10:05.676998 [ 276 ] {140a0b1b-8303-489a-a41c-acaf931106f5} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11348 | 2025.04.22 03:10:05.677269 [ 276 ] {140a0b1b-8303-489a-a41c-acaf931106f5} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001913 sec., 2090.9566126502873 rows/sec., 170.50 KiB/sec. | ||
| 11349 | 2025.04.22 03:10:05.677443 [ 276 ] {140a0b1b-8303-489a-a41c-acaf931106f5} <Debug> TCPHandler: Processed in 0.002516127 sec. | ||
| 11350 | 2025.04.22 03:10:05.677644 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11351 | 2025.04.22 03:10:05.677756 [ 276 ] {b122fe5c-c5cf-4710-a9b7-f6115fdb921d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11352 | 2025.04.22 03:10:05.677807 [ 276 ] {b122fe5c-c5cf-4710-a9b7-f6115fdb921d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11353 | 2025.04.22 03:10:05.679006 [ 276 ] {b122fe5c-c5cf-4710-a9b7-f6115fdb921d} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11354 | 2025.04.22 03:10:05.679050 [ 276 ] {b122fe5c-c5cf-4710-a9b7-f6115fdb921d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11355 | 2025.04.22 03:10:05.679490 [ 276 ] {b122fe5c-c5cf-4710-a9b7-f6115fdb921d} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 11356 | 2025.04.22 03:10:05.679735 [ 276 ] {b122fe5c-c5cf-4710-a9b7-f6115fdb921d} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11357 | 2025.04.22 03:10:05.679953 [ 276 ] {b122fe5c-c5cf-4710-a9b7-f6115fdb921d} <Debug> executeQuery: Read 1206 rows, 101.90 KiB in 0.002222 sec., 542754.2754275427 rows/sec., 44.78 MiB/sec. | ||
| 11358 | 2025.04.22 03:10:05.680011 [ 276 ] {b122fe5c-c5cf-4710-a9b7-f6115fdb921d} <Debug> TCPHandler: Processed in 0.002431655 sec. | ||
| 11359 | 2025.04.22 03:10:05.680128 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11360 | 2025.04.22 03:10:05.680237 [ 276 ] {09c21aea-cc5a-4d4c-9c75-a8efca3acdae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11361 | 2025.04.22 03:10:05.680285 [ 276 ] {09c21aea-cc5a-4d4c-9c75-a8efca3acdae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11362 | 2025.04.22 03:10:05.680797 [ 276 ] {09c21aea-cc5a-4d4c-9c75-a8efca3acdae} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11363 | 2025.04.22 03:10:05.680838 [ 276 ] {09c21aea-cc5a-4d4c-9c75-a8efca3acdae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11364 | 2025.04.22 03:10:05.681190 [ 276 ] {09c21aea-cc5a-4d4c-9c75-a8efca3acdae} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 11365 | 2025.04.22 03:10:05.681430 [ 276 ] {09c21aea-cc5a-4d4c-9c75-a8efca3acdae} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11366 | 2025.04.22 03:10:05.681605 [ 56 ] {} <Debug> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 11367 | 2025.04.22 03:10:05.681652 [ 276 ] {09c21aea-cc5a-4d4c-9c75-a8efca3acdae} <Debug> executeQuery: Read 8 rows, 594.00 B in 0.001434 sec., 5578.800557880056 rows/sec., 404.52 KiB/sec. | ||
| 11368 | 2025.04.22 03:10:05.681709 [ 56 ] {} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11369 | 2025.04.22 03:10:05.681774 [ 276 ] {09c21aea-cc5a-4d4c-9c75-a8efca3acdae} <Debug> TCPHandler: Processed in 0.001694045 sec. | ||
| 11370 | 2025.04.22 03:10:05.681777 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11371 | 2025.04.22 03:10:05.682009 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11372 | 2025.04.22 03:10:05.682091 [ 188 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 11373 | 2025.04.22 03:10:05.682531 [ 276 ] {1f2252d9-8adf-4195-a6d7-c9b332392481} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11374 | 2025.04.22 03:10:05.682633 [ 188 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11375 | 2025.04.22 03:10:05.682769 [ 188 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 166 rows starting from the beginning of the part | ||
| 11376 | 2025.04.22 03:10:05.682818 [ 276 ] {1f2252d9-8adf-4195-a6d7-c9b332392481} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11377 | 2025.04.22 03:10:05.683133 [ 188 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 4 rows starting from the beginning of the part | ||
| 11378 | 2025.04.22 03:10:05.683472 [ 188 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 144 rows starting from the beginning of the part | ||
| 11379 | 2025.04.22 03:10:05.683749 [ 188 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 4 rows starting from the beginning of the part | ||
| 11380 | 2025.04.22 03:10:05.684124 [ 188 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 142 rows starting from the beginning of the part | ||
| 11381 | 2025.04.22 03:10:05.684546 [ 188 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 8 rows starting from the beginning of the part | ||
| 11382 | 2025.04.22 03:10:05.686531 [ 276 ] {1f2252d9-8adf-4195-a6d7-c9b332392481} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11383 | 2025.04.22 03:10:05.686609 [ 276 ] {1f2252d9-8adf-4195-a6d7-c9b332392481} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11384 | 2025.04.22 03:10:05.687613 [ 276 ] {1f2252d9-8adf-4195-a6d7-c9b332392481} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11385 | 2025.04.22 03:10:05.687654 [ 193 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 468 rows, containing 5 columns (5 merged, 0 gathered) in 0.005745404 sec., 81456.41281274564 rows/sec., 5.46 MiB/sec. | ||
| 11386 | 2025.04.22 03:10:05.687941 [ 193 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 11387 | 2025.04.22 03:10:05.688054 [ 276 ] {1f2252d9-8adf-4195-a6d7-c9b332392481} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11388 | 2025.04.22 03:10:05.688623 [ 276 ] {1f2252d9-8adf-4195-a6d7-c9b332392481} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.006331 sec., 36013.268046122255 rows/sec., 2.44 MiB/sec. | ||
| 11389 | 2025.04.22 03:10:05.688948 [ 276 ] {1f2252d9-8adf-4195-a6d7-c9b332392481} <Debug> TCPHandler: Processed in 0.00707534 sec. | ||
| 11390 | 2025.04.22 03:10:05.689011 [ 189 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_76_15} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11391 | 2025.04.22 03:10:05.689315 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11392 | 2025.04.22 03:10:05.689488 [ 189 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_76_15} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 11393 | 2025.04.22 03:10:05.689549 [ 276 ] {24402f2f-5434-4299-8fda-1ddd08e4f82d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11394 | 2025.04.22 03:10:05.689645 [ 276 ] {24402f2f-5434-4299-8fda-1ddd08e4f82d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11395 | 2025.04.22 03:10:05.689668 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 11396 | 2025.04.22 03:10:05.690501 [ 276 ] {24402f2f-5434-4299-8fda-1ddd08e4f82d} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11397 | 2025.04.22 03:10:05.690547 [ 276 ] {24402f2f-5434-4299-8fda-1ddd08e4f82d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11398 | 2025.04.22 03:10:05.690937 [ 276 ] {24402f2f-5434-4299-8fda-1ddd08e4f82d} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 11399 | 2025.04.22 03:10:05.691177 [ 276 ] {24402f2f-5434-4299-8fda-1ddd08e4f82d} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11400 | 2025.04.22 03:10:05.691386 [ 276 ] {24402f2f-5434-4299-8fda-1ddd08e4f82d} <Debug> executeQuery: Read 528 rows, 40.05 KiB in 0.001876 sec., 281449.8933901919 rows/sec., 20.85 MiB/sec. | ||
| 11401 | 2025.04.22 03:10:05.691441 [ 276 ] {24402f2f-5434-4299-8fda-1ddd08e4f82d} <Debug> TCPHandler: Processed in 0.00225936 sec. | ||
| 11402 | 2025.04.22 03:10:05.691556 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11403 | 2025.04.22 03:10:05.691663 [ 276 ] {ebf5dc35-6295-433a-8deb-54f0fd83b114} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11404 | 2025.04.22 03:10:05.691713 [ 276 ] {ebf5dc35-6295-433a-8deb-54f0fd83b114} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11405 | 2025.04.22 03:10:05.692427 [ 276 ] {ebf5dc35-6295-433a-8deb-54f0fd83b114} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11406 | 2025.04.22 03:10:05.692467 [ 276 ] {ebf5dc35-6295-433a-8deb-54f0fd83b114} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11407 | 2025.04.22 03:10:05.692907 [ 276 ] {ebf5dc35-6295-433a-8deb-54f0fd83b114} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 11408 | 2025.04.22 03:10:05.693145 [ 276 ] {ebf5dc35-6295-433a-8deb-54f0fd83b114} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11409 | 2025.04.22 03:10:05.693396 [ 276 ] {ebf5dc35-6295-433a-8deb-54f0fd83b114} <Debug> executeQuery: Read 956 rows, 65.68 KiB in 0.001746 sec., 547537.2279495992 rows/sec., 36.74 MiB/sec. | ||
| 11410 | 2025.04.22 03:10:05.693603 [ 276 ] {ebf5dc35-6295-433a-8deb-54f0fd83b114} <Debug> TCPHandler: Processed in 0.002088306 sec. | ||
| 11411 | 2025.04.22 03:10:05.694050 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11412 | 2025.04.22 03:10:05.694472 [ 276 ] {b7c8b656-1806-4575-9b42-076e4fd7a193} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11413 | 2025.04.22 03:10:05.694900 [ 276 ] {b7c8b656-1806-4575-9b42-076e4fd7a193} <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 | ||
| 11414 | 2025.04.22 03:10:05.697094 [ 276 ] {b7c8b656-1806-4575-9b42-076e4fd7a193} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11415 | 2025.04.22 03:10:05.697134 [ 276 ] {b7c8b656-1806-4575-9b42-076e4fd7a193} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11416 | 2025.04.22 03:10:05.697737 [ 276 ] {b7c8b656-1806-4575-9b42-076e4fd7a193} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 11417 | 2025.04.22 03:10:05.697996 [ 276 ] {b7c8b656-1806-4575-9b42-076e4fd7a193} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11418 | 2025.04.22 03:10:05.698188 [ 56 ] {} <Debug> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 11419 | 2025.04.22 03:10:05.698243 [ 276 ] {b7c8b656-1806-4575-9b42-076e4fd7a193} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.003939 sec., 1015.4861640010156 rows/sec., 1.82 MiB/sec. | ||
| 11420 | 2025.04.22 03:10:05.698249 [ 56 ] {} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11421 | 2025.04.22 03:10:05.698362 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11422 | 2025.04.22 03:10:05.698657 [ 276 ] {b7c8b656-1806-4575-9b42-076e4fd7a193} <Debug> TCPHandler: Processed in 0.004749557 sec. | ||
| 11423 | 2025.04.22 03:10:05.699171 [ 193 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 11424 | 2025.04.22 03:10:05.699205 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11425 | 2025.04.22 03:10:05.699619 [ 276 ] {bba36081-c9a1-46e9-9cd9-e96872d20125} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11426 | 2025.04.22 03:10:05.699800 [ 276 ] {bba36081-c9a1-46e9-9cd9-e96872d20125} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11427 | 2025.04.22 03:10:05.700815 [ 193 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11428 | 2025.04.22 03:10:05.700968 [ 193 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1499 rows starting from the beginning of the part | ||
| 11429 | 2025.04.22 03:10:05.701801 [ 193 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 4 rows starting from the beginning of the part | ||
| 11430 | 2025.04.22 03:10:05.702005 [ 276 ] {bba36081-c9a1-46e9-9cd9-e96872d20125} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11431 | 2025.04.22 03:10:05.702145 [ 276 ] {bba36081-c9a1-46e9-9cd9-e96872d20125} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11432 | 2025.04.22 03:10:05.702511 [ 193 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 36 rows starting from the beginning of the part | ||
| 11433 | 2025.04.22 03:10:05.703201 [ 193 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 4 rows starting from the beginning of the part | ||
| 11434 | 2025.04.22 03:10:05.703755 [ 276 ] {bba36081-c9a1-46e9-9cd9-e96872d20125} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 11435 | 2025.04.22 03:10:05.703894 [ 193 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 36 rows starting from the beginning of the part | ||
| 11436 | 2025.04.22 03:10:05.704499 [ 193 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 4 rows starting from the beginning of the part | ||
| 11437 | 2025.04.22 03:10:05.704582 [ 276 ] {bba36081-c9a1-46e9-9cd9-e96872d20125} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11438 | 2025.04.22 03:10:05.705511 [ 276 ] {bba36081-c9a1-46e9-9cd9-e96872d20125} <Debug> executeQuery: Read 42 rows, 2.89 KiB in 0.005969 sec., 7036.354498240911 rows/sec., 484.44 KiB/sec. | ||
| 11439 | 2025.04.22 03:10:05.705988 [ 276 ] {bba36081-c9a1-46e9-9cd9-e96872d20125} <Debug> TCPHandler: Processed in 0.006895804 sec. | ||
| 11440 | 2025.04.22 03:10:05.713989 [ 195 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1583 rows, containing 19 columns (19 merged, 0 gathered) in 0.015392391 sec., 102843.02159424094 rows/sec., 184.29 MiB/sec. | ||
| 11441 | 2025.04.22 03:10:05.715705 [ 195 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 11442 | 2025.04.22 03:10:05.716114 [ 195 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11443 | 2025.04.22 03:10:05.716190 [ 195 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 11444 | 2025.04.22 03:10:05.716338 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.52 MiB. | ||
| 11445 | 2025.04.22 03:10:05.844182 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26108 | ||
| 11446 | 2025.04.22 03:10:05.844758 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11447 | 2025.04.22 03:10:05.844799 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11448 | 2025.04.22 03:10:05.845304 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 11449 | 2025.04.22 03:10:05.845569 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11450 | 2025.04.22 03:10:05.845813 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26108 | ||
| 11451 | 2025.04.22 03:10:06.000195 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 242.43 MiB, peak 254.98 MiB, free memory in arenas 0.00 B, will set to 245.29 MiB (RSS), difference: 2.86 MiB | ||
| 11452 | 2025.04.22 03:10:07.432003 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11453 | 2025.04.22 03:10:07.432212 [ 276 ] {29a979e7-98af-4a21-8076-67bc70ecf0d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11454 | 2025.04.22 03:10:07.432293 [ 276 ] {29a979e7-98af-4a21-8076-67bc70ecf0d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11455 | 2025.04.22 03:10:07.433070 [ 276 ] {29a979e7-98af-4a21-8076-67bc70ecf0d7} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11456 | 2025.04.22 03:10:07.433120 [ 276 ] {29a979e7-98af-4a21-8076-67bc70ecf0d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11457 | 2025.04.22 03:10:07.433569 [ 276 ] {29a979e7-98af-4a21-8076-67bc70ecf0d7} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 11458 | 2025.04.22 03:10:07.433837 [ 276 ] {29a979e7-98af-4a21-8076-67bc70ecf0d7} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11459 | 2025.04.22 03:10:07.434074 [ 276 ] {29a979e7-98af-4a21-8076-67bc70ecf0d7} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001919 sec., 29181.86555497655 rows/sec., 2.24 MiB/sec. | ||
| 11460 | 2025.04.22 03:10:07.434130 [ 276 ] {29a979e7-98af-4a21-8076-67bc70ecf0d7} <Debug> TCPHandler: Processed in 0.002264631 sec. | ||
| 11461 | 2025.04.22 03:10:07.434255 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11462 | 2025.04.22 03:10:07.434360 [ 276 ] {ae9bb2f7-f9d5-4b3e-a18a-bf5a11e1faaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11463 | 2025.04.22 03:10:07.434405 [ 276 ] {ae9bb2f7-f9d5-4b3e-a18a-bf5a11e1faaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11464 | 2025.04.22 03:10:07.434961 [ 276 ] {ae9bb2f7-f9d5-4b3e-a18a-bf5a11e1faaf} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11465 | 2025.04.22 03:10:07.435000 [ 276 ] {ae9bb2f7-f9d5-4b3e-a18a-bf5a11e1faaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11466 | 2025.04.22 03:10:07.435363 [ 276 ] {ae9bb2f7-f9d5-4b3e-a18a-bf5a11e1faaf} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 11467 | 2025.04.22 03:10:07.435602 [ 276 ] {ae9bb2f7-f9d5-4b3e-a18a-bf5a11e1faaf} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11468 | 2025.04.22 03:10:07.435804 [ 276 ] {ae9bb2f7-f9d5-4b3e-a18a-bf5a11e1faaf} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001466 sec., 43656.20736698499 rows/sec., 3.41 MiB/sec. | ||
| 11469 | 2025.04.22 03:10:07.435853 [ 276 ] {ae9bb2f7-f9d5-4b3e-a18a-bf5a11e1faaf} <Debug> TCPHandler: Processed in 0.001648474 sec. | ||
| 11470 | 2025.04.22 03:10:07.435974 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11471 | 2025.04.22 03:10:07.436077 [ 276 ] {4060227b-a104-43fb-a580-b6e5e09d9827} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11472 | 2025.04.22 03:10:07.436128 [ 276 ] {4060227b-a104-43fb-a580-b6e5e09d9827} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11473 | 2025.04.22 03:10:07.436596 [ 276 ] {4060227b-a104-43fb-a580-b6e5e09d9827} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11474 | 2025.04.22 03:10:07.436635 [ 276 ] {4060227b-a104-43fb-a580-b6e5e09d9827} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11475 | 2025.04.22 03:10:07.437009 [ 276 ] {4060227b-a104-43fb-a580-b6e5e09d9827} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 11476 | 2025.04.22 03:10:07.437246 [ 276 ] {4060227b-a104-43fb-a580-b6e5e09d9827} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11477 | 2025.04.22 03:10:07.437411 [ 54 ] {} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Selected 5 parts from all_1_90_18 to all_94_94_0 | ||
| 11478 | 2025.04.22 03:10:07.437451 [ 276 ] {4060227b-a104-43fb-a580-b6e5e09d9827} <Debug> executeQuery: Read 52 rows, 3.70 KiB in 0.001394 sec., 37302.725968436156 rows/sec., 2.59 MiB/sec. | ||
| 11479 | 2025.04.22 03:10:07.437502 [ 54 ] {} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11480 | 2025.04.22 03:10:07.437564 [ 276 ] {4060227b-a104-43fb-a580-b6e5e09d9827} <Debug> TCPHandler: Processed in 0.001639044 sec. | ||
| 11481 | 2025.04.22 03:10:07.437571 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11482 | 2025.04.22 03:10:07.437753 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11483 | 2025.04.22 03:10:07.437756 [ 198 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_94_19} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_90_18 to all_94_94_0 into Compact with storage Full | ||
| 11484 | 2025.04.22 03:10:07.437960 [ 276 ] {74c74f8c-3c8b-44d9-ad5b-6a03325c914d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11485 | 2025.04.22 03:10:07.438067 [ 198 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_94_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11486 | 2025.04.22 03:10:07.438079 [ 276 ] {74c74f8c-3c8b-44d9-ad5b-6a03325c914d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11487 | 2025.04.22 03:10:07.438156 [ 198 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_94_19} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_90_18, total 26656 rows starting from the beginning of the part | ||
| 11488 | 2025.04.22 03:10:07.438505 [ 198 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_94_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 238 rows starting from the beginning of the part | ||
| 11489 | 2025.04.22 03:10:07.438882 [ 198 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_94_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 160 rows starting from the beginning of the part | ||
| 11490 | 2025.04.22 03:10:07.439245 [ 198 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_94_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 237 rows starting from the beginning of the part | ||
| 11491 | 2025.04.22 03:10:07.439596 [ 198 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_94_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 956 rows starting from the beginning of the part | ||
| 11492 | 2025.04.22 03:10:07.440564 [ 276 ] {74c74f8c-3c8b-44d9-ad5b-6a03325c914d} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11493 | 2025.04.22 03:10:07.440632 [ 276 ] {74c74f8c-3c8b-44d9-ad5b-6a03325c914d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11494 | 2025.04.22 03:10:07.441229 [ 276 ] {74c74f8c-3c8b-44d9-ad5b-6a03325c914d} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 11495 | 2025.04.22 03:10:07.441535 [ 276 ] {74c74f8c-3c8b-44d9-ad5b-6a03325c914d} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11496 | 2025.04.22 03:10:07.441928 [ 276 ] {74c74f8c-3c8b-44d9-ad5b-6a03325c914d} <Debug> executeQuery: Read 18 rows, 1.25 KiB in 0.004041 sec., 4454.342984409799 rows/sec., 309.09 KiB/sec. | ||
| 11497 | 2025.04.22 03:10:07.442097 [ 276 ] {74c74f8c-3c8b-44d9-ad5b-6a03325c914d} <Debug> TCPHandler: Processed in 0.004419578 sec. | ||
| 11498 | 2025.04.22 03:10:07.446383 [ 198 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_94_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28247 rows, containing 5 columns (5 merged, 0 gathered) in 0.008692673 sec., 3249518.3012175886 rows/sec., 219.85 MiB/sec. | ||
| 11499 | 2025.04.22 03:10:07.446759 [ 190 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_94_19} <Trace> MergedBlockOutputStream: filled checksums all_1_94_19 (state Temporary) | ||
| 11500 | 2025.04.22 03:10:07.447119 [ 190 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_94_19} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_merge_all_1_94_19 to all_1_94_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11501 | 2025.04.22 03:10:07.447217 [ 190 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_94_19} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Merged 5 parts: [all_1_90_18, all_94_94_0] -> all_1_94_19 | ||
| 11502 | 2025.04.22 03:10:07.447310 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.23 MiB. | ||
| 11503 | 2025.04.22 03:10:07.642048 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430 | ||
| 11504 | 2025.04.22 03:10:07.660341 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11505 | 2025.04.22 03:10:07.660400 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11506 | 2025.04.22 03:10:07.667273 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 11507 | 2025.04.22 03:10:07.668042 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11508 | 2025.04.22 03:10:07.671466 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 430 | ||
| 11509 | 2025.04.22 03:10:08.476044 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1614 | ||
| 11510 | 2025.04.22 03:10:08.479356 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11511 | 2025.04.22 03:10:08.479405 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11512 | 2025.04.22 03:10:08.480927 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11513 | 2025.04.22 03:10:08.481251 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11514 | 2025.04.22 03:10:08.482211 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1614 | ||
| 11515 | 2025.04.22 03:10:12.444365 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11516 | 2025.04.22 03:10:12.444674 [ 276 ] {5b9563fb-1ef1-4b8a-a204-14a7b1b8d535} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11517 | 2025.04.22 03:10:12.444745 [ 276 ] {5b9563fb-1ef1-4b8a-a204-14a7b1b8d535} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11518 | 2025.04.22 03:10:12.445645 [ 276 ] {5b9563fb-1ef1-4b8a-a204-14a7b1b8d535} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11519 | 2025.04.22 03:10:12.445694 [ 276 ] {5b9563fb-1ef1-4b8a-a204-14a7b1b8d535} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11520 | 2025.04.22 03:10:12.446158 [ 276 ] {5b9563fb-1ef1-4b8a-a204-14a7b1b8d535} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 11521 | 2025.04.22 03:10:12.446415 [ 276 ] {5b9563fb-1ef1-4b8a-a204-14a7b1b8d535} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11522 | 2025.04.22 03:10:12.446646 [ 276 ] {5b9563fb-1ef1-4b8a-a204-14a7b1b8d535} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002029 sec., 104484.96796451454 rows/sec., 6.65 MiB/sec. | ||
| 11523 | 2025.04.22 03:10:12.446706 [ 276 ] {5b9563fb-1ef1-4b8a-a204-14a7b1b8d535} <Debug> TCPHandler: Processed in 0.002524017 sec. | ||
| 11524 | 2025.04.22 03:10:12.446848 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11525 | 2025.04.22 03:10:12.446957 [ 276 ] {e39bc91e-3155-4524-b070-830a3f97b39f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11526 | 2025.04.22 03:10:12.447006 [ 276 ] {e39bc91e-3155-4524-b070-830a3f97b39f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11527 | 2025.04.22 03:10:12.447785 [ 276 ] {e39bc91e-3155-4524-b070-830a3f97b39f} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11528 | 2025.04.22 03:10:12.447824 [ 276 ] {e39bc91e-3155-4524-b070-830a3f97b39f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11529 | 2025.04.22 03:10:12.448216 [ 276 ] {e39bc91e-3155-4524-b070-830a3f97b39f} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 11530 | 2025.04.22 03:10:12.448461 [ 276 ] {e39bc91e-3155-4524-b070-830a3f97b39f} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11531 | 2025.04.22 03:10:12.448649 [ 276 ] {e39bc91e-3155-4524-b070-830a3f97b39f} <Debug> executeQuery: Read 689 rows, 56.23 KiB in 0.001706 sec., 403868.69871043373 rows/sec., 32.19 MiB/sec. | ||
| 11532 | 2025.04.22 03:10:12.448652 [ 49 ] {} <Debug> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 11533 | 2025.04.22 03:10:12.448727 [ 276 ] {e39bc91e-3155-4524-b070-830a3f97b39f} <Debug> TCPHandler: Processed in 0.001932031 sec. | ||
| 11534 | 2025.04.22 03:10:12.448759 [ 49 ] {} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11535 | 2025.04.22 03:10:12.448812 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11536 | 2025.04.22 03:10:12.448897 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11537 | 2025.04.22 03:10:12.448976 [ 191 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 11538 | 2025.04.22 03:10:12.449030 [ 276 ] {ded95164-88bb-4c2d-8817-f6e207aab106} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11539 | 2025.04.22 03:10:12.449087 [ 276 ] {ded95164-88bb-4c2d-8817-f6e207aab106} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11540 | 2025.04.22 03:10:12.449160 [ 191 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11541 | 2025.04.22 03:10:12.449212 [ 191 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1847 rows starting from the beginning of the part | ||
| 11542 | 2025.04.22 03:10:12.449371 [ 191 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 64 rows starting from the beginning of the part | ||
| 11543 | 2025.04.22 03:10:12.449847 [ 191 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 689 rows starting from the beginning of the part | ||
| 11544 | 2025.04.22 03:10:12.450266 [ 191 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 1206 rows starting from the beginning of the part | ||
| 11545 | 2025.04.22 03:10:12.450624 [ 191 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 56 rows starting from the beginning of the part | ||
| 11546 | 2025.04.22 03:10:12.450905 [ 191 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 689 rows starting from the beginning of the part | ||
| 11547 | 2025.04.22 03:10:12.451708 [ 276 ] {ded95164-88bb-4c2d-8817-f6e207aab106} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11548 | 2025.04.22 03:10:12.451751 [ 276 ] {ded95164-88bb-4c2d-8817-f6e207aab106} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11549 | 2025.04.22 03:10:12.452260 [ 276 ] {ded95164-88bb-4c2d-8817-f6e207aab106} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 11550 | 2025.04.22 03:10:12.452580 [ 276 ] {ded95164-88bb-4c2d-8817-f6e207aab106} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11551 | 2025.04.22 03:10:12.452800 [ 276 ] {ded95164-88bb-4c2d-8817-f6e207aab106} <Debug> executeQuery: Read 142 rows, 9.09 KiB in 0.003791 sec., 37457.13532049591 rows/sec., 2.34 MiB/sec. | ||
| 11552 | 2025.04.22 03:10:12.452902 [ 276 ] {ded95164-88bb-4c2d-8817-f6e207aab106} <Debug> TCPHandler: Processed in 0.004073889 sec. | ||
| 11553 | 2025.04.22 03:10:12.453097 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11554 | 2025.04.22 03:10:12.453328 [ 276 ] {a17e320f-30c2-4979-aa4a-820a2993c616} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11555 | 2025.04.22 03:10:12.453397 [ 276 ] {a17e320f-30c2-4979-aa4a-820a2993c616} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11556 | 2025.04.22 03:10:12.453630 [ 190 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4551 rows, containing 5 columns (5 merged, 0 gathered) in 0.004721216 sec., 963946.576475213 rows/sec., 81.92 MiB/sec. | ||
| 11557 | 2025.04.22 03:10:12.454044 [ 190 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 11558 | 2025.04.22 03:10:12.454466 [ 276 ] {a17e320f-30c2-4979-aa4a-820a2993c616} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11559 | 2025.04.22 03:10:12.454529 [ 276 ] {a17e320f-30c2-4979-aa4a-820a2993c616} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11560 | 2025.04.22 03:10:12.454770 [ 201 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_96_19} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11561 | 2025.04.22 03:10:12.455008 [ 201 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_96_19} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 11562 | 2025.04.22 03:10:12.455197 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. | ||
| 11563 | 2025.04.22 03:10:12.455256 [ 276 ] {a17e320f-30c2-4979-aa4a-820a2993c616} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11564 | 2025.04.22 03:10:12.455503 [ 276 ] {a17e320f-30c2-4979-aa4a-820a2993c616} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11565 | 2025.04.22 03:10:12.455681 [ 276 ] {a17e320f-30c2-4979-aa4a-820a2993c616} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002426 sec., 46578.73042044517 rows/sec., 3.02 MiB/sec. | ||
| 11566 | 2025.04.22 03:10:12.455760 [ 276 ] {a17e320f-30c2-4979-aa4a-820a2993c616} <Debug> TCPHandler: Processed in 0.002774354 sec. | ||
| 11567 | 2025.04.22 03:10:12.455899 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11568 | 2025.04.22 03:10:12.456012 [ 276 ] {3c5a6848-1107-48fe-a732-347d08248917} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11569 | 2025.04.22 03:10:12.456057 [ 276 ] {3c5a6848-1107-48fe-a732-347d08248917} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11570 | 2025.04.22 03:10:12.456604 [ 276 ] {3c5a6848-1107-48fe-a732-347d08248917} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11571 | 2025.04.22 03:10:12.456641 [ 276 ] {3c5a6848-1107-48fe-a732-347d08248917} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11572 | 2025.04.22 03:10:12.456988 [ 276 ] {3c5a6848-1107-48fe-a732-347d08248917} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 11573 | 2025.04.22 03:10:12.457224 [ 276 ] {3c5a6848-1107-48fe-a732-347d08248917} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11574 | 2025.04.22 03:10:12.457432 [ 276 ] {3c5a6848-1107-48fe-a732-347d08248917} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001434 sec., 78103.20781032079 rows/sec., 4.45 MiB/sec. | ||
| 11575 | 2025.04.22 03:10:12.457519 [ 276 ] {3c5a6848-1107-48fe-a732-347d08248917} <Debug> TCPHandler: Processed in 0.001674214 sec. | ||
| 11576 | 2025.04.22 03:10:12.457770 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11577 | 2025.04.22 03:10:12.457880 [ 276 ] {9869c4e6-b4ae-4481-bc65-bd793d7a0a30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11578 | 2025.04.22 03:10:12.457926 [ 276 ] {9869c4e6-b4ae-4481-bc65-bd793d7a0a30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11579 | 2025.04.22 03:10:12.458570 [ 276 ] {9869c4e6-b4ae-4481-bc65-bd793d7a0a30} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11580 | 2025.04.22 03:10:12.458608 [ 276 ] {9869c4e6-b4ae-4481-bc65-bd793d7a0a30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11581 | 2025.04.22 03:10:12.458971 [ 276 ] {9869c4e6-b4ae-4481-bc65-bd793d7a0a30} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 11582 | 2025.04.22 03:10:12.459208 [ 276 ] {9869c4e6-b4ae-4481-bc65-bd793d7a0a30} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11583 | 2025.04.22 03:10:12.459402 [ 48 ] {} <Debug> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 11584 | 2025.04.22 03:10:12.459408 [ 276 ] {9869c4e6-b4ae-4481-bc65-bd793d7a0a30} <Debug> executeQuery: Read 418 rows, 30.47 KiB in 0.001543 sec., 270900.842514582 rows/sec., 19.28 MiB/sec. | ||
| 11585 | 2025.04.22 03:10:12.459485 [ 48 ] {} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11586 | 2025.04.22 03:10:12.459569 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11587 | 2025.04.22 03:10:12.459576 [ 276 ] {9869c4e6-b4ae-4481-bc65-bd793d7a0a30} <Debug> TCPHandler: Processed in 0.001894231 sec. | ||
| 11588 | 2025.04.22 03:10:12.459797 [ 190 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 11589 | 2025.04.22 03:10:12.459808 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11590 | 2025.04.22 03:10:12.460058 [ 276 ] {37436521-9512-46f6-a367-37428e8220c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11591 | 2025.04.22 03:10:12.460080 [ 190 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11592 | 2025.04.22 03:10:12.460165 [ 276 ] {37436521-9512-46f6-a367-37428e8220c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11593 | 2025.04.22 03:10:12.460173 [ 190 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 916 rows starting from the beginning of the part | ||
| 11594 | 2025.04.22 03:10:12.460602 [ 190 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 68 rows starting from the beginning of the part | ||
| 11595 | 2025.04.22 03:10:12.461007 [ 190 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 418 rows starting from the beginning of the part | ||
| 11596 | 2025.04.22 03:10:12.461412 [ 190 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 528 rows starting from the beginning of the part | ||
| 11597 | 2025.04.22 03:10:12.461599 [ 190 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 64 rows starting from the beginning of the part | ||
| 11598 | 2025.04.22 03:10:12.461844 [ 190 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 418 rows starting from the beginning of the part | ||
| 11599 | 2025.04.22 03:10:12.462968 [ 276 ] {37436521-9512-46f6-a367-37428e8220c9} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11600 | 2025.04.22 03:10:12.463034 [ 276 ] {37436521-9512-46f6-a367-37428e8220c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11601 | 2025.04.22 03:10:12.463936 [ 276 ] {37436521-9512-46f6-a367-37428e8220c9} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 11602 | 2025.04.22 03:10:12.464450 [ 276 ] {37436521-9512-46f6-a367-37428e8220c9} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11603 | 2025.04.22 03:10:12.464705 [ 276 ] {37436521-9512-46f6-a367-37428e8220c9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004734 sec., 1267.4271229404308 rows/sec., 66.22 KiB/sec. | ||
| 11604 | 2025.04.22 03:10:12.464766 [ 276 ] {37436521-9512-46f6-a367-37428e8220c9} <Debug> TCPHandler: Processed in 0.005039215 sec. | ||
| 11605 | 2025.04.22 03:10:12.464984 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11606 | 2025.04.22 03:10:12.465160 [ 186 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2412 rows, containing 5 columns (5 merged, 0 gathered) in 0.005477267 sec., 440365.6056934964 rows/sec., 33.72 MiB/sec. | ||
| 11607 | 2025.04.22 03:10:12.465206 [ 276 ] {7559d222-8477-48d0-ac5b-d0f6fbf577d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11608 | 2025.04.22 03:10:12.465286 [ 276 ] {7559d222-8477-48d0-ac5b-d0f6fbf577d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11609 | 2025.04.22 03:10:12.465483 [ 186 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 11610 | 2025.04.22 03:10:12.466106 [ 186 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_96_19} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11611 | 2025.04.22 03:10:12.466332 [ 186 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_96_19} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 11612 | 2025.04.22 03:10:12.466566 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 11613 | 2025.04.22 03:10:12.466624 [ 276 ] {7559d222-8477-48d0-ac5b-d0f6fbf577d7} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11614 | 2025.04.22 03:10:12.466669 [ 276 ] {7559d222-8477-48d0-ac5b-d0f6fbf577d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11615 | 2025.04.22 03:10:12.467076 [ 276 ] {7559d222-8477-48d0-ac5b-d0f6fbf577d7} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 11616 | 2025.04.22 03:10:12.467320 [ 276 ] {7559d222-8477-48d0-ac5b-d0f6fbf577d7} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11617 | 2025.04.22 03:10:12.467511 [ 276 ] {7559d222-8477-48d0-ac5b-d0f6fbf577d7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002348 sec., 100936.96763202727 rows/sec., 6.77 MiB/sec. | ||
| 11618 | 2025.04.22 03:10:12.467570 [ 276 ] {7559d222-8477-48d0-ac5b-d0f6fbf577d7} <Debug> TCPHandler: Processed in 0.002673092 sec. | ||
| 11619 | 2025.04.22 03:10:12.467693 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11620 | 2025.04.22 03:10:12.467797 [ 276 ] {0086d393-2f06-45b7-ae1b-35f039a13c0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11621 | 2025.04.22 03:10:12.467844 [ 276 ] {0086d393-2f06-45b7-ae1b-35f039a13c0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11622 | 2025.04.22 03:10:12.468250 [ 276 ] {0086d393-2f06-45b7-ae1b-35f039a13c0f} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11623 | 2025.04.22 03:10:12.468288 [ 276 ] {0086d393-2f06-45b7-ae1b-35f039a13c0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11624 | 2025.04.22 03:10:12.468634 [ 276 ] {0086d393-2f06-45b7-ae1b-35f039a13c0f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 11625 | 2025.04.22 03:10:12.468871 [ 276 ] {0086d393-2f06-45b7-ae1b-35f039a13c0f} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11626 | 2025.04.22 03:10:12.469040 [ 48 ] {} <Debug> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
| 11627 | 2025.04.22 03:10:12.469072 [ 276 ] {0086d393-2f06-45b7-ae1b-35f039a13c0f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001295 sec., 772.2007722007722 rows/sec., 52.03 KiB/sec. | ||
| 11628 | 2025.04.22 03:10:12.469096 [ 48 ] {} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11629 | 2025.04.22 03:10:12.469155 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11630 | 2025.04.22 03:10:12.469178 [ 276 ] {0086d393-2f06-45b7-ae1b-35f039a13c0f} <Debug> TCPHandler: Processed in 0.001534612 sec. | ||
| 11631 | 2025.04.22 03:10:12.469492 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11632 | 2025.04.22 03:10:12.469617 [ 186 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_30_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full | ||
| 11633 | 2025.04.22 03:10:12.469807 [ 276 ] {4eafde33-5178-40da-a3d3-56f4878c873d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11634 | 2025.04.22 03:10:12.470158 [ 276 ] {4eafde33-5178-40da-a3d3-56f4878c873d} <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 | ||
| 11635 | 2025.04.22 03:10:12.470246 [ 186 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11636 | 2025.04.22 03:10:12.470355 [ 186 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 25 rows starting from the beginning of the part | ||
| 11637 | 2025.04.22 03:10:12.470664 [ 186 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part | ||
| 11638 | 2025.04.22 03:10:12.470951 [ 186 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part | ||
| 11639 | 2025.04.22 03:10:12.471275 [ 186 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part | ||
| 11640 | 2025.04.22 03:10:12.471588 [ 186 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part | ||
| 11641 | 2025.04.22 03:10:12.471929 [ 186 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part | ||
| 11642 | 2025.04.22 03:10:12.475589 [ 186 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.00633134 sec., 4738.333433364816 rows/sec., 319.28 KiB/sec. | ||
| 11643 | 2025.04.22 03:10:12.475800 [ 186 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
| 11644 | 2025.04.22 03:10:12.476155 [ 276 ] {4eafde33-5178-40da-a3d3-56f4878c873d} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11645 | 2025.04.22 03:10:12.476216 [ 276 ] {4eafde33-5178-40da-a3d3-56f4878c873d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11646 | 2025.04.22 03:10:12.476478 [ 186 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_30_6} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11647 | 2025.04.22 03:10:12.476690 [ 186 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_30_6} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
| 11648 | 2025.04.22 03:10:12.476866 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 11649 | 2025.04.22 03:10:12.477340 [ 276 ] {4eafde33-5178-40da-a3d3-56f4878c873d} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 11650 | 2025.04.22 03:10:12.477615 [ 276 ] {4eafde33-5178-40da-a3d3-56f4878c873d} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11651 | 2025.04.22 03:10:12.477837 [ 276 ] {4eafde33-5178-40da-a3d3-56f4878c873d} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.008146 sec., 4419.34691873312 rows/sec., 7.92 MiB/sec. | ||
| 11652 | 2025.04.22 03:10:12.477945 [ 276 ] {4eafde33-5178-40da-a3d3-56f4878c873d} <Debug> TCPHandler: Processed in 0.008562149 sec. | ||
| 11653 | 2025.04.22 03:10:12.478077 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11654 | 2025.04.22 03:10:12.478182 [ 276 ] {38b6bfee-580a-4989-a1e6-829702f71fe8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11655 | 2025.04.22 03:10:12.478229 [ 276 ] {38b6bfee-580a-4989-a1e6-829702f71fe8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11656 | 2025.04.22 03:10:12.478667 [ 276 ] {38b6bfee-580a-4989-a1e6-829702f71fe8} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11657 | 2025.04.22 03:10:12.478705 [ 276 ] {38b6bfee-580a-4989-a1e6-829702f71fe8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11658 | 2025.04.22 03:10:12.479062 [ 276 ] {38b6bfee-580a-4989-a1e6-829702f71fe8} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 11659 | 2025.04.22 03:10:12.479300 [ 276 ] {38b6bfee-580a-4989-a1e6-829702f71fe8} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11660 | 2025.04.22 03:10:12.479487 [ 48 ] {} <Debug> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 11661 | 2025.04.22 03:10:12.479500 [ 276 ] {38b6bfee-580a-4989-a1e6-829702f71fe8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00133 sec., 61654.13533834586 rows/sec., 3.92 MiB/sec. | ||
| 11662 | 2025.04.22 03:10:12.479541 [ 48 ] {} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11663 | 2025.04.22 03:10:12.479606 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11664 | 2025.04.22 03:10:12.479620 [ 276 ] {38b6bfee-580a-4989-a1e6-829702f71fe8} <Debug> TCPHandler: Processed in 0.001591873 sec. | ||
| 11665 | 2025.04.22 03:10:12.479788 [ 187 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 11666 | 2025.04.22 03:10:12.479902 [ 187 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11667 | 2025.04.22 03:10:12.479934 [ 187 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5224 rows starting from the beginning of the part | ||
| 11668 | 2025.04.22 03:10:12.480036 [ 187 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 60 rows starting from the beginning of the part | ||
| 11669 | 2025.04.22 03:10:12.480255 [ 187 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 82 rows starting from the beginning of the part | ||
| 11670 | 2025.04.22 03:10:12.480417 [ 187 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 42 rows starting from the beginning of the part | ||
| 11671 | 2025.04.22 03:10:12.480554 [ 187 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 18 rows starting from the beginning of the part | ||
| 11672 | 2025.04.22 03:10:12.480740 [ 187 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 82 rows starting from the beginning of the part | ||
| 11673 | 2025.04.22 03:10:12.482484 [ 192 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5508 rows, containing 4 columns (4 merged, 0 gathered) in 0.002771714 sec., 1987218.017443358 rows/sec., 130.58 MiB/sec. | ||
| 11674 | 2025.04.22 03:10:12.482798 [ 187 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 11675 | 2025.04.22 03:10:12.483062 [ 187 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_96_19} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11676 | 2025.04.22 03:10:12.483136 [ 187 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_96_19} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 11677 | 2025.04.22 03:10:12.483203 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. | ||
| 11678 | 2025.04.22 03:10:13.180760 [ 48 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11679 | 2025.04.22 03:10:13.180817 [ 48 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11680 | 2025.04.22 03:10:13.345957 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26596 | ||
| 11681 | 2025.04.22 03:10:13.346875 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11682 | 2025.04.22 03:10:13.346916 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11683 | 2025.04.22 03:10:13.347452 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 11684 | 2025.04.22 03:10:13.347707 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11685 | 2025.04.22 03:10:13.347975 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26596 | ||
| 11686 | 2025.04.22 03:10:15.171527 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 437 | ||
| 11687 | 2025.04.22 03:10:15.191169 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11688 | 2025.04.22 03:10:15.191230 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11689 | 2025.04.22 03:10:15.198366 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 11690 | 2025.04.22 03:10:15.199103 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11691 | 2025.04.22 03:10:15.203052 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 437 | ||
| 11692 | 2025.04.22 03:10:17.437537 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11693 | 2025.04.22 03:10:17.437726 [ 276 ] {14c7a2b4-c149-439b-8361-04b84e3e9d1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11694 | 2025.04.22 03:10:17.437800 [ 276 ] {14c7a2b4-c149-439b-8361-04b84e3e9d1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11695 | 2025.04.22 03:10:17.438684 [ 276 ] {14c7a2b4-c149-439b-8361-04b84e3e9d1f} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11696 | 2025.04.22 03:10:17.438746 [ 276 ] {14c7a2b4-c149-439b-8361-04b84e3e9d1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11697 | 2025.04.22 03:10:17.439275 [ 276 ] {14c7a2b4-c149-439b-8361-04b84e3e9d1f} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 11698 | 2025.04.22 03:10:17.439583 [ 276 ] {14c7a2b4-c149-439b-8361-04b84e3e9d1f} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11699 | 2025.04.22 03:10:17.439848 [ 276 ] {14c7a2b4-c149-439b-8361-04b84e3e9d1f} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.00217 sec., 29493.087557603685 rows/sec., 2.33 MiB/sec. | ||
| 11700 | 2025.04.22 03:10:17.439953 [ 276 ] {14c7a2b4-c149-439b-8361-04b84e3e9d1f} <Debug> TCPHandler: Processed in 0.002544708 sec. | ||
| 11701 | 2025.04.22 03:10:17.440135 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11702 | 2025.04.22 03:10:17.440415 [ 276 ] {421ff9fd-028d-4f1f-93bf-ebabba276b5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11703 | 2025.04.22 03:10:17.440473 [ 276 ] {421ff9fd-028d-4f1f-93bf-ebabba276b5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11704 | 2025.04.22 03:10:17.441432 [ 276 ] {421ff9fd-028d-4f1f-93bf-ebabba276b5b} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11705 | 2025.04.22 03:10:17.441517 [ 276 ] {421ff9fd-028d-4f1f-93bf-ebabba276b5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11706 | 2025.04.22 03:10:17.442158 [ 276 ] {421ff9fd-028d-4f1f-93bf-ebabba276b5b} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 11707 | 2025.04.22 03:10:17.442397 [ 276 ] {421ff9fd-028d-4f1f-93bf-ebabba276b5b} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11708 | 2025.04.22 03:10:17.442601 [ 276 ] {421ff9fd-028d-4f1f-93bf-ebabba276b5b} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.002284 sec., 1751.3134851138354 rows/sec., 131.69 KiB/sec. | ||
| 11709 | 2025.04.22 03:10:17.442655 [ 276 ] {421ff9fd-028d-4f1f-93bf-ebabba276b5b} <Debug> TCPHandler: Processed in 0.00261905 sec. | ||
| 11710 | 2025.04.22 03:10:17.442766 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11711 | 2025.04.22 03:10:17.442871 [ 276 ] {1fb25516-ceac-40ef-a113-b941471c3dfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11712 | 2025.04.22 03:10:17.442917 [ 276 ] {1fb25516-ceac-40ef-a113-b941471c3dfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11713 | 2025.04.22 03:10:17.443464 [ 276 ] {1fb25516-ceac-40ef-a113-b941471c3dfe} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11714 | 2025.04.22 03:10:17.443504 [ 276 ] {1fb25516-ceac-40ef-a113-b941471c3dfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11715 | 2025.04.22 03:10:17.443856 [ 276 ] {1fb25516-ceac-40ef-a113-b941471c3dfe} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 11716 | 2025.04.22 03:10:17.444095 [ 276 ] {1fb25516-ceac-40ef-a113-b941471c3dfe} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11717 | 2025.04.22 03:10:17.444290 [ 276 ] {1fb25516-ceac-40ef-a113-b941471c3dfe} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.00143 sec., 47552.44755244755 rows/sec., 3.71 MiB/sec. | ||
| 11718 | 2025.04.22 03:10:17.444373 [ 276 ] {1fb25516-ceac-40ef-a113-b941471c3dfe} <Debug> TCPHandler: Processed in 0.001655434 sec. | ||
| 11719 | 2025.04.22 03:10:17.444515 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11720 | 2025.04.22 03:10:17.444806 [ 276 ] {b7394990-7f48-4002-8f8f-74438734ec51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11721 | 2025.04.22 03:10:17.444975 [ 276 ] {b7394990-7f48-4002-8f8f-74438734ec51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11722 | 2025.04.22 03:10:17.445615 [ 276 ] {b7394990-7f48-4002-8f8f-74438734ec51} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11723 | 2025.04.22 03:10:17.445654 [ 276 ] {b7394990-7f48-4002-8f8f-74438734ec51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11724 | 2025.04.22 03:10:17.446029 [ 276 ] {b7394990-7f48-4002-8f8f-74438734ec51} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 11725 | 2025.04.22 03:10:17.446278 [ 276 ] {b7394990-7f48-4002-8f8f-74438734ec51} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11726 | 2025.04.22 03:10:17.446487 [ 276 ] {b7394990-7f48-4002-8f8f-74438734ec51} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0018 sec., 88888.88888888889 rows/sec., 6.19 MiB/sec. | ||
| 11727 | 2025.04.22 03:10:17.446537 [ 276 ] {b7394990-7f48-4002-8f8f-74438734ec51} <Debug> TCPHandler: Processed in 0.002101066 sec. | ||
| 11728 | 2025.04.22 03:10:17.446647 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11729 | 2025.04.22 03:10:17.446751 [ 276 ] {cee5bce3-0e71-4f8f-8495-d1a121cde6de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11730 | 2025.04.22 03:10:17.446816 [ 276 ] {cee5bce3-0e71-4f8f-8495-d1a121cde6de} <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 | ||
| 11731 | 2025.04.22 03:10:17.447826 [ 276 ] {cee5bce3-0e71-4f8f-8495-d1a121cde6de} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11732 | 2025.04.22 03:10:17.447865 [ 276 ] {cee5bce3-0e71-4f8f-8495-d1a121cde6de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11733 | 2025.04.22 03:10:17.448445 [ 276 ] {cee5bce3-0e71-4f8f-8495-d1a121cde6de} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 11734 | 2025.04.22 03:10:17.448697 [ 276 ] {cee5bce3-0e71-4f8f-8495-d1a121cde6de} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11735 | 2025.04.22 03:10:17.448929 [ 276 ] {cee5bce3-0e71-4f8f-8495-d1a121cde6de} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002199 sec., 1819.0086402910413 rows/sec., 3.26 MiB/sec. | ||
| 11736 | 2025.04.22 03:10:17.449017 [ 276 ] {cee5bce3-0e71-4f8f-8495-d1a121cde6de} <Debug> TCPHandler: Processed in 0.002420765 sec. | ||
| 11737 | 2025.04.22 03:10:17.449123 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11738 | 2025.04.22 03:10:17.449223 [ 276 ] {cb2d09e3-9d4a-4d0c-aa5a-e4ea33bd2c4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11739 | 2025.04.22 03:10:17.449269 [ 276 ] {cb2d09e3-9d4a-4d0c-aa5a-e4ea33bd2c4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11740 | 2025.04.22 03:10:17.449705 [ 276 ] {cb2d09e3-9d4a-4d0c-aa5a-e4ea33bd2c4b} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11741 | 2025.04.22 03:10:17.449743 [ 276 ] {cb2d09e3-9d4a-4d0c-aa5a-e4ea33bd2c4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11742 | 2025.04.22 03:10:17.450090 [ 276 ] {cb2d09e3-9d4a-4d0c-aa5a-e4ea33bd2c4b} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 11743 | 2025.04.22 03:10:17.450324 [ 276 ] {cb2d09e3-9d4a-4d0c-aa5a-e4ea33bd2c4b} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11744 | 2025.04.22 03:10:17.450529 [ 276 ] {cb2d09e3-9d4a-4d0c-aa5a-e4ea33bd2c4b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001326 sec., 45248.86877828054 rows/sec., 3.05 MiB/sec. | ||
| 11745 | 2025.04.22 03:10:17.450578 [ 276 ] {cb2d09e3-9d4a-4d0c-aa5a-e4ea33bd2c4b} <Debug> TCPHandler: Processed in 0.00150472 sec. | ||
| 11746 | 2025.04.22 03:10:18.482482 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1648 | ||
| 11747 | 2025.04.22 03:10:18.486462 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11748 | 2025.04.22 03:10:18.486520 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11749 | 2025.04.22 03:10:18.487965 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11750 | 2025.04.22 03:10:18.488278 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11751 | 2025.04.22 03:10:18.488866 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1648 | ||
| 11752 | 2025.04.22 03:10:20.848099 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27023 | ||
| 11753 | 2025.04.22 03:10:20.848760 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11754 | 2025.04.22 03:10:20.848810 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11755 | 2025.04.22 03:10:20.849349 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 11756 | 2025.04.22 03:10:20.849612 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11757 | 2025.04.22 03:10:20.849865 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27023 | ||
| 11758 | 2025.04.22 03:10:22.444744 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11759 | 2025.04.22 03:10:22.444927 [ 276 ] {a89f0cc1-3e5b-40f1-b8e5-05bd4a1ff153} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11760 | 2025.04.22 03:10:22.445005 [ 276 ] {a89f0cc1-3e5b-40f1-b8e5-05bd4a1ff153} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11761 | 2025.04.22 03:10:22.445976 [ 276 ] {a89f0cc1-3e5b-40f1-b8e5-05bd4a1ff153} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11762 | 2025.04.22 03:10:22.446017 [ 276 ] {a89f0cc1-3e5b-40f1-b8e5-05bd4a1ff153} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11763 | 2025.04.22 03:10:22.446451 [ 276 ] {a89f0cc1-3e5b-40f1-b8e5-05bd4a1ff153} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 11764 | 2025.04.22 03:10:22.446716 [ 276 ] {a89f0cc1-3e5b-40f1-b8e5-05bd4a1ff153} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11765 | 2025.04.22 03:10:22.446927 [ 276 ] {a89f0cc1-3e5b-40f1-b8e5-05bd4a1ff153} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002037 sec., 104074.61953853705 rows/sec., 6.62 MiB/sec. | ||
| 11766 | 2025.04.22 03:10:22.447036 [ 276 ] {a89f0cc1-3e5b-40f1-b8e5-05bd4a1ff153} <Debug> TCPHandler: Processed in 0.002410415 sec. | ||
| 11767 | 2025.04.22 03:10:22.447287 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11768 | 2025.04.22 03:10:22.447398 [ 276 ] {33b638ac-b833-41d5-a489-dff3d833dfd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11769 | 2025.04.22 03:10:22.447448 [ 276 ] {33b638ac-b833-41d5-a489-dff3d833dfd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11770 | 2025.04.22 03:10:22.447977 [ 276 ] {33b638ac-b833-41d5-a489-dff3d833dfd1} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11771 | 2025.04.22 03:10:22.448015 [ 276 ] {33b638ac-b833-41d5-a489-dff3d833dfd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11772 | 2025.04.22 03:10:22.448345 [ 276 ] {33b638ac-b833-41d5-a489-dff3d833dfd1} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 11773 | 2025.04.22 03:10:22.448579 [ 276 ] {33b638ac-b833-41d5-a489-dff3d833dfd1} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11774 | 2025.04.22 03:10:22.448737 [ 276 ] {33b638ac-b833-41d5-a489-dff3d833dfd1} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001365 sec., 5860.805860805861 rows/sec., 477.91 KiB/sec. | ||
| 11775 | 2025.04.22 03:10:22.448787 [ 276 ] {33b638ac-b833-41d5-a489-dff3d833dfd1} <Debug> TCPHandler: Processed in 0.001587163 sec. | ||
| 11776 | 2025.04.22 03:10:22.448904 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11777 | 2025.04.22 03:10:22.449004 [ 276 ] {f0c63973-b611-478e-8878-88b9d365dccf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11778 | 2025.04.22 03:10:22.449048 [ 276 ] {f0c63973-b611-478e-8878-88b9d365dccf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11779 | 2025.04.22 03:10:22.449874 [ 276 ] {f0c63973-b611-478e-8878-88b9d365dccf} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11780 | 2025.04.22 03:10:22.449909 [ 276 ] {f0c63973-b611-478e-8878-88b9d365dccf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11781 | 2025.04.22 03:10:22.450290 [ 276 ] {f0c63973-b611-478e-8878-88b9d365dccf} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 11782 | 2025.04.22 03:10:22.450516 [ 276 ] {f0c63973-b611-478e-8878-88b9d365dccf} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11783 | 2025.04.22 03:10:22.450676 [ 276 ] {f0c63973-b611-478e-8878-88b9d365dccf} <Debug> executeQuery: Read 693 rows, 56.52 KiB in 0.001694 sec., 409090.9090909091 rows/sec., 32.58 MiB/sec. | ||
| 11784 | 2025.04.22 03:10:22.450752 [ 276 ] {f0c63973-b611-478e-8878-88b9d365dccf} <Debug> TCPHandler: Processed in 0.001897631 sec. | ||
| 11785 | 2025.04.22 03:10:22.450892 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11786 | 2025.04.22 03:10:22.451176 [ 276 ] {f91116f8-ec2f-47dd-a3a7-cd366ac5c457} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11787 | 2025.04.22 03:10:22.451302 [ 276 ] {f91116f8-ec2f-47dd-a3a7-cd366ac5c457} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11788 | 2025.04.22 03:10:22.452393 [ 276 ] {f91116f8-ec2f-47dd-a3a7-cd366ac5c457} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11789 | 2025.04.22 03:10:22.452430 [ 276 ] {f91116f8-ec2f-47dd-a3a7-cd366ac5c457} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11790 | 2025.04.22 03:10:22.452772 [ 276 ] {f91116f8-ec2f-47dd-a3a7-cd366ac5c457} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 11791 | 2025.04.22 03:10:22.453013 [ 276 ] {f91116f8-ec2f-47dd-a3a7-cd366ac5c457} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11792 | 2025.04.22 03:10:22.453168 [ 276 ] {f91116f8-ec2f-47dd-a3a7-cd366ac5c457} <Debug> executeQuery: Read 150 rows, 9.65 KiB in 0.00211 sec., 71090.04739336493 rows/sec., 4.47 MiB/sec. | ||
| 11793 | 2025.04.22 03:10:22.453218 [ 276 ] {f91116f8-ec2f-47dd-a3a7-cd366ac5c457} <Debug> TCPHandler: Processed in 0.002392554 sec. | ||
| 11794 | 2025.04.22 03:10:22.453340 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11795 | 2025.04.22 03:10:22.453441 [ 276 ] {d77bc6f8-66df-4b29-b40b-312a10fd82a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11796 | 2025.04.22 03:10:22.453484 [ 276 ] {d77bc6f8-66df-4b29-b40b-312a10fd82a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11797 | 2025.04.22 03:10:22.454000 [ 276 ] {d77bc6f8-66df-4b29-b40b-312a10fd82a4} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11798 | 2025.04.22 03:10:22.454036 [ 276 ] {d77bc6f8-66df-4b29-b40b-312a10fd82a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11799 | 2025.04.22 03:10:22.454373 [ 276 ] {d77bc6f8-66df-4b29-b40b-312a10fd82a4} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11800 | 2025.04.22 03:10:22.454607 [ 276 ] {d77bc6f8-66df-4b29-b40b-312a10fd82a4} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11801 | 2025.04.22 03:10:22.454770 [ 276 ] {d77bc6f8-66df-4b29-b40b-312a10fd82a4} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00135 sec., 83703.7037037037 rows/sec., 5.42 MiB/sec. | ||
| 11802 | 2025.04.22 03:10:22.454817 [ 276 ] {d77bc6f8-66df-4b29-b40b-312a10fd82a4} <Debug> TCPHandler: Processed in 0.001534331 sec. | ||
| 11803 | 2025.04.22 03:10:22.454955 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11804 | 2025.04.22 03:10:22.455088 [ 276 ] {926aa90d-1d4f-4892-9352-dc998da052c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11805 | 2025.04.22 03:10:22.455142 [ 276 ] {926aa90d-1d4f-4892-9352-dc998da052c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11806 | 2025.04.22 03:10:22.455785 [ 276 ] {926aa90d-1d4f-4892-9352-dc998da052c5} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11807 | 2025.04.22 03:10:22.455829 [ 276 ] {926aa90d-1d4f-4892-9352-dc998da052c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11808 | 2025.04.22 03:10:22.456190 [ 276 ] {926aa90d-1d4f-4892-9352-dc998da052c5} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 11809 | 2025.04.22 03:10:22.456434 [ 276 ] {926aa90d-1d4f-4892-9352-dc998da052c5} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11810 | 2025.04.22 03:10:22.456617 [ 276 ] {926aa90d-1d4f-4892-9352-dc998da052c5} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001551 sec., 72211.47646679562 rows/sec., 4.11 MiB/sec. | ||
| 11811 | 2025.04.22 03:10:22.456690 [ 276 ] {926aa90d-1d4f-4892-9352-dc998da052c5} <Debug> TCPHandler: Processed in 0.001793278 sec. | ||
| 11812 | 2025.04.22 03:10:22.456922 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11813 | 2025.04.22 03:10:22.457032 [ 276 ] {facd76ec-5db9-4159-9e02-a14f67f93c71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11814 | 2025.04.22 03:10:22.457079 [ 276 ] {facd76ec-5db9-4159-9e02-a14f67f93c71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11815 | 2025.04.22 03:10:22.457763 [ 276 ] {facd76ec-5db9-4159-9e02-a14f67f93c71} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11816 | 2025.04.22 03:10:22.457803 [ 276 ] {facd76ec-5db9-4159-9e02-a14f67f93c71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11817 | 2025.04.22 03:10:22.458163 [ 276 ] {facd76ec-5db9-4159-9e02-a14f67f93c71} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 11818 | 2025.04.22 03:10:22.458393 [ 276 ] {facd76ec-5db9-4159-9e02-a14f67f93c71} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11819 | 2025.04.22 03:10:22.458581 [ 276 ] {facd76ec-5db9-4159-9e02-a14f67f93c71} <Debug> executeQuery: Read 426 rows, 31.12 KiB in 0.001566 sec., 272030.6513409962 rows/sec., 19.41 MiB/sec. | ||
| 11820 | 2025.04.22 03:10:22.458661 [ 276 ] {facd76ec-5db9-4159-9e02-a14f67f93c71} <Debug> TCPHandler: Processed in 0.001829429 sec. | ||
| 11821 | 2025.04.22 03:10:22.458819 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11822 | 2025.04.22 03:10:22.459101 [ 276 ] {452d67aa-f229-4e2a-a126-7df6deacf7aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11823 | 2025.04.22 03:10:22.459225 [ 276 ] {452d67aa-f229-4e2a-a126-7df6deacf7aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11824 | 2025.04.22 03:10:22.459663 [ 276 ] {452d67aa-f229-4e2a-a126-7df6deacf7aa} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11825 | 2025.04.22 03:10:22.459701 [ 276 ] {452d67aa-f229-4e2a-a126-7df6deacf7aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11826 | 2025.04.22 03:10:22.460044 [ 276 ] {452d67aa-f229-4e2a-a126-7df6deacf7aa} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 11827 | 2025.04.22 03:10:22.460276 [ 276 ] {452d67aa-f229-4e2a-a126-7df6deacf7aa} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11828 | 2025.04.22 03:10:22.460399 [ 35 ] {} <Debug> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 11829 | 2025.04.22 03:10:22.460444 [ 276 ] {452d67aa-f229-4e2a-a126-7df6deacf7aa} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001449 sec., 4140.786749482401 rows/sec., 216.34 KiB/sec. | ||
| 11830 | 2025.04.22 03:10:22.460448 [ 35 ] {} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11831 | 2025.04.22 03:10:22.460495 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11832 | 2025.04.22 03:10:22.460507 [ 276 ] {452d67aa-f229-4e2a-a126-7df6deacf7aa} <Debug> TCPHandler: Processed in 0.001774907 sec. | ||
| 11833 | 2025.04.22 03:10:22.460712 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11834 | 2025.04.22 03:10:22.460783 [ 199 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::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 | ||
| 11835 | 2025.04.22 03:10:22.461055 [ 276 ] {a5ca1ee7-8b23-490f-8fe5-794ba900bc0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11836 | 2025.04.22 03:10:22.461266 [ 276 ] {a5ca1ee7-8b23-490f-8fe5-794ba900bc0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11837 | 2025.04.22 03:10:22.461357 [ 199 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11838 | 2025.04.22 03:10:22.461462 [ 199 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 156 rows starting from the beginning of the part | ||
| 11839 | 2025.04.22 03:10:22.461807 [ 199 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
| 11840 | 2025.04.22 03:10:22.462103 [ 199 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
| 11841 | 2025.04.22 03:10:22.462385 [ 199 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
| 11842 | 2025.04.22 03:10:22.462877 [ 199 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
| 11843 | 2025.04.22 03:10:22.463330 [ 199 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part | ||
| 11844 | 2025.04.22 03:10:22.464117 [ 276 ] {a5ca1ee7-8b23-490f-8fe5-794ba900bc0b} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11845 | 2025.04.22 03:10:22.464160 [ 276 ] {a5ca1ee7-8b23-490f-8fe5-794ba900bc0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11846 | 2025.04.22 03:10:22.464745 [ 276 ] {a5ca1ee7-8b23-490f-8fe5-794ba900bc0b} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 11847 | 2025.04.22 03:10:22.465006 [ 194 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 4 columns (4 merged, 0 gathered) in 0.004422298 sec., 42059.580788088 rows/sec., 2.15 MiB/sec. | ||
| 11848 | 2025.04.22 03:10:22.465143 [ 276 ] {a5ca1ee7-8b23-490f-8fe5-794ba900bc0b} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11849 | 2025.04.22 03:10:22.465258 [ 194 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 11850 | 2025.04.22 03:10:22.465562 [ 276 ] {a5ca1ee7-8b23-490f-8fe5-794ba900bc0b} <Debug> executeQuery: Read 241 rows, 16.55 KiB in 0.004625 sec., 52108.108108108114 rows/sec., 3.49 MiB/sec. | ||
| 11851 | 2025.04.22 03:10:22.465689 [ 276 ] {a5ca1ee7-8b23-490f-8fe5-794ba900bc0b} <Debug> TCPHandler: Processed in 0.005064486 sec. | ||
| 11852 | 2025.04.22 03:10:22.465865 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11853 | 2025.04.22 03:10:22.466005 [ 194 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_31_6} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11854 | 2025.04.22 03:10:22.466060 [ 276 ] {520849ca-945d-41c4-9814-1868f592b450} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11855 | 2025.04.22 03:10:22.466162 [ 276 ] {520849ca-945d-41c4-9814-1868f592b450} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11856 | 2025.04.22 03:10:22.466199 [ 194 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_31_6} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 11857 | 2025.04.22 03:10:22.466417 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 11858 | 2025.04.22 03:10:22.466801 [ 276 ] {520849ca-945d-41c4-9814-1868f592b450} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11859 | 2025.04.22 03:10:22.466844 [ 276 ] {520849ca-945d-41c4-9814-1868f592b450} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11860 | 2025.04.22 03:10:22.467186 [ 276 ] {520849ca-945d-41c4-9814-1868f592b450} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 11861 | 2025.04.22 03:10:22.467414 [ 276 ] {520849ca-945d-41c4-9814-1868f592b450} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11862 | 2025.04.22 03:10:22.467624 [ 276 ] {520849ca-945d-41c4-9814-1868f592b450} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001617 sec., 618.4291898577613 rows/sec., 41.67 KiB/sec. | ||
| 11863 | 2025.04.22 03:10:22.467677 [ 276 ] {520849ca-945d-41c4-9814-1868f592b450} <Debug> TCPHandler: Processed in 0.001889681 sec. | ||
| 11864 | 2025.04.22 03:10:22.467789 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11865 | 2025.04.22 03:10:22.467892 [ 276 ] {d6a9ed65-af96-413b-8460-54d507436fdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11866 | 2025.04.22 03:10:22.467965 [ 276 ] {d6a9ed65-af96-413b-8460-54d507436fdd} <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 | ||
| 11867 | 2025.04.22 03:10:22.469050 [ 276 ] {d6a9ed65-af96-413b-8460-54d507436fdd} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11868 | 2025.04.22 03:10:22.469089 [ 276 ] {d6a9ed65-af96-413b-8460-54d507436fdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11869 | 2025.04.22 03:10:22.469730 [ 276 ] {d6a9ed65-af96-413b-8460-54d507436fdd} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 11870 | 2025.04.22 03:10:22.469987 [ 276 ] {d6a9ed65-af96-413b-8460-54d507436fdd} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11871 | 2025.04.22 03:10:22.470208 [ 276 ] {d6a9ed65-af96-413b-8460-54d507436fdd} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002337 sec., 15404.364569961488 rows/sec., 27.60 MiB/sec. | ||
| 11872 | 2025.04.22 03:10:22.470301 [ 276 ] {d6a9ed65-af96-413b-8460-54d507436fdd} <Debug> TCPHandler: Processed in 0.002562878 sec. | ||
| 11873 | 2025.04.22 03:10:22.470421 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11874 | 2025.04.22 03:10:22.470525 [ 276 ] {68663283-3f61-4323-b654-c83ada769ff8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11875 | 2025.04.22 03:10:22.470570 [ 276 ] {68663283-3f61-4323-b654-c83ada769ff8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11876 | 2025.04.22 03:10:22.470977 [ 276 ] {68663283-3f61-4323-b654-c83ada769ff8} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11877 | 2025.04.22 03:10:22.471015 [ 276 ] {68663283-3f61-4323-b654-c83ada769ff8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11878 | 2025.04.22 03:10:22.471357 [ 276 ] {68663283-3f61-4323-b654-c83ada769ff8} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 11879 | 2025.04.22 03:10:22.471585 [ 276 ] {68663283-3f61-4323-b654-c83ada769ff8} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11880 | 2025.04.22 03:10:22.471802 [ 276 ] {68663283-3f61-4323-b654-c83ada769ff8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001293 sec., 63418.4068058778 rows/sec., 4.03 MiB/sec. | ||
| 11881 | 2025.04.22 03:10:22.471867 [ 276 ] {68663283-3f61-4323-b654-c83ada769ff8} <Debug> TCPHandler: Processed in 0.00149305 sec. | ||
| 11882 | 2025.04.22 03:10:22.703108 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 445 | ||
| 11883 | 2025.04.22 03:10:22.723938 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11884 | 2025.04.22 03:10:22.724001 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 11885 | 2025.04.22 03:10:22.731103 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 11886 | 2025.04.22 03:10:22.731880 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11887 | 2025.04.22 03:10:22.735575 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 445 | ||
| 11888 | 2025.04.22 03:10:23.000223 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 246.70 MiB, peak 254.98 MiB, free memory in arenas 0.00 B, will set to 245.29 MiB (RSS), difference: -1.40 MiB | ||
| 11889 | 2025.04.22 03:10:27.436557 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11890 | 2025.04.22 03:10:27.436855 [ 276 ] {5d882cd9-d6fe-4f69-861a-1e2df3f1351e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11891 | 2025.04.22 03:10:27.436960 [ 276 ] {5d882cd9-d6fe-4f69-861a-1e2df3f1351e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11892 | 2025.04.22 03:10:27.437773 [ 276 ] {5d882cd9-d6fe-4f69-861a-1e2df3f1351e} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11893 | 2025.04.22 03:10:27.437823 [ 276 ] {5d882cd9-d6fe-4f69-861a-1e2df3f1351e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 11894 | 2025.04.22 03:10:27.438247 [ 276 ] {5d882cd9-d6fe-4f69-861a-1e2df3f1351e} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 11895 | 2025.04.22 03:10:27.438495 [ 276 ] {5d882cd9-d6fe-4f69-861a-1e2df3f1351e} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11896 | 2025.04.22 03:10:27.438715 [ 276 ] {5d882cd9-d6fe-4f69-861a-1e2df3f1351e} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.001934 sec., 33092.037228541885 rows/sec., 2.62 MiB/sec. | ||
| 11897 | 2025.04.22 03:10:27.438819 [ 276 ] {5d882cd9-d6fe-4f69-861a-1e2df3f1351e} <Debug> TCPHandler: Processed in 0.002432795 sec. | ||
| 11898 | 2025.04.22 03:10:27.439004 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11899 | 2025.04.22 03:10:27.439288 [ 276 ] {f8acf6f4-32a0-48d2-bbc9-3f9151d978ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11900 | 2025.04.22 03:10:27.439384 [ 276 ] {f8acf6f4-32a0-48d2-bbc9-3f9151d978ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11901 | 2025.04.22 03:10:27.439905 [ 276 ] {f8acf6f4-32a0-48d2-bbc9-3f9151d978ec} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11902 | 2025.04.22 03:10:27.439944 [ 276 ] {f8acf6f4-32a0-48d2-bbc9-3f9151d978ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 11903 | 2025.04.22 03:10:27.440274 [ 276 ] {f8acf6f4-32a0-48d2-bbc9-3f9151d978ec} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 11904 | 2025.04.22 03:10:27.440507 [ 276 ] {f8acf6f4-32a0-48d2-bbc9-3f9151d978ec} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11905 | 2025.04.22 03:10:27.440717 [ 276 ] {f8acf6f4-32a0-48d2-bbc9-3f9151d978ec} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001542 sec., 2594.0337224383916 rows/sec., 195.06 KiB/sec. | ||
| 11906 | 2025.04.22 03:10:27.440766 [ 276 ] {f8acf6f4-32a0-48d2-bbc9-3f9151d978ec} <Debug> TCPHandler: Processed in 0.00186062 sec. | ||
| 11907 | 2025.04.22 03:10:27.440881 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11908 | 2025.04.22 03:10:27.440983 [ 276 ] {f0f05d6d-c3aa-4d80-b82d-3df7c48ec918} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11909 | 2025.04.22 03:10:27.441026 [ 276 ] {f0f05d6d-c3aa-4d80-b82d-3df7c48ec918} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11910 | 2025.04.22 03:10:27.441543 [ 276 ] {f0f05d6d-c3aa-4d80-b82d-3df7c48ec918} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11911 | 2025.04.22 03:10:27.441582 [ 276 ] {f0f05d6d-c3aa-4d80-b82d-3df7c48ec918} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 11912 | 2025.04.22 03:10:27.441922 [ 276 ] {f0f05d6d-c3aa-4d80-b82d-3df7c48ec918} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 11913 | 2025.04.22 03:10:27.442148 [ 276 ] {f0f05d6d-c3aa-4d80-b82d-3df7c48ec918} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11914 | 2025.04.22 03:10:27.442342 [ 276 ] {f0f05d6d-c3aa-4d80-b82d-3df7c48ec918} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.00138 sec., 49275.36231884058 rows/sec., 3.85 MiB/sec. | ||
| 11915 | 2025.04.22 03:10:27.442392 [ 276 ] {f0f05d6d-c3aa-4d80-b82d-3df7c48ec918} <Debug> TCPHandler: Processed in 0.001558462 sec. | ||
| 11916 | 2025.04.22 03:10:27.442507 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11917 | 2025.04.22 03:10:27.442609 [ 276 ] {dfe29e44-dea1-434d-82a5-3aa2d5967ba7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11918 | 2025.04.22 03:10:27.442657 [ 276 ] {dfe29e44-dea1-434d-82a5-3aa2d5967ba7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11919 | 2025.04.22 03:10:27.443177 [ 276 ] {dfe29e44-dea1-434d-82a5-3aa2d5967ba7} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11920 | 2025.04.22 03:10:27.443215 [ 276 ] {dfe29e44-dea1-434d-82a5-3aa2d5967ba7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 11921 | 2025.04.22 03:10:27.443596 [ 276 ] {dfe29e44-dea1-434d-82a5-3aa2d5967ba7} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 11922 | 2025.04.22 03:10:27.443828 [ 276 ] {dfe29e44-dea1-434d-82a5-3aa2d5967ba7} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11923 | 2025.04.22 03:10:27.444018 [ 28 ] {} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Selected 6 parts from all_1_94_19 to all_99_99_0 | ||
| 11924 | 2025.04.22 03:10:27.444047 [ 276 ] {dfe29e44-dea1-434d-82a5-3aa2d5967ba7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001459 sec., 109664.15352981494 rows/sec., 7.64 MiB/sec. | ||
| 11925 | 2025.04.22 03:10:27.444096 [ 28 ] {} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11926 | 2025.04.22 03:10:27.444160 [ 276 ] {dfe29e44-dea1-434d-82a5-3aa2d5967ba7} <Debug> TCPHandler: Processed in 0.001697406 sec. | ||
| 11927 | 2025.04.22 03:10:27.444167 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 11928 | 2025.04.22 03:10:27.444372 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11929 | 2025.04.22 03:10:27.444439 [ 192 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_99_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_94_19 to all_99_99_0 into Compact with storage Full | ||
| 11930 | 2025.04.22 03:10:27.444707 [ 276 ] {a9ae1e70-75e7-476b-bc42-3fc5c92f6945} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11931 | 2025.04.22 03:10:27.444979 [ 192 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_99_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11932 | 2025.04.22 03:10:27.445114 [ 192 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_94_19, total 28247 rows starting from the beginning of the part | ||
| 11933 | 2025.04.22 03:10:27.445132 [ 276 ] {a9ae1e70-75e7-476b-bc42-3fc5c92f6945} <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 | ||
| 11934 | 2025.04.22 03:10:27.445553 [ 192 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 52 rows starting from the beginning of the part | ||
| 11935 | 2025.04.22 03:10:27.445992 [ 192 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 237 rows starting from the beginning of the part | ||
| 11936 | 2025.04.22 03:10:27.446538 [ 192 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 160 rows starting from the beginning of the part | ||
| 11937 | 2025.04.22 03:10:27.446904 [ 192 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 241 rows starting from the beginning of the part | ||
| 11938 | 2025.04.22 03:10:27.447274 [ 192 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 160 rows starting from the beginning of the part | ||
| 11939 | 2025.04.22 03:10:27.452277 [ 276 ] {a9ae1e70-75e7-476b-bc42-3fc5c92f6945} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11940 | 2025.04.22 03:10:27.452332 [ 276 ] {a9ae1e70-75e7-476b-bc42-3fc5c92f6945} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 11941 | 2025.04.22 03:10:27.453300 [ 276 ] {a9ae1e70-75e7-476b-bc42-3fc5c92f6945} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 11942 | 2025.04.22 03:10:27.453560 [ 276 ] {a9ae1e70-75e7-476b-bc42-3fc5c92f6945} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11943 | 2025.04.22 03:10:27.453870 [ 276 ] {a9ae1e70-75e7-476b-bc42-3fc5c92f6945} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.009319 sec., 429.2306041420754 rows/sec., 787.62 KiB/sec. | ||
| 11944 | 2025.04.22 03:10:27.454548 [ 276 ] {a9ae1e70-75e7-476b-bc42-3fc5c92f6945} <Debug> TCPHandler: Processed in 0.010274185 sec. | ||
| 11945 | 2025.04.22 03:10:27.454971 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11946 | 2025.04.22 03:10:27.455120 [ 276 ] {157e4adb-532b-4582-a331-79d489c8c65a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11947 | 2025.04.22 03:10:27.455168 [ 276 ] {157e4adb-532b-4582-a331-79d489c8c65a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11948 | 2025.04.22 03:10:27.455957 [ 276 ] {157e4adb-532b-4582-a331-79d489c8c65a} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11949 | 2025.04.22 03:10:27.456011 [ 276 ] {157e4adb-532b-4582-a331-79d489c8c65a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 11950 | 2025.04.22 03:10:27.456526 [ 276 ] {157e4adb-532b-4582-a331-79d489c8c65a} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 11951 | 2025.04.22 03:10:27.456861 [ 276 ] {157e4adb-532b-4582-a331-79d489c8c65a} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11952 | 2025.04.22 03:10:27.457162 [ 276 ] {157e4adb-532b-4582-a331-79d489c8c65a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002079 sec., 28860.02886002886 rows/sec., 1.94 MiB/sec. | ||
| 11953 | 2025.04.22 03:10:27.457216 [ 276 ] {157e4adb-532b-4582-a331-79d489c8c65a} <Debug> TCPHandler: Processed in 0.002343262 sec. | ||
| 11954 | 2025.04.22 03:10:27.457510 [ 194 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_99_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29097 rows, containing 5 columns (5 merged, 0 gathered) in 0.013217054 sec., 2201473.944193615 rows/sec., 148.98 MiB/sec. | ||
| 11955 | 2025.04.22 03:10:27.457895 [ 200 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_99_20} <Trace> MergedBlockOutputStream: filled checksums all_1_99_20 (state Temporary) | ||
| 11956 | 2025.04.22 03:10:27.458195 [ 200 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_99_20} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_merge_all_1_99_20 to all_1_99_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11957 | 2025.04.22 03:10:27.458282 [ 200 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_99_20} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Merged 6 parts: [all_1_94_19, all_99_99_0] -> all_1_99_20 | ||
| 11958 | 2025.04.22 03:10:27.458372 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. | ||
| 11959 | 2025.04.22 03:10:28.180857 [ 26 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11960 | 2025.04.22 03:10:28.180908 [ 26 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11961 | 2025.04.22 03:10:28.349979 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27511 | ||
| 11962 | 2025.04.22 03:10:28.352147 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11963 | 2025.04.22 03:10:28.352199 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 11964 | 2025.04.22 03:10:28.352755 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 11965 | 2025.04.22 03:10:28.353028 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11966 | 2025.04.22 03:10:28.353272 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27511 | ||
| 11967 | 2025.04.22 03:10:28.489060 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1684 | ||
| 11968 | 2025.04.22 03:10:28.492231 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11969 | 2025.04.22 03:10:28.492271 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 11970 | 2025.04.22 03:10:28.493683 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11971 | 2025.04.22 03:10:28.493984 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11972 | 2025.04.22 03:10:28.495222 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1684 | ||
| 11973 | 2025.04.22 03:10:30.235634 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 453 | ||
| 11974 | 2025.04.22 03:10:30.257000 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11975 | 2025.04.22 03:10:30.257058 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 11976 | 2025.04.22 03:10:30.264251 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 11977 | 2025.04.22 03:10:30.265023 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11978 | 2025.04.22 03:10:30.268516 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 453 | ||
| 11979 | 2025.04.22 03:10:32.443442 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11980 | 2025.04.22 03:10:32.443648 [ 276 ] {9cb4270b-8603-4312-bd87-89b980935242} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11981 | 2025.04.22 03:10:32.443722 [ 276 ] {9cb4270b-8603-4312-bd87-89b980935242} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11982 | 2025.04.22 03:10:32.444597 [ 276 ] {9cb4270b-8603-4312-bd87-89b980935242} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11983 | 2025.04.22 03:10:32.444653 [ 276 ] {9cb4270b-8603-4312-bd87-89b980935242} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 11984 | 2025.04.22 03:10:32.445126 [ 276 ] {9cb4270b-8603-4312-bd87-89b980935242} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 11985 | 2025.04.22 03:10:32.445391 [ 276 ] {9cb4270b-8603-4312-bd87-89b980935242} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11986 | 2025.04.22 03:10:32.445628 [ 276 ] {9cb4270b-8603-4312-bd87-89b980935242} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002033 sec., 104279.3900639449 rows/sec., 6.63 MiB/sec. | ||
| 11987 | 2025.04.22 03:10:32.445695 [ 276 ] {9cb4270b-8603-4312-bd87-89b980935242} <Debug> TCPHandler: Processed in 0.002397524 sec. | ||
| 11988 | 2025.04.22 03:10:32.445825 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11989 | 2025.04.22 03:10:32.445938 [ 276 ] {2c584331-2a56-4eba-9349-5443309a278c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11990 | 2025.04.22 03:10:32.445988 [ 276 ] {2c584331-2a56-4eba-9349-5443309a278c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11991 | 2025.04.22 03:10:32.446857 [ 276 ] {2c584331-2a56-4eba-9349-5443309a278c} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11992 | 2025.04.22 03:10:32.446901 [ 276 ] {2c584331-2a56-4eba-9349-5443309a278c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 11993 | 2025.04.22 03:10:32.447308 [ 276 ] {2c584331-2a56-4eba-9349-5443309a278c} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 11994 | 2025.04.22 03:10:32.447552 [ 276 ] {2c584331-2a56-4eba-9349-5443309a278c} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11995 | 2025.04.22 03:10:32.447788 [ 276 ] {2c584331-2a56-4eba-9349-5443309a278c} <Debug> executeQuery: Read 689 rows, 56.23 KiB in 0.00187 sec., 368449.1978609626 rows/sec., 29.36 MiB/sec. | ||
| 11996 | 2025.04.22 03:10:32.447905 [ 276 ] {2c584331-2a56-4eba-9349-5443309a278c} <Debug> TCPHandler: Processed in 0.002131967 sec. | ||
| 11997 | 2025.04.22 03:10:32.448073 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11998 | 2025.04.22 03:10:32.448364 [ 276 ] {532caaad-6e47-40d9-9d87-aa426ac86e46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11999 | 2025.04.22 03:10:32.448436 [ 276 ] {532caaad-6e47-40d9-9d87-aa426ac86e46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12000 | 2025.04.22 03:10:32.449018 [ 276 ] {532caaad-6e47-40d9-9d87-aa426ac86e46} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12001 | 2025.04.22 03:10:32.449058 [ 276 ] {532caaad-6e47-40d9-9d87-aa426ac86e46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 12002 | 2025.04.22 03:10:32.449408 [ 276 ] {532caaad-6e47-40d9-9d87-aa426ac86e46} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 12003 | 2025.04.22 03:10:32.449650 [ 276 ] {532caaad-6e47-40d9-9d87-aa426ac86e46} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12004 | 2025.04.22 03:10:32.449840 [ 82 ] {} <Debug> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 12005 | 2025.04.22 03:10:32.449879 [ 276 ] {532caaad-6e47-40d9-9d87-aa426ac86e46} <Debug> executeQuery: Read 142 rows, 9.09 KiB in 0.001633 sec., 86956.52173913045 rows/sec., 5.44 MiB/sec. | ||
| 12006 | 2025.04.22 03:10:32.449935 [ 82 ] {} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12007 | 2025.04.22 03:10:32.449988 [ 276 ] {532caaad-6e47-40d9-9d87-aa426ac86e46} <Debug> TCPHandler: Processed in 0.002002114 sec. | ||
| 12008 | 2025.04.22 03:10:32.450001 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 12009 | 2025.04.22 03:10:32.450193 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12010 | 2025.04.22 03:10:32.450239 [ 197 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 12011 | 2025.04.22 03:10:32.450368 [ 276 ] {f12d66ad-ddee-487a-8c97-d70e80df727e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12012 | 2025.04.22 03:10:32.450472 [ 276 ] {f12d66ad-ddee-487a-8c97-d70e80df727e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12013 | 2025.04.22 03:10:32.450601 [ 197 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12014 | 2025.04.22 03:10:32.450698 [ 197 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 166 rows starting from the beginning of the part | ||
| 12015 | 2025.04.22 03:10:32.451069 [ 197 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 142 rows starting from the beginning of the part | ||
| 12016 | 2025.04.22 03:10:32.451544 [ 197 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 4 rows starting from the beginning of the part | ||
| 12017 | 2025.04.22 03:10:32.451871 [ 197 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 150 rows starting from the beginning of the part | ||
| 12018 | 2025.04.22 03:10:32.452153 [ 197 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 4 rows starting from the beginning of the part | ||
| 12019 | 2025.04.22 03:10:32.452419 [ 197 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 142 rows starting from the beginning of the part | ||
| 12020 | 2025.04.22 03:10:32.453265 [ 276 ] {f12d66ad-ddee-487a-8c97-d70e80df727e} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12021 | 2025.04.22 03:10:32.453336 [ 276 ] {f12d66ad-ddee-487a-8c97-d70e80df727e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 12022 | 2025.04.22 03:10:32.454305 [ 276 ] {f12d66ad-ddee-487a-8c97-d70e80df727e} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 12023 | 2025.04.22 03:10:32.454828 [ 276 ] {f12d66ad-ddee-487a-8c97-d70e80df727e} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12024 | 2025.04.22 03:10:32.455257 [ 82 ] {} <Debug> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0 | ||
| 12025 | 2025.04.22 03:10:32.455362 [ 82 ] {} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12026 | 2025.04.22 03:10:32.455403 [ 197 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 608 rows, containing 5 columns (5 merged, 0 gathered) in 0.005261531 sec., 115555.71942843252 rows/sec., 7.72 MiB/sec. | ||
| 12027 | 2025.04.22 03:10:32.455437 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 12028 | 2025.04.22 03:10:32.455564 [ 276 ] {f12d66ad-ddee-487a-8c97-d70e80df727e} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.005198 sec., 21739.130434782608 rows/sec., 1.41 MiB/sec. | ||
| 12029 | 2025.04.22 03:10:32.455822 [ 197 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 12030 | 2025.04.22 03:10:32.455847 [ 194 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_45_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_40_8 to all_45_45_0 into Compact with storage Full | ||
| 12031 | 2025.04.22 03:10:32.455957 [ 276 ] {f12d66ad-ddee-487a-8c97-d70e80df727e} <Debug> TCPHandler: Processed in 0.005839856 sec. | ||
| 12032 | 2025.04.22 03:10:32.456323 [ 194 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_45_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12033 | 2025.04.22 03:10:32.456380 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12034 | 2025.04.22 03:10:32.456458 [ 194 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 341 rows starting from the beginning of the part | ||
| 12035 | 2025.04.22 03:10:32.456808 [ 194 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 113 rows starting from the beginning of the part | ||
| 12036 | 2025.04.22 03:10:32.457132 [ 194 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 228 rows starting from the beginning of the part | ||
| 12037 | 2025.04.22 03:10:32.457220 [ 276 ] {96b74540-166a-4649-9c19-ad3bb0492c1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12038 | 2025.04.22 03:10:32.457644 [ 194 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 113 rows starting from the beginning of the part | ||
| 12039 | 2025.04.22 03:10:32.458090 [ 194 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 113 rows starting from the beginning of the part | ||
| 12040 | 2025.04.22 03:10:32.458089 [ 276 ] {96b74540-166a-4649-9c19-ad3bb0492c1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12041 | 2025.04.22 03:10:32.458503 [ 194 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 113 rows starting from the beginning of the part | ||
| 12042 | 2025.04.22 03:10:32.459018 [ 197 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_81_16} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12043 | 2025.04.22 03:10:32.459430 [ 197 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_81_16} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 12044 | 2025.04.22 03:10:32.459844 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 12045 | 2025.04.22 03:10:32.461112 [ 276 ] {96b74540-166a-4649-9c19-ad3bb0492c1e} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12046 | 2025.04.22 03:10:32.461209 [ 276 ] {96b74540-166a-4649-9c19-ad3bb0492c1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 12047 | 2025.04.22 03:10:32.462128 [ 197 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_45_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1021 rows, containing 5 columns (5 merged, 0 gathered) in 0.006568585 sec., 155436.82543500618 rows/sec., 10.86 MiB/sec. | ||
| 12048 | 2025.04.22 03:10:32.462176 [ 276 ] {96b74540-166a-4649-9c19-ad3bb0492c1e} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 12049 | 2025.04.22 03:10:32.462344 [ 197 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_45_9} <Trace> MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) | ||
| 12050 | 2025.04.22 03:10:32.462659 [ 276 ] {96b74540-166a-4649-9c19-ad3bb0492c1e} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12051 | 2025.04.22 03:10:32.462882 [ 197 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_45_9} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12052 | 2025.04.22 03:10:32.463243 [ 197 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_45_9} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9 | ||
| 12053 | 2025.04.22 03:10:32.463281 [ 276 ] {96b74540-166a-4649-9c19-ad3bb0492c1e} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.006379 sec., 17557.610910801064 rows/sec., 1.00 MiB/sec. | ||
| 12054 | 2025.04.22 03:10:32.463648 [ 276 ] {96b74540-166a-4649-9c19-ad3bb0492c1e} <Debug> TCPHandler: Processed in 0.007424889 sec. | ||
| 12055 | 2025.04.22 03:10:32.463668 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 12056 | 2025.04.22 03:10:32.463928 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12057 | 2025.04.22 03:10:32.464036 [ 276 ] {c2e2bfbc-db86-4530-b10b-8b276ada66fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12058 | 2025.04.22 03:10:32.464083 [ 276 ] {c2e2bfbc-db86-4530-b10b-8b276ada66fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12059 | 2025.04.22 03:10:32.464824 [ 276 ] {c2e2bfbc-db86-4530-b10b-8b276ada66fa} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12060 | 2025.04.22 03:10:32.464864 [ 276 ] {c2e2bfbc-db86-4530-b10b-8b276ada66fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 12061 | 2025.04.22 03:10:32.465248 [ 276 ] {c2e2bfbc-db86-4530-b10b-8b276ada66fa} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12062 | 2025.04.22 03:10:32.465492 [ 276 ] {c2e2bfbc-db86-4530-b10b-8b276ada66fa} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12063 | 2025.04.22 03:10:32.465710 [ 276 ] {c2e2bfbc-db86-4530-b10b-8b276ada66fa} <Debug> executeQuery: Read 418 rows, 30.47 KiB in 0.001695 sec., 246607.66961651918 rows/sec., 17.55 MiB/sec. | ||
| 12064 | 2025.04.22 03:10:32.465764 [ 276 ] {c2e2bfbc-db86-4530-b10b-8b276ada66fa} <Debug> TCPHandler: Processed in 0.001903971 sec. | ||
| 12065 | 2025.04.22 03:10:32.465886 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12066 | 2025.04.22 03:10:32.465992 [ 276 ] {d193169f-5a8c-4cdd-9bc4-64cf0bf7a0ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12067 | 2025.04.22 03:10:32.466039 [ 276 ] {d193169f-5a8c-4cdd-9bc4-64cf0bf7a0ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12068 | 2025.04.22 03:10:32.466479 [ 276 ] {d193169f-5a8c-4cdd-9bc4-64cf0bf7a0ca} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12069 | 2025.04.22 03:10:32.466524 [ 276 ] {d193169f-5a8c-4cdd-9bc4-64cf0bf7a0ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 12070 | 2025.04.22 03:10:32.466913 [ 276 ] {d193169f-5a8c-4cdd-9bc4-64cf0bf7a0ca} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 12071 | 2025.04.22 03:10:32.467157 [ 276 ] {d193169f-5a8c-4cdd-9bc4-64cf0bf7a0ca} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12072 | 2025.04.22 03:10:32.467359 [ 276 ] {d193169f-5a8c-4cdd-9bc4-64cf0bf7a0ca} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001389 sec., 4319.654427645788 rows/sec., 225.69 KiB/sec. | ||
| 12073 | 2025.04.22 03:10:32.467407 [ 276 ] {d193169f-5a8c-4cdd-9bc4-64cf0bf7a0ca} <Debug> TCPHandler: Processed in 0.001570902 sec. | ||
| 12074 | 2025.04.22 03:10:32.467528 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12075 | 2025.04.22 03:10:32.467632 [ 276 ] {ebd551df-fe9a-473d-867b-14a3b5aba075} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12076 | 2025.04.22 03:10:32.467682 [ 276 ] {ebd551df-fe9a-473d-867b-14a3b5aba075} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12077 | 2025.04.22 03:10:32.468200 [ 276 ] {ebd551df-fe9a-473d-867b-14a3b5aba075} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12078 | 2025.04.22 03:10:32.468240 [ 276 ] {ebd551df-fe9a-473d-867b-14a3b5aba075} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 12079 | 2025.04.22 03:10:32.468635 [ 276 ] {ebd551df-fe9a-473d-867b-14a3b5aba075} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12080 | 2025.04.22 03:10:32.468877 [ 276 ] {ebd551df-fe9a-473d-867b-14a3b5aba075} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12081 | 2025.04.22 03:10:32.469091 [ 276 ] {ebd551df-fe9a-473d-867b-14a3b5aba075} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001474 sec., 160786.97421981004 rows/sec., 10.78 MiB/sec. | ||
| 12082 | 2025.04.22 03:10:32.469165 [ 276 ] {ebd551df-fe9a-473d-867b-14a3b5aba075} <Debug> TCPHandler: Processed in 0.001686785 sec. | ||
| 12083 | 2025.04.22 03:10:32.469321 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12084 | 2025.04.22 03:10:32.469603 [ 276 ] {4175bd80-ca30-486f-a408-79f7ee9c0bc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12085 | 2025.04.22 03:10:32.469748 [ 276 ] {4175bd80-ca30-486f-a408-79f7ee9c0bc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12086 | 2025.04.22 03:10:32.470241 [ 276 ] {4175bd80-ca30-486f-a408-79f7ee9c0bc4} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12087 | 2025.04.22 03:10:32.470281 [ 276 ] {4175bd80-ca30-486f-a408-79f7ee9c0bc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 12088 | 2025.04.22 03:10:32.470641 [ 276 ] {4175bd80-ca30-486f-a408-79f7ee9c0bc4} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 12089 | 2025.04.22 03:10:32.470878 [ 276 ] {4175bd80-ca30-486f-a408-79f7ee9c0bc4} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12090 | 2025.04.22 03:10:32.471082 [ 276 ] {4175bd80-ca30-486f-a408-79f7ee9c0bc4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001586 sec., 630.517023959647 rows/sec., 42.49 KiB/sec. | ||
| 12091 | 2025.04.22 03:10:32.471132 [ 276 ] {4175bd80-ca30-486f-a408-79f7ee9c0bc4} <Debug> TCPHandler: Processed in 0.00189427 sec. | ||
| 12092 | 2025.04.22 03:10:32.471245 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12093 | 2025.04.22 03:10:32.471350 [ 276 ] {f99c5a7f-50ab-4509-9942-9358003d8db0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12094 | 2025.04.22 03:10:32.471415 [ 276 ] {f99c5a7f-50ab-4509-9942-9358003d8db0} <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 | ||
| 12095 | 2025.04.22 03:10:32.472525 [ 276 ] {f99c5a7f-50ab-4509-9942-9358003d8db0} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12096 | 2025.04.22 03:10:32.472567 [ 276 ] {f99c5a7f-50ab-4509-9942-9358003d8db0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 12097 | 2025.04.22 03:10:32.473208 [ 276 ] {f99c5a7f-50ab-4509-9942-9358003d8db0} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 12098 | 2025.04.22 03:10:32.473477 [ 276 ] {f99c5a7f-50ab-4509-9942-9358003d8db0} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12099 | 2025.04.22 03:10:32.473657 [ 82 ] {} <Debug> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 12100 | 2025.04.22 03:10:32.473734 [ 82 ] {} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12101 | 2025.04.22 03:10:32.473760 [ 276 ] {f99c5a7f-50ab-4509-9942-9358003d8db0} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002425 sec., 14845.360824742267 rows/sec., 26.60 MiB/sec. | ||
| 12102 | 2025.04.22 03:10:32.473779 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 12103 | 2025.04.22 03:10:32.474185 [ 276 ] {f99c5a7f-50ab-4509-9942-9358003d8db0} <Debug> TCPHandler: Processed in 0.00298775 sec. | ||
| 12104 | 2025.04.22 03:10:32.474202 [ 188 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 12105 | 2025.04.22 03:10:32.474353 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12106 | 2025.04.22 03:10:32.474617 [ 276 ] {9d82bfd6-fa9f-4ee9-9ccc-21a506f4b787} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12107 | 2025.04.22 03:10:32.474733 [ 276 ] {9d82bfd6-fa9f-4ee9-9ccc-21a506f4b787} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12108 | 2025.04.22 03:10:32.475077 [ 188 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12109 | 2025.04.22 03:10:32.475345 [ 188 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1583 rows starting from the beginning of the part | ||
| 12110 | 2025.04.22 03:10:32.476085 [ 188 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 36 rows starting from the beginning of the part | ||
| 12111 | 2025.04.22 03:10:32.476738 [ 276 ] {9d82bfd6-fa9f-4ee9-9ccc-21a506f4b787} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12112 | 2025.04.22 03:10:32.476836 [ 276 ] {9d82bfd6-fa9f-4ee9-9ccc-21a506f4b787} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 12113 | 2025.04.22 03:10:32.476849 [ 188 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 4 rows starting from the beginning of the part | ||
| 12114 | 2025.04.22 03:10:32.477557 [ 188 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 36 rows starting from the beginning of the part | ||
| 12115 | 2025.04.22 03:10:32.478203 [ 188 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 4 rows starting from the beginning of the part | ||
| 12116 | 2025.04.22 03:10:32.478247 [ 276 ] {9d82bfd6-fa9f-4ee9-9ccc-21a506f4b787} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12117 | 2025.04.22 03:10:32.478650 [ 188 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 36 rows starting from the beginning of the part | ||
| 12118 | 2025.04.22 03:10:32.479037 [ 276 ] {9d82bfd6-fa9f-4ee9-9ccc-21a506f4b787} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12119 | 2025.04.22 03:10:32.480017 [ 276 ] {9d82bfd6-fa9f-4ee9-9ccc-21a506f4b787} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005458 sec., 15023.818248442652 rows/sec., 977.10 KiB/sec. | ||
| 12120 | 2025.04.22 03:10:32.480521 [ 276 ] {9d82bfd6-fa9f-4ee9-9ccc-21a506f4b787} <Debug> TCPHandler: Processed in 0.006235167 sec. | ||
| 12121 | 2025.04.22 03:10:32.490871 [ 189 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1699 rows, containing 19 columns (19 merged, 0 gathered) in 0.016958823 sec., 100183.83940913824 rows/sec., 179.52 MiB/sec. | ||
| 12122 | 2025.04.22 03:10:32.492413 [ 189 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 12123 | 2025.04.22 03:10:32.492850 [ 189 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12124 | 2025.04.22 03:10:32.492937 [ 189 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 12125 | 2025.04.22 03:10:32.493080 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.55 MiB. | ||
| 12126 | 2025.04.22 03:10:33.000171 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 246.63 MiB, peak 260.13 MiB, free memory in arenas 0.00 B, will set to 250.96 MiB (RSS), difference: 4.33 MiB | ||
| 12127 | 2025.04.22 03:10:33.682109 [ 105 ] {} <Debug> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 12128 | 2025.04.22 03:10:33.682175 [ 105 ] {} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12129 | 2025.04.22 03:10:33.682198 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 12130 | 2025.04.22 03:10:33.682384 [ 193 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::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 | ||
| 12131 | 2025.04.22 03:10:33.682646 [ 193 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12132 | 2025.04.22 03:10:33.682684 [ 193 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 20 rows starting from the beginning of the part | ||
| 12133 | 2025.04.22 03:10:33.682767 [ 193 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 4 rows starting from the beginning of the part | ||
| 12134 | 2025.04.22 03:10:33.682988 [ 193 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part | ||
| 12135 | 2025.04.22 03:10:33.683178 [ 193 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 4 rows starting from the beginning of the part | ||
| 12136 | 2025.04.22 03:10:33.683305 [ 193 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 8 rows starting from the beginning of the part | ||
| 12137 | 2025.04.22 03:10:33.684383 [ 198 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.002114647 sec., 17969.90230520744 rows/sec., 1.50 MiB/sec. | ||
| 12138 | 2025.04.22 03:10:33.684617 [ 196 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 12139 | 2025.04.22 03:10:33.684986 [ 196 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_25_6} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12140 | 2025.04.22 03:10:33.685083 [ 196 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_25_6} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 12141 | 2025.04.22 03:10:33.685197 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 12142 | 2025.04.22 03:10:35.675275 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12143 | 2025.04.22 03:10:35.675479 [ 276 ] {4f73c23a-8542-4556-9a1e-3f4b906fa6eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12144 | 2025.04.22 03:10:35.675554 [ 276 ] {4f73c23a-8542-4556-9a1e-3f4b906fa6eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12145 | 2025.04.22 03:10:35.676301 [ 276 ] {4f73c23a-8542-4556-9a1e-3f4b906fa6eb} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12146 | 2025.04.22 03:10:35.676360 [ 276 ] {4f73c23a-8542-4556-9a1e-3f4b906fa6eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 12147 | 2025.04.22 03:10:35.676775 [ 276 ] {4f73c23a-8542-4556-9a1e-3f4b906fa6eb} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 12148 | 2025.04.22 03:10:35.677017 [ 276 ] {4f73c23a-8542-4556-9a1e-3f4b906fa6eb} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12149 | 2025.04.22 03:10:35.677242 [ 276 ] {4f73c23a-8542-4556-9a1e-3f4b906fa6eb} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001816 sec., 2202.6431718061676 rows/sec., 179.61 KiB/sec. | ||
| 12150 | 2025.04.22 03:10:35.677305 [ 276 ] {4f73c23a-8542-4556-9a1e-3f4b906fa6eb} <Debug> TCPHandler: Processed in 0.002159138 sec. | ||
| 12151 | 2025.04.22 03:10:35.677435 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12152 | 2025.04.22 03:10:35.677546 [ 276 ] {ba09afcb-d414-406b-8fa4-0602f9416174} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12153 | 2025.04.22 03:10:35.677594 [ 276 ] {ba09afcb-d414-406b-8fa4-0602f9416174} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12154 | 2025.04.22 03:10:35.678567 [ 276 ] {ba09afcb-d414-406b-8fa4-0602f9416174} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12155 | 2025.04.22 03:10:35.678607 [ 276 ] {ba09afcb-d414-406b-8fa4-0602f9416174} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 12156 | 2025.04.22 03:10:35.679027 [ 276 ] {ba09afcb-d414-406b-8fa4-0602f9416174} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12157 | 2025.04.22 03:10:35.679269 [ 276 ] {ba09afcb-d414-406b-8fa4-0602f9416174} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12158 | 2025.04.22 03:10:35.679468 [ 126 ] {} <Debug> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 12159 | 2025.04.22 03:10:35.679485 [ 276 ] {ba09afcb-d414-406b-8fa4-0602f9416174} <Debug> executeQuery: Read 1206 rows, 101.90 KiB in 0.001957 sec., 616249.3612672458 rows/sec., 50.85 MiB/sec. | ||
| 12160 | 2025.04.22 03:10:35.679549 [ 126 ] {} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12161 | 2025.04.22 03:10:35.679622 [ 276 ] {ba09afcb-d414-406b-8fa4-0602f9416174} <Debug> TCPHandler: Processed in 0.00223888 sec. | ||
| 12162 | 2025.04.22 03:10:35.679624 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 12163 | 2025.04.22 03:10:35.679807 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12164 | 2025.04.22 03:10:35.679878 [ 193 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 12165 | 2025.04.22 03:10:35.679984 [ 276 ] {68f9ef10-5781-40c1-82d7-c7b4b08b3a74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12166 | 2025.04.22 03:10:35.680090 [ 276 ] {68f9ef10-5781-40c1-82d7-c7b4b08b3a74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12167 | 2025.04.22 03:10:35.680239 [ 193 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12168 | 2025.04.22 03:10:35.680327 [ 193 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1847 rows starting from the beginning of the part | ||
| 12169 | 2025.04.22 03:10:35.680652 [ 193 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 64 rows starting from the beginning of the part | ||
| 12170 | 2025.04.22 03:10:35.681023 [ 193 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 693 rows starting from the beginning of the part | ||
| 12171 | 2025.04.22 03:10:35.681381 [ 193 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 64 rows starting from the beginning of the part | ||
| 12172 | 2025.04.22 03:10:35.681713 [ 193 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 689 rows starting from the beginning of the part | ||
| 12173 | 2025.04.22 03:10:35.681977 [ 193 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 1206 rows starting from the beginning of the part | ||
| 12174 | 2025.04.22 03:10:35.682848 [ 276 ] {68f9ef10-5781-40c1-82d7-c7b4b08b3a74} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12175 | 2025.04.22 03:10:35.682914 [ 276 ] {68f9ef10-5781-40c1-82d7-c7b4b08b3a74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 12176 | 2025.04.22 03:10:35.683778 [ 276 ] {68f9ef10-5781-40c1-82d7-c7b4b08b3a74} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 12177 | 2025.04.22 03:10:35.684324 [ 276 ] {68f9ef10-5781-40c1-82d7-c7b4b08b3a74} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12178 | 2025.04.22 03:10:35.684702 [ 276 ] {68f9ef10-5781-40c1-82d7-c7b4b08b3a74} <Debug> executeQuery: Read 8 rows, 594.00 B in 0.004776 sec., 1675.0418760469013 rows/sec., 121.46 KiB/sec. | ||
| 12179 | 2025.04.22 03:10:35.684811 [ 276 ] {68f9ef10-5781-40c1-82d7-c7b4b08b3a74} <Debug> TCPHandler: Processed in 0.005101666 sec. | ||
| 12180 | 2025.04.22 03:10:35.685087 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12181 | 2025.04.22 03:10:35.685446 [ 276 ] {0f557bb7-f79e-483a-bdec-b169e42605b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12182 | 2025.04.22 03:10:35.685599 [ 276 ] {0f557bb7-f79e-483a-bdec-b169e42605b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12183 | 2025.04.22 03:10:35.685836 [ 193 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4563 rows, containing 5 columns (5 merged, 0 gathered) in 0.006077773 sec., 750768.4146808379 rows/sec., 63.81 MiB/sec. | ||
| 12184 | 2025.04.22 03:10:35.686173 [ 193 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 12185 | 2025.04.22 03:10:35.686668 [ 193 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_101_20} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12186 | 2025.04.22 03:10:35.686904 [ 193 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_101_20} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 12187 | 2025.04.22 03:10:35.686958 [ 276 ] {0f557bb7-f79e-483a-bdec-b169e42605b1} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12188 | 2025.04.22 03:10:35.687042 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. | ||
| 12189 | 2025.04.22 03:10:35.687043 [ 276 ] {0f557bb7-f79e-483a-bdec-b169e42605b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 12190 | 2025.04.22 03:10:35.687448 [ 276 ] {0f557bb7-f79e-483a-bdec-b169e42605b1} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12191 | 2025.04.22 03:10:35.687683 [ 276 ] {0f557bb7-f79e-483a-bdec-b169e42605b1} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12192 | 2025.04.22 03:10:35.687933 [ 276 ] {0f557bb7-f79e-483a-bdec-b169e42605b1} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002619 sec., 87056.12829324171 rows/sec., 5.89 MiB/sec. | ||
| 12193 | 2025.04.22 03:10:35.688008 [ 276 ] {0f557bb7-f79e-483a-bdec-b169e42605b1} <Debug> TCPHandler: Processed in 0.003071342 sec. | ||
| 12194 | 2025.04.22 03:10:35.688259 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12195 | 2025.04.22 03:10:35.688374 [ 276 ] {3cfe4f47-5e14-43f1-93e2-d0166f394221} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12196 | 2025.04.22 03:10:35.688422 [ 276 ] {3cfe4f47-5e14-43f1-93e2-d0166f394221} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12197 | 2025.04.22 03:10:35.689145 [ 276 ] {3cfe4f47-5e14-43f1-93e2-d0166f394221} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12198 | 2025.04.22 03:10:35.689184 [ 276 ] {3cfe4f47-5e14-43f1-93e2-d0166f394221} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 12199 | 2025.04.22 03:10:35.689556 [ 276 ] {3cfe4f47-5e14-43f1-93e2-d0166f394221} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12200 | 2025.04.22 03:10:35.689798 [ 276 ] {3cfe4f47-5e14-43f1-93e2-d0166f394221} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12201 | 2025.04.22 03:10:35.689968 [ 126 ] {} <Debug> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 12202 | 2025.04.22 03:10:35.690027 [ 126 ] {} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12203 | 2025.04.22 03:10:35.690029 [ 276 ] {3cfe4f47-5e14-43f1-93e2-d0166f394221} <Debug> executeQuery: Read 528 rows, 40.05 KiB in 0.001665 sec., 317117.1171171171 rows/sec., 23.49 MiB/sec. | ||
| 12204 | 2025.04.22 03:10:35.690058 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 12205 | 2025.04.22 03:10:35.690204 [ 276 ] {3cfe4f47-5e14-43f1-93e2-d0166f394221} <Debug> TCPHandler: Processed in 0.002031015 sec. | ||
| 12206 | 2025.04.22 03:10:35.690304 [ 198 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 12207 | 2025.04.22 03:10:35.690369 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12208 | 2025.04.22 03:10:35.690481 [ 198 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12209 | 2025.04.22 03:10:35.690573 [ 198 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 916 rows starting from the beginning of the part | ||
| 12210 | 2025.04.22 03:10:35.690573 [ 276 ] {ee64b0da-46b8-4a17-b78e-36e328a62841} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12211 | 2025.04.22 03:10:35.690755 [ 276 ] {ee64b0da-46b8-4a17-b78e-36e328a62841} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12212 | 2025.04.22 03:10:35.690811 [ 198 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 68 rows starting from the beginning of the part | ||
| 12213 | 2025.04.22 03:10:35.691246 [ 198 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 426 rows starting from the beginning of the part | ||
| 12214 | 2025.04.22 03:10:35.691608 [ 198 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 68 rows starting from the beginning of the part | ||
| 12215 | 2025.04.22 03:10:35.692034 [ 198 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 418 rows starting from the beginning of the part | ||
| 12216 | 2025.04.22 03:10:35.692382 [ 198 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 528 rows starting from the beginning of the part | ||
| 12217 | 2025.04.22 03:10:35.693862 [ 276 ] {ee64b0da-46b8-4a17-b78e-36e328a62841} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12218 | 2025.04.22 03:10:35.693940 [ 276 ] {ee64b0da-46b8-4a17-b78e-36e328a62841} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 12219 | 2025.04.22 03:10:35.695039 [ 276 ] {ee64b0da-46b8-4a17-b78e-36e328a62841} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12220 | 2025.04.22 03:10:35.695493 [ 276 ] {ee64b0da-46b8-4a17-b78e-36e328a62841} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12221 | 2025.04.22 03:10:35.695816 [ 201 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2424 rows, containing 5 columns (5 merged, 0 gathered) in 0.00563608 sec., 430086.1591744617 rows/sec., 32.94 MiB/sec. | ||
| 12222 | 2025.04.22 03:10:35.695980 [ 276 ] {ee64b0da-46b8-4a17-b78e-36e328a62841} <Debug> executeQuery: Read 956 rows, 65.68 KiB in 0.005471 sec., 174739.53573386947 rows/sec., 11.72 MiB/sec. | ||
| 12223 | 2025.04.22 03:10:35.696121 [ 276 ] {ee64b0da-46b8-4a17-b78e-36e328a62841} <Debug> TCPHandler: Processed in 0.005801806 sec. | ||
| 12224 | 2025.04.22 03:10:35.696202 [ 201 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 12225 | 2025.04.22 03:10:35.696280 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12226 | 2025.04.22 03:10:35.696460 [ 276 ] {fb41cca5-e4aa-4698-81ca-fb8d8eb05d13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12227 | 2025.04.22 03:10:35.696616 [ 276 ] {fb41cca5-e4aa-4698-81ca-fb8d8eb05d13} <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 | ||
| 12228 | 2025.04.22 03:10:35.696857 [ 201 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_101_20} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12229 | 2025.04.22 03:10:35.697108 [ 201 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_101_20} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 12230 | 2025.04.22 03:10:35.697291 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 12231 | 2025.04.22 03:10:35.698171 [ 276 ] {fb41cca5-e4aa-4698-81ca-fb8d8eb05d13} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12232 | 2025.04.22 03:10:35.698215 [ 276 ] {fb41cca5-e4aa-4698-81ca-fb8d8eb05d13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 12233 | 2025.04.22 03:10:35.698811 [ 276 ] {fb41cca5-e4aa-4698-81ca-fb8d8eb05d13} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 12234 | 2025.04.22 03:10:35.699065 [ 276 ] {fb41cca5-e4aa-4698-81ca-fb8d8eb05d13} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12235 | 2025.04.22 03:10:35.699291 [ 276 ] {fb41cca5-e4aa-4698-81ca-fb8d8eb05d13} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002879 sec., 1389.371309482459 rows/sec., 2.49 MiB/sec. | ||
| 12236 | 2025.04.22 03:10:35.699384 [ 276 ] {fb41cca5-e4aa-4698-81ca-fb8d8eb05d13} <Debug> TCPHandler: Processed in 0.003176485 sec. | ||
| 12237 | 2025.04.22 03:10:35.699505 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12238 | 2025.04.22 03:10:35.699611 [ 276 ] {8f2d22a6-2896-4430-ad80-23e6e7966c9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12239 | 2025.04.22 03:10:35.699657 [ 276 ] {8f2d22a6-2896-4430-ad80-23e6e7966c9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12240 | 2025.04.22 03:10:35.700074 [ 276 ] {8f2d22a6-2896-4430-ad80-23e6e7966c9e} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12241 | 2025.04.22 03:10:35.700112 [ 276 ] {8f2d22a6-2896-4430-ad80-23e6e7966c9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 12242 | 2025.04.22 03:10:35.700459 [ 276 ] {8f2d22a6-2896-4430-ad80-23e6e7966c9e} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12243 | 2025.04.22 03:10:35.700691 [ 276 ] {8f2d22a6-2896-4430-ad80-23e6e7966c9e} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12244 | 2025.04.22 03:10:35.700855 [ 126 ] {} <Debug> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 12245 | 2025.04.22 03:10:35.700915 [ 276 ] {8f2d22a6-2896-4430-ad80-23e6e7966c9e} <Debug> executeQuery: Read 42 rows, 2.89 KiB in 0.00132 sec., 31818.18181818182 rows/sec., 2.14 MiB/sec. | ||
| 12246 | 2025.04.22 03:10:35.700924 [ 126 ] {} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12247 | 2025.04.22 03:10:35.701006 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 12248 | 2025.04.22 03:10:35.701046 [ 276 ] {8f2d22a6-2896-4430-ad80-23e6e7966c9e} <Debug> TCPHandler: Processed in 0.001589203 sec. | ||
| 12249 | 2025.04.22 03:10:35.701219 [ 201 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 12250 | 2025.04.22 03:10:35.701330 [ 201 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12251 | 2025.04.22 03:10:35.701359 [ 201 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 5508 rows starting from the beginning of the part | ||
| 12252 | 2025.04.22 03:10:35.701429 [ 201 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 60 rows starting from the beginning of the part | ||
| 12253 | 2025.04.22 03:10:35.701653 [ 201 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 82 rows starting from the beginning of the part | ||
| 12254 | 2025.04.22 03:10:35.701719 [ 201 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 60 rows starting from the beginning of the part | ||
| 12255 | 2025.04.22 03:10:35.701858 [ 201 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 82 rows starting from the beginning of the part | ||
| 12256 | 2025.04.22 03:10:35.701945 [ 201 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 42 rows starting from the beginning of the part | ||
| 12257 | 2025.04.22 03:10:35.703762 [ 190 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5834 rows, containing 4 columns (4 merged, 0 gathered) in 0.00264453 sec., 2206063.0811524163 rows/sec., 144.92 MiB/sec. | ||
| 12258 | 2025.04.22 03:10:35.704150 [ 191 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 12259 | 2025.04.22 03:10:35.704473 [ 191 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_101_20} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12260 | 2025.04.22 03:10:35.704562 [ 191 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_101_20} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 12261 | 2025.04.22 03:10:35.704654 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. | ||
| 12262 | 2025.04.22 03:10:35.853390 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27938 | ||
| 12263 | 2025.04.22 03:10:35.853957 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12264 | 2025.04.22 03:10:35.853998 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 12265 | 2025.04.22 03:10:35.854505 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 12266 | 2025.04.22 03:10:35.854768 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12267 | 2025.04.22 03:10:35.854979 [ 74 ] {} <Debug> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 12268 | 2025.04.22 03:10:35.855011 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27938 | ||
| 12269 | 2025.04.22 03:10:35.855057 [ 74 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12270 | 2025.04.22 03:10:35.855085 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 12271 | 2025.04.22 03:10:35.855301 [ 201 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 12272 | 2025.04.22 03:10:35.855698 [ 201 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12273 | 2025.04.22 03:10:35.855774 [ 201 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_56_11, total 25681 rows starting from the beginning of the part | ||
| 12274 | 2025.04.22 03:10:35.855869 [ 201 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 427 rows starting from the beginning of the part | ||
| 12275 | 2025.04.22 03:10:35.855968 [ 201 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 488 rows starting from the beginning of the part | ||
| 12276 | 2025.04.22 03:10:35.856100 [ 201 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 427 rows starting from the beginning of the part | ||
| 12277 | 2025.04.22 03:10:35.856180 [ 201 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 488 rows starting from the beginning of the part | ||
| 12278 | 2025.04.22 03:10:35.856261 [ 201 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 427 rows starting from the beginning of the part | ||
| 12279 | 2025.04.22 03:10:35.858778 [ 190 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27938 rows, containing 4 columns (4 merged, 0 gathered) in 0.003616906 sec., 7724281.471511839 rows/sec., 110.50 MiB/sec. | ||
| 12280 | 2025.04.22 03:10:35.859146 [ 190 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 12281 | 2025.04.22 03:10:35.859471 [ 190 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_61_12} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12282 | 2025.04.22 03:10:35.859555 [ 190 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_61_12} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 12283 | 2025.04.22 03:10:35.859666 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.89 MiB. | ||
| 12284 | 2025.04.22 03:10:37.431141 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12285 | 2025.04.22 03:10:37.431357 [ 276 ] {64983cd1-d798-4ac5-a5e4-b7dc07cef6e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12286 | 2025.04.22 03:10:37.431442 [ 276 ] {64983cd1-d798-4ac5-a5e4-b7dc07cef6e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12287 | 2025.04.22 03:10:37.432265 [ 276 ] {64983cd1-d798-4ac5-a5e4-b7dc07cef6e5} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12288 | 2025.04.22 03:10:37.432318 [ 276 ] {64983cd1-d798-4ac5-a5e4-b7dc07cef6e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 12289 | 2025.04.22 03:10:37.432754 [ 276 ] {64983cd1-d798-4ac5-a5e4-b7dc07cef6e5} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 12290 | 2025.04.22 03:10:37.433021 [ 276 ] {64983cd1-d798-4ac5-a5e4-b7dc07cef6e5} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12291 | 2025.04.22 03:10:37.433246 [ 276 ] {64983cd1-d798-4ac5-a5e4-b7dc07cef6e5} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001948 sec., 28747.433264887062 rows/sec., 2.21 MiB/sec. | ||
| 12292 | 2025.04.22 03:10:37.433312 [ 276 ] {64983cd1-d798-4ac5-a5e4-b7dc07cef6e5} <Debug> TCPHandler: Processed in 0.002314692 sec. | ||
| 12293 | 2025.04.22 03:10:37.433445 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12294 | 2025.04.22 03:10:37.433558 [ 276 ] {635e5722-19a2-46ca-b49a-b2c61bc1855a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12295 | 2025.04.22 03:10:37.433607 [ 276 ] {635e5722-19a2-46ca-b49a-b2c61bc1855a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12296 | 2025.04.22 03:10:37.434173 [ 276 ] {635e5722-19a2-46ca-b49a-b2c61bc1855a} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12297 | 2025.04.22 03:10:37.434215 [ 276 ] {635e5722-19a2-46ca-b49a-b2c61bc1855a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 12298 | 2025.04.22 03:10:37.434575 [ 276 ] {635e5722-19a2-46ca-b49a-b2c61bc1855a} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 12299 | 2025.04.22 03:10:37.434814 [ 276 ] {635e5722-19a2-46ca-b49a-b2c61bc1855a} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12300 | 2025.04.22 03:10:37.435033 [ 276 ] {635e5722-19a2-46ca-b49a-b2c61bc1855a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001493 sec., 42866.71131949096 rows/sec., 3.35 MiB/sec. | ||
| 12301 | 2025.04.22 03:10:37.435135 [ 276 ] {635e5722-19a2-46ca-b49a-b2c61bc1855a} <Debug> TCPHandler: Processed in 0.001742646 sec. | ||
| 12302 | 2025.04.22 03:10:37.435309 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12303 | 2025.04.22 03:10:37.435612 [ 276 ] {728f9448-1994-473b-aabe-5c970cf7e033} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12304 | 2025.04.22 03:10:37.435765 [ 276 ] {728f9448-1994-473b-aabe-5c970cf7e033} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12305 | 2025.04.22 03:10:37.436331 [ 276 ] {728f9448-1994-473b-aabe-5c970cf7e033} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12306 | 2025.04.22 03:10:37.436371 [ 276 ] {728f9448-1994-473b-aabe-5c970cf7e033} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 12307 | 2025.04.22 03:10:37.436747 [ 276 ] {728f9448-1994-473b-aabe-5c970cf7e033} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 12308 | 2025.04.22 03:10:37.436989 [ 276 ] {728f9448-1994-473b-aabe-5c970cf7e033} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12309 | 2025.04.22 03:10:37.437185 [ 276 ] {728f9448-1994-473b-aabe-5c970cf7e033} <Debug> executeQuery: Read 52 rows, 3.70 KiB in 0.001694 sec., 30696.576151121608 rows/sec., 2.13 MiB/sec. | ||
| 12310 | 2025.04.22 03:10:37.437236 [ 276 ] {728f9448-1994-473b-aabe-5c970cf7e033} <Debug> TCPHandler: Processed in 0.002022415 sec. | ||
| 12311 | 2025.04.22 03:10:37.437348 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12312 | 2025.04.22 03:10:37.437454 [ 276 ] {e2b52f0a-3f08-4ac1-b809-95dad7d35aa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12313 | 2025.04.22 03:10:37.437503 [ 276 ] {e2b52f0a-3f08-4ac1-b809-95dad7d35aa9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12314 | 2025.04.22 03:10:37.437929 [ 276 ] {e2b52f0a-3f08-4ac1-b809-95dad7d35aa9} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12315 | 2025.04.22 03:10:37.437968 [ 276 ] {e2b52f0a-3f08-4ac1-b809-95dad7d35aa9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 12316 | 2025.04.22 03:10:37.438322 [ 276 ] {e2b52f0a-3f08-4ac1-b809-95dad7d35aa9} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 12317 | 2025.04.22 03:10:37.438563 [ 276 ] {e2b52f0a-3f08-4ac1-b809-95dad7d35aa9} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12318 | 2025.04.22 03:10:37.438753 [ 276 ] {e2b52f0a-3f08-4ac1-b809-95dad7d35aa9} <Debug> executeQuery: Read 18 rows, 1.25 KiB in 0.001321 sec., 13626.040878122636 rows/sec., 945.51 KiB/sec. | ||
| 12319 | 2025.04.22 03:10:37.438802 [ 276 ] {e2b52f0a-3f08-4ac1-b809-95dad7d35aa9} <Debug> TCPHandler: Processed in 0.00150398 sec. | ||
| 12320 | 2025.04.22 03:10:37.768582 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 460 | ||
| 12321 | 2025.04.22 03:10:37.789653 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12322 | 2025.04.22 03:10:37.789695 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 12323 | 2025.04.22 03:10:37.796842 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 12324 | 2025.04.22 03:10:37.797593 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12325 | 2025.04.22 03:10:37.797887 [ 152 ] {} <Debug> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 12326 | 2025.04.22 03:10:37.797944 [ 152 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12327 | 2025.04.22 03:10:37.797987 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 12328 | 2025.04.22 03:10:37.798423 [ 190 ] {221840db-82c7-49e0-9543-fc81844dee87::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 | ||
| 12329 | 2025.04.22 03:10:37.814528 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 460 | ||
| 12330 | 2025.04.22 03:10:37.815917 [ 190 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12331 | 2025.04.22 03:10:37.817438 [ 190 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 422 rows starting from the beginning of the part | ||
| 12332 | 2025.04.22 03:10:37.823042 [ 190 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 8 rows starting from the beginning of the part | ||
| 12333 | 2025.04.22 03:10:37.828762 [ 190 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 7 rows starting from the beginning of the part | ||
| 12334 | 2025.04.22 03:10:37.834162 [ 190 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 8 rows starting from the beginning of the part | ||
| 12335 | 2025.04.22 03:10:37.839855 [ 190 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 8 rows starting from the beginning of the part | ||
| 12336 | 2025.04.22 03:10:37.844339 [ 190 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 7 rows starting from the beginning of the part | ||
| 12337 | 2025.04.22 03:10:37.902705 [ 187 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.104584538 sec., 4398.355711051666 rows/sec., 22.74 MiB/sec. | ||
| 12338 | 2025.04.22 03:10:37.905882 [ 199 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 12339 | 2025.04.22 03:10:37.908729 [ 199 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_61_12} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12340 | 2025.04.22 03:10:37.908854 [ 199 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_61_12} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 12341 | 2025.04.22 03:10:37.911149 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 12342 | 2025.04.22 03:10:38.495430 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1730 | ||
| 12343 | 2025.04.22 03:10:38.499383 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12344 | 2025.04.22 03:10:38.499438 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 12345 | 2025.04.22 03:10:38.500917 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 12346 | 2025.04.22 03:10:38.501230 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12347 | 2025.04.22 03:10:38.501780 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1730 | ||
| 12348 | 2025.04.22 03:10:42.444926 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12349 | 2025.04.22 03:10:42.445258 [ 276 ] {c6c8245c-8936-4e42-921b-a2119f2297aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12350 | 2025.04.22 03:10:42.445382 [ 276 ] {c6c8245c-8936-4e42-921b-a2119f2297aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12351 | 2025.04.22 03:10:42.446414 [ 276 ] {c6c8245c-8936-4e42-921b-a2119f2297aa} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12352 | 2025.04.22 03:10:42.446469 [ 276 ] {c6c8245c-8936-4e42-921b-a2119f2297aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 12353 | 2025.04.22 03:10:42.446942 [ 276 ] {c6c8245c-8936-4e42-921b-a2119f2297aa} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 12354 | 2025.04.22 03:10:42.447197 [ 276 ] {c6c8245c-8936-4e42-921b-a2119f2297aa} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12355 | 2025.04.22 03:10:42.447400 [ 33 ] {} <Debug> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 12356 | 2025.04.22 03:10:42.447475 [ 276 ] {c6c8245c-8936-4e42-921b-a2119f2297aa} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002296 sec., 92334.49477351917 rows/sec., 5.87 MiB/sec. | ||
| 12357 | 2025.04.22 03:10:42.447496 [ 33 ] {} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12358 | 2025.04.22 03:10:42.447579 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 12359 | 2025.04.22 03:10:42.447627 [ 276 ] {c6c8245c-8936-4e42-921b-a2119f2297aa} <Debug> TCPHandler: Processed in 0.002892687 sec. | ||
| 12360 | 2025.04.22 03:10:42.447848 [ 192 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full | ||
| 12361 | 2025.04.22 03:10:42.447861 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12362 | 2025.04.22 03:10:42.448140 [ 192 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12363 | 2025.04.22 03:10:42.448153 [ 276 ] {ce4bf10a-d2a2-4f4b-9c2f-bb0e12fa8ee3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12364 | 2025.04.22 03:10:42.448213 [ 192 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 212 rows starting from the beginning of the part | ||
| 12365 | 2025.04.22 03:10:42.448252 [ 276 ] {ce4bf10a-d2a2-4f4b-9c2f-bb0e12fa8ee3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12366 | 2025.04.22 03:10:42.448482 [ 192 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 212 rows starting from the beginning of the part | ||
| 12367 | 2025.04.22 03:10:42.448801 [ 192 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 212 rows starting from the beginning of the part | ||
| 12368 | 2025.04.22 03:10:42.449207 [ 192 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 212 rows starting from the beginning of the part | ||
| 12369 | 2025.04.22 03:10:42.449610 [ 192 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 212 rows starting from the beginning of the part | ||
| 12370 | 2025.04.22 03:10:42.451812 [ 276 ] {ce4bf10a-d2a2-4f4b-9c2f-bb0e12fa8ee3} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12371 | 2025.04.22 03:10:42.451860 [ 276 ] {ce4bf10a-d2a2-4f4b-9c2f-bb0e12fa8ee3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 12372 | 2025.04.22 03:10:42.452282 [ 192 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004565792 sec., 232161.25482720195 rows/sec., 15.65 MiB/sec. | ||
| 12373 | 2025.04.22 03:10:42.452471 [ 187 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 12374 | 2025.04.22 03:10:42.452599 [ 276 ] {ce4bf10a-d2a2-4f4b-9c2f-bb0e12fa8ee3} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 12375 | 2025.04.22 03:10:42.452823 [ 187 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_33_8} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12376 | 2025.04.22 03:10:42.452921 [ 276 ] {ce4bf10a-d2a2-4f4b-9c2f-bb0e12fa8ee3} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12377 | 2025.04.22 03:10:42.452929 [ 187 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_33_8} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 12378 | 2025.04.22 03:10:42.453071 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 12379 | 2025.04.22 03:10:42.453239 [ 276 ] {ce4bf10a-d2a2-4f4b-9c2f-bb0e12fa8ee3} <Debug> executeQuery: Read 689 rows, 56.23 KiB in 0.005183 sec., 132934.59386455722 rows/sec., 10.59 MiB/sec. | ||
| 12380 | 2025.04.22 03:10:42.453343 [ 276 ] {ce4bf10a-d2a2-4f4b-9c2f-bb0e12fa8ee3} <Debug> TCPHandler: Processed in 0.005559949 sec. | ||
| 12381 | 2025.04.22 03:10:42.453528 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12382 | 2025.04.22 03:10:42.453811 [ 276 ] {27584fd8-f34d-423b-9351-7cdd26164ca6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12383 | 2025.04.22 03:10:42.453931 [ 276 ] {27584fd8-f34d-423b-9351-7cdd26164ca6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12384 | 2025.04.22 03:10:42.454528 [ 276 ] {27584fd8-f34d-423b-9351-7cdd26164ca6} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12385 | 2025.04.22 03:10:42.454567 [ 276 ] {27584fd8-f34d-423b-9351-7cdd26164ca6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 12386 | 2025.04.22 03:10:42.454918 [ 276 ] {27584fd8-f34d-423b-9351-7cdd26164ca6} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 12387 | 2025.04.22 03:10:42.455165 [ 276 ] {27584fd8-f34d-423b-9351-7cdd26164ca6} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12388 | 2025.04.22 03:10:42.455367 [ 276 ] {27584fd8-f34d-423b-9351-7cdd26164ca6} <Debug> executeQuery: Read 142 rows, 9.09 KiB in 0.001666 sec., 85234.09363745498 rows/sec., 5.33 MiB/sec. | ||
| 12389 | 2025.04.22 03:10:42.455417 [ 276 ] {27584fd8-f34d-423b-9351-7cdd26164ca6} <Debug> TCPHandler: Processed in 0.001996893 sec. | ||
| 12390 | 2025.04.22 03:10:42.455533 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12391 | 2025.04.22 03:10:42.455636 [ 276 ] {6c04ca7c-2dbf-42ab-8323-768cf1e6fb93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12392 | 2025.04.22 03:10:42.455680 [ 276 ] {6c04ca7c-2dbf-42ab-8323-768cf1e6fb93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12393 | 2025.04.22 03:10:42.456217 [ 276 ] {6c04ca7c-2dbf-42ab-8323-768cf1e6fb93} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12394 | 2025.04.22 03:10:42.456255 [ 276 ] {6c04ca7c-2dbf-42ab-8323-768cf1e6fb93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 12395 | 2025.04.22 03:10:42.456600 [ 276 ] {6c04ca7c-2dbf-42ab-8323-768cf1e6fb93} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12396 | 2025.04.22 03:10:42.456832 [ 276 ] {6c04ca7c-2dbf-42ab-8323-768cf1e6fb93} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12397 | 2025.04.22 03:10:42.457030 [ 276 ] {6c04ca7c-2dbf-42ab-8323-768cf1e6fb93} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001416 sec., 79802.25988700565 rows/sec., 5.17 MiB/sec. | ||
| 12398 | 2025.04.22 03:10:42.457079 [ 276 ] {6c04ca7c-2dbf-42ab-8323-768cf1e6fb93} <Debug> TCPHandler: Processed in 0.001595693 sec. | ||
| 12399 | 2025.04.22 03:10:42.457196 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12400 | 2025.04.22 03:10:42.457299 [ 276 ] {2a2cdad5-bc6f-499a-aa10-b81e2f9b7ce1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12401 | 2025.04.22 03:10:42.457346 [ 276 ] {2a2cdad5-bc6f-499a-aa10-b81e2f9b7ce1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12402 | 2025.04.22 03:10:42.457902 [ 276 ] {2a2cdad5-bc6f-499a-aa10-b81e2f9b7ce1} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12403 | 2025.04.22 03:10:42.457941 [ 276 ] {2a2cdad5-bc6f-499a-aa10-b81e2f9b7ce1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 12404 | 2025.04.22 03:10:42.458282 [ 276 ] {2a2cdad5-bc6f-499a-aa10-b81e2f9b7ce1} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 12405 | 2025.04.22 03:10:42.458515 [ 276 ] {2a2cdad5-bc6f-499a-aa10-b81e2f9b7ce1} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12406 | 2025.04.22 03:10:42.458671 [ 33 ] {} <Debug> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 12407 | 2025.04.22 03:10:42.458739 [ 33 ] {} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12408 | 2025.04.22 03:10:42.458759 [ 276 ] {2a2cdad5-bc6f-499a-aa10-b81e2f9b7ce1} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001475 sec., 75932.20338983051 rows/sec., 4.33 MiB/sec. | ||
| 12409 | 2025.04.22 03:10:42.458779 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 12410 | 2025.04.22 03:10:42.458914 [ 276 ] {2a2cdad5-bc6f-499a-aa10-b81e2f9b7ce1} <Debug> TCPHandler: Processed in 0.001764837 sec. | ||
| 12411 | 2025.04.22 03:10:42.458964 [ 187 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full | ||
| 12412 | 2025.04.22 03:10:42.459058 [ 187 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12413 | 2025.04.22 03:10:42.459088 [ 187 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 112 rows starting from the beginning of the part | ||
| 12414 | 2025.04.22 03:10:42.459202 [ 187 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 112 rows starting from the beginning of the part | ||
| 12415 | 2025.04.22 03:10:42.459301 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12416 | 2025.04.22 03:10:42.459562 [ 187 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 112 rows starting from the beginning of the part | ||
| 12417 | 2025.04.22 03:10:42.459686 [ 276 ] {3c29b052-2773-4839-992f-a36832a0ccaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12418 | 2025.04.22 03:10:42.459838 [ 276 ] {3c29b052-2773-4839-992f-a36832a0ccaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12419 | 2025.04.22 03:10:42.459858 [ 187 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 112 rows starting from the beginning of the part | ||
| 12420 | 2025.04.22 03:10:42.460188 [ 187 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 112 rows starting from the beginning of the part | ||
| 12421 | 2025.04.22 03:10:42.461596 [ 276 ] {3c29b052-2773-4839-992f-a36832a0ccaf} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12422 | 2025.04.22 03:10:42.461636 [ 276 ] {3c29b052-2773-4839-992f-a36832a0ccaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 12423 | 2025.04.22 03:10:42.461891 [ 192 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.00298536 sec., 187582.06715438006 rows/sec., 11.40 MiB/sec. | ||
| 12424 | 2025.04.22 03:10:42.462156 [ 194 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 12425 | 2025.04.22 03:10:42.462268 [ 276 ] {3c29b052-2773-4839-992f-a36832a0ccaf} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 12426 | 2025.04.22 03:10:42.462706 [ 276 ] {3c29b052-2773-4839-992f-a36832a0ccaf} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12427 | 2025.04.22 03:10:42.462719 [ 194 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_33_8} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12428 | 2025.04.22 03:10:42.462928 [ 194 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_33_8} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 12429 | 2025.04.22 03:10:42.463130 [ 276 ] {3c29b052-2773-4839-992f-a36832a0ccaf} <Debug> executeQuery: Read 418 rows, 30.47 KiB in 0.00353 sec., 118413.59773371104 rows/sec., 8.43 MiB/sec. | ||
| 12430 | 2025.04.22 03:10:42.463135 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 12431 | 2025.04.22 03:10:42.463268 [ 276 ] {3c29b052-2773-4839-992f-a36832a0ccaf} <Debug> TCPHandler: Processed in 0.004092239 sec. | ||
| 12432 | 2025.04.22 03:10:42.463442 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12433 | 2025.04.22 03:10:42.463554 [ 276 ] {c6dedbaa-c663-46ce-8840-10bd502f7ad4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12434 | 2025.04.22 03:10:42.463670 [ 276 ] {c6dedbaa-c663-46ce-8840-10bd502f7ad4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12435 | 2025.04.22 03:10:42.464241 [ 276 ] {c6dedbaa-c663-46ce-8840-10bd502f7ad4} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12436 | 2025.04.22 03:10:42.464295 [ 276 ] {c6dedbaa-c663-46ce-8840-10bd502f7ad4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 12437 | 2025.04.22 03:10:42.464722 [ 276 ] {c6dedbaa-c663-46ce-8840-10bd502f7ad4} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 12438 | 2025.04.22 03:10:42.464963 [ 276 ] {c6dedbaa-c663-46ce-8840-10bd502f7ad4} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12439 | 2025.04.22 03:10:42.465206 [ 276 ] {c6dedbaa-c663-46ce-8840-10bd502f7ad4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001667 sec., 3599.2801439712057 rows/sec., 188.05 KiB/sec. | ||
| 12440 | 2025.04.22 03:10:42.465317 [ 276 ] {c6dedbaa-c663-46ce-8840-10bd502f7ad4} <Debug> TCPHandler: Processed in 0.001922151 sec. | ||
| 12441 | 2025.04.22 03:10:42.465567 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12442 | 2025.04.22 03:10:42.465676 [ 276 ] {87a2780b-3e37-41a9-b0f8-8f76a883aab3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12443 | 2025.04.22 03:10:42.465728 [ 276 ] {87a2780b-3e37-41a9-b0f8-8f76a883aab3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12444 | 2025.04.22 03:10:42.466264 [ 276 ] {87a2780b-3e37-41a9-b0f8-8f76a883aab3} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12445 | 2025.04.22 03:10:42.466304 [ 276 ] {87a2780b-3e37-41a9-b0f8-8f76a883aab3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 12446 | 2025.04.22 03:10:42.466701 [ 276 ] {87a2780b-3e37-41a9-b0f8-8f76a883aab3} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 12447 | 2025.04.22 03:10:42.466937 [ 276 ] {87a2780b-3e37-41a9-b0f8-8f76a883aab3} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12448 | 2025.04.22 03:10:42.467132 [ 276 ] {87a2780b-3e37-41a9-b0f8-8f76a883aab3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00148 sec., 160135.13513513515 rows/sec., 10.73 MiB/sec. | ||
| 12449 | 2025.04.22 03:10:42.467184 [ 276 ] {87a2780b-3e37-41a9-b0f8-8f76a883aab3} <Debug> TCPHandler: Processed in 0.001706445 sec. | ||
| 12450 | 2025.04.22 03:10:42.467309 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12451 | 2025.04.22 03:10:42.467415 [ 276 ] {9bc38207-a853-4711-9f5c-31dff3f640ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12452 | 2025.04.22 03:10:42.467462 [ 276 ] {9bc38207-a853-4711-9f5c-31dff3f640ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12453 | 2025.04.22 03:10:42.467862 [ 276 ] {9bc38207-a853-4711-9f5c-31dff3f640ce} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12454 | 2025.04.22 03:10:42.467901 [ 276 ] {9bc38207-a853-4711-9f5c-31dff3f640ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 12455 | 2025.04.22 03:10:42.468241 [ 276 ] {9bc38207-a853-4711-9f5c-31dff3f640ce} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 12456 | 2025.04.22 03:10:42.468478 [ 276 ] {9bc38207-a853-4711-9f5c-31dff3f640ce} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12457 | 2025.04.22 03:10:42.468674 [ 276 ] {9bc38207-a853-4711-9f5c-31dff3f640ce} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00128 sec., 781.2499999999999 rows/sec., 52.64 KiB/sec. | ||
| 12458 | 2025.04.22 03:10:42.468722 [ 276 ] {9bc38207-a853-4711-9f5c-31dff3f640ce} <Debug> TCPHandler: Processed in 0.00146422 sec. | ||
| 12459 | 2025.04.22 03:10:42.468842 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12460 | 2025.04.22 03:10:42.468945 [ 276 ] {18358f82-faa3-44fc-a646-533a9557689b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12461 | 2025.04.22 03:10:42.469012 [ 276 ] {18358f82-faa3-44fc-a646-533a9557689b} <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 | ||
| 12462 | 2025.04.22 03:10:42.470113 [ 276 ] {18358f82-faa3-44fc-a646-533a9557689b} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12463 | 2025.04.22 03:10:42.470152 [ 276 ] {18358f82-faa3-44fc-a646-533a9557689b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 12464 | 2025.04.22 03:10:42.470785 [ 276 ] {18358f82-faa3-44fc-a646-533a9557689b} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 12465 | 2025.04.22 03:10:42.471042 [ 276 ] {18358f82-faa3-44fc-a646-533a9557689b} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12466 | 2025.04.22 03:10:42.471277 [ 276 ] {18358f82-faa3-44fc-a646-533a9557689b} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002352 sec., 15306.122448979593 rows/sec., 27.43 MiB/sec. | ||
| 12467 | 2025.04.22 03:10:42.471368 [ 276 ] {18358f82-faa3-44fc-a646-533a9557689b} <Debug> TCPHandler: Processed in 0.002576379 sec. | ||
| 12468 | 2025.04.22 03:10:42.471492 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12469 | 2025.04.22 03:10:42.471597 [ 276 ] {03ebd457-22aa-48fb-bc2d-464c006fafd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12470 | 2025.04.22 03:10:42.471644 [ 276 ] {03ebd457-22aa-48fb-bc2d-464c006fafd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12471 | 2025.04.22 03:10:42.472069 [ 276 ] {03ebd457-22aa-48fb-bc2d-464c006fafd5} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12472 | 2025.04.22 03:10:42.472108 [ 276 ] {03ebd457-22aa-48fb-bc2d-464c006fafd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 12473 | 2025.04.22 03:10:42.472458 [ 276 ] {03ebd457-22aa-48fb-bc2d-464c006fafd5} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 12474 | 2025.04.22 03:10:42.472699 [ 276 ] {03ebd457-22aa-48fb-bc2d-464c006fafd5} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12475 | 2025.04.22 03:10:42.472893 [ 276 ] {03ebd457-22aa-48fb-bc2d-464c006fafd5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001318 sec., 62215.4779969651 rows/sec., 3.95 MiB/sec. | ||
| 12476 | 2025.04.22 03:10:42.472941 [ 276 ] {03ebd457-22aa-48fb-bc2d-464c006fafd5} <Debug> TCPHandler: Processed in 0.00149898 sec. | ||
| 12477 | 2025.04.22 03:10:43.180983 [ 43 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12478 | 2025.04.22 03:10:43.181063 [ 43 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12479 | 2025.04.22 03:10:43.355143 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28426 | ||
| 12480 | 2025.04.22 03:10:43.355846 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12481 | 2025.04.22 03:10:43.355881 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 12482 | 2025.04.22 03:10:43.356403 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 12483 | 2025.04.22 03:10:43.356671 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12484 | 2025.04.22 03:10:43.356847 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28426 | ||
| 12485 | 2025.04.22 03:10:45.314620 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 468 | ||
| 12486 | 2025.04.22 03:10:45.333613 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12487 | 2025.04.22 03:10:45.333672 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 12488 | 2025.04.22 03:10:45.340628 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 12489 | 2025.04.22 03:10:45.341377 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12490 | 2025.04.22 03:10:45.344209 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 468 | ||
| 12491 | 2025.04.22 03:10:47.437467 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12492 | 2025.04.22 03:10:47.437766 [ 276 ] {99bc2c78-aada-4e26-867e-20f0f01eb038} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12493 | 2025.04.22 03:10:47.437894 [ 276 ] {99bc2c78-aada-4e26-867e-20f0f01eb038} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12494 | 2025.04.22 03:10:47.438728 [ 276 ] {99bc2c78-aada-4e26-867e-20f0f01eb038} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12495 | 2025.04.22 03:10:47.438770 [ 276 ] {99bc2c78-aada-4e26-867e-20f0f01eb038} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 12496 | 2025.04.22 03:10:47.439192 [ 276 ] {99bc2c78-aada-4e26-867e-20f0f01eb038} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 12497 | 2025.04.22 03:10:47.439439 [ 276 ] {99bc2c78-aada-4e26-867e-20f0f01eb038} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12498 | 2025.04.22 03:10:47.439628 [ 276 ] {99bc2c78-aada-4e26-867e-20f0f01eb038} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.001947 sec., 32871.08371854135 rows/sec., 2.60 MiB/sec. | ||
| 12499 | 2025.04.22 03:10:47.439682 [ 276 ] {99bc2c78-aada-4e26-867e-20f0f01eb038} <Debug> TCPHandler: Processed in 0.002400795 sec. | ||
| 12500 | 2025.04.22 03:10:47.439820 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12501 | 2025.04.22 03:10:47.439922 [ 276 ] {69dba805-0999-4451-abdb-e1646742e0a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12502 | 2025.04.22 03:10:47.439966 [ 276 ] {69dba805-0999-4451-abdb-e1646742e0a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12503 | 2025.04.22 03:10:47.440487 [ 276 ] {69dba805-0999-4451-abdb-e1646742e0a3} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12504 | 2025.04.22 03:10:47.440523 [ 276 ] {69dba805-0999-4451-abdb-e1646742e0a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 12505 | 2025.04.22 03:10:47.440867 [ 276 ] {69dba805-0999-4451-abdb-e1646742e0a3} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 12506 | 2025.04.22 03:10:47.441100 [ 276 ] {69dba805-0999-4451-abdb-e1646742e0a3} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12507 | 2025.04.22 03:10:47.441257 [ 276 ] {69dba805-0999-4451-abdb-e1646742e0a3} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001356 sec., 2949.8525073746314 rows/sec., 221.82 KiB/sec. | ||
| 12508 | 2025.04.22 03:10:47.441309 [ 276 ] {69dba805-0999-4451-abdb-e1646742e0a3} <Debug> TCPHandler: Processed in 0.001547171 sec. | ||
| 12509 | 2025.04.22 03:10:47.441436 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12510 | 2025.04.22 03:10:47.441538 [ 276 ] {cf39bb7e-e568-47bf-899f-972bfd7edafa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12511 | 2025.04.22 03:10:47.441581 [ 276 ] {cf39bb7e-e568-47bf-899f-972bfd7edafa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12512 | 2025.04.22 03:10:47.442112 [ 276 ] {cf39bb7e-e568-47bf-899f-972bfd7edafa} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12513 | 2025.04.22 03:10:47.442148 [ 276 ] {cf39bb7e-e568-47bf-899f-972bfd7edafa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 12514 | 2025.04.22 03:10:47.442489 [ 276 ] {cf39bb7e-e568-47bf-899f-972bfd7edafa} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 12515 | 2025.04.22 03:10:47.442718 [ 276 ] {cf39bb7e-e568-47bf-899f-972bfd7edafa} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12516 | 2025.04.22 03:10:47.442876 [ 276 ] {cf39bb7e-e568-47bf-899f-972bfd7edafa} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001359 sec., 50036.79175864607 rows/sec., 3.91 MiB/sec. | ||
| 12517 | 2025.04.22 03:10:47.442974 [ 276 ] {cf39bb7e-e568-47bf-899f-972bfd7edafa} <Debug> TCPHandler: Processed in 0.001592603 sec. | ||
| 12518 | 2025.04.22 03:10:47.443106 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12519 | 2025.04.22 03:10:47.443379 [ 276 ] {1e26d4f1-0391-4827-bc6c-7beb4370588c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12520 | 2025.04.22 03:10:47.443541 [ 276 ] {1e26d4f1-0391-4827-bc6c-7beb4370588c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12521 | 2025.04.22 03:10:47.444836 [ 276 ] {1e26d4f1-0391-4827-bc6c-7beb4370588c} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12522 | 2025.04.22 03:10:47.444874 [ 276 ] {1e26d4f1-0391-4827-bc6c-7beb4370588c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 12523 | 2025.04.22 03:10:47.445246 [ 276 ] {1e26d4f1-0391-4827-bc6c-7beb4370588c} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 12524 | 2025.04.22 03:10:47.445476 [ 276 ] {1e26d4f1-0391-4827-bc6c-7beb4370588c} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12525 | 2025.04.22 03:10:47.445632 [ 67 ] {} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Selected 6 parts from all_1_99_20 to all_104_104_0 | ||
| 12526 | 2025.04.22 03:10:47.445638 [ 276 ] {1e26d4f1-0391-4827-bc6c-7beb4370588c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002376 sec., 67340.06734006734 rows/sec., 4.69 MiB/sec. | ||
| 12527 | 2025.04.22 03:10:47.445681 [ 67 ] {} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12528 | 2025.04.22 03:10:47.445722 [ 276 ] {1e26d4f1-0391-4827-bc6c-7beb4370588c} <Debug> TCPHandler: Processed in 0.002675391 sec. | ||
| 12529 | 2025.04.22 03:10:47.445725 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 12530 | 2025.04.22 03:10:47.445891 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12531 | 2025.04.22 03:10:47.446038 [ 189 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_104_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_99_20 to all_104_104_0 into Compact with storage Full | ||
| 12532 | 2025.04.22 03:10:47.446181 [ 276 ] {05de2d6c-f16c-4ffb-a1de-16097a6e2b81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12533 | 2025.04.22 03:10:47.446590 [ 276 ] {05de2d6c-f16c-4ffb-a1de-16097a6e2b81} <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 | ||
| 12534 | 2025.04.22 03:10:47.447374 [ 189 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_104_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12535 | 2025.04.22 03:10:47.447785 [ 189 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_99_20, total 29097 rows starting from the beginning of the part | ||
| 12536 | 2025.04.22 03:10:47.448281 [ 189 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 237 rows starting from the beginning of the part | ||
| 12537 | 2025.04.22 03:10:47.448918 [ 189 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 956 rows starting from the beginning of the part | ||
| 12538 | 2025.04.22 03:10:47.449283 [ 189 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 52 rows starting from the beginning of the part | ||
| 12539 | 2025.04.22 03:10:47.449790 [ 189 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 237 rows starting from the beginning of the part | ||
| 12540 | 2025.04.22 03:10:47.450147 [ 189 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 160 rows starting from the beginning of the part | ||
| 12541 | 2025.04.22 03:10:47.452105 [ 276 ] {05de2d6c-f16c-4ffb-a1de-16097a6e2b81} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12542 | 2025.04.22 03:10:47.452154 [ 276 ] {05de2d6c-f16c-4ffb-a1de-16097a6e2b81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 12543 | 2025.04.22 03:10:47.453880 [ 276 ] {05de2d6c-f16c-4ffb-a1de-16097a6e2b81} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 12544 | 2025.04.22 03:10:47.454251 [ 276 ] {05de2d6c-f16c-4ffb-a1de-16097a6e2b81} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12545 | 2025.04.22 03:10:47.454488 [ 276 ] {05de2d6c-f16c-4ffb-a1de-16097a6e2b81} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.008445 sec., 473.65304914150386 rows/sec., 869.13 KiB/sec. | ||
| 12546 | 2025.04.22 03:10:47.454608 [ 276 ] {05de2d6c-f16c-4ffb-a1de-16097a6e2b81} <Debug> TCPHandler: Processed in 0.008812486 sec. | ||
| 12547 | 2025.04.22 03:10:47.454727 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12548 | 2025.04.22 03:10:47.454899 [ 276 ] {fe7aac0a-7f19-44d2-806c-9b22cccfc1e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12549 | 2025.04.22 03:10:47.454962 [ 276 ] {fe7aac0a-7f19-44d2-806c-9b22cccfc1e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12550 | 2025.04.22 03:10:47.455582 [ 276 ] {fe7aac0a-7f19-44d2-806c-9b22cccfc1e5} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12551 | 2025.04.22 03:10:47.455619 [ 276 ] {fe7aac0a-7f19-44d2-806c-9b22cccfc1e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 12552 | 2025.04.22 03:10:47.456060 [ 276 ] {fe7aac0a-7f19-44d2-806c-9b22cccfc1e5} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 12553 | 2025.04.22 03:10:47.456324 [ 276 ] {fe7aac0a-7f19-44d2-806c-9b22cccfc1e5} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12554 | 2025.04.22 03:10:47.456490 [ 276 ] {fe7aac0a-7f19-44d2-806c-9b22cccfc1e5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001614 sec., 37174.72118959108 rows/sec., 2.51 MiB/sec. | ||
| 12555 | 2025.04.22 03:10:47.456629 [ 276 ] {fe7aac0a-7f19-44d2-806c-9b22cccfc1e5} <Debug> TCPHandler: Processed in 0.001945712 sec. | ||
| 12556 | 2025.04.22 03:10:47.458865 [ 194 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_104_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30739 rows, containing 5 columns (5 merged, 0 gathered) in 0.013035869 sec., 2358032.2876825472 rows/sec., 159.54 MiB/sec. | ||
| 12557 | 2025.04.22 03:10:47.459593 [ 192 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_104_21} <Trace> MergedBlockOutputStream: filled checksums all_1_104_21 (state Temporary) | ||
| 12558 | 2025.04.22 03:10:47.459999 [ 192 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_104_21} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_merge_all_1_104_21 to all_1_104_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12559 | 2025.04.22 03:10:47.460102 [ 192 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_104_21} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Merged 6 parts: [all_1_99_20, all_104_104_0] -> all_1_104_21 | ||
| 12560 | 2025.04.22 03:10:47.460220 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB. | ||
| 12561 | 2025.04.22 03:10:48.502028 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1764 | ||
| 12562 | 2025.04.22 03:10:48.506200 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12563 | 2025.04.22 03:10:48.506256 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 12564 | 2025.04.22 03:10:48.507714 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12565 | 2025.04.22 03:10:48.508023 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12566 | 2025.04.22 03:10:48.508230 [ 37 ] {} <Debug> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 12567 | 2025.04.22 03:10:48.508362 [ 37 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12568 | 2025.04.22 03:10:48.508432 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 12569 | 2025.04.22 03:10:48.509006 [ 188 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::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 | ||
| 12570 | 2025.04.22 03:10:48.510027 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1764 | ||
| 12571 | 2025.04.22 03:10:48.511336 [ 188 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12572 | 2025.04.22 03:10:48.511518 [ 188 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1568 rows starting from the beginning of the part | ||
| 12573 | 2025.04.22 03:10:48.512212 [ 188 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 46 rows starting from the beginning of the part | ||
| 12574 | 2025.04.22 03:10:48.512852 [ 188 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 34 rows starting from the beginning of the part | ||
| 12575 | 2025.04.22 03:10:48.513434 [ 188 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 36 rows starting from the beginning of the part | ||
| 12576 | 2025.04.22 03:10:48.514024 [ 188 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 46 rows starting from the beginning of the part | ||
| 12577 | 2025.04.22 03:10:48.514642 [ 188 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 34 rows starting from the beginning of the part | ||
| 12578 | 2025.04.22 03:10:48.522905 [ 197 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1764 rows, containing 72 columns (72 merged, 0 gathered) in 0.014283772 sec., 123496.79062365319 rows/sec., 94.57 MiB/sec. | ||
| 12579 | 2025.04.22 03:10:48.525242 [ 195 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 12580 | 2025.04.22 03:10:48.526096 [ 195 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_46_9} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12581 | 2025.04.22 03:10:48.526205 [ 195 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_46_9} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 12582 | 2025.04.22 03:10:48.526545 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.94 MiB. | ||
| 12583 | 2025.04.22 03:10:50.856987 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28853 | ||
| 12584 | 2025.04.22 03:10:50.857648 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12585 | 2025.04.22 03:10:50.857686 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 12586 | 2025.04.22 03:10:50.858246 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 12587 | 2025.04.22 03:10:50.858510 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12588 | 2025.04.22 03:10:50.858690 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28853 | ||
| 12589 | 2025.04.22 03:10:52.438423 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12590 | 2025.04.22 03:10:52.438628 [ 276 ] {249bdb38-2b5b-47c7-887d-d7c4b9719cf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12591 | 2025.04.22 03:10:52.438703 [ 276 ] {249bdb38-2b5b-47c7-887d-d7c4b9719cf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12592 | 2025.04.22 03:10:52.439451 [ 276 ] {249bdb38-2b5b-47c7-887d-d7c4b9719cf8} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12593 | 2025.04.22 03:10:52.439490 [ 276 ] {249bdb38-2b5b-47c7-887d-d7c4b9719cf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 12594 | 2025.04.22 03:10:52.439894 [ 276 ] {249bdb38-2b5b-47c7-887d-d7c4b9719cf8} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 12595 | 2025.04.22 03:10:52.440139 [ 276 ] {249bdb38-2b5b-47c7-887d-d7c4b9719cf8} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12596 | 2025.04.22 03:10:52.440344 [ 276 ] {249bdb38-2b5b-47c7-887d-d7c4b9719cf8} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001767 sec., 1131.8619128466328 rows/sec., 92.30 KiB/sec. | ||
| 12597 | 2025.04.22 03:10:52.440425 [ 276 ] {249bdb38-2b5b-47c7-887d-d7c4b9719cf8} <Debug> TCPHandler: Processed in 0.002125307 sec. | ||
| 12598 | 2025.04.22 03:10:52.440650 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12599 | 2025.04.22 03:10:52.440755 [ 276 ] {3bf4044a-85a7-41e1-89b9-34bd27cf5bcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12600 | 2025.04.22 03:10:52.440800 [ 276 ] {3bf4044a-85a7-41e1-89b9-34bd27cf5bcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12601 | 2025.04.22 03:10:52.441409 [ 276 ] {3bf4044a-85a7-41e1-89b9-34bd27cf5bcd} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12602 | 2025.04.22 03:10:52.441446 [ 276 ] {3bf4044a-85a7-41e1-89b9-34bd27cf5bcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 12603 | 2025.04.22 03:10:52.441792 [ 276 ] {3bf4044a-85a7-41e1-89b9-34bd27cf5bcd} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 12604 | 2025.04.22 03:10:52.442037 [ 276 ] {3bf4044a-85a7-41e1-89b9-34bd27cf5bcd} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12605 | 2025.04.22 03:10:52.442205 [ 276 ] {3bf4044a-85a7-41e1-89b9-34bd27cf5bcd} <Debug> executeQuery: Read 129 rows, 11.32 KiB in 0.001472 sec., 87635.86956521739 rows/sec., 7.51 MiB/sec. | ||
| 12606 | 2025.04.22 03:10:52.442268 [ 276 ] {3bf4044a-85a7-41e1-89b9-34bd27cf5bcd} <Debug> TCPHandler: Processed in 0.001707535 sec. | ||
| 12607 | 2025.04.22 03:10:52.442397 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12608 | 2025.04.22 03:10:52.442553 [ 276 ] {01dddb5d-451a-422d-b026-73b13e4c7978} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12609 | 2025.04.22 03:10:52.442600 [ 276 ] {01dddb5d-451a-422d-b026-73b13e4c7978} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12610 | 2025.04.22 03:10:52.443100 [ 276 ] {01dddb5d-451a-422d-b026-73b13e4c7978} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12611 | 2025.04.22 03:10:52.443136 [ 276 ] {01dddb5d-451a-422d-b026-73b13e4c7978} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 12612 | 2025.04.22 03:10:52.443462 [ 276 ] {01dddb5d-451a-422d-b026-73b13e4c7978} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 12613 | 2025.04.22 03:10:52.443686 [ 276 ] {01dddb5d-451a-422d-b026-73b13e4c7978} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12614 | 2025.04.22 03:10:52.443851 [ 276 ] {01dddb5d-451a-422d-b026-73b13e4c7978} <Debug> executeQuery: Read 38 rows, 2.85 KiB in 0.001335 sec., 28464.41947565543 rows/sec., 2.08 MiB/sec. | ||
| 12615 | 2025.04.22 03:10:52.443899 [ 276 ] {01dddb5d-451a-422d-b026-73b13e4c7978} <Debug> TCPHandler: Processed in 0.001565052 sec. | ||
| 12616 | 2025.04.22 03:10:52.444013 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12617 | 2025.04.22 03:10:52.444113 [ 276 ] {5df8c97a-94e4-4b19-a033-84668172076d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12618 | 2025.04.22 03:10:52.444156 [ 276 ] {5df8c97a-94e4-4b19-a033-84668172076d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12619 | 2025.04.22 03:10:52.444702 [ 276 ] {5df8c97a-94e4-4b19-a033-84668172076d} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12620 | 2025.04.22 03:10:52.444738 [ 276 ] {5df8c97a-94e4-4b19-a033-84668172076d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 12621 | 2025.04.22 03:10:52.445076 [ 276 ] {5df8c97a-94e4-4b19-a033-84668172076d} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 12622 | 2025.04.22 03:10:52.445300 [ 276 ] {5df8c97a-94e4-4b19-a033-84668172076d} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12623 | 2025.04.22 03:10:52.445475 [ 276 ] {5df8c97a-94e4-4b19-a033-84668172076d} <Debug> executeQuery: Read 102 rows, 8.16 KiB in 0.001372 sec., 74344.02332361517 rows/sec., 5.81 MiB/sec. | ||
| 12624 | 2025.04.22 03:10:52.445536 [ 276 ] {5df8c97a-94e4-4b19-a033-84668172076d} <Debug> TCPHandler: Processed in 0.001569962 sec. | ||
| 12625 | 2025.04.22 03:10:52.445665 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12626 | 2025.04.22 03:10:52.445930 [ 276 ] {5d4a60b8-cbb3-48a4-a896-b76bb5c9dc12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12627 | 2025.04.22 03:10:52.446086 [ 276 ] {5d4a60b8-cbb3-48a4-a896-b76bb5c9dc12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12628 | 2025.04.22 03:10:52.447278 [ 276 ] {5d4a60b8-cbb3-48a4-a896-b76bb5c9dc12} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12629 | 2025.04.22 03:10:52.447316 [ 276 ] {5d4a60b8-cbb3-48a4-a896-b76bb5c9dc12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 12630 | 2025.04.22 03:10:52.447680 [ 276 ] {5d4a60b8-cbb3-48a4-a896-b76bb5c9dc12} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 12631 | 2025.04.22 03:10:52.447917 [ 276 ] {5d4a60b8-cbb3-48a4-a896-b76bb5c9dc12} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12632 | 2025.04.22 03:10:52.448076 [ 276 ] {5d4a60b8-cbb3-48a4-a896-b76bb5c9dc12} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.002261 sec., 71207.43034055727 rows/sec., 4.96 MiB/sec. | ||
| 12633 | 2025.04.22 03:10:52.448123 [ 276 ] {5d4a60b8-cbb3-48a4-a896-b76bb5c9dc12} <Debug> TCPHandler: Processed in 0.002511487 sec. | ||
| 12634 | 2025.04.22 03:10:52.448231 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12635 | 2025.04.22 03:10:52.448333 [ 276 ] {15b4062e-cd34-4c43-ab53-e9b9637e25ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12636 | 2025.04.22 03:10:52.448397 [ 276 ] {15b4062e-cd34-4c43-ab53-e9b9637e25ef} <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 | ||
| 12637 | 2025.04.22 03:10:52.449513 [ 276 ] {15b4062e-cd34-4c43-ab53-e9b9637e25ef} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12638 | 2025.04.22 03:10:52.449550 [ 276 ] {15b4062e-cd34-4c43-ab53-e9b9637e25ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 12639 | 2025.04.22 03:10:52.450179 [ 276 ] {15b4062e-cd34-4c43-ab53-e9b9637e25ef} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 12640 | 2025.04.22 03:10:52.450428 [ 276 ] {15b4062e-cd34-4c43-ab53-e9b9637e25ef} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12641 | 2025.04.22 03:10:52.450615 [ 276 ] {15b4062e-cd34-4c43-ab53-e9b9637e25ef} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002303 sec., 15631.784628745116 rows/sec., 28.01 MiB/sec. | ||
| 12642 | 2025.04.22 03:10:52.450703 [ 276 ] {15b4062e-cd34-4c43-ab53-e9b9637e25ef} <Debug> TCPHandler: Processed in 0.002520088 sec. | ||
| 12643 | 2025.04.22 03:10:52.450813 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12644 | 2025.04.22 03:10:52.450912 [ 276 ] {fd770759-2e6f-4e84-97fa-3f46467a446a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12645 | 2025.04.22 03:10:52.450957 [ 276 ] {fd770759-2e6f-4e84-97fa-3f46467a446a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12646 | 2025.04.22 03:10:52.451358 [ 276 ] {fd770759-2e6f-4e84-97fa-3f46467a446a} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12647 | 2025.04.22 03:10:52.451394 [ 276 ] {fd770759-2e6f-4e84-97fa-3f46467a446a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 12648 | 2025.04.22 03:10:52.451736 [ 276 ] {fd770759-2e6f-4e84-97fa-3f46467a446a} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 12649 | 2025.04.22 03:10:52.451968 [ 276 ] {fd770759-2e6f-4e84-97fa-3f46467a446a} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12650 | 2025.04.22 03:10:52.452134 [ 276 ] {fd770759-2e6f-4e84-97fa-3f46467a446a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001243 sec., 48270.313757039425 rows/sec., 3.25 MiB/sec. | ||
| 12651 | 2025.04.22 03:10:52.452180 [ 276 ] {fd770759-2e6f-4e84-97fa-3f46467a446a} <Debug> TCPHandler: Processed in 0.001414657 sec. | ||
| 12652 | 2025.04.22 03:10:52.844290 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 475 | ||
| 12653 | 2025.04.22 03:10:52.865294 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12654 | 2025.04.22 03:10:52.865364 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 12655 | 2025.04.22 03:10:52.872889 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 12656 | 2025.04.22 03:10:52.873725 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12657 | 2025.04.22 03:10:52.876935 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 475 | ||
| 12658 | 2025.04.22 03:10:53.000225 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 253.40 MiB, peak 265.72 MiB, free memory in arenas 0.00 B, will set to 252.37 MiB (RSS), difference: -1.03 MiB | ||
| 12659 | 2025.04.22 03:10:57.437338 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12660 | 2025.04.22 03:10:57.437598 [ 276 ] {006cdc0b-85d5-4de2-9b9e-929b842de571} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12661 | 2025.04.22 03:10:57.437696 [ 276 ] {006cdc0b-85d5-4de2-9b9e-929b842de571} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12662 | 2025.04.22 03:10:57.438705 [ 276 ] {006cdc0b-85d5-4de2-9b9e-929b842de571} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12663 | 2025.04.22 03:10:57.438767 [ 276 ] {006cdc0b-85d5-4de2-9b9e-929b842de571} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 12664 | 2025.04.22 03:10:57.439382 [ 276 ] {006cdc0b-85d5-4de2-9b9e-929b842de571} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 12665 | 2025.04.22 03:10:57.439762 [ 276 ] {006cdc0b-85d5-4de2-9b9e-929b842de571} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12666 | 2025.04.22 03:10:57.440019 [ 102 ] {} <Debug> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 12667 | 2025.04.22 03:10:57.440087 [ 276 ] {006cdc0b-85d5-4de2-9b9e-929b842de571} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.002549 sec., 25107.885445272655 rows/sec., 1.99 MiB/sec. | ||
| 12668 | 2025.04.22 03:10:57.440111 [ 102 ] {} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12669 | 2025.04.22 03:10:57.440173 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 12670 | 2025.04.22 03:10:57.440287 [ 276 ] {006cdc0b-85d5-4de2-9b9e-929b842de571} <Debug> TCPHandler: Processed in 0.003131354 sec. | ||
| 12671 | 2025.04.22 03:10:57.440471 [ 196 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 12672 | 2025.04.22 03:10:57.440530 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12673 | 2025.04.22 03:10:57.440743 [ 196 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12674 | 2025.04.22 03:10:57.440781 [ 276 ] {c1af51ac-85a4-45ac-abcb-418571caf321} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12675 | 2025.04.22 03:10:57.440809 [ 196 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1847 rows starting from the beginning of the part | ||
| 12676 | 2025.04.22 03:10:57.440909 [ 276 ] {c1af51ac-85a4-45ac-abcb-418571caf321} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12677 | 2025.04.22 03:10:57.440994 [ 196 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 56 rows starting from the beginning of the part | ||
| 12678 | 2025.04.22 03:10:57.441325 [ 196 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 689 rows starting from the beginning of the part | ||
| 12679 | 2025.04.22 03:10:57.441687 [ 196 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 64 rows starting from the beginning of the part | ||
| 12680 | 2025.04.22 03:10:57.441996 [ 196 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 129 rows starting from the beginning of the part | ||
| 12681 | 2025.04.22 03:10:57.442388 [ 196 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 64 rows starting from the beginning of the part | ||
| 12682 | 2025.04.22 03:10:57.443971 [ 276 ] {c1af51ac-85a4-45ac-abcb-418571caf321} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12683 | 2025.04.22 03:10:57.444043 [ 276 ] {c1af51ac-85a4-45ac-abcb-418571caf321} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 12684 | 2025.04.22 03:10:57.445064 [ 276 ] {c1af51ac-85a4-45ac-abcb-418571caf321} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 12685 | 2025.04.22 03:10:57.445439 [ 276 ] {c1af51ac-85a4-45ac-abcb-418571caf321} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12686 | 2025.04.22 03:10:57.445661 [ 102 ] {} <Debug> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 12687 | 2025.04.22 03:10:57.445783 [ 102 ] {} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12688 | 2025.04.22 03:10:57.445893 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 12689 | 2025.04.22 03:10:57.446058 [ 276 ] {c1af51ac-85a4-45ac-abcb-418571caf321} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.005312 sec., 753.0120481927711 rows/sec., 56.62 KiB/sec. | ||
| 12690 | 2025.04.22 03:10:57.446364 [ 276 ] {c1af51ac-85a4-45ac-abcb-418571caf321} <Debug> TCPHandler: Processed in 0.005896438 sec. | ||
| 12691 | 2025.04.22 03:10:57.446411 [ 196 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2849 rows, containing 5 columns (5 merged, 0 gathered) in 0.006099113 sec., 467117.1037493485 rows/sec., 39.67 MiB/sec. | ||
| 12692 | 2025.04.22 03:10:57.446757 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12693 | 2025.04.22 03:10:57.447019 [ 196 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 12694 | 2025.04.22 03:10:57.447196 [ 276 ] {352cb492-c220-4266-ac50-8d8c8e219e89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12695 | 2025.04.22 03:10:57.447378 [ 276 ] {352cb492-c220-4266-ac50-8d8c8e219e89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12696 | 2025.04.22 03:10:57.447394 [ 197 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 12697 | 2025.04.22 03:10:57.448425 [ 196 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_106_21} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12698 | 2025.04.22 03:10:57.448969 [ 196 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_106_21} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 12699 | 2025.04.22 03:10:57.448962 [ 197 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12700 | 2025.04.22 03:10:57.449177 [ 197 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 166 rows starting from the beginning of the part | ||
| 12701 | 2025.04.22 03:10:57.449244 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
| 12702 | 2025.04.22 03:10:57.449567 [ 197 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 8 rows starting from the beginning of the part | ||
| 12703 | 2025.04.22 03:10:57.449886 [ 197 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 142 rows starting from the beginning of the part | ||
| 12704 | 2025.04.22 03:10:57.450292 [ 197 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 4 rows starting from the beginning of the part | ||
| 12705 | 2025.04.22 03:10:57.450555 [ 197 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 38 rows starting from the beginning of the part | ||
| 12706 | 2025.04.22 03:10:57.450914 [ 197 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 4 rows starting from the beginning of the part | ||
| 12707 | 2025.04.22 03:10:57.451438 [ 276 ] {352cb492-c220-4266-ac50-8d8c8e219e89} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12708 | 2025.04.22 03:10:57.451513 [ 276 ] {352cb492-c220-4266-ac50-8d8c8e219e89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 12709 | 2025.04.22 03:10:57.452307 [ 276 ] {352cb492-c220-4266-ac50-8d8c8e219e89} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 12710 | 2025.04.22 03:10:57.452885 [ 276 ] {352cb492-c220-4266-ac50-8d8c8e219e89} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12711 | 2025.04.22 03:10:57.453223 [ 102 ] {} <Debug> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 12712 | 2025.04.22 03:10:57.453323 [ 102 ] {} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12713 | 2025.04.22 03:10:57.453391 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 12714 | 2025.04.22 03:10:57.453558 [ 276 ] {352cb492-c220-4266-ac50-8d8c8e219e89} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.006401 sec., 10623.34010310889 rows/sec., 849.17 KiB/sec. | ||
| 12715 | 2025.04.22 03:10:57.453971 [ 276 ] {352cb492-c220-4266-ac50-8d8c8e219e89} <Debug> TCPHandler: Processed in 0.007312666 sec. | ||
| 12716 | 2025.04.22 03:10:57.454172 [ 201 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 12717 | 2025.04.22 03:10:57.454217 [ 186 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 362 rows, containing 5 columns (5 merged, 0 gathered) in 0.007807829 sec., 46363.72031200991 rows/sec., 3.17 MiB/sec. | ||
| 12718 | 2025.04.22 03:10:57.454291 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12719 | 2025.04.22 03:10:57.454551 [ 186 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 12720 | 2025.04.22 03:10:57.454632 [ 201 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12721 | 2025.04.22 03:10:57.454656 [ 276 ] {97f98e89-1788-4a32-a980-816cc8fea609} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12722 | 2025.04.22 03:10:57.454789 [ 201 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 916 rows starting from the beginning of the part | ||
| 12723 | 2025.04.22 03:10:57.454852 [ 276 ] {97f98e89-1788-4a32-a980-816cc8fea609} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12724 | 2025.04.22 03:10:57.455528 [ 201 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 64 rows starting from the beginning of the part | ||
| 12725 | 2025.04.22 03:10:57.455560 [ 186 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_86_17} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12726 | 2025.04.22 03:10:57.455954 [ 186 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_86_17} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 12727 | 2025.04.22 03:10:57.456231 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 12728 | 2025.04.22 03:10:57.456249 [ 201 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 418 rows starting from the beginning of the part | ||
| 12729 | 2025.04.22 03:10:57.456604 [ 201 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 68 rows starting from the beginning of the part | ||
| 12730 | 2025.04.22 03:10:57.456811 [ 201 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 102 rows starting from the beginning of the part | ||
| 12731 | 2025.04.22 03:10:57.457238 [ 201 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 68 rows starting from the beginning of the part | ||
| 12732 | 2025.04.22 03:10:57.457966 [ 276 ] {97f98e89-1788-4a32-a980-816cc8fea609} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12733 | 2025.04.22 03:10:57.458020 [ 276 ] {97f98e89-1788-4a32-a980-816cc8fea609} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 12734 | 2025.04.22 03:10:57.459032 [ 276 ] {97f98e89-1788-4a32-a980-816cc8fea609} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 12735 | 2025.04.22 03:10:57.459623 [ 276 ] {97f98e89-1788-4a32-a980-816cc8fea609} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12736 | 2025.04.22 03:10:57.459993 [ 276 ] {97f98e89-1788-4a32-a980-816cc8fea609} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005484 sec., 29175.784099197666 rows/sec., 2.03 MiB/sec. | ||
| 12737 | 2025.04.22 03:10:57.460128 [ 276 ] {97f98e89-1788-4a32-a980-816cc8fea609} <Debug> TCPHandler: Processed in 0.005929949 sec. | ||
| 12738 | 2025.04.22 03:10:57.460434 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12739 | 2025.04.22 03:10:57.460499 [ 198 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1636 rows, containing 5 columns (5 merged, 0 gathered) in 0.006893305 sec., 237331.72984511784 rows/sec., 18.30 MiB/sec. | ||
| 12740 | 2025.04.22 03:10:57.460593 [ 276 ] {b79ceb01-e491-463f-9321-d67d064dcd43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12741 | 2025.04.22 03:10:57.460716 [ 276 ] {b79ceb01-e491-463f-9321-d67d064dcd43} <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 | ||
| 12742 | 2025.04.22 03:10:57.460775 [ 198 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 12743 | 2025.04.22 03:10:57.461625 [ 198 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_106_21} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12744 | 2025.04.22 03:10:57.461871 [ 198 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_106_21} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 12745 | 2025.04.22 03:10:57.462108 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
| 12746 | 2025.04.22 03:10:57.462812 [ 276 ] {b79ceb01-e491-463f-9321-d67d064dcd43} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12747 | 2025.04.22 03:10:57.462856 [ 276 ] {b79ceb01-e491-463f-9321-d67d064dcd43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 12748 | 2025.04.22 03:10:57.463486 [ 276 ] {b79ceb01-e491-463f-9321-d67d064dcd43} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 12749 | 2025.04.22 03:10:57.463761 [ 276 ] {b79ceb01-e491-463f-9321-d67d064dcd43} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12750 | 2025.04.22 03:10:57.463946 [ 102 ] {} <Debug> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 12751 | 2025.04.22 03:10:57.464012 [ 102 ] {} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12752 | 2025.04.22 03:10:57.464047 [ 276 ] {b79ceb01-e491-463f-9321-d67d064dcd43} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.003489 sec., 1146.4603038119806 rows/sec., 2.05 MiB/sec. | ||
| 12753 | 2025.04.22 03:10:57.464056 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 12754 | 2025.04.22 03:10:57.464446 [ 193 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 12755 | 2025.04.22 03:10:57.464473 [ 276 ] {b79ceb01-e491-463f-9321-d67d064dcd43} <Debug> TCPHandler: Processed in 0.004154001 sec. | ||
| 12756 | 2025.04.22 03:10:57.464713 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12757 | 2025.04.22 03:10:57.464981 [ 276 ] {c0bf2a1b-ecc9-467b-9e9f-7881c74b64a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12758 | 2025.04.22 03:10:57.465076 [ 193 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12759 | 2025.04.22 03:10:57.465095 [ 276 ] {c0bf2a1b-ecc9-467b-9e9f-7881c74b64a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12760 | 2025.04.22 03:10:57.465301 [ 193 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1699 rows starting from the beginning of the part | ||
| 12761 | 2025.04.22 03:10:57.466120 [ 193 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 4 rows starting from the beginning of the part | ||
| 12762 | 2025.04.22 03:10:57.466910 [ 193 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 36 rows starting from the beginning of the part | ||
| 12763 | 2025.04.22 03:10:57.467359 [ 276 ] {c0bf2a1b-ecc9-467b-9e9f-7881c74b64a6} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12764 | 2025.04.22 03:10:57.467492 [ 276 ] {c0bf2a1b-ecc9-467b-9e9f-7881c74b64a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 12765 | 2025.04.22 03:10:57.467621 [ 193 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 4 rows starting from the beginning of the part | ||
| 12766 | 2025.04.22 03:10:57.468267 [ 193 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 36 rows starting from the beginning of the part | ||
| 12767 | 2025.04.22 03:10:57.468963 [ 193 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 4 rows starting from the beginning of the part | ||
| 12768 | 2025.04.22 03:10:57.469056 [ 276 ] {c0bf2a1b-ecc9-467b-9e9f-7881c74b64a6} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 12769 | 2025.04.22 03:10:57.469867 [ 276 ] {c0bf2a1b-ecc9-467b-9e9f-7881c74b64a6} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12770 | 2025.04.22 03:10:57.470127 [ 102 ] {} <Debug> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 12771 | 2025.04.22 03:10:57.470222 [ 102 ] {} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12772 | 2025.04.22 03:10:57.470305 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 12773 | 2025.04.22 03:10:57.470377 [ 276 ] {c0bf2a1b-ecc9-467b-9e9f-7881c74b64a6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005475 sec., 10958.90410958904 rows/sec., 756.28 KiB/sec. | ||
| 12774 | 2025.04.22 03:10:57.470751 [ 276 ] {c0bf2a1b-ecc9-467b-9e9f-7881c74b64a6} <Debug> TCPHandler: Processed in 0.006112284 sec. | ||
| 12775 | 2025.04.22 03:10:57.470871 [ 199 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 12776 | 2025.04.22 03:10:57.471286 [ 199 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12777 | 2025.04.22 03:10:57.471376 [ 199 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 5834 rows starting from the beginning of the part | ||
| 12778 | 2025.04.22 03:10:57.471645 [ 199 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 18 rows starting from the beginning of the part | ||
| 12779 | 2025.04.22 03:10:57.471711 [ 199 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 82 rows starting from the beginning of the part | ||
| 12780 | 2025.04.22 03:10:57.471916 [ 199 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 60 rows starting from the beginning of the part | ||
| 12781 | 2025.04.22 03:10:57.472179 [ 199 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 60 rows starting from the beginning of the part | ||
| 12782 | 2025.04.22 03:10:57.472327 [ 199 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 60 rows starting from the beginning of the part | ||
| 12783 | 2025.04.22 03:10:57.476214 [ 200 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6114 rows, containing 4 columns (4 merged, 0 gathered) in 0.005766654 sec., 1060233.5427095157 rows/sec., 69.68 MiB/sec. | ||
| 12784 | 2025.04.22 03:10:57.476978 [ 187 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 12785 | 2025.04.22 03:10:57.477828 [ 187 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_106_21} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12786 | 2025.04.22 03:10:57.477909 [ 187 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_106_21} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 12787 | 2025.04.22 03:10:57.477995 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. | ||
| 12788 | 2025.04.22 03:10:57.482239 [ 187 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1783 rows, containing 19 columns (19 merged, 0 gathered) in 0.018013272 sec., 98982.5724055019 rows/sec., 177.37 MiB/sec. | ||
| 12789 | 2025.04.22 03:10:57.484352 [ 200 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 12790 | 2025.04.22 03:10:57.484821 [ 200 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12791 | 2025.04.22 03:10:57.484907 [ 200 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 12792 | 2025.04.22 03:10:57.485063 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.09 MiB. | ||
| 12793 | 2025.04.22 03:10:58.000175 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 252.94 MiB, peak 270.00 MiB, free memory in arenas 0.00 B, will set to 258.46 MiB (RSS), difference: 5.52 MiB | ||
| 12794 | 2025.04.22 03:10:58.181111 [ 102 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12795 | 2025.04.22 03:10:58.181171 [ 102 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12796 | 2025.04.22 03:10:58.358810 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29341 | ||
| 12797 | 2025.04.22 03:10:58.359488 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12798 | 2025.04.22 03:10:58.359534 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 12799 | 2025.04.22 03:10:58.360079 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 12800 | 2025.04.22 03:10:58.360348 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12801 | 2025.04.22 03:10:58.360617 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29341 | ||
| 12802 | 2025.04.22 03:10:58.510267 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1790 | ||
| 12803 | 2025.04.22 03:10:58.513338 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12804 | 2025.04.22 03:10:58.513387 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 12805 | 2025.04.22 03:10:58.514896 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12806 | 2025.04.22 03:10:58.515380 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12807 | 2025.04.22 03:10:58.515948 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1790 | ||
| 12808 | 2025.04.22 03:10:59.002295 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000931675 sec. | ||
| 12809 | 2025.04.22 03:11:00.376984 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 483 | ||
| 12810 | 2025.04.22 03:11:00.397053 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12811 | 2025.04.22 03:11:00.397106 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 12812 | 2025.04.22 03:11:00.404227 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 12813 | 2025.04.22 03:11:00.405011 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12814 | 2025.04.22 03:11:00.408250 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 483 | ||
| 12815 | 2025.04.22 03:11:02.438387 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12816 | 2025.04.22 03:11:02.438594 [ 276 ] {9572b382-d248-4502-a080-0bf42485d62a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12817 | 2025.04.22 03:11:02.438671 [ 276 ] {9572b382-d248-4502-a080-0bf42485d62a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12818 | 2025.04.22 03:11:02.439520 [ 276 ] {9572b382-d248-4502-a080-0bf42485d62a} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12819 | 2025.04.22 03:11:02.439561 [ 276 ] {9572b382-d248-4502-a080-0bf42485d62a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 12820 | 2025.04.22 03:11:02.440003 [ 276 ] {9572b382-d248-4502-a080-0bf42485d62a} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 12821 | 2025.04.22 03:11:02.440269 [ 276 ] {9572b382-d248-4502-a080-0bf42485d62a} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12822 | 2025.04.22 03:11:02.440462 [ 276 ] {9572b382-d248-4502-a080-0bf42485d62a} <Debug> executeQuery: Read 128 rows, 11.24 KiB in 0.001926 sec., 66458.98234683281 rows/sec., 5.70 MiB/sec. | ||
| 12823 | 2025.04.22 03:11:02.440515 [ 276 ] {9572b382-d248-4502-a080-0bf42485d62a} <Debug> TCPHandler: Processed in 0.002264071 sec. | ||
| 12824 | 2025.04.22 03:11:02.440640 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12825 | 2025.04.22 03:11:02.440745 [ 276 ] {cba2f5f8-b616-4217-90b0-dfeda9d6cd97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12826 | 2025.04.22 03:11:02.440790 [ 276 ] {cba2f5f8-b616-4217-90b0-dfeda9d6cd97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12827 | 2025.04.22 03:11:02.441307 [ 276 ] {cba2f5f8-b616-4217-90b0-dfeda9d6cd97} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12828 | 2025.04.22 03:11:02.441344 [ 276 ] {cba2f5f8-b616-4217-90b0-dfeda9d6cd97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 12829 | 2025.04.22 03:11:02.441693 [ 276 ] {cba2f5f8-b616-4217-90b0-dfeda9d6cd97} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 12830 | 2025.04.22 03:11:02.441934 [ 276 ] {cba2f5f8-b616-4217-90b0-dfeda9d6cd97} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12831 | 2025.04.22 03:11:02.442096 [ 276 ] {cba2f5f8-b616-4217-90b0-dfeda9d6cd97} <Debug> executeQuery: Read 36 rows, 2.71 KiB in 0.001373 sec., 26219.95630007283 rows/sec., 1.93 MiB/sec. | ||
| 12832 | 2025.04.22 03:11:02.442145 [ 276 ] {cba2f5f8-b616-4217-90b0-dfeda9d6cd97} <Debug> TCPHandler: Processed in 0.001556202 sec. | ||
| 12833 | 2025.04.22 03:11:02.442255 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12834 | 2025.04.22 03:11:02.442358 [ 276 ] {5e510e0b-6cc1-4156-81ca-8a9d6e3f9ea6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12835 | 2025.04.22 03:11:02.442404 [ 276 ] {5e510e0b-6cc1-4156-81ca-8a9d6e3f9ea6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12836 | 2025.04.22 03:11:02.442935 [ 276 ] {5e510e0b-6cc1-4156-81ca-8a9d6e3f9ea6} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12837 | 2025.04.22 03:11:02.442971 [ 276 ] {5e510e0b-6cc1-4156-81ca-8a9d6e3f9ea6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 12838 | 2025.04.22 03:11:02.443325 [ 276 ] {5e510e0b-6cc1-4156-81ca-8a9d6e3f9ea6} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 12839 | 2025.04.22 03:11:02.443577 [ 276 ] {5e510e0b-6cc1-4156-81ca-8a9d6e3f9ea6} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12840 | 2025.04.22 03:11:02.443735 [ 276 ] {5e510e0b-6cc1-4156-81ca-8a9d6e3f9ea6} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.001398 sec., 71530.7582260372 rows/sec., 5.59 MiB/sec. | ||
| 12841 | 2025.04.22 03:11:02.443784 [ 276 ] {5e510e0b-6cc1-4156-81ca-8a9d6e3f9ea6} <Debug> TCPHandler: Processed in 0.001579292 sec. | ||
| 12842 | 2025.04.22 03:11:02.443903 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12843 | 2025.04.22 03:11:02.444007 [ 276 ] {0be2a5a1-15bc-47ae-8d3c-5b790608b3f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12844 | 2025.04.22 03:11:02.444056 [ 276 ] {0be2a5a1-15bc-47ae-8d3c-5b790608b3f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12845 | 2025.04.22 03:11:02.444552 [ 276 ] {0be2a5a1-15bc-47ae-8d3c-5b790608b3f6} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12846 | 2025.04.22 03:11:02.444589 [ 276 ] {0be2a5a1-15bc-47ae-8d3c-5b790608b3f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 12847 | 2025.04.22 03:11:02.444967 [ 276 ] {0be2a5a1-15bc-47ae-8d3c-5b790608b3f6} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 12848 | 2025.04.22 03:11:02.445210 [ 276 ] {0be2a5a1-15bc-47ae-8d3c-5b790608b3f6} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12849 | 2025.04.22 03:11:02.445388 [ 276 ] {0be2a5a1-15bc-47ae-8d3c-5b790608b3f6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001397 sec., 114531.1381531854 rows/sec., 7.98 MiB/sec. | ||
| 12850 | 2025.04.22 03:11:02.445442 [ 276 ] {0be2a5a1-15bc-47ae-8d3c-5b790608b3f6} <Debug> TCPHandler: Processed in 0.001589982 sec. | ||
| 12851 | 2025.04.22 03:11:02.445569 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12852 | 2025.04.22 03:11:02.445873 [ 276 ] {2b166741-4ed3-48d8-89a0-0fcb20cac072} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12853 | 2025.04.22 03:11:02.446137 [ 276 ] {2b166741-4ed3-48d8-89a0-0fcb20cac072} <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 | ||
| 12854 | 2025.04.22 03:11:02.447744 [ 276 ] {2b166741-4ed3-48d8-89a0-0fcb20cac072} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12855 | 2025.04.22 03:11:02.447784 [ 276 ] {2b166741-4ed3-48d8-89a0-0fcb20cac072} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 12856 | 2025.04.22 03:11:02.448424 [ 276 ] {2b166741-4ed3-48d8-89a0-0fcb20cac072} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 12857 | 2025.04.22 03:11:02.448689 [ 276 ] {2b166741-4ed3-48d8-89a0-0fcb20cac072} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12858 | 2025.04.22 03:11:02.448877 [ 276 ] {2b166741-4ed3-48d8-89a0-0fcb20cac072} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.003125 sec., 11520 rows/sec., 20.64 MiB/sec. | ||
| 12859 | 2025.04.22 03:11:02.448967 [ 276 ] {2b166741-4ed3-48d8-89a0-0fcb20cac072} <Debug> TCPHandler: Processed in 0.003448633 sec. | ||
| 12860 | 2025.04.22 03:11:02.449098 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12861 | 2025.04.22 03:11:02.449202 [ 276 ] {7069d3a8-c35d-425d-9107-cc5ad88323cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12862 | 2025.04.22 03:11:02.449248 [ 276 ] {7069d3a8-c35d-425d-9107-cc5ad88323cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12863 | 2025.04.22 03:11:02.449676 [ 276 ] {7069d3a8-c35d-425d-9107-cc5ad88323cd} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12864 | 2025.04.22 03:11:02.449714 [ 276 ] {7069d3a8-c35d-425d-9107-cc5ad88323cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 12865 | 2025.04.22 03:11:02.450067 [ 276 ] {7069d3a8-c35d-425d-9107-cc5ad88323cd} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 12866 | 2025.04.22 03:11:02.450303 [ 276 ] {7069d3a8-c35d-425d-9107-cc5ad88323cd} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12867 | 2025.04.22 03:11:02.450468 [ 276 ] {7069d3a8-c35d-425d-9107-cc5ad88323cd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001288 sec., 46583.850931677014 rows/sec., 3.14 MiB/sec. | ||
| 12868 | 2025.04.22 03:11:02.450514 [ 276 ] {7069d3a8-c35d-425d-9107-cc5ad88323cd} <Debug> TCPHandler: Processed in 0.001468199 sec. | ||
| 12869 | 2025.04.22 03:11:05.676966 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12870 | 2025.04.22 03:11:05.677297 [ 276 ] {65a6294a-946b-4fdd-b454-37595187cad5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12871 | 2025.04.22 03:11:05.677417 [ 276 ] {65a6294a-946b-4fdd-b454-37595187cad5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12872 | 2025.04.22 03:11:05.678209 [ 276 ] {65a6294a-946b-4fdd-b454-37595187cad5} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12873 | 2025.04.22 03:11:05.678260 [ 276 ] {65a6294a-946b-4fdd-b454-37595187cad5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 12874 | 2025.04.22 03:11:05.678710 [ 276 ] {65a6294a-946b-4fdd-b454-37595187cad5} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 12875 | 2025.04.22 03:11:05.678970 [ 276 ] {65a6294a-946b-4fdd-b454-37595187cad5} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12876 | 2025.04.22 03:11:05.679171 [ 276 ] {65a6294a-946b-4fdd-b454-37595187cad5} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001958 sec., 2042.9009193054135 rows/sec., 166.58 KiB/sec. | ||
| 12877 | 2025.04.22 03:11:05.679234 [ 276 ] {65a6294a-946b-4fdd-b454-37595187cad5} <Debug> TCPHandler: Processed in 0.002461986 sec. | ||
| 12878 | 2025.04.22 03:11:05.679368 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12879 | 2025.04.22 03:11:05.679479 [ 276 ] {ce01b6fd-2bba-4a22-976a-1f7981719e60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12880 | 2025.04.22 03:11:05.679529 [ 276 ] {ce01b6fd-2bba-4a22-976a-1f7981719e60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12881 | 2025.04.22 03:11:05.680751 [ 276 ] {ce01b6fd-2bba-4a22-976a-1f7981719e60} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12882 | 2025.04.22 03:11:05.680789 [ 276 ] {ce01b6fd-2bba-4a22-976a-1f7981719e60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 12883 | 2025.04.22 03:11:05.681225 [ 276 ] {ce01b6fd-2bba-4a22-976a-1f7981719e60} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 12884 | 2025.04.22 03:11:05.681466 [ 276 ] {ce01b6fd-2bba-4a22-976a-1f7981719e60} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12885 | 2025.04.22 03:11:05.681655 [ 276 ] {ce01b6fd-2bba-4a22-976a-1f7981719e60} <Debug> executeQuery: Read 1206 rows, 101.90 KiB in 0.002194 sec., 549680.9480401094 rows/sec., 45.36 MiB/sec. | ||
| 12886 | 2025.04.22 03:11:05.681721 [ 276 ] {ce01b6fd-2bba-4a22-976a-1f7981719e60} <Debug> TCPHandler: Processed in 0.002407414 sec. | ||
| 12887 | 2025.04.22 03:11:05.681853 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12888 | 2025.04.22 03:11:05.682125 [ 276 ] {7b9043da-d23c-4965-bf3d-0c0e279f9c98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12889 | 2025.04.22 03:11:05.682249 [ 276 ] {7b9043da-d23c-4965-bf3d-0c0e279f9c98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12890 | 2025.04.22 03:11:05.683172 [ 276 ] {7b9043da-d23c-4965-bf3d-0c0e279f9c98} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12891 | 2025.04.22 03:11:05.683211 [ 276 ] {7b9043da-d23c-4965-bf3d-0c0e279f9c98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 12892 | 2025.04.22 03:11:05.683564 [ 276 ] {7b9043da-d23c-4965-bf3d-0c0e279f9c98} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 12893 | 2025.04.22 03:11:05.683811 [ 276 ] {7b9043da-d23c-4965-bf3d-0c0e279f9c98} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12894 | 2025.04.22 03:11:05.683982 [ 276 ] {7b9043da-d23c-4965-bf3d-0c0e279f9c98} <Debug> executeQuery: Read 8 rows, 594.00 B in 0.001967 sec., 4067.107269954245 rows/sec., 294.90 KiB/sec. | ||
| 12895 | 2025.04.22 03:11:05.684031 [ 276 ] {7b9043da-d23c-4965-bf3d-0c0e279f9c98} <Debug> TCPHandler: Processed in 0.00223109 sec. | ||
| 12896 | 2025.04.22 03:11:05.684147 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12897 | 2025.04.22 03:11:05.684250 [ 276 ] {245874db-9827-4827-acfa-23097aa24bfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12898 | 2025.04.22 03:11:05.684296 [ 276 ] {245874db-9827-4827-acfa-23097aa24bfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12899 | 2025.04.22 03:11:05.684894 [ 276 ] {245874db-9827-4827-acfa-23097aa24bfd} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12900 | 2025.04.22 03:11:05.684931 [ 276 ] {245874db-9827-4827-acfa-23097aa24bfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 12901 | 2025.04.22 03:11:05.685321 [ 276 ] {245874db-9827-4827-acfa-23097aa24bfd} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12902 | 2025.04.22 03:11:05.685568 [ 276 ] {245874db-9827-4827-acfa-23097aa24bfd} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12903 | 2025.04.22 03:11:05.685753 [ 276 ] {245874db-9827-4827-acfa-23097aa24bfd} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001516 sec., 150395.7783641161 rows/sec., 10.18 MiB/sec. | ||
| 12904 | 2025.04.22 03:11:05.685855 [ 276 ] {245874db-9827-4827-acfa-23097aa24bfd} <Debug> TCPHandler: Processed in 0.001758467 sec. | ||
| 12905 | 2025.04.22 03:11:05.686050 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12906 | 2025.04.22 03:11:05.686176 [ 276 ] {a9143c52-81fc-4cfe-931d-735c6e287a0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12907 | 2025.04.22 03:11:05.686223 [ 276 ] {a9143c52-81fc-4cfe-931d-735c6e287a0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12908 | 2025.04.22 03:11:05.686941 [ 276 ] {a9143c52-81fc-4cfe-931d-735c6e287a0d} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12909 | 2025.04.22 03:11:05.686980 [ 276 ] {a9143c52-81fc-4cfe-931d-735c6e287a0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 12910 | 2025.04.22 03:11:05.687362 [ 276 ] {a9143c52-81fc-4cfe-931d-735c6e287a0d} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 12911 | 2025.04.22 03:11:05.687616 [ 276 ] {a9143c52-81fc-4cfe-931d-735c6e287a0d} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12912 | 2025.04.22 03:11:05.687792 [ 276 ] {a9143c52-81fc-4cfe-931d-735c6e287a0d} <Debug> executeQuery: Read 528 rows, 40.05 KiB in 0.001633 sec., 323331.29210042866 rows/sec., 23.95 MiB/sec. | ||
| 12913 | 2025.04.22 03:11:05.687846 [ 276 ] {a9143c52-81fc-4cfe-931d-735c6e287a0d} <Debug> TCPHandler: Processed in 0.001892961 sec. | ||
| 12914 | 2025.04.22 03:11:05.688057 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12915 | 2025.04.22 03:11:05.688342 [ 276 ] {c118fcfd-79da-45ab-8093-b2e66f8bdc27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12916 | 2025.04.22 03:11:05.688455 [ 276 ] {c118fcfd-79da-45ab-8093-b2e66f8bdc27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12917 | 2025.04.22 03:11:05.689149 [ 276 ] {c118fcfd-79da-45ab-8093-b2e66f8bdc27} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12918 | 2025.04.22 03:11:05.689187 [ 276 ] {c118fcfd-79da-45ab-8093-b2e66f8bdc27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 12919 | 2025.04.22 03:11:05.689614 [ 276 ] {c118fcfd-79da-45ab-8093-b2e66f8bdc27} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 12920 | 2025.04.22 03:11:05.689858 [ 276 ] {c118fcfd-79da-45ab-8093-b2e66f8bdc27} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12921 | 2025.04.22 03:11:05.690028 [ 276 ] {c118fcfd-79da-45ab-8093-b2e66f8bdc27} <Debug> executeQuery: Read 956 rows, 65.68 KiB in 0.001801 sec., 530816.2132148806 rows/sec., 35.61 MiB/sec. | ||
| 12922 | 2025.04.22 03:11:05.690076 [ 276 ] {c118fcfd-79da-45ab-8093-b2e66f8bdc27} <Debug> TCPHandler: Processed in 0.002110687 sec. | ||
| 12923 | 2025.04.22 03:11:05.690195 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12924 | 2025.04.22 03:11:05.690303 [ 276 ] {86ca6aea-3753-44d5-8770-7682e179ed3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12925 | 2025.04.22 03:11:05.690368 [ 276 ] {86ca6aea-3753-44d5-8770-7682e179ed3b} <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 | ||
| 12926 | 2025.04.22 03:11:05.691352 [ 276 ] {86ca6aea-3753-44d5-8770-7682e179ed3b} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12927 | 2025.04.22 03:11:05.691389 [ 276 ] {86ca6aea-3753-44d5-8770-7682e179ed3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 12928 | 2025.04.22 03:11:05.691972 [ 276 ] {86ca6aea-3753-44d5-8770-7682e179ed3b} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 12929 | 2025.04.22 03:11:05.692262 [ 276 ] {86ca6aea-3753-44d5-8770-7682e179ed3b} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12930 | 2025.04.22 03:11:05.692451 [ 276 ] {86ca6aea-3753-44d5-8770-7682e179ed3b} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.00217 sec., 1843.3179723502303 rows/sec., 3.30 MiB/sec. | ||
| 12931 | 2025.04.22 03:11:05.692540 [ 276 ] {86ca6aea-3753-44d5-8770-7682e179ed3b} <Debug> TCPHandler: Processed in 0.002395973 sec. | ||
| 12932 | 2025.04.22 03:11:05.692673 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12933 | 2025.04.22 03:11:05.692791 [ 276 ] {bda8ab3e-d89a-49a3-94e3-853b0853efa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12934 | 2025.04.22 03:11:05.692842 [ 276 ] {bda8ab3e-d89a-49a3-94e3-853b0853efa9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12935 | 2025.04.22 03:11:05.693266 [ 276 ] {bda8ab3e-d89a-49a3-94e3-853b0853efa9} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12936 | 2025.04.22 03:11:05.693309 [ 276 ] {bda8ab3e-d89a-49a3-94e3-853b0853efa9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 12937 | 2025.04.22 03:11:05.693680 [ 276 ] {bda8ab3e-d89a-49a3-94e3-853b0853efa9} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 12938 | 2025.04.22 03:11:05.693938 [ 276 ] {bda8ab3e-d89a-49a3-94e3-853b0853efa9} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12939 | 2025.04.22 03:11:05.694119 [ 276 ] {bda8ab3e-d89a-49a3-94e3-853b0853efa9} <Debug> executeQuery: Read 42 rows, 2.89 KiB in 0.001342 sec., 31296.572280178836 rows/sec., 2.10 MiB/sec. | ||
| 12940 | 2025.04.22 03:11:05.694183 [ 276 ] {bda8ab3e-d89a-49a3-94e3-853b0853efa9} <Debug> TCPHandler: Processed in 0.001563302 sec. | ||
| 12941 | 2025.04.22 03:11:05.861692 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 29768 | ||
| 12942 | 2025.04.22 03:11:05.862269 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12943 | 2025.04.22 03:11:05.862306 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 12944 | 2025.04.22 03:11:05.862733 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 12945 | 2025.04.22 03:11:05.862970 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12946 | 2025.04.22 03:11:05.863135 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29768 | ||
| 12947 | 2025.04.22 03:11:07.431785 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12948 | 2025.04.22 03:11:07.432000 [ 276 ] {89fb4157-b3a5-43f8-8196-0303db980742} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12949 | 2025.04.22 03:11:07.432080 [ 276 ] {89fb4157-b3a5-43f8-8196-0303db980742} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12950 | 2025.04.22 03:11:07.432909 [ 276 ] {89fb4157-b3a5-43f8-8196-0303db980742} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12951 | 2025.04.22 03:11:07.432960 [ 276 ] {89fb4157-b3a5-43f8-8196-0303db980742} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 12952 | 2025.04.22 03:11:07.433396 [ 276 ] {89fb4157-b3a5-43f8-8196-0303db980742} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 12953 | 2025.04.22 03:11:07.433669 [ 276 ] {89fb4157-b3a5-43f8-8196-0303db980742} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12954 | 2025.04.22 03:11:07.433887 [ 276 ] {89fb4157-b3a5-43f8-8196-0303db980742} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001946 sec., 28776.978417266186 rows/sec., 2.21 MiB/sec. | ||
| 12955 | 2025.04.22 03:11:07.433946 [ 276 ] {89fb4157-b3a5-43f8-8196-0303db980742} <Debug> TCPHandler: Processed in 0.002299691 sec. | ||
| 12956 | 2025.04.22 03:11:07.434074 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12957 | 2025.04.22 03:11:07.434212 [ 276 ] {5429d33c-3b8c-4806-bed4-f17ef96a5a52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12958 | 2025.04.22 03:11:07.434257 [ 276 ] {5429d33c-3b8c-4806-bed4-f17ef96a5a52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12959 | 2025.04.22 03:11:07.434813 [ 276 ] {5429d33c-3b8c-4806-bed4-f17ef96a5a52} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12960 | 2025.04.22 03:11:07.434856 [ 276 ] {5429d33c-3b8c-4806-bed4-f17ef96a5a52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 12961 | 2025.04.22 03:11:07.435242 [ 276 ] {5429d33c-3b8c-4806-bed4-f17ef96a5a52} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 12962 | 2025.04.22 03:11:07.435489 [ 276 ] {5429d33c-3b8c-4806-bed4-f17ef96a5a52} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12963 | 2025.04.22 03:11:07.435689 [ 276 ] {5429d33c-3b8c-4806-bed4-f17ef96a5a52} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.0015 sec., 42666.666666666664 rows/sec., 3.33 MiB/sec. | ||
| 12964 | 2025.04.22 03:11:07.435741 [ 276 ] {5429d33c-3b8c-4806-bed4-f17ef96a5a52} <Debug> TCPHandler: Processed in 0.001719306 sec. | ||
| 12965 | 2025.04.22 03:11:07.435887 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12966 | 2025.04.22 03:11:07.435992 [ 276 ] {83379b9f-db66-477b-9456-06e643c76279} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12967 | 2025.04.22 03:11:07.436040 [ 276 ] {83379b9f-db66-477b-9456-06e643c76279} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12968 | 2025.04.22 03:11:07.436516 [ 276 ] {83379b9f-db66-477b-9456-06e643c76279} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12969 | 2025.04.22 03:11:07.436555 [ 276 ] {83379b9f-db66-477b-9456-06e643c76279} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 12970 | 2025.04.22 03:11:07.436917 [ 276 ] {83379b9f-db66-477b-9456-06e643c76279} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 12971 | 2025.04.22 03:11:07.437156 [ 276 ] {83379b9f-db66-477b-9456-06e643c76279} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12972 | 2025.04.22 03:11:07.437331 [ 150 ] {} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Selected 5 parts from all_1_104_21 to all_108_108_0 | ||
| 12973 | 2025.04.22 03:11:07.437354 [ 276 ] {83379b9f-db66-477b-9456-06e643c76279} <Debug> executeQuery: Read 52 rows, 3.70 KiB in 0.001384 sec., 37572.25433526011 rows/sec., 2.61 MiB/sec. | ||
| 12974 | 2025.04.22 03:11:07.437414 [ 150 ] {} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12975 | 2025.04.22 03:11:07.437484 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 12976 | 2025.04.22 03:11:07.437491 [ 276 ] {83379b9f-db66-477b-9456-06e643c76279} <Debug> TCPHandler: Processed in 0.001652934 sec. | ||
| 12977 | 2025.04.22 03:11:07.437800 [ 194 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_108_22} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_104_21 to all_108_108_0 into Compact with storage Full | ||
| 12978 | 2025.04.22 03:11:07.437802 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12979 | 2025.04.22 03:11:07.438267 [ 276 ] {5e2b76e4-495a-422b-8bc6-d6a5fb496b3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12980 | 2025.04.22 03:11:07.438362 [ 194 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_108_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12981 | 2025.04.22 03:11:07.438488 [ 276 ] {5e2b76e4-495a-422b-8bc6-d6a5fb496b3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12982 | 2025.04.22 03:11:07.438510 [ 194 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_108_22} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_104_21, total 30739 rows starting from the beginning of the part | ||
| 12983 | 2025.04.22 03:11:07.438957 [ 194 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_108_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 161 rows starting from the beginning of the part | ||
| 12984 | 2025.04.22 03:11:07.439310 [ 194 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_108_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 160 rows starting from the beginning of the part | ||
| 12985 | 2025.04.22 03:11:07.439695 [ 194 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_108_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 160 rows starting from the beginning of the part | ||
| 12986 | 2025.04.22 03:11:07.440031 [ 194 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_108_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 956 rows starting from the beginning of the part | ||
| 12987 | 2025.04.22 03:11:07.442142 [ 276 ] {5e2b76e4-495a-422b-8bc6-d6a5fb496b3e} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12988 | 2025.04.22 03:11:07.442192 [ 276 ] {5e2b76e4-495a-422b-8bc6-d6a5fb496b3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 12989 | 2025.04.22 03:11:07.442692 [ 276 ] {5e2b76e4-495a-422b-8bc6-d6a5fb496b3e} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 12990 | 2025.04.22 03:11:07.443219 [ 276 ] {5e2b76e4-495a-422b-8bc6-d6a5fb496b3e} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12991 | 2025.04.22 03:11:07.443591 [ 276 ] {5e2b76e4-495a-422b-8bc6-d6a5fb496b3e} <Debug> executeQuery: Read 18 rows, 1.25 KiB in 0.005497 sec., 3274.513370929598 rows/sec., 227.22 KiB/sec. | ||
| 12992 | 2025.04.22 03:11:07.443658 [ 276 ] {5e2b76e4-495a-422b-8bc6-d6a5fb496b3e} <Debug> TCPHandler: Processed in 0.00595993 sec. | ||
| 12993 | 2025.04.22 03:11:07.447798 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_108_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32176 rows, containing 5 columns (5 merged, 0 gathered) in 0.010196273 sec., 3155662.8583797235 rows/sec., 213.54 MiB/sec. | ||
| 12994 | 2025.04.22 03:11:07.448371 [ 189 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_108_22} <Trace> MergedBlockOutputStream: filled checksums all_1_108_22 (state Temporary) | ||
| 12995 | 2025.04.22 03:11:07.448744 [ 189 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_108_22} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_merge_all_1_108_22 to all_1_108_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12996 | 2025.04.22 03:11:07.448831 [ 189 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_108_22} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Merged 5 parts: [all_1_104_21, all_108_108_0] -> all_1_108_22 | ||
| 12997 | 2025.04.22 03:11:07.448941 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
| 12998 | 2025.04.22 03:11:07.909230 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 490 | ||
| 12999 | 2025.04.22 03:11:07.930314 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13000 | 2025.04.22 03:11:07.930376 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 13001 | 2025.04.22 03:11:07.937589 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 13002 | 2025.04.22 03:11:07.938360 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13003 | 2025.04.22 03:11:07.942101 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 490 | ||
| 13004 | 2025.04.22 03:11:08.516995 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1826 | ||
| 13005 | 2025.04.22 03:11:08.520106 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13006 | 2025.04.22 03:11:08.520154 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 13007 | 2025.04.22 03:11:08.521626 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 13008 | 2025.04.22 03:11:08.521928 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13009 | 2025.04.22 03:11:08.523246 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1826 | ||
| 13010 | 2025.04.22 03:11:12.437909 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13011 | 2025.04.22 03:11:12.438252 [ 276 ] {d01cf3f2-c97e-4523-a104-a275d47a3d01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13012 | 2025.04.22 03:11:12.438373 [ 276 ] {d01cf3f2-c97e-4523-a104-a275d47a3d01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13013 | 2025.04.22 03:11:12.439360 [ 276 ] {d01cf3f2-c97e-4523-a104-a275d47a3d01} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13014 | 2025.04.22 03:11:12.439416 [ 276 ] {d01cf3f2-c97e-4523-a104-a275d47a3d01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 13015 | 2025.04.22 03:11:12.439918 [ 276 ] {d01cf3f2-c97e-4523-a104-a275d47a3d01} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 13016 | 2025.04.22 03:11:12.440196 [ 276 ] {d01cf3f2-c97e-4523-a104-a275d47a3d01} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13017 | 2025.04.22 03:11:12.440397 [ 276 ] {d01cf3f2-c97e-4523-a104-a275d47a3d01} <Debug> executeQuery: Read 128 rows, 11.24 KiB in 0.002231 sec., 57373.375168086066 rows/sec., 4.92 MiB/sec. | ||
| 13018 | 2025.04.22 03:11:12.440500 [ 276 ] {d01cf3f2-c97e-4523-a104-a275d47a3d01} <Debug> TCPHandler: Processed in 0.002778835 sec. | ||
| 13019 | 2025.04.22 03:11:12.440635 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13020 | 2025.04.22 03:11:12.440917 [ 276 ] {174bf7b1-fe25-46aa-a841-70919ace0e45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13021 | 2025.04.22 03:11:12.441066 [ 276 ] {174bf7b1-fe25-46aa-a841-70919ace0e45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13022 | 2025.04.22 03:11:12.442827 [ 276 ] {174bf7b1-fe25-46aa-a841-70919ace0e45} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13023 | 2025.04.22 03:11:12.442867 [ 276 ] {174bf7b1-fe25-46aa-a841-70919ace0e45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 13024 | 2025.04.22 03:11:12.443226 [ 276 ] {174bf7b1-fe25-46aa-a841-70919ace0e45} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 13025 | 2025.04.22 03:11:12.443469 [ 276 ] {174bf7b1-fe25-46aa-a841-70919ace0e45} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13026 | 2025.04.22 03:11:12.443656 [ 276 ] {174bf7b1-fe25-46aa-a841-70919ace0e45} <Debug> executeQuery: Read 36 rows, 2.71 KiB in 0.002862 sec., 12578.616352201258 rows/sec., 945.85 KiB/sec. | ||
| 13027 | 2025.04.22 03:11:12.443742 [ 276 ] {174bf7b1-fe25-46aa-a841-70919ace0e45} <Debug> TCPHandler: Processed in 0.003162625 sec. | ||
| 13028 | 2025.04.22 03:11:12.443891 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13029 | 2025.04.22 03:11:12.444189 [ 276 ] {5e1fcbbe-d47b-413f-adfc-dbfbb7018ffd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13030 | 2025.04.22 03:11:12.444266 [ 276 ] {5e1fcbbe-d47b-413f-adfc-dbfbb7018ffd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13031 | 2025.04.22 03:11:12.444845 [ 276 ] {5e1fcbbe-d47b-413f-adfc-dbfbb7018ffd} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13032 | 2025.04.22 03:11:12.444884 [ 276 ] {5e1fcbbe-d47b-413f-adfc-dbfbb7018ffd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 13033 | 2025.04.22 03:11:12.445251 [ 276 ] {5e1fcbbe-d47b-413f-adfc-dbfbb7018ffd} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 13034 | 2025.04.22 03:11:12.445501 [ 276 ] {5e1fcbbe-d47b-413f-adfc-dbfbb7018ffd} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13035 | 2025.04.22 03:11:12.445668 [ 276 ] {5e1fcbbe-d47b-413f-adfc-dbfbb7018ffd} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.001582 sec., 63211.12515802781 rows/sec., 4.94 MiB/sec. | ||
| 13036 | 2025.04.22 03:11:12.445719 [ 276 ] {5e1fcbbe-d47b-413f-adfc-dbfbb7018ffd} <Debug> TCPHandler: Processed in 0.001903641 sec. | ||
| 13037 | 2025.04.22 03:11:12.445834 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13038 | 2025.04.22 03:11:12.445939 [ 276 ] {779e578b-3a85-407e-8e7a-e0327be47595} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13039 | 2025.04.22 03:11:12.445988 [ 276 ] {779e578b-3a85-407e-8e7a-e0327be47595} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13040 | 2025.04.22 03:11:12.446494 [ 276 ] {779e578b-3a85-407e-8e7a-e0327be47595} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13041 | 2025.04.22 03:11:12.446532 [ 276 ] {779e578b-3a85-407e-8e7a-e0327be47595} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 13042 | 2025.04.22 03:11:12.446921 [ 276 ] {779e578b-3a85-407e-8e7a-e0327be47595} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 13043 | 2025.04.22 03:11:12.447183 [ 276 ] {779e578b-3a85-407e-8e7a-e0327be47595} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13044 | 2025.04.22 03:11:12.447376 [ 276 ] {779e578b-3a85-407e-8e7a-e0327be47595} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001458 sec., 109739.36899862826 rows/sec., 7.64 MiB/sec. | ||
| 13045 | 2025.04.22 03:11:12.447431 [ 276 ] {779e578b-3a85-407e-8e7a-e0327be47595} <Debug> TCPHandler: Processed in 0.001646224 sec. | ||
| 13046 | 2025.04.22 03:11:12.447544 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13047 | 2025.04.22 03:11:12.447648 [ 276 ] {e7044da7-be6f-440d-8344-97b3c220949d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13048 | 2025.04.22 03:11:12.447716 [ 276 ] {e7044da7-be6f-440d-8344-97b3c220949d} <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 | ||
| 13049 | 2025.04.22 03:11:12.448839 [ 276 ] {e7044da7-be6f-440d-8344-97b3c220949d} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13050 | 2025.04.22 03:11:12.448880 [ 276 ] {e7044da7-be6f-440d-8344-97b3c220949d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 13051 | 2025.04.22 03:11:12.449545 [ 276 ] {e7044da7-be6f-440d-8344-97b3c220949d} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 13052 | 2025.04.22 03:11:12.449822 [ 276 ] {e7044da7-be6f-440d-8344-97b3c220949d} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13053 | 2025.04.22 03:11:12.450081 [ 276 ] {e7044da7-be6f-440d-8344-97b3c220949d} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002447 sec., 14711.892112791173 rows/sec., 26.36 MiB/sec. | ||
| 13054 | 2025.04.22 03:11:12.450241 [ 276 ] {e7044da7-be6f-440d-8344-97b3c220949d} <Debug> TCPHandler: Processed in 0.002748563 sec. | ||
| 13055 | 2025.04.22 03:11:12.450570 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13056 | 2025.04.22 03:11:12.450771 [ 276 ] {02306fbf-d2fb-47e8-9474-a1823eb2f68f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13057 | 2025.04.22 03:11:12.450829 [ 276 ] {02306fbf-d2fb-47e8-9474-a1823eb2f68f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13058 | 2025.04.22 03:11:12.451281 [ 276 ] {02306fbf-d2fb-47e8-9474-a1823eb2f68f} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13059 | 2025.04.22 03:11:12.451323 [ 276 ] {02306fbf-d2fb-47e8-9474-a1823eb2f68f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 13060 | 2025.04.22 03:11:12.451690 [ 276 ] {02306fbf-d2fb-47e8-9474-a1823eb2f68f} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 13061 | 2025.04.22 03:11:12.451934 [ 276 ] {02306fbf-d2fb-47e8-9474-a1823eb2f68f} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13062 | 2025.04.22 03:11:12.452175 [ 276 ] {02306fbf-d2fb-47e8-9474-a1823eb2f68f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001433 sec., 41870.2023726448 rows/sec., 2.82 MiB/sec. | ||
| 13063 | 2025.04.22 03:11:12.452273 [ 276 ] {02306fbf-d2fb-47e8-9474-a1823eb2f68f} <Debug> TCPHandler: Processed in 0.001804659 sec. | ||
| 13064 | 2025.04.22 03:11:13.181441 [ 140 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13065 | 2025.04.22 03:11:13.181502 [ 140 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13066 | 2025.04.22 03:11:13.364173 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 30256 | ||
| 13067 | 2025.04.22 03:11:13.364828 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13068 | 2025.04.22 03:11:13.364869 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 13069 | 2025.04.22 03:11:13.365419 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 13070 | 2025.04.22 03:11:13.365684 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13071 | 2025.04.22 03:11:13.365915 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30256 | ||
| 13072 | 2025.04.22 03:11:13.365924 [ 141 ] {} <Debug> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 13073 | 2025.04.22 03:11:13.365994 [ 141 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13074 | 2025.04.22 03:11:13.366016 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 13075 | 2025.04.22 03:11:13.366141 [ 195 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 13076 | 2025.04.22 03:11:13.366266 [ 195 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13077 | 2025.04.22 03:11:13.366304 [ 195 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_61_12, total 27938 rows starting from the beginning of the part | ||
| 13078 | 2025.04.22 03:11:13.366379 [ 195 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 488 rows starting from the beginning of the part | ||
| 13079 | 2025.04.22 03:11:13.366568 [ 195 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 427 rows starting from the beginning of the part | ||
| 13080 | 2025.04.22 03:11:13.366790 [ 195 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 488 rows starting from the beginning of the part | ||
| 13081 | 2025.04.22 03:11:13.366986 [ 195 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 427 rows starting from the beginning of the part | ||
| 13082 | 2025.04.22 03:11:13.367172 [ 195 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 488 rows starting from the beginning of the part | ||
| 13083 | 2025.04.22 03:11:13.369851 [ 189 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30256 rows, containing 4 columns (4 merged, 0 gathered) in 0.003768381 sec., 8028912.1508679725 rows/sec., 114.85 MiB/sec. | ||
| 13084 | 2025.04.22 03:11:13.370268 [ 188 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 13085 | 2025.04.22 03:11:13.370624 [ 188 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_66_13} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13086 | 2025.04.22 03:11:13.370717 [ 188 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_66_13} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 13087 | 2025.04.22 03:11:13.370834 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.92 MiB. | ||
| 13088 | 2025.04.22 03:11:15.443139 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 498 | ||
| 13089 | 2025.04.22 03:11:15.463851 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13090 | 2025.04.22 03:11:15.463905 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 13091 | 2025.04.22 03:11:15.470916 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 13092 | 2025.04.22 03:11:15.471677 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13093 | 2025.04.22 03:11:15.472059 [ 139 ] {} <Debug> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 13094 | 2025.04.22 03:11:15.472197 [ 139 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13095 | 2025.04.22 03:11:15.472270 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 13096 | 2025.04.22 03:11:15.472624 [ 191 ] {221840db-82c7-49e0-9543-fc81844dee87::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 | ||
| 13097 | 2025.04.22 03:11:15.488922 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 498 | ||
| 13098 | 2025.04.22 03:11:15.489965 [ 191 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13099 | 2025.04.22 03:11:15.491229 [ 191 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 460 rows starting from the beginning of the part | ||
| 13100 | 2025.04.22 03:11:15.496536 [ 191 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 8 rows starting from the beginning of the part | ||
| 13101 | 2025.04.22 03:11:15.501891 [ 191 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 7 rows starting from the beginning of the part | ||
| 13102 | 2025.04.22 03:11:15.507343 [ 191 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 8 rows starting from the beginning of the part | ||
| 13103 | 2025.04.22 03:11:15.513011 [ 191 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 7 rows starting from the beginning of the part | ||
| 13104 | 2025.04.22 03:11:15.517602 [ 191 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 8 rows starting from the beginning of the part | ||
| 13105 | 2025.04.22 03:11:15.581325 [ 189 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 498 rows, containing 679 columns (679 merged, 0 gathered) in 0.108916633 sec., 4572.304397253999 rows/sec., 23.64 MiB/sec. | ||
| 13106 | 2025.04.22 03:11:15.584989 [ 189 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 13107 | 2025.04.22 03:11:15.588123 [ 189 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_66_13} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13108 | 2025.04.22 03:11:15.588260 [ 189 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_66_13} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 13109 | 2025.04.22 03:11:15.590816 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.28 MiB. | ||
| 13110 | 2025.04.22 03:11:17.436018 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13111 | 2025.04.22 03:11:17.436326 [ 276 ] {e7448844-7df9-422b-81c1-4606f44efe4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13112 | 2025.04.22 03:11:17.436440 [ 276 ] {e7448844-7df9-422b-81c1-4606f44efe4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13113 | 2025.04.22 03:11:17.437457 [ 276 ] {e7448844-7df9-422b-81c1-4606f44efe4c} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13114 | 2025.04.22 03:11:17.437505 [ 276 ] {e7448844-7df9-422b-81c1-4606f44efe4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 13115 | 2025.04.22 03:11:17.437940 [ 276 ] {e7448844-7df9-422b-81c1-4606f44efe4c} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 13116 | 2025.04.22 03:11:17.438223 [ 276 ] {e7448844-7df9-422b-81c1-4606f44efe4c} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13117 | 2025.04.22 03:11:17.438448 [ 137 ] {} <Debug> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 13118 | 2025.04.22 03:11:17.438459 [ 276 ] {e7448844-7df9-422b-81c1-4606f44efe4c} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.002212 sec., 28933.092224231466 rows/sec., 2.29 MiB/sec. | ||
| 13119 | 2025.04.22 03:11:17.438543 [ 137 ] {} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13120 | 2025.04.22 03:11:17.438624 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 13121 | 2025.04.22 03:11:17.438628 [ 276 ] {e7448844-7df9-422b-81c1-4606f44efe4c} <Debug> TCPHandler: Processed in 0.002793105 sec. | ||
| 13122 | 2025.04.22 03:11:17.438912 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13123 | 2025.04.22 03:11:17.438935 [ 190 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 13124 | 2025.04.22 03:11:17.439209 [ 276 ] {517a19e1-48b3-4824-887a-dc5e1ceadcc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13125 | 2025.04.22 03:11:17.439372 [ 276 ] {517a19e1-48b3-4824-887a-dc5e1ceadcc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13126 | 2025.04.22 03:11:17.439771 [ 190 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13127 | 2025.04.22 03:11:17.439917 [ 190 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1847 rows starting from the beginning of the part | ||
| 13128 | 2025.04.22 03:11:17.440395 [ 190 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 128 rows starting from the beginning of the part | ||
| 13129 | 2025.04.22 03:11:17.440835 [ 190 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 1206 rows starting from the beginning of the part | ||
| 13130 | 2025.04.22 03:11:17.441249 [ 190 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 56 rows starting from the beginning of the part | ||
| 13131 | 2025.04.22 03:11:17.441603 [ 190 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 128 rows starting from the beginning of the part | ||
| 13132 | 2025.04.22 03:11:17.442025 [ 190 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 64 rows starting from the beginning of the part | ||
| 13133 | 2025.04.22 03:11:17.443896 [ 276 ] {517a19e1-48b3-4824-887a-dc5e1ceadcc3} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13134 | 2025.04.22 03:11:17.443960 [ 276 ] {517a19e1-48b3-4824-887a-dc5e1ceadcc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 13135 | 2025.04.22 03:11:17.444953 [ 276 ] {517a19e1-48b3-4824-887a-dc5e1ceadcc3} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 13136 | 2025.04.22 03:11:17.445236 [ 276 ] {517a19e1-48b3-4824-887a-dc5e1ceadcc3} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13137 | 2025.04.22 03:11:17.445792 [ 276 ] {517a19e1-48b3-4824-887a-dc5e1ceadcc3} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.006641 sec., 602.3189278723083 rows/sec., 45.29 KiB/sec. | ||
| 13138 | 2025.04.22 03:11:17.446222 [ 276 ] {517a19e1-48b3-4824-887a-dc5e1ceadcc3} <Debug> TCPHandler: Processed in 0.007407978 sec. | ||
| 13139 | 2025.04.22 03:11:17.446240 [ 190 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3429 rows, containing 5 columns (5 merged, 0 gathered) in 0.00747786 sec., 458553.6503759097 rows/sec., 39.40 MiB/sec. | ||
| 13140 | 2025.04.22 03:11:17.446553 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13141 | 2025.04.22 03:11:17.446615 [ 190 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 13142 | 2025.04.22 03:11:17.447013 [ 276 ] {904f1acc-b642-464f-96fc-07e1c6c50e4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13143 | 2025.04.22 03:11:17.447211 [ 276 ] {904f1acc-b642-464f-96fc-07e1c6c50e4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13144 | 2025.04.22 03:11:17.447535 [ 190 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_111_22} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13145 | 2025.04.22 03:11:17.447753 [ 190 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_111_22} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 13146 | 2025.04.22 03:11:17.447951 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 13147 | 2025.04.22 03:11:17.448377 [ 276 ] {904f1acc-b642-464f-96fc-07e1c6c50e4e} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13148 | 2025.04.22 03:11:17.448422 [ 276 ] {904f1acc-b642-464f-96fc-07e1c6c50e4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 13149 | 2025.04.22 03:11:17.448786 [ 276 ] {904f1acc-b642-464f-96fc-07e1c6c50e4e} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 13150 | 2025.04.22 03:11:17.449030 [ 276 ] {904f1acc-b642-464f-96fc-07e1c6c50e4e} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13151 | 2025.04.22 03:11:17.449213 [ 137 ] {} <Debug> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 13152 | 2025.04.22 03:11:17.449265 [ 276 ] {904f1acc-b642-464f-96fc-07e1c6c50e4e} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.002448 sec., 27777.777777777777 rows/sec., 2.17 MiB/sec. | ||
| 13153 | 2025.04.22 03:11:17.449271 [ 137 ] {} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13154 | 2025.04.22 03:11:17.449356 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 13155 | 2025.04.22 03:11:17.449411 [ 276 ] {904f1acc-b642-464f-96fc-07e1c6c50e4e} <Debug> TCPHandler: Processed in 0.002967969 sec. | ||
| 13156 | 2025.04.22 03:11:17.449617 [ 192 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 13157 | 2025.04.22 03:11:17.449640 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13158 | 2025.04.22 03:11:17.449868 [ 276 ] {55a3272a-653e-4099-8bef-e5dfc729e762} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13159 | 2025.04.22 03:11:17.449900 [ 192 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13160 | 2025.04.22 03:11:17.449968 [ 276 ] {55a3272a-653e-4099-8bef-e5dfc729e762} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13161 | 2025.04.22 03:11:17.449985 [ 192 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 916 rows starting from the beginning of the part | ||
| 13162 | 2025.04.22 03:11:17.450300 [ 192 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 100 rows starting from the beginning of the part | ||
| 13163 | 2025.04.22 03:11:17.450726 [ 192 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 528 rows starting from the beginning of the part | ||
| 13164 | 2025.04.22 03:11:17.451234 [ 192 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 64 rows starting from the beginning of the part | ||
| 13165 | 2025.04.22 03:11:17.451589 [ 192 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 100 rows starting from the beginning of the part | ||
| 13166 | 2025.04.22 03:11:17.451860 [ 192 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 68 rows starting from the beginning of the part | ||
| 13167 | 2025.04.22 03:11:17.452806 [ 276 ] {55a3272a-653e-4099-8bef-e5dfc729e762} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13168 | 2025.04.22 03:11:17.452882 [ 276 ] {55a3272a-653e-4099-8bef-e5dfc729e762} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 13169 | 2025.04.22 03:11:17.453878 [ 276 ] {55a3272a-653e-4099-8bef-e5dfc729e762} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 13170 | 2025.04.22 03:11:17.454334 [ 276 ] {55a3272a-653e-4099-8bef-e5dfc729e762} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13171 | 2025.04.22 03:11:17.454839 [ 276 ] {55a3272a-653e-4099-8bef-e5dfc729e762} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005014 sec., 31910.650179497406 rows/sec., 2.22 MiB/sec. | ||
| 13172 | 2025.04.22 03:11:17.455240 [ 276 ] {55a3272a-653e-4099-8bef-e5dfc729e762} <Debug> TCPHandler: Processed in 0.005652701 sec. | ||
| 13173 | 2025.04.22 03:11:17.455349 [ 192 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1776 rows, containing 5 columns (5 merged, 0 gathered) in 0.005881628 sec., 301957.21320695564 rows/sec., 23.53 MiB/sec. | ||
| 13174 | 2025.04.22 03:11:17.455587 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13175 | 2025.04.22 03:11:17.455656 [ 192 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 13176 | 2025.04.22 03:11:17.456061 [ 276 ] {8b903b16-be60-4618-8828-e44bb5158644} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13177 | 2025.04.22 03:11:17.456496 [ 276 ] {8b903b16-be60-4618-8828-e44bb5158644} <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 | ||
| 13178 | 2025.04.22 03:11:17.456794 [ 192 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_111_22} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13179 | 2025.04.22 03:11:17.457184 [ 192 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_111_22} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 13180 | 2025.04.22 03:11:17.457387 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 13181 | 2025.04.22 03:11:17.458323 [ 276 ] {8b903b16-be60-4618-8828-e44bb5158644} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13182 | 2025.04.22 03:11:17.458367 [ 276 ] {8b903b16-be60-4618-8828-e44bb5158644} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 13183 | 2025.04.22 03:11:17.458981 [ 276 ] {8b903b16-be60-4618-8828-e44bb5158644} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 13184 | 2025.04.22 03:11:17.459250 [ 276 ] {8b903b16-be60-4618-8828-e44bb5158644} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13185 | 2025.04.22 03:11:17.459494 [ 276 ] {8b903b16-be60-4618-8828-e44bb5158644} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.003637 sec., 1099.8075336816057 rows/sec., 1.97 MiB/sec. | ||
| 13186 | 2025.04.22 03:11:17.459590 [ 276 ] {8b903b16-be60-4618-8828-e44bb5158644} <Debug> TCPHandler: Processed in 0.00410965 sec. | ||
| 13187 | 2025.04.22 03:11:17.459715 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13188 | 2025.04.22 03:11:17.459819 [ 276 ] {f3d1ad89-9286-4b70-a17a-e39b8bf35c7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13189 | 2025.04.22 03:11:17.459865 [ 276 ] {f3d1ad89-9286-4b70-a17a-e39b8bf35c7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13190 | 2025.04.22 03:11:17.460302 [ 276 ] {f3d1ad89-9286-4b70-a17a-e39b8bf35c7c} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13191 | 2025.04.22 03:11:17.460341 [ 276 ] {f3d1ad89-9286-4b70-a17a-e39b8bf35c7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 13192 | 2025.04.22 03:11:17.460706 [ 276 ] {f3d1ad89-9286-4b70-a17a-e39b8bf35c7c} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 13193 | 2025.04.22 03:11:17.460941 [ 276 ] {f3d1ad89-9286-4b70-a17a-e39b8bf35c7c} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13194 | 2025.04.22 03:11:17.461127 [ 137 ] {} <Debug> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 13195 | 2025.04.22 03:11:17.461186 [ 276 ] {f3d1ad89-9286-4b70-a17a-e39b8bf35c7c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001382 sec., 43415.34008683068 rows/sec., 2.93 MiB/sec. | ||
| 13196 | 2025.04.22 03:11:17.461194 [ 137 ] {} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13197 | 2025.04.22 03:11:17.461273 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 13198 | 2025.04.22 03:11:17.461303 [ 276 ] {f3d1ad89-9286-4b70-a17a-e39b8bf35c7c} <Debug> TCPHandler: Processed in 0.001635634 sec. | ||
| 13199 | 2025.04.22 03:11:17.461539 [ 190 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 13200 | 2025.04.22 03:11:17.461824 [ 190 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13201 | 2025.04.22 03:11:17.461921 [ 190 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 6114 rows starting from the beginning of the part | ||
| 13202 | 2025.04.22 03:11:17.462190 [ 190 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 60 rows starting from the beginning of the part | ||
| 13203 | 2025.04.22 03:11:17.462474 [ 190 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 42 rows starting from the beginning of the part | ||
| 13204 | 2025.04.22 03:11:17.462750 [ 190 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 18 rows starting from the beginning of the part | ||
| 13205 | 2025.04.22 03:11:17.463203 [ 190 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 60 rows starting from the beginning of the part | ||
| 13206 | 2025.04.22 03:11:17.463530 [ 190 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 60 rows starting from the beginning of the part | ||
| 13207 | 2025.04.22 03:11:17.465873 [ 200 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6354 rows, containing 4 columns (4 merged, 0 gathered) in 0.0045009 sec., 1411717.6564687062 rows/sec., 92.87 MiB/sec. | ||
| 13208 | 2025.04.22 03:11:17.466279 [ 199 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 13209 | 2025.04.22 03:11:17.466583 [ 199 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_111_22} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13210 | 2025.04.22 03:11:17.466668 [ 199 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_111_22} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 13211 | 2025.04.22 03:11:17.466757 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. | ||
| 13212 | 2025.04.22 03:11:18.524383 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1850 | ||
| 13213 | 2025.04.22 03:11:18.527154 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13214 | 2025.04.22 03:11:18.527199 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 13215 | 2025.04.22 03:11:18.528582 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 13216 | 2025.04.22 03:11:18.528875 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13217 | 2025.04.22 03:11:18.529432 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1850 | ||
| 13218 | 2025.04.22 03:11:20.867105 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 30683 | ||
| 13219 | 2025.04.22 03:11:20.867878 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13220 | 2025.04.22 03:11:20.867927 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 13221 | 2025.04.22 03:11:20.868448 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 13222 | 2025.04.22 03:11:20.868696 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13223 | 2025.04.22 03:11:20.868907 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30683 | ||
| 13224 | 2025.04.22 03:11:22.438398 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13225 | 2025.04.22 03:11:22.438641 [ 276 ] {9f258186-46c6-4a49-89a7-be5df877869a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13226 | 2025.04.22 03:11:22.438734 [ 276 ] {9f258186-46c6-4a49-89a7-be5df877869a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13227 | 2025.04.22 03:11:22.439518 [ 276 ] {9f258186-46c6-4a49-89a7-be5df877869a} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13228 | 2025.04.22 03:11:22.439567 [ 276 ] {9f258186-46c6-4a49-89a7-be5df877869a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 13229 | 2025.04.22 03:11:22.439996 [ 276 ] {9f258186-46c6-4a49-89a7-be5df877869a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 13230 | 2025.04.22 03:11:22.440282 [ 276 ] {9f258186-46c6-4a49-89a7-be5df877869a} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13231 | 2025.04.22 03:11:22.440521 [ 276 ] {9f258186-46c6-4a49-89a7-be5df877869a} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001946 sec., 4110.996916752312 rows/sec., 335.22 KiB/sec. | ||
| 13232 | 2025.04.22 03:11:22.440588 [ 276 ] {9f258186-46c6-4a49-89a7-be5df877869a} <Debug> TCPHandler: Processed in 0.002349893 sec. | ||
| 13233 | 2025.04.22 03:11:22.440745 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13234 | 2025.04.22 03:11:22.440851 [ 276 ] {c5aecaf8-f963-42c1-953b-38e21b932d1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13235 | 2025.04.22 03:11:22.440896 [ 276 ] {c5aecaf8-f963-42c1-953b-38e21b932d1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13236 | 2025.04.22 03:11:22.441459 [ 276 ] {c5aecaf8-f963-42c1-953b-38e21b932d1a} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13237 | 2025.04.22 03:11:22.441499 [ 276 ] {c5aecaf8-f963-42c1-953b-38e21b932d1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 13238 | 2025.04.22 03:11:22.441895 [ 276 ] {c5aecaf8-f963-42c1-953b-38e21b932d1a} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 13239 | 2025.04.22 03:11:22.442142 [ 276 ] {c5aecaf8-f963-42c1-953b-38e21b932d1a} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13240 | 2025.04.22 03:11:22.442355 [ 276 ] {c5aecaf8-f963-42c1-953b-38e21b932d1a} <Debug> executeQuery: Read 132 rows, 11.54 KiB in 0.001526 sec., 86500.65530799476 rows/sec., 7.38 MiB/sec. | ||
| 13241 | 2025.04.22 03:11:22.442408 [ 276 ] {c5aecaf8-f963-42c1-953b-38e21b932d1a} <Debug> TCPHandler: Processed in 0.001719646 sec. | ||
| 13242 | 2025.04.22 03:11:22.442545 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13243 | 2025.04.22 03:11:22.442708 [ 276 ] {46bfdbe1-2e7d-4baf-b436-f7b8f3752433} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13244 | 2025.04.22 03:11:22.442772 [ 276 ] {46bfdbe1-2e7d-4baf-b436-f7b8f3752433} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13245 | 2025.04.22 03:11:22.443350 [ 276 ] {46bfdbe1-2e7d-4baf-b436-f7b8f3752433} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13246 | 2025.04.22 03:11:22.443399 [ 276 ] {46bfdbe1-2e7d-4baf-b436-f7b8f3752433} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 13247 | 2025.04.22 03:11:22.443838 [ 276 ] {46bfdbe1-2e7d-4baf-b436-f7b8f3752433} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 13248 | 2025.04.22 03:11:22.444102 [ 276 ] {46bfdbe1-2e7d-4baf-b436-f7b8f3752433} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13249 | 2025.04.22 03:11:22.444266 [ 132 ] {} <Debug> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 13250 | 2025.04.22 03:11:22.444321 [ 276 ] {46bfdbe1-2e7d-4baf-b436-f7b8f3752433} <Debug> executeQuery: Read 44 rows, 3.27 KiB in 0.001648 sec., 26699.029126213594 rows/sec., 1.94 MiB/sec. | ||
| 13251 | 2025.04.22 03:11:22.444401 [ 132 ] {} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13252 | 2025.04.22 03:11:22.444432 [ 276 ] {46bfdbe1-2e7d-4baf-b436-f7b8f3752433} <Debug> TCPHandler: Processed in 0.001948802 sec. | ||
| 13253 | 2025.04.22 03:11:22.444476 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 13254 | 2025.04.22 03:11:22.444596 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13255 | 2025.04.22 03:11:22.444715 [ 190 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 13256 | 2025.04.22 03:11:22.444762 [ 276 ] {20fe4f42-f508-4013-9849-deee0fab19cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13257 | 2025.04.22 03:11:22.444851 [ 276 ] {20fe4f42-f508-4013-9849-deee0fab19cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13258 | 2025.04.22 03:11:22.445113 [ 190 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13259 | 2025.04.22 03:11:22.445208 [ 190 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 166 rows starting from the beginning of the part | ||
| 13260 | 2025.04.22 03:11:22.445570 [ 190 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 36 rows starting from the beginning of the part | ||
| 13261 | 2025.04.22 03:11:22.445901 [ 190 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 8 rows starting from the beginning of the part | ||
| 13262 | 2025.04.22 03:11:22.446306 [ 190 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 36 rows starting from the beginning of the part | ||
| 13263 | 2025.04.22 03:11:22.446671 [ 190 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 4 rows starting from the beginning of the part | ||
| 13264 | 2025.04.22 03:11:22.447034 [ 190 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 44 rows starting from the beginning of the part | ||
| 13265 | 2025.04.22 03:11:22.447917 [ 276 ] {20fe4f42-f508-4013-9849-deee0fab19cf} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13266 | 2025.04.22 03:11:22.447984 [ 276 ] {20fe4f42-f508-4013-9849-deee0fab19cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 13267 | 2025.04.22 03:11:22.449045 [ 276 ] {20fe4f42-f508-4013-9849-deee0fab19cf} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 13268 | 2025.04.22 03:11:22.449695 [ 276 ] {20fe4f42-f508-4013-9849-deee0fab19cf} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13269 | 2025.04.22 03:11:22.449895 [ 190 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 294 rows, containing 5 columns (5 merged, 0 gathered) in 0.005294981 sec., 55524.27855737349 rows/sec., 3.97 MiB/sec. | ||
| 13270 | 2025.04.22 03:11:22.450162 [ 276 ] {20fe4f42-f508-4013-9849-deee0fab19cf} <Debug> executeQuery: Read 108 rows, 8.65 KiB in 0.00543 sec., 19889.50276243094 rows/sec., 1.56 MiB/sec. | ||
| 13271 | 2025.04.22 03:11:22.450213 [ 190 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 13272 | 2025.04.22 03:11:22.450305 [ 276 ] {20fe4f42-f508-4013-9849-deee0fab19cf} <Debug> TCPHandler: Processed in 0.005782134 sec. | ||
| 13273 | 2025.04.22 03:11:22.450467 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13274 | 2025.04.22 03:11:22.450661 [ 276 ] {d5824f6f-a146-4c0b-a15d-29bfa443c41a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13275 | 2025.04.22 03:11:22.450706 [ 190 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_91_18} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13276 | 2025.04.22 03:11:22.450754 [ 276 ] {d5824f6f-a146-4c0b-a15d-29bfa443c41a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13277 | 2025.04.22 03:11:22.450923 [ 190 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_91_18} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 13278 | 2025.04.22 03:11:22.451135 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 13279 | 2025.04.22 03:11:22.451595 [ 276 ] {d5824f6f-a146-4c0b-a15d-29bfa443c41a} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13280 | 2025.04.22 03:11:22.451638 [ 276 ] {d5824f6f-a146-4c0b-a15d-29bfa443c41a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 13281 | 2025.04.22 03:11:22.452034 [ 276 ] {d5824f6f-a146-4c0b-a15d-29bfa443c41a} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 13282 | 2025.04.22 03:11:22.452301 [ 276 ] {d5824f6f-a146-4c0b-a15d-29bfa443c41a} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13283 | 2025.04.22 03:11:22.452533 [ 276 ] {d5824f6f-a146-4c0b-a15d-29bfa443c41a} <Debug> executeQuery: Read 164 rows, 11.69 KiB in 0.001941 sec., 84492.5296239052 rows/sec., 5.88 MiB/sec. | ||
| 13284 | 2025.04.22 03:11:22.452590 [ 276 ] {d5824f6f-a146-4c0b-a15d-29bfa443c41a} <Debug> TCPHandler: Processed in 0.002184809 sec. | ||
| 13285 | 2025.04.22 03:11:22.452718 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13286 | 2025.04.22 03:11:22.452882 [ 276 ] {2ec76898-1f40-473e-9161-dad840b59228} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13287 | 2025.04.22 03:11:22.453030 [ 276 ] {2ec76898-1f40-473e-9161-dad840b59228} <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 | ||
| 13288 | 2025.04.22 03:11:22.454102 [ 276 ] {2ec76898-1f40-473e-9161-dad840b59228} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13289 | 2025.04.22 03:11:22.454141 [ 276 ] {2ec76898-1f40-473e-9161-dad840b59228} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 13290 | 2025.04.22 03:11:22.454790 [ 276 ] {2ec76898-1f40-473e-9161-dad840b59228} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 13291 | 2025.04.22 03:11:22.455056 [ 276 ] {2ec76898-1f40-473e-9161-dad840b59228} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13292 | 2025.04.22 03:11:22.455242 [ 132 ] {} <Debug> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 13293 | 2025.04.22 03:11:22.455317 [ 132 ] {} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13294 | 2025.04.22 03:11:22.455331 [ 276 ] {2ec76898-1f40-473e-9161-dad840b59228} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002482 sec., 14504.431909750203 rows/sec., 25.99 MiB/sec. | ||
| 13295 | 2025.04.22 03:11:22.455366 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 13296 | 2025.04.22 03:11:22.455745 [ 276 ] {2ec76898-1f40-473e-9161-dad840b59228} <Debug> TCPHandler: Processed in 0.003083812 sec. | ||
| 13297 | 2025.04.22 03:11:22.455764 [ 200 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 13298 | 2025.04.22 03:11:22.455921 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13299 | 2025.04.22 03:11:22.456158 [ 276 ] {69e8a7f1-8332-4d15-ba76-c9bafee29374} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13300 | 2025.04.22 03:11:22.456273 [ 276 ] {69e8a7f1-8332-4d15-ba76-c9bafee29374} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13301 | 2025.04.22 03:11:22.456681 [ 200 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13302 | 2025.04.22 03:11:22.456939 [ 200 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1783 rows starting from the beginning of the part | ||
| 13303 | 2025.04.22 03:11:22.457696 [ 200 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 36 rows starting from the beginning of the part | ||
| 13304 | 2025.04.22 03:11:22.458366 [ 276 ] {69e8a7f1-8332-4d15-ba76-c9bafee29374} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13305 | 2025.04.22 03:11:22.458482 [ 276 ] {69e8a7f1-8332-4d15-ba76-c9bafee29374} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 13306 | 2025.04.22 03:11:22.458495 [ 200 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 4 rows starting from the beginning of the part | ||
| 13307 | 2025.04.22 03:11:22.459174 [ 200 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 36 rows starting from the beginning of the part | ||
| 13308 | 2025.04.22 03:11:22.459858 [ 200 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 4 rows starting from the beginning of the part | ||
| 13309 | 2025.04.22 03:11:22.460013 [ 276 ] {69e8a7f1-8332-4d15-ba76-c9bafee29374} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 13310 | 2025.04.22 03:11:22.460380 [ 200 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 36 rows starting from the beginning of the part | ||
| 13311 | 2025.04.22 03:11:22.461239 [ 276 ] {69e8a7f1-8332-4d15-ba76-c9bafee29374} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13312 | 2025.04.22 03:11:22.461723 [ 276 ] {69e8a7f1-8332-4d15-ba76-c9bafee29374} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005639 sec., 10640.184429863451 rows/sec., 734.28 KiB/sec. | ||
| 13313 | 2025.04.22 03:11:22.461837 [ 276 ] {69e8a7f1-8332-4d15-ba76-c9bafee29374} <Debug> TCPHandler: Processed in 0.00599639 sec. | ||
| 13314 | 2025.04.22 03:11:22.470684 [ 201 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1899 rows, containing 19 columns (19 merged, 0 gathered) in 0.015174205 sec., 125146.58922823305 rows/sec., 224.26 MiB/sec. | ||
| 13315 | 2025.04.22 03:11:22.472492 [ 198 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 13316 | 2025.04.22 03:11:22.472935 [ 198 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_91_18} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13317 | 2025.04.22 03:11:22.473040 [ 198 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_91_18} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 13318 | 2025.04.22 03:11:22.473199 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.34 MiB. | ||
| 13319 | 2025.04.22 03:11:22.989965 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 505 | ||
| 13320 | 2025.04.22 03:11:23.000227 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 260.93 MiB, peak 278.22 MiB, free memory in arenas 0.00 B, will set to 264.11 MiB (RSS), difference: 3.19 MiB | ||
| 13321 | 2025.04.22 03:11:23.008515 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13322 | 2025.04.22 03:11:23.008564 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 13323 | 2025.04.22 03:11:23.015294 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 13324 | 2025.04.22 03:11:23.016028 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13325 | 2025.04.22 03:11:23.019686 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 505 | ||
| 13326 | 2025.04.22 03:11:27.437783 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13327 | 2025.04.22 03:11:27.438028 [ 276 ] {fa52f251-f5b4-4ba3-88a7-c29046c5ea08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13328 | 2025.04.22 03:11:27.438115 [ 276 ] {fa52f251-f5b4-4ba3-88a7-c29046c5ea08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13329 | 2025.04.22 03:11:27.438943 [ 276 ] {fa52f251-f5b4-4ba3-88a7-c29046c5ea08} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13330 | 2025.04.22 03:11:27.439001 [ 276 ] {fa52f251-f5b4-4ba3-88a7-c29046c5ea08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 13331 | 2025.04.22 03:11:27.439476 [ 276 ] {fa52f251-f5b4-4ba3-88a7-c29046c5ea08} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 13332 | 2025.04.22 03:11:27.439755 [ 276 ] {fa52f251-f5b4-4ba3-88a7-c29046c5ea08} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13333 | 2025.04.22 03:11:27.439997 [ 276 ] {fa52f251-f5b4-4ba3-88a7-c29046c5ea08} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.002021 sec., 31667.49134092034 rows/sec., 2.51 MiB/sec. | ||
| 13334 | 2025.04.22 03:11:27.440122 [ 276 ] {fa52f251-f5b4-4ba3-88a7-c29046c5ea08} <Debug> TCPHandler: Processed in 0.002484646 sec. | ||
| 13335 | 2025.04.22 03:11:27.440289 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13336 | 2025.04.22 03:11:27.440573 [ 276 ] {33f82ac0-a656-477b-b45a-11a6660bb9c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13337 | 2025.04.22 03:11:27.440729 [ 276 ] {33f82ac0-a656-477b-b45a-11a6660bb9c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13338 | 2025.04.22 03:11:27.441728 [ 276 ] {33f82ac0-a656-477b-b45a-11a6660bb9c7} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13339 | 2025.04.22 03:11:27.441774 [ 276 ] {33f82ac0-a656-477b-b45a-11a6660bb9c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 13340 | 2025.04.22 03:11:27.442149 [ 276 ] {33f82ac0-a656-477b-b45a-11a6660bb9c7} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 13341 | 2025.04.22 03:11:27.442410 [ 276 ] {33f82ac0-a656-477b-b45a-11a6660bb9c7} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13342 | 2025.04.22 03:11:27.442633 [ 276 ] {33f82ac0-a656-477b-b45a-11a6660bb9c7} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.002162 sec., 1850.1387604070308 rows/sec., 139.12 KiB/sec. | ||
| 13343 | 2025.04.22 03:11:27.442706 [ 276 ] {33f82ac0-a656-477b-b45a-11a6660bb9c7} <Debug> TCPHandler: Processed in 0.002482256 sec. | ||
| 13344 | 2025.04.22 03:11:27.442847 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13345 | 2025.04.22 03:11:27.442988 [ 276 ] {2e35300e-4701-41dc-8f8b-777144d6e6d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13346 | 2025.04.22 03:11:27.443038 [ 276 ] {2e35300e-4701-41dc-8f8b-777144d6e6d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13347 | 2025.04.22 03:11:27.443608 [ 276 ] {2e35300e-4701-41dc-8f8b-777144d6e6d1} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13348 | 2025.04.22 03:11:27.443648 [ 276 ] {2e35300e-4701-41dc-8f8b-777144d6e6d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 13349 | 2025.04.22 03:11:27.444014 [ 276 ] {2e35300e-4701-41dc-8f8b-777144d6e6d1} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 13350 | 2025.04.22 03:11:27.444271 [ 276 ] {2e35300e-4701-41dc-8f8b-777144d6e6d1} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13351 | 2025.04.22 03:11:27.444508 [ 276 ] {2e35300e-4701-41dc-8f8b-777144d6e6d1} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001541 sec., 44127.190136275145 rows/sec., 3.44 MiB/sec. | ||
| 13352 | 2025.04.22 03:11:27.444568 [ 276 ] {2e35300e-4701-41dc-8f8b-777144d6e6d1} <Debug> TCPHandler: Processed in 0.001787558 sec. | ||
| 13353 | 2025.04.22 03:11:27.444720 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13354 | 2025.04.22 03:11:27.445033 [ 276 ] {61954ed4-8fce-4e86-a993-b036cce57050} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13355 | 2025.04.22 03:11:27.445208 [ 276 ] {61954ed4-8fce-4e86-a993-b036cce57050} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13356 | 2025.04.22 03:11:27.446045 [ 276 ] {61954ed4-8fce-4e86-a993-b036cce57050} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13357 | 2025.04.22 03:11:27.446086 [ 276 ] {61954ed4-8fce-4e86-a993-b036cce57050} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 13358 | 2025.04.22 03:11:27.446484 [ 276 ] {61954ed4-8fce-4e86-a993-b036cce57050} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 13359 | 2025.04.22 03:11:27.446740 [ 276 ] {61954ed4-8fce-4e86-a993-b036cce57050} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13360 | 2025.04.22 03:11:27.446933 [ 124 ] {} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Selected 6 parts from all_1_108_22 to all_113_113_0 | ||
| 13361 | 2025.04.22 03:11:27.446958 [ 276 ] {61954ed4-8fce-4e86-a993-b036cce57050} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002043 sec., 78316.20166421928 rows/sec., 5.45 MiB/sec. | ||
| 13362 | 2025.04.22 03:11:27.447017 [ 124 ] {} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13363 | 2025.04.22 03:11:27.447085 [ 276 ] {61954ed4-8fce-4e86-a993-b036cce57050} <Debug> TCPHandler: Processed in 0.002435095 sec. | ||
| 13364 | 2025.04.22 03:11:27.447091 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 13365 | 2025.04.22 03:11:27.447286 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13366 | 2025.04.22 03:11:27.447380 [ 196 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_113_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_108_22 to all_113_113_0 into Compact with storage Full | ||
| 13367 | 2025.04.22 03:11:27.447537 [ 276 ] {7157b4fb-828a-4988-a354-c3f03cb2e861} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13368 | 2025.04.22 03:11:27.447924 [ 276 ] {7157b4fb-828a-4988-a354-c3f03cb2e861} <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 | ||
| 13369 | 2025.04.22 03:11:27.448165 [ 196 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_113_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13370 | 2025.04.22 03:11:27.448377 [ 196 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_113_23} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_108_22, total 32176 rows starting from the beginning of the part | ||
| 13371 | 2025.04.22 03:11:27.448970 [ 196 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_113_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 52 rows starting from the beginning of the part | ||
| 13372 | 2025.04.22 03:11:27.449707 [ 196 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_113_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 160 rows starting from the beginning of the part | ||
| 13373 | 2025.04.22 03:11:27.450148 [ 196 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_113_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 160 rows starting from the beginning of the part | ||
| 13374 | 2025.04.22 03:11:27.450740 [ 196 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_113_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 164 rows starting from the beginning of the part | ||
| 13375 | 2025.04.22 03:11:27.451290 [ 196 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_113_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 160 rows starting from the beginning of the part | ||
| 13376 | 2025.04.22 03:11:27.453742 [ 276 ] {7157b4fb-828a-4988-a354-c3f03cb2e861} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13377 | 2025.04.22 03:11:27.453788 [ 276 ] {7157b4fb-828a-4988-a354-c3f03cb2e861} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 13378 | 2025.04.22 03:11:27.455551 [ 276 ] {7157b4fb-828a-4988-a354-c3f03cb2e861} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 13379 | 2025.04.22 03:11:27.455848 [ 276 ] {7157b4fb-828a-4988-a354-c3f03cb2e861} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13380 | 2025.04.22 03:11:27.456213 [ 276 ] {7157b4fb-828a-4988-a354-c3f03cb2e861} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.00878 sec., 455.58086560364467 rows/sec., 835.97 KiB/sec. | ||
| 13381 | 2025.04.22 03:11:27.456347 [ 276 ] {7157b4fb-828a-4988-a354-c3f03cb2e861} <Debug> TCPHandler: Processed in 0.009167825 sec. | ||
| 13382 | 2025.04.22 03:11:27.456491 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13383 | 2025.04.22 03:11:27.456636 [ 276 ] {02110f15-3515-4fd1-8b3d-5b69b95af5ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13384 | 2025.04.22 03:11:27.456761 [ 276 ] {02110f15-3515-4fd1-8b3d-5b69b95af5ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13385 | 2025.04.22 03:11:27.457418 [ 276 ] {02110f15-3515-4fd1-8b3d-5b69b95af5ca} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13386 | 2025.04.22 03:11:27.457466 [ 276 ] {02110f15-3515-4fd1-8b3d-5b69b95af5ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 13387 | 2025.04.22 03:11:27.457927 [ 276 ] {02110f15-3515-4fd1-8b3d-5b69b95af5ca} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 13388 | 2025.04.22 03:11:27.458325 [ 276 ] {02110f15-3515-4fd1-8b3d-5b69b95af5ca} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13389 | 2025.04.22 03:11:27.458544 [ 276 ] {02110f15-3515-4fd1-8b3d-5b69b95af5ca} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001948 sec., 30800.821355236138 rows/sec., 2.08 MiB/sec. | ||
| 13390 | 2025.04.22 03:11:27.458595 [ 276 ] {02110f15-3515-4fd1-8b3d-5b69b95af5ca} <Debug> TCPHandler: Processed in 0.002168128 sec. | ||
| 13391 | 2025.04.22 03:11:27.460348 [ 198 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_113_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32872 rows, containing 5 columns (5 merged, 0 gathered) in 0.013118221 sec., 2505827.581346587 rows/sec., 169.67 MiB/sec. | ||
| 13392 | 2025.04.22 03:11:27.460804 [ 198 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_113_23} <Trace> MergedBlockOutputStream: filled checksums all_1_113_23 (state Temporary) | ||
| 13393 | 2025.04.22 03:11:27.461152 [ 198 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_113_23} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_merge_all_1_113_23 to all_1_113_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13394 | 2025.04.22 03:11:27.461248 [ 198 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_113_23} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Merged 6 parts: [all_1_108_22, all_113_113_0] -> all_1_113_23 | ||
| 13395 | 2025.04.22 03:11:27.461359 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 13396 | 2025.04.22 03:11:28.181547 [ 122 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13397 | 2025.04.22 03:11:28.181596 [ 122 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13398 | 2025.04.22 03:11:28.369043 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 31171 | ||
| 13399 | 2025.04.22 03:11:28.369702 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13400 | 2025.04.22 03:11:28.369750 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 13401 | 2025.04.22 03:11:28.370297 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 13402 | 2025.04.22 03:11:28.370560 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13403 | 2025.04.22 03:11:28.370795 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31171 | ||
| 13404 | 2025.04.22 03:11:28.529586 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1876 | ||
| 13405 | 2025.04.22 03:11:28.532519 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13406 | 2025.04.22 03:11:28.532569 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 13407 | 2025.04.22 03:11:28.534048 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 13408 | 2025.04.22 03:11:28.534362 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13409 | 2025.04.22 03:11:28.534860 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1876 | ||
| 13410 | 2025.04.22 03:11:30.519810 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 513 | ||
| 13411 | 2025.04.22 03:11:30.540617 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13412 | 2025.04.22 03:11:30.540685 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 13413 | 2025.04.22 03:11:30.548473 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 13414 | 2025.04.22 03:11:30.549340 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13415 | 2025.04.22 03:11:30.553744 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 513 | ||
| 13416 | 2025.04.22 03:11:32.444586 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13417 | 2025.04.22 03:11:32.444775 [ 276 ] {cdfecb22-1d83-4aa3-9c96-e4bbaacbf42c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13418 | 2025.04.22 03:11:32.444851 [ 276 ] {cdfecb22-1d83-4aa3-9c96-e4bbaacbf42c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13419 | 2025.04.22 03:11:32.445738 [ 276 ] {cdfecb22-1d83-4aa3-9c96-e4bbaacbf42c} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13420 | 2025.04.22 03:11:32.445793 [ 276 ] {cdfecb22-1d83-4aa3-9c96-e4bbaacbf42c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 13421 | 2025.04.22 03:11:32.446240 [ 276 ] {cdfecb22-1d83-4aa3-9c96-e4bbaacbf42c} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 13422 | 2025.04.22 03:11:32.446500 [ 276 ] {cdfecb22-1d83-4aa3-9c96-e4bbaacbf42c} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13423 | 2025.04.22 03:11:32.446718 [ 276 ] {cdfecb22-1d83-4aa3-9c96-e4bbaacbf42c} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001992 sec., 106425.70281124499 rows/sec., 6.77 MiB/sec. | ||
| 13424 | 2025.04.22 03:11:32.446859 [ 276 ] {cdfecb22-1d83-4aa3-9c96-e4bbaacbf42c} <Debug> TCPHandler: Processed in 0.002404525 sec. | ||
| 13425 | 2025.04.22 03:11:32.447054 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13426 | 2025.04.22 03:11:32.447198 [ 276 ] {9b037714-e6f5-497f-95d2-306bcf7db212} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13427 | 2025.04.22 03:11:32.447251 [ 276 ] {9b037714-e6f5-497f-95d2-306bcf7db212} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13428 | 2025.04.22 03:11:32.448162 [ 276 ] {9b037714-e6f5-497f-95d2-306bcf7db212} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13429 | 2025.04.22 03:11:32.448204 [ 276 ] {9b037714-e6f5-497f-95d2-306bcf7db212} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 13430 | 2025.04.22 03:11:32.448617 [ 276 ] {9b037714-e6f5-497f-95d2-306bcf7db212} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 13431 | 2025.04.22 03:11:32.448866 [ 276 ] {9b037714-e6f5-497f-95d2-306bcf7db212} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13432 | 2025.04.22 03:11:32.449070 [ 276 ] {9b037714-e6f5-497f-95d2-306bcf7db212} <Debug> executeQuery: Read 689 rows, 56.23 KiB in 0.001901 sec., 362440.820620726 rows/sec., 28.89 MiB/sec. | ||
| 13433 | 2025.04.22 03:11:32.449127 [ 276 ] {9b037714-e6f5-497f-95d2-306bcf7db212} <Debug> TCPHandler: Processed in 0.002172129 sec. | ||
| 13434 | 2025.04.22 03:11:32.449254 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13435 | 2025.04.22 03:11:32.449362 [ 276 ] {f52c1516-6891-4739-addd-6cce6a43fe41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13436 | 2025.04.22 03:11:32.449408 [ 276 ] {f52c1516-6891-4739-addd-6cce6a43fe41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13437 | 2025.04.22 03:11:32.449970 [ 276 ] {f52c1516-6891-4739-addd-6cce6a43fe41} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13438 | 2025.04.22 03:11:32.450008 [ 276 ] {f52c1516-6891-4739-addd-6cce6a43fe41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 13439 | 2025.04.22 03:11:32.450363 [ 276 ] {f52c1516-6891-4739-addd-6cce6a43fe41} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 13440 | 2025.04.22 03:11:32.450612 [ 276 ] {f52c1516-6891-4739-addd-6cce6a43fe41} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13441 | 2025.04.22 03:11:32.450816 [ 276 ] {f52c1516-6891-4739-addd-6cce6a43fe41} <Debug> executeQuery: Read 142 rows, 9.09 KiB in 0.001478 sec., 96075.77807848444 rows/sec., 6.01 MiB/sec. | ||
| 13442 | 2025.04.22 03:11:32.450867 [ 276 ] {f52c1516-6891-4739-addd-6cce6a43fe41} <Debug> TCPHandler: Processed in 0.001664335 sec. | ||
| 13443 | 2025.04.22 03:11:32.450990 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13444 | 2025.04.22 03:11:32.451093 [ 276 ] {b473444f-708f-4d37-b1a6-3eca791c89ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13445 | 2025.04.22 03:11:32.451138 [ 276 ] {b473444f-708f-4d37-b1a6-3eca791c89ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13446 | 2025.04.22 03:11:32.451704 [ 276 ] {b473444f-708f-4d37-b1a6-3eca791c89ea} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13447 | 2025.04.22 03:11:32.451743 [ 276 ] {b473444f-708f-4d37-b1a6-3eca791c89ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 13448 | 2025.04.22 03:11:32.452092 [ 276 ] {b473444f-708f-4d37-b1a6-3eca791c89ea} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 13449 | 2025.04.22 03:11:32.452346 [ 276 ] {b473444f-708f-4d37-b1a6-3eca791c89ea} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13450 | 2025.04.22 03:11:32.452572 [ 276 ] {b473444f-708f-4d37-b1a6-3eca791c89ea} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001497 sec., 75484.30193720774 rows/sec., 4.89 MiB/sec. | ||
| 13451 | 2025.04.22 03:11:32.452635 [ 276 ] {b473444f-708f-4d37-b1a6-3eca791c89ea} <Debug> TCPHandler: Processed in 0.001695275 sec. | ||
| 13452 | 2025.04.22 03:11:32.452792 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13453 | 2025.04.22 03:11:32.452904 [ 276 ] {87319adf-9d87-4995-bfb2-d88616bc7565} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13454 | 2025.04.22 03:11:32.452952 [ 276 ] {87319adf-9d87-4995-bfb2-d88616bc7565} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13455 | 2025.04.22 03:11:32.453552 [ 276 ] {87319adf-9d87-4995-bfb2-d88616bc7565} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13456 | 2025.04.22 03:11:32.453593 [ 276 ] {87319adf-9d87-4995-bfb2-d88616bc7565} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 13457 | 2025.04.22 03:11:32.453963 [ 276 ] {87319adf-9d87-4995-bfb2-d88616bc7565} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 13458 | 2025.04.22 03:11:32.454214 [ 276 ] {87319adf-9d87-4995-bfb2-d88616bc7565} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13459 | 2025.04.22 03:11:32.454464 [ 276 ] {87319adf-9d87-4995-bfb2-d88616bc7565} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001572 sec., 71246.81933842239 rows/sec., 4.06 MiB/sec. | ||
| 13460 | 2025.04.22 03:11:32.454632 [ 276 ] {87319adf-9d87-4995-bfb2-d88616bc7565} <Debug> TCPHandler: Processed in 0.001895451 sec. | ||
| 13461 | 2025.04.22 03:11:32.454850 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13462 | 2025.04.22 03:11:32.454961 [ 276 ] {780ee21e-92c1-4389-964a-2a288ce00efe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13463 | 2025.04.22 03:11:32.455012 [ 276 ] {780ee21e-92c1-4389-964a-2a288ce00efe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13464 | 2025.04.22 03:11:32.455735 [ 276 ] {780ee21e-92c1-4389-964a-2a288ce00efe} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13465 | 2025.04.22 03:11:32.455775 [ 276 ] {780ee21e-92c1-4389-964a-2a288ce00efe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 13466 | 2025.04.22 03:11:32.456158 [ 276 ] {780ee21e-92c1-4389-964a-2a288ce00efe} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 13467 | 2025.04.22 03:11:32.456426 [ 276 ] {780ee21e-92c1-4389-964a-2a288ce00efe} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13468 | 2025.04.22 03:11:32.456627 [ 276 ] {780ee21e-92c1-4389-964a-2a288ce00efe} <Debug> executeQuery: Read 418 rows, 30.47 KiB in 0.001689 sec., 247483.71817643577 rows/sec., 17.62 MiB/sec. | ||
| 13469 | 2025.04.22 03:11:32.456685 [ 276 ] {780ee21e-92c1-4389-964a-2a288ce00efe} <Debug> TCPHandler: Processed in 0.00190251 sec. | ||
| 13470 | 2025.04.22 03:11:32.456817 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13471 | 2025.04.22 03:11:32.456982 [ 276 ] {bd529213-94c4-4d2f-bc4b-a8b090b94ac6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13472 | 2025.04.22 03:11:32.457057 [ 276 ] {bd529213-94c4-4d2f-bc4b-a8b090b94ac6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13473 | 2025.04.22 03:11:32.457510 [ 276 ] {bd529213-94c4-4d2f-bc4b-a8b090b94ac6} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13474 | 2025.04.22 03:11:32.457548 [ 276 ] {bd529213-94c4-4d2f-bc4b-a8b090b94ac6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 13475 | 2025.04.22 03:11:32.457910 [ 276 ] {bd529213-94c4-4d2f-bc4b-a8b090b94ac6} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 13476 | 2025.04.22 03:11:32.458147 [ 276 ] {bd529213-94c4-4d2f-bc4b-a8b090b94ac6} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13477 | 2025.04.22 03:11:32.458353 [ 276 ] {bd529213-94c4-4d2f-bc4b-a8b090b94ac6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001414 sec., 4243.281471004244 rows/sec., 221.69 KiB/sec. | ||
| 13478 | 2025.04.22 03:11:32.458402 [ 276 ] {bd529213-94c4-4d2f-bc4b-a8b090b94ac6} <Debug> TCPHandler: Processed in 0.001643793 sec. | ||
| 13479 | 2025.04.22 03:11:32.458542 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13480 | 2025.04.22 03:11:32.458652 [ 276 ] {3c0223d1-845b-411d-b4d0-1ef081570fc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13481 | 2025.04.22 03:11:32.458703 [ 276 ] {3c0223d1-845b-411d-b4d0-1ef081570fc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13482 | 2025.04.22 03:11:32.459260 [ 276 ] {3c0223d1-845b-411d-b4d0-1ef081570fc9} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13483 | 2025.04.22 03:11:32.459300 [ 276 ] {3c0223d1-845b-411d-b4d0-1ef081570fc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 13484 | 2025.04.22 03:11:32.459695 [ 276 ] {3c0223d1-845b-411d-b4d0-1ef081570fc9} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 13485 | 2025.04.22 03:11:32.459946 [ 276 ] {3c0223d1-845b-411d-b4d0-1ef081570fc9} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13486 | 2025.04.22 03:11:32.460166 [ 276 ] {3c0223d1-845b-411d-b4d0-1ef081570fc9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001536 sec., 154296.875 rows/sec., 10.34 MiB/sec. | ||
| 13487 | 2025.04.22 03:11:32.460217 [ 276 ] {3c0223d1-845b-411d-b4d0-1ef081570fc9} <Debug> TCPHandler: Processed in 0.001726136 sec. | ||
| 13488 | 2025.04.22 03:11:32.460344 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13489 | 2025.04.22 03:11:32.460450 [ 276 ] {42d67d61-6ac1-42b4-aa93-c6a3466bedeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13490 | 2025.04.22 03:11:32.460500 [ 276 ] {42d67d61-6ac1-42b4-aa93-c6a3466bedeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13491 | 2025.04.22 03:11:32.460915 [ 276 ] {42d67d61-6ac1-42b4-aa93-c6a3466bedeb} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13492 | 2025.04.22 03:11:32.460955 [ 276 ] {42d67d61-6ac1-42b4-aa93-c6a3466bedeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 13493 | 2025.04.22 03:11:32.461321 [ 276 ] {42d67d61-6ac1-42b4-aa93-c6a3466bedeb} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 13494 | 2025.04.22 03:11:32.461564 [ 276 ] {42d67d61-6ac1-42b4-aa93-c6a3466bedeb} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13495 | 2025.04.22 03:11:32.461823 [ 276 ] {42d67d61-6ac1-42b4-aa93-c6a3466bedeb} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001387 sec., 720.9805335255949 rows/sec., 48.58 KiB/sec. | ||
| 13496 | 2025.04.22 03:11:32.461995 [ 276 ] {42d67d61-6ac1-42b4-aa93-c6a3466bedeb} <Debug> TCPHandler: Processed in 0.001696125 sec. | ||
| 13497 | 2025.04.22 03:11:32.462209 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13498 | 2025.04.22 03:11:32.462315 [ 276 ] {ddef4228-73e1-490a-a346-a776fbdda829} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13499 | 2025.04.22 03:11:32.462393 [ 276 ] {ddef4228-73e1-490a-a346-a776fbdda829} <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 | ||
| 13500 | 2025.04.22 03:11:32.463559 [ 276 ] {ddef4228-73e1-490a-a346-a776fbdda829} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13501 | 2025.04.22 03:11:32.463601 [ 276 ] {ddef4228-73e1-490a-a346-a776fbdda829} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 13502 | 2025.04.22 03:11:32.464265 [ 276 ] {ddef4228-73e1-490a-a346-a776fbdda829} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 13503 | 2025.04.22 03:11:32.464542 [ 276 ] {ddef4228-73e1-490a-a346-a776fbdda829} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13504 | 2025.04.22 03:11:32.464789 [ 276 ] {ddef4228-73e1-490a-a346-a776fbdda829} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002497 sec., 14417.300760913095 rows/sec., 25.84 MiB/sec. | ||
| 13505 | 2025.04.22 03:11:32.464935 [ 276 ] {ddef4228-73e1-490a-a346-a776fbdda829} <Debug> TCPHandler: Processed in 0.002793115 sec. | ||
| 13506 | 2025.04.22 03:11:32.465131 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13507 | 2025.04.22 03:11:32.465239 [ 276 ] {c579eba6-39f9-4ced-b9d3-5c3e09723770} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13508 | 2025.04.22 03:11:32.465289 [ 276 ] {c579eba6-39f9-4ced-b9d3-5c3e09723770} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13509 | 2025.04.22 03:11:32.465728 [ 276 ] {c579eba6-39f9-4ced-b9d3-5c3e09723770} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13510 | 2025.04.22 03:11:32.465768 [ 276 ] {c579eba6-39f9-4ced-b9d3-5c3e09723770} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 13511 | 2025.04.22 03:11:32.466134 [ 276 ] {c579eba6-39f9-4ced-b9d3-5c3e09723770} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 13512 | 2025.04.22 03:11:32.466380 [ 276 ] {c579eba6-39f9-4ced-b9d3-5c3e09723770} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13513 | 2025.04.22 03:11:32.466613 [ 276 ] {c579eba6-39f9-4ced-b9d3-5c3e09723770} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001389 sec., 59035.277177825774 rows/sec., 3.75 MiB/sec. | ||
| 13514 | 2025.04.22 03:11:32.466677 [ 276 ] {c579eba6-39f9-4ced-b9d3-5c3e09723770} <Debug> TCPHandler: Processed in 0.001609703 sec. | ||
| 13515 | 2025.04.22 03:11:34.750301 [ 115 ] {} <Debug> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 13516 | 2025.04.22 03:11:34.750389 [ 115 ] {} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13517 | 2025.04.22 03:11:34.750417 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 13518 | 2025.04.22 03:11:34.750577 [ 187 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full | ||
| 13519 | 2025.04.22 03:11:34.750949 [ 187 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13520 | 2025.04.22 03:11:34.751029 [ 187 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 20 rows starting from the beginning of the part | ||
| 13521 | 2025.04.22 03:11:34.751123 [ 187 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 4 rows starting from the beginning of the part | ||
| 13522 | 2025.04.22 03:11:34.751317 [ 187 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2 rows starting from the beginning of the part | ||
| 13523 | 2025.04.22 03:11:34.751661 [ 187 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 4 rows starting from the beginning of the part | ||
| 13524 | 2025.04.22 03:11:34.751796 [ 187 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part | ||
| 13525 | 2025.04.22 03:11:34.752976 [ 193 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.002489387 sec., 15264.802138036392 rows/sec., 1.27 MiB/sec. | ||
| 13526 | 2025.04.22 03:11:34.753207 [ 194 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 13527 | 2025.04.22 03:11:34.753602 [ 194 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_29_7} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13528 | 2025.04.22 03:11:34.753694 [ 194 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_29_7} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 13529 | 2025.04.22 03:11:34.753800 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 13530 | 2025.04.22 03:11:35.675377 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13531 | 2025.04.22 03:11:35.675636 [ 276 ] {96dd4360-ecb1-4cdb-990a-d685fa0a6666} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13532 | 2025.04.22 03:11:35.675734 [ 276 ] {96dd4360-ecb1-4cdb-990a-d685fa0a6666} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13533 | 2025.04.22 03:11:35.676481 [ 276 ] {96dd4360-ecb1-4cdb-990a-d685fa0a6666} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13534 | 2025.04.22 03:11:35.676526 [ 276 ] {96dd4360-ecb1-4cdb-990a-d685fa0a6666} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 13535 | 2025.04.22 03:11:35.676964 [ 276 ] {96dd4360-ecb1-4cdb-990a-d685fa0a6666} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 13536 | 2025.04.22 03:11:35.677216 [ 276 ] {96dd4360-ecb1-4cdb-990a-d685fa0a6666} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13537 | 2025.04.22 03:11:35.677414 [ 276 ] {96dd4360-ecb1-4cdb-990a-d685fa0a6666} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001858 sec., 2152.8525296017224 rows/sec., 175.55 KiB/sec. | ||
| 13538 | 2025.04.22 03:11:35.677470 [ 276 ] {96dd4360-ecb1-4cdb-990a-d685fa0a6666} <Debug> TCPHandler: Processed in 0.00225089 sec. | ||
| 13539 | 2025.04.22 03:11:35.677600 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13540 | 2025.04.22 03:11:35.677706 [ 276 ] {4eda6ec9-bc22-41d8-b3cf-08a5ffa3a76b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13541 | 2025.04.22 03:11:35.677751 [ 276 ] {4eda6ec9-bc22-41d8-b3cf-08a5ffa3a76b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13542 | 2025.04.22 03:11:35.679013 [ 276 ] {4eda6ec9-bc22-41d8-b3cf-08a5ffa3a76b} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13543 | 2025.04.22 03:11:35.679061 [ 276 ] {4eda6ec9-bc22-41d8-b3cf-08a5ffa3a76b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 13544 | 2025.04.22 03:11:35.679581 [ 276 ] {4eda6ec9-bc22-41d8-b3cf-08a5ffa3a76b} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 13545 | 2025.04.22 03:11:35.679827 [ 276 ] {4eda6ec9-bc22-41d8-b3cf-08a5ffa3a76b} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13546 | 2025.04.22 03:11:35.680018 [ 276 ] {4eda6ec9-bc22-41d8-b3cf-08a5ffa3a76b} <Debug> executeQuery: Read 1206 rows, 101.90 KiB in 0.00233 sec., 517596.56652360514 rows/sec., 42.71 MiB/sec. | ||
| 13547 | 2025.04.22 03:11:35.680116 [ 276 ] {4eda6ec9-bc22-41d8-b3cf-08a5ffa3a76b} <Debug> TCPHandler: Processed in 0.002564899 sec. | ||
| 13548 | 2025.04.22 03:11:35.680249 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13549 | 2025.04.22 03:11:35.680505 [ 276 ] {c85cb6b5-b9c4-42b8-96a6-27b3010e8673} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13550 | 2025.04.22 03:11:35.680634 [ 276 ] {c85cb6b5-b9c4-42b8-96a6-27b3010e8673} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13551 | 2025.04.22 03:11:35.682050 [ 276 ] {c85cb6b5-b9c4-42b8-96a6-27b3010e8673} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13552 | 2025.04.22 03:11:35.682091 [ 276 ] {c85cb6b5-b9c4-42b8-96a6-27b3010e8673} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 13553 | 2025.04.22 03:11:35.682431 [ 276 ] {c85cb6b5-b9c4-42b8-96a6-27b3010e8673} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 13554 | 2025.04.22 03:11:35.682664 [ 276 ] {c85cb6b5-b9c4-42b8-96a6-27b3010e8673} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13555 | 2025.04.22 03:11:35.682873 [ 276 ] {c85cb6b5-b9c4-42b8-96a6-27b3010e8673} <Debug> executeQuery: Read 8 rows, 594.00 B in 0.002482 sec., 3223.2070910556004 rows/sec., 233.71 KiB/sec. | ||
| 13556 | 2025.04.22 03:11:35.682924 [ 276 ] {c85cb6b5-b9c4-42b8-96a6-27b3010e8673} <Debug> TCPHandler: Processed in 0.002738833 sec. | ||
| 13557 | 2025.04.22 03:11:35.683036 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13558 | 2025.04.22 03:11:35.683138 [ 276 ] {b25568f9-c712-457a-8c63-61dd73cbc68f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13559 | 2025.04.22 03:11:35.683182 [ 276 ] {b25568f9-c712-457a-8c63-61dd73cbc68f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13560 | 2025.04.22 03:11:35.683785 [ 276 ] {b25568f9-c712-457a-8c63-61dd73cbc68f} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13561 | 2025.04.22 03:11:35.683824 [ 276 ] {b25568f9-c712-457a-8c63-61dd73cbc68f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 13562 | 2025.04.22 03:11:35.684173 [ 276 ] {b25568f9-c712-457a-8c63-61dd73cbc68f} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 13563 | 2025.04.22 03:11:35.684404 [ 276 ] {b25568f9-c712-457a-8c63-61dd73cbc68f} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13564 | 2025.04.22 03:11:35.684588 [ 114 ] {} <Debug> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f) (MergerMutator): Selected 6 parts from all_1_45_9 to all_50_50_0 | ||
| 13565 | 2025.04.22 03:11:35.684627 [ 276 ] {b25568f9-c712-457a-8c63-61dd73cbc68f} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.00151 sec., 150993.3774834437 rows/sec., 10.22 MiB/sec. | ||
| 13566 | 2025.04.22 03:11:35.684676 [ 114 ] {} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13567 | 2025.04.22 03:11:35.684753 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 13568 | 2025.04.22 03:11:35.684753 [ 276 ] {b25568f9-c712-457a-8c63-61dd73cbc68f} <Debug> TCPHandler: Processed in 0.001764947 sec. | ||
| 13569 | 2025.04.22 03:11:35.684935 [ 195 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_50_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_45_9 to all_50_50_0 into Compact with storage Full | ||
| 13570 | 2025.04.22 03:11:35.684937 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13571 | 2025.04.22 03:11:35.685100 [ 195 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_50_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13572 | 2025.04.22 03:11:35.685109 [ 276 ] {0e47ccfc-de20-48c2-95b1-a97002b4b3d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13573 | 2025.04.22 03:11:35.685142 [ 195 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_9, total 341 rows starting from the beginning of the part | ||
| 13574 | 2025.04.22 03:11:35.685166 [ 276 ] {0e47ccfc-de20-48c2-95b1-a97002b4b3d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13575 | 2025.04.22 03:11:35.685384 [ 195 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 228 rows starting from the beginning of the part | ||
| 13576 | 2025.04.22 03:11:35.685747 [ 195 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 113 rows starting from the beginning of the part | ||
| 13577 | 2025.04.22 03:11:35.686174 [ 195 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 228 rows starting from the beginning of the part | ||
| 13578 | 2025.04.22 03:11:35.686574 [ 195 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 113 rows starting from the beginning of the part | ||
| 13579 | 2025.04.22 03:11:35.687051 [ 195 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 228 rows starting from the beginning of the part | ||
| 13580 | 2025.04.22 03:11:35.688132 [ 276 ] {0e47ccfc-de20-48c2-95b1-a97002b4b3d9} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13581 | 2025.04.22 03:11:35.688178 [ 276 ] {0e47ccfc-de20-48c2-95b1-a97002b4b3d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 13582 | 2025.04.22 03:11:35.688699 [ 276 ] {0e47ccfc-de20-48c2-95b1-a97002b4b3d9} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 13583 | 2025.04.22 03:11:35.688937 [ 193 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_50_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1251 rows, containing 5 columns (5 merged, 0 gathered) in 0.004070189 sec., 307356.73453984567 rows/sec., 21.74 MiB/sec. | ||
| 13584 | 2025.04.22 03:11:35.689069 [ 276 ] {0e47ccfc-de20-48c2-95b1-a97002b4b3d9} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13585 | 2025.04.22 03:11:35.689248 [ 193 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_50_10} <Trace> MergedBlockOutputStream: filled checksums all_1_50_10 (state Temporary) | ||
| 13586 | 2025.04.22 03:11:35.689556 [ 276 ] {0e47ccfc-de20-48c2-95b1-a97002b4b3d9} <Debug> executeQuery: Read 528 rows, 40.05 KiB in 0.004459 sec., 118412.2000448531 rows/sec., 8.77 MiB/sec. | ||
| 13587 | 2025.04.22 03:11:35.689815 [ 276 ] {0e47ccfc-de20-48c2-95b1-a97002b4b3d9} <Debug> TCPHandler: Processed in 0.004931052 sec. | ||
| 13588 | 2025.04.22 03:11:35.690087 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13589 | 2025.04.22 03:11:35.690368 [ 193 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_50_10} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_merge_all_1_50_10 to all_1_50_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13590 | 2025.04.22 03:11:35.690415 [ 276 ] {d90356a9-dd8e-448f-b086-c178232e8cb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13591 | 2025.04.22 03:11:35.690611 [ 276 ] {d90356a9-dd8e-448f-b086-c178232e8cb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13592 | 2025.04.22 03:11:35.690809 [ 193 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_50_10} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f) (MergerMutator): Merged 6 parts: [all_1_45_9, all_50_50_0] -> all_1_50_10 | ||
| 13593 | 2025.04.22 03:11:35.691264 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 13594 | 2025.04.22 03:11:35.692040 [ 276 ] {d90356a9-dd8e-448f-b086-c178232e8cb4} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13595 | 2025.04.22 03:11:35.692082 [ 276 ] {d90356a9-dd8e-448f-b086-c178232e8cb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 13596 | 2025.04.22 03:11:35.692502 [ 276 ] {d90356a9-dd8e-448f-b086-c178232e8cb4} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 13597 | 2025.04.22 03:11:35.692727 [ 276 ] {d90356a9-dd8e-448f-b086-c178232e8cb4} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13598 | 2025.04.22 03:11:35.692919 [ 276 ] {d90356a9-dd8e-448f-b086-c178232e8cb4} <Debug> executeQuery: Read 956 rows, 65.68 KiB in 0.002658 sec., 359668.92400300974 rows/sec., 24.13 MiB/sec. | ||
| 13599 | 2025.04.22 03:11:35.692968 [ 276 ] {d90356a9-dd8e-448f-b086-c178232e8cb4} <Debug> TCPHandler: Processed in 0.003009701 sec. | ||
| 13600 | 2025.04.22 03:11:35.693081 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13601 | 2025.04.22 03:11:35.693179 [ 276 ] {f515c273-e4a0-4410-b9fa-bd7a77b37aed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13602 | 2025.04.22 03:11:35.693311 [ 276 ] {f515c273-e4a0-4410-b9fa-bd7a77b37aed} <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 | ||
| 13603 | 2025.04.22 03:11:35.694306 [ 276 ] {f515c273-e4a0-4410-b9fa-bd7a77b37aed} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13604 | 2025.04.22 03:11:35.694346 [ 276 ] {f515c273-e4a0-4410-b9fa-bd7a77b37aed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 13605 | 2025.04.22 03:11:35.694939 [ 276 ] {f515c273-e4a0-4410-b9fa-bd7a77b37aed} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 13606 | 2025.04.22 03:11:35.695190 [ 276 ] {f515c273-e4a0-4410-b9fa-bd7a77b37aed} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13607 | 2025.04.22 03:11:35.695413 [ 276 ] {f515c273-e4a0-4410-b9fa-bd7a77b37aed} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002194 sec., 1823.1540565177756 rows/sec., 3.27 MiB/sec. | ||
| 13608 | 2025.04.22 03:11:35.695502 [ 276 ] {f515c273-e4a0-4410-b9fa-bd7a77b37aed} <Debug> TCPHandler: Processed in 0.002414854 sec. | ||
| 13609 | 2025.04.22 03:11:35.695620 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13610 | 2025.04.22 03:11:35.695724 [ 276 ] {4fda5bea-8ec1-4d1f-97c5-605efa8d85fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13611 | 2025.04.22 03:11:35.695771 [ 276 ] {4fda5bea-8ec1-4d1f-97c5-605efa8d85fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13612 | 2025.04.22 03:11:35.696203 [ 276 ] {4fda5bea-8ec1-4d1f-97c5-605efa8d85fa} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13613 | 2025.04.22 03:11:35.696242 [ 276 ] {4fda5bea-8ec1-4d1f-97c5-605efa8d85fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 13614 | 2025.04.22 03:11:35.696602 [ 276 ] {4fda5bea-8ec1-4d1f-97c5-605efa8d85fa} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 13615 | 2025.04.22 03:11:35.696842 [ 276 ] {4fda5bea-8ec1-4d1f-97c5-605efa8d85fa} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13616 | 2025.04.22 03:11:35.697064 [ 276 ] {4fda5bea-8ec1-4d1f-97c5-605efa8d85fa} <Debug> executeQuery: Read 42 rows, 2.89 KiB in 0.001359 sec., 30905.077262693158 rows/sec., 2.08 MiB/sec. | ||
| 13617 | 2025.04.22 03:11:35.697118 [ 276 ] {4fda5bea-8ec1-4d1f-97c5-605efa8d85fa} <Debug> TCPHandler: Processed in 0.001548672 sec. | ||
| 13618 | 2025.04.22 03:11:35.871008 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 31598 | ||
| 13619 | 2025.04.22 03:11:35.871563 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13620 | 2025.04.22 03:11:35.871604 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 13621 | 2025.04.22 03:11:35.872026 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 13622 | 2025.04.22 03:11:35.872258 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13623 | 2025.04.22 03:11:35.872451 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31598 | ||
| 13624 | 2025.04.22 03:11:37.432055 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13625 | 2025.04.22 03:11:37.432360 [ 276 ] {359b7193-2392-4ff0-87e9-50a3b64c4db8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13626 | 2025.04.22 03:11:37.432470 [ 276 ] {359b7193-2392-4ff0-87e9-50a3b64c4db8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13627 | 2025.04.22 03:11:37.433378 [ 276 ] {359b7193-2392-4ff0-87e9-50a3b64c4db8} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13628 | 2025.04.22 03:11:37.433424 [ 276 ] {359b7193-2392-4ff0-87e9-50a3b64c4db8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 13629 | 2025.04.22 03:11:37.433834 [ 276 ] {359b7193-2392-4ff0-87e9-50a3b64c4db8} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 13630 | 2025.04.22 03:11:37.434075 [ 276 ] {359b7193-2392-4ff0-87e9-50a3b64c4db8} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13631 | 2025.04.22 03:11:37.434276 [ 112 ] {} <Debug> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 13632 | 2025.04.22 03:11:37.434288 [ 276 ] {359b7193-2392-4ff0-87e9-50a3b64c4db8} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002008 sec., 27888.446215139444 rows/sec., 2.14 MiB/sec. | ||
| 13633 | 2025.04.22 03:11:37.434367 [ 112 ] {} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13634 | 2025.04.22 03:11:37.434511 [ 276 ] {359b7193-2392-4ff0-87e9-50a3b64c4db8} <Debug> TCPHandler: Processed in 0.002632621 sec. | ||
| 13635 | 2025.04.22 03:11:37.434540 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 13636 | 2025.04.22 03:11:37.434711 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13637 | 2025.04.22 03:11:37.434779 [ 188 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 13638 | 2025.04.22 03:11:37.434888 [ 276 ] {73066bda-1797-43d6-b721-901660b0779a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13639 | 2025.04.22 03:11:37.434975 [ 276 ] {73066bda-1797-43d6-b721-901660b0779a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13640 | 2025.04.22 03:11:37.435122 [ 188 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13641 | 2025.04.22 03:11:37.435321 [ 188 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1847 rows starting from the beginning of the part | ||
| 13642 | 2025.04.22 03:11:37.435654 [ 188 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 132 rows starting from the beginning of the part | ||
| 13643 | 2025.04.22 03:11:37.436013 [ 188 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 64 rows starting from the beginning of the part | ||
| 13644 | 2025.04.22 03:11:37.436350 [ 188 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 689 rows starting from the beginning of the part | ||
| 13645 | 2025.04.22 03:11:37.436743 [ 188 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 1206 rows starting from the beginning of the part | ||
| 13646 | 2025.04.22 03:11:37.437059 [ 188 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 56 rows starting from the beginning of the part | ||
| 13647 | 2025.04.22 03:11:37.437840 [ 276 ] {73066bda-1797-43d6-b721-901660b0779a} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13648 | 2025.04.22 03:11:37.437901 [ 276 ] {73066bda-1797-43d6-b721-901660b0779a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 13649 | 2025.04.22 03:11:37.438729 [ 276 ] {73066bda-1797-43d6-b721-901660b0779a} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 13650 | 2025.04.22 03:11:37.439294 [ 276 ] {73066bda-1797-43d6-b721-901660b0779a} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13651 | 2025.04.22 03:11:37.439658 [ 111 ] {} <Debug> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 13652 | 2025.04.22 03:11:37.439786 [ 111 ] {} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13653 | 2025.04.22 03:11:37.439865 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 13654 | 2025.04.22 03:11:37.439904 [ 276 ] {73066bda-1797-43d6-b721-901660b0779a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005063 sec., 12640.726841793403 rows/sec., 1010.32 KiB/sec. | ||
| 13655 | 2025.04.22 03:11:37.440203 [ 276 ] {73066bda-1797-43d6-b721-901660b0779a} <Debug> TCPHandler: Processed in 0.005575869 sec. | ||
| 13656 | 2025.04.22 03:11:37.440250 [ 188 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 13657 | 2025.04.22 03:11:37.440419 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13658 | 2025.04.22 03:11:37.440529 [ 188 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13659 | 2025.04.22 03:11:37.440625 [ 188 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 916 rows starting from the beginning of the part | ||
| 13660 | 2025.04.22 03:11:37.440749 [ 276 ] {78b2a9f4-a001-4fb6-b8ed-8d8c11f2d72a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13661 | 2025.04.22 03:11:37.441034 [ 188 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 108 rows starting from the beginning of the part | ||
| 13662 | 2025.04.22 03:11:37.441215 [ 276 ] {78b2a9f4-a001-4fb6-b8ed-8d8c11f2d72a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13663 | 2025.04.22 03:11:37.441456 [ 188 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 68 rows starting from the beginning of the part | ||
| 13664 | 2025.04.22 03:11:37.441788 [ 188 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 418 rows starting from the beginning of the part | ||
| 13665 | 2025.04.22 03:11:37.442154 [ 188 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 528 rows starting from the beginning of the part | ||
| 13666 | 2025.04.22 03:11:37.442570 [ 188 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 64 rows starting from the beginning of the part | ||
| 13667 | 2025.04.22 03:11:37.443320 [ 189 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3994 rows, containing 5 columns (5 merged, 0 gathered) in 0.008649431 sec., 461764.47907382576 rows/sec., 39.42 MiB/sec. | ||
| 13668 | 2025.04.22 03:11:37.443757 [ 191 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 13669 | 2025.04.22 03:11:37.444680 [ 191 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_116_23} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13670 | 2025.04.22 03:11:37.444984 [ 276 ] {78b2a9f4-a001-4fb6-b8ed-8d8c11f2d72a} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13671 | 2025.04.22 03:11:37.445028 [ 191 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_116_23} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 13672 | 2025.04.22 03:11:37.445078 [ 276 ] {78b2a9f4-a001-4fb6-b8ed-8d8c11f2d72a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 13673 | 2025.04.22 03:11:37.445317 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.88 MiB. | ||
| 13674 | 2025.04.22 03:11:37.446306 [ 276 ] {78b2a9f4-a001-4fb6-b8ed-8d8c11f2d72a} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 13675 | 2025.04.22 03:11:37.446707 [ 276 ] {78b2a9f4-a001-4fb6-b8ed-8d8c11f2d72a} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13676 | 2025.04.22 03:11:37.447152 [ 189 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2102 rows, containing 5 columns (5 merged, 0 gathered) in 0.007157772 sec., 293666.80022778036 rows/sec., 22.66 MiB/sec. | ||
| 13677 | 2025.04.22 03:11:37.447215 [ 276 ] {78b2a9f4-a001-4fb6-b8ed-8d8c11f2d72a} <Debug> executeQuery: Read 52 rows, 3.70 KiB in 0.006617 sec., 7858.546168958743 rows/sec., 559.49 KiB/sec. | ||
| 13678 | 2025.04.22 03:11:37.447335 [ 276 ] {78b2a9f4-a001-4fb6-b8ed-8d8c11f2d72a} <Debug> TCPHandler: Processed in 0.007026128 sec. | ||
| 13679 | 2025.04.22 03:11:37.447487 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13680 | 2025.04.22 03:11:37.447497 [ 197 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 13681 | 2025.04.22 03:11:37.447675 [ 276 ] {f73b9d06-9d52-4320-956b-193b9afe2524} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13682 | 2025.04.22 03:11:37.447748 [ 276 ] {f73b9d06-9d52-4320-956b-193b9afe2524} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13683 | 2025.04.22 03:11:37.448152 [ 197 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_116_23} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13684 | 2025.04.22 03:11:37.448292 [ 197 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_116_23} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 13685 | 2025.04.22 03:11:37.448494 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 13686 | 2025.04.22 03:11:37.448621 [ 276 ] {f73b9d06-9d52-4320-956b-193b9afe2524} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13687 | 2025.04.22 03:11:37.448664 [ 276 ] {f73b9d06-9d52-4320-956b-193b9afe2524} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 13688 | 2025.04.22 03:11:37.449013 [ 276 ] {f73b9d06-9d52-4320-956b-193b9afe2524} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 13689 | 2025.04.22 03:11:37.449251 [ 276 ] {f73b9d06-9d52-4320-956b-193b9afe2524} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13690 | 2025.04.22 03:11:37.449390 [ 111 ] {} <Debug> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 13691 | 2025.04.22 03:11:37.449429 [ 276 ] {f73b9d06-9d52-4320-956b-193b9afe2524} <Debug> executeQuery: Read 18 rows, 1.25 KiB in 0.001798 sec., 10011.123470522803 rows/sec., 694.67 KiB/sec. | ||
| 13692 | 2025.04.22 03:11:37.449433 [ 111 ] {} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13693 | 2025.04.22 03:11:37.449480 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 13694 | 2025.04.22 03:11:37.449499 [ 276 ] {f73b9d06-9d52-4320-956b-193b9afe2524} <Debug> TCPHandler: Processed in 0.002069526 sec. | ||
| 13695 | 2025.04.22 03:11:37.449659 [ 192 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 13696 | 2025.04.22 03:11:37.449775 [ 192 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13697 | 2025.04.22 03:11:37.449806 [ 192 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 6354 rows starting from the beginning of the part | ||
| 13698 | 2025.04.22 03:11:37.449889 [ 192 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 60 rows starting from the beginning of the part | ||
| 13699 | 2025.04.22 03:11:37.450089 [ 192 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 60 rows starting from the beginning of the part | ||
| 13700 | 2025.04.22 03:11:37.450275 [ 192 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 82 rows starting from the beginning of the part | ||
| 13701 | 2025.04.22 03:11:37.450437 [ 192 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 42 rows starting from the beginning of the part | ||
| 13702 | 2025.04.22 03:11:37.450590 [ 192 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 18 rows starting from the beginning of the part | ||
| 13703 | 2025.04.22 03:11:37.452521 [ 197 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6616 rows, containing 4 columns (4 merged, 0 gathered) in 0.002954749 sec., 2239107.2811937663 rows/sec., 147.33 MiB/sec. | ||
| 13704 | 2025.04.22 03:11:37.452927 [ 189 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 13705 | 2025.04.22 03:11:37.453255 [ 189 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_116_23} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13706 | 2025.04.22 03:11:37.453345 [ 189 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_116_23} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 13707 | 2025.04.22 03:11:37.453437 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.20 MiB. | ||
| 13708 | 2025.04.22 03:11:38.053902 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 520 | ||
| 13709 | 2025.04.22 03:11:38.075340 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13710 | 2025.04.22 03:11:38.075400 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 13711 | 2025.04.22 03:11:38.082904 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 13712 | 2025.04.22 03:11:38.083742 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13713 | 2025.04.22 03:11:38.086861 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 520 | ||
| 13714 | 2025.04.22 03:11:38.535148 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1922 | ||
| 13715 | 2025.04.22 03:11:38.538502 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13716 | 2025.04.22 03:11:38.538550 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 13717 | 2025.04.22 03:11:38.540032 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 13718 | 2025.04.22 03:11:38.540349 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13719 | 2025.04.22 03:11:38.540513 [ 110 ] {} <Debug> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 13720 | 2025.04.22 03:11:38.540573 [ 110 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13721 | 2025.04.22 03:11:38.540606 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 13722 | 2025.04.22 03:11:38.541010 [ 192 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::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 | ||
| 13723 | 2025.04.22 03:11:38.541772 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1922 | ||
| 13724 | 2025.04.22 03:11:38.542204 [ 192 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13725 | 2025.04.22 03:11:38.542369 [ 192 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1764 rows starting from the beginning of the part | ||
| 13726 | 2025.04.22 03:11:38.543002 [ 192 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 26 rows starting from the beginning of the part | ||
| 13727 | 2025.04.22 03:11:38.543547 [ 192 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 36 rows starting from the beginning of the part | ||
| 13728 | 2025.04.22 03:11:38.544179 [ 192 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 24 rows starting from the beginning of the part | ||
| 13729 | 2025.04.22 03:11:38.544816 [ 192 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 26 rows starting from the beginning of the part | ||
| 13730 | 2025.04.22 03:11:38.545390 [ 192 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 46 rows starting from the beginning of the part | ||
| 13731 | 2025.04.22 03:11:38.553969 [ 197 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1922 rows, containing 72 columns (72 merged, 0 gathered) in 0.013253975 sec., 145013.09984363182 rows/sec., 110.35 MiB/sec. | ||
| 13732 | 2025.04.22 03:11:38.556014 [ 186 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 13733 | 2025.04.22 03:11:38.556764 [ 186 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_51_10} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13734 | 2025.04.22 03:11:38.556852 [ 186 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_51_10} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 13735 | 2025.04.22 03:11:38.557172 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.05 MiB. | ||
| 13736 | 2025.04.22 03:11:42.443873 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13737 | 2025.04.22 03:11:42.444084 [ 276 ] {b2b40412-7a08-497a-8e5f-084efaf465a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13738 | 2025.04.22 03:11:42.444162 [ 276 ] {b2b40412-7a08-497a-8e5f-084efaf465a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13739 | 2025.04.22 03:11:42.445013 [ 276 ] {b2b40412-7a08-497a-8e5f-084efaf465a1} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13740 | 2025.04.22 03:11:42.445061 [ 276 ] {b2b40412-7a08-497a-8e5f-084efaf465a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 13741 | 2025.04.22 03:11:42.445511 [ 276 ] {b2b40412-7a08-497a-8e5f-084efaf465a1} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 13742 | 2025.04.22 03:11:42.445779 [ 276 ] {b2b40412-7a08-497a-8e5f-084efaf465a1} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13743 | 2025.04.22 03:11:42.446007 [ 276 ] {b2b40412-7a08-497a-8e5f-084efaf465a1} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001978 sec., 107178.96865520727 rows/sec., 6.82 MiB/sec. | ||
| 13744 | 2025.04.22 03:11:42.446076 [ 276 ] {b2b40412-7a08-497a-8e5f-084efaf465a1} <Debug> TCPHandler: Processed in 0.002333222 sec. | ||
| 13745 | 2025.04.22 03:11:42.446208 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13746 | 2025.04.22 03:11:42.446318 [ 276 ] {22950da9-31d3-4adc-9ef9-9b4186effde4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13747 | 2025.04.22 03:11:42.446363 [ 276 ] {22950da9-31d3-4adc-9ef9-9b4186effde4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13748 | 2025.04.22 03:11:42.447238 [ 276 ] {22950da9-31d3-4adc-9ef9-9b4186effde4} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13749 | 2025.04.22 03:11:42.447275 [ 276 ] {22950da9-31d3-4adc-9ef9-9b4186effde4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 13750 | 2025.04.22 03:11:42.447677 [ 276 ] {22950da9-31d3-4adc-9ef9-9b4186effde4} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 13751 | 2025.04.22 03:11:42.447920 [ 276 ] {22950da9-31d3-4adc-9ef9-9b4186effde4} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13752 | 2025.04.22 03:11:42.448107 [ 276 ] {22950da9-31d3-4adc-9ef9-9b4186effde4} <Debug> executeQuery: Read 689 rows, 56.23 KiB in 0.00181 sec., 380662.98342541436 rows/sec., 30.34 MiB/sec. | ||
| 13753 | 2025.04.22 03:11:42.448164 [ 276 ] {22950da9-31d3-4adc-9ef9-9b4186effde4} <Debug> TCPHandler: Processed in 0.002014684 sec. | ||
| 13754 | 2025.04.22 03:11:42.448283 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13755 | 2025.04.22 03:11:42.448385 [ 276 ] {98faa8a3-cf01-4538-8466-42f77e80c567} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13756 | 2025.04.22 03:11:42.448433 [ 276 ] {98faa8a3-cf01-4538-8466-42f77e80c567} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13757 | 2025.04.22 03:11:42.448994 [ 276 ] {98faa8a3-cf01-4538-8466-42f77e80c567} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13758 | 2025.04.22 03:11:42.449032 [ 276 ] {98faa8a3-cf01-4538-8466-42f77e80c567} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 13759 | 2025.04.22 03:11:42.449386 [ 276 ] {98faa8a3-cf01-4538-8466-42f77e80c567} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 13760 | 2025.04.22 03:11:42.449623 [ 276 ] {98faa8a3-cf01-4538-8466-42f77e80c567} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13761 | 2025.04.22 03:11:42.449860 [ 276 ] {98faa8a3-cf01-4538-8466-42f77e80c567} <Debug> executeQuery: Read 142 rows, 9.09 KiB in 0.001488 sec., 95430.10752688172 rows/sec., 5.97 MiB/sec. | ||
| 13762 | 2025.04.22 03:11:42.449961 [ 276 ] {98faa8a3-cf01-4538-8466-42f77e80c567} <Debug> TCPHandler: Processed in 0.001731446 sec. | ||
| 13763 | 2025.04.22 03:11:42.450124 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13764 | 2025.04.22 03:11:42.450390 [ 276 ] {18568a80-165a-4434-8241-e10c0f8c91fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13765 | 2025.04.22 03:11:42.450448 [ 276 ] {18568a80-165a-4434-8241-e10c0f8c91fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13766 | 2025.04.22 03:11:42.451133 [ 276 ] {18568a80-165a-4434-8241-e10c0f8c91fb} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13767 | 2025.04.22 03:11:42.451187 [ 276 ] {18568a80-165a-4434-8241-e10c0f8c91fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 13768 | 2025.04.22 03:11:42.451592 [ 276 ] {18568a80-165a-4434-8241-e10c0f8c91fb} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 13769 | 2025.04.22 03:11:42.451829 [ 276 ] {18568a80-165a-4434-8241-e10c0f8c91fb} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13770 | 2025.04.22 03:11:42.452032 [ 276 ] {18568a80-165a-4434-8241-e10c0f8c91fb} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001728 sec., 65393.51851851852 rows/sec., 4.23 MiB/sec. | ||
| 13771 | 2025.04.22 03:11:42.452082 [ 276 ] {18568a80-165a-4434-8241-e10c0f8c91fb} <Debug> TCPHandler: Processed in 0.002058564 sec. | ||
| 13772 | 2025.04.22 03:11:42.452199 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13773 | 2025.04.22 03:11:42.452305 [ 276 ] {1b3fc56b-e685-4c65-b5ae-8620500525d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13774 | 2025.04.22 03:11:42.452351 [ 276 ] {1b3fc56b-e685-4c65-b5ae-8620500525d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13775 | 2025.04.22 03:11:42.452901 [ 276 ] {1b3fc56b-e685-4c65-b5ae-8620500525d6} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13776 | 2025.04.22 03:11:42.452942 [ 276 ] {1b3fc56b-e685-4c65-b5ae-8620500525d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 13777 | 2025.04.22 03:11:42.453303 [ 276 ] {1b3fc56b-e685-4c65-b5ae-8620500525d6} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 13778 | 2025.04.22 03:11:42.453544 [ 276 ] {1b3fc56b-e685-4c65-b5ae-8620500525d6} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13779 | 2025.04.22 03:11:42.453779 [ 276 ] {1b3fc56b-e685-4c65-b5ae-8620500525d6} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001485 sec., 75420.87542087543 rows/sec., 4.30 MiB/sec. | ||
| 13780 | 2025.04.22 03:11:42.453955 [ 276 ] {1b3fc56b-e685-4c65-b5ae-8620500525d6} <Debug> TCPHandler: Processed in 0.001797459 sec. | ||
| 13781 | 2025.04.22 03:11:42.454167 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13782 | 2025.04.22 03:11:42.454271 [ 276 ] {bdac728f-03f2-464e-9438-dde6a5b0f913} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13783 | 2025.04.22 03:11:42.454320 [ 276 ] {bdac728f-03f2-464e-9438-dde6a5b0f913} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13784 | 2025.04.22 03:11:42.455045 [ 276 ] {bdac728f-03f2-464e-9438-dde6a5b0f913} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13785 | 2025.04.22 03:11:42.455083 [ 276 ] {bdac728f-03f2-464e-9438-dde6a5b0f913} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 13786 | 2025.04.22 03:11:42.455455 [ 276 ] {bdac728f-03f2-464e-9438-dde6a5b0f913} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 13787 | 2025.04.22 03:11:42.455704 [ 276 ] {bdac728f-03f2-464e-9438-dde6a5b0f913} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13788 | 2025.04.22 03:11:42.455894 [ 276 ] {bdac728f-03f2-464e-9438-dde6a5b0f913} <Debug> executeQuery: Read 418 rows, 30.47 KiB in 0.001645 sec., 254103.3434650456 rows/sec., 18.09 MiB/sec. | ||
| 13789 | 2025.04.22 03:11:42.455944 [ 276 ] {bdac728f-03f2-464e-9438-dde6a5b0f913} <Debug> TCPHandler: Processed in 0.00185059 sec. | ||
| 13790 | 2025.04.22 03:11:42.456061 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13791 | 2025.04.22 03:11:42.456169 [ 276 ] {600385dd-51e9-4bed-b474-ddc882770e67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13792 | 2025.04.22 03:11:42.456215 [ 276 ] {600385dd-51e9-4bed-b474-ddc882770e67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13793 | 2025.04.22 03:11:42.456650 [ 276 ] {600385dd-51e9-4bed-b474-ddc882770e67} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13794 | 2025.04.22 03:11:42.456692 [ 276 ] {600385dd-51e9-4bed-b474-ddc882770e67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 13795 | 2025.04.22 03:11:42.457045 [ 276 ] {600385dd-51e9-4bed-b474-ddc882770e67} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 13796 | 2025.04.22 03:11:42.457289 [ 276 ] {600385dd-51e9-4bed-b474-ddc882770e67} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13797 | 2025.04.22 03:11:42.457523 [ 276 ] {600385dd-51e9-4bed-b474-ddc882770e67} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001358 sec., 4418.262150220913 rows/sec., 230.84 KiB/sec. | ||
| 13798 | 2025.04.22 03:11:42.457580 [ 276 ] {600385dd-51e9-4bed-b474-ddc882770e67} <Debug> TCPHandler: Processed in 0.001564572 sec. | ||
| 13799 | 2025.04.22 03:11:42.457732 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13800 | 2025.04.22 03:11:42.457835 [ 276 ] {6bae4456-f66c-497f-a52f-c692a23ea37a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13801 | 2025.04.22 03:11:42.457882 [ 276 ] {6bae4456-f66c-497f-a52f-c692a23ea37a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13802 | 2025.04.22 03:11:42.458402 [ 276 ] {6bae4456-f66c-497f-a52f-c692a23ea37a} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13803 | 2025.04.22 03:11:42.458439 [ 276 ] {6bae4456-f66c-497f-a52f-c692a23ea37a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 13804 | 2025.04.22 03:11:42.458828 [ 276 ] {6bae4456-f66c-497f-a52f-c692a23ea37a} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 13805 | 2025.04.22 03:11:42.459078 [ 276 ] {6bae4456-f66c-497f-a52f-c692a23ea37a} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13806 | 2025.04.22 03:11:42.459247 [ 276 ] {6bae4456-f66c-497f-a52f-c692a23ea37a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001437 sec., 164926.93110647183 rows/sec., 11.05 MiB/sec. | ||
| 13807 | 2025.04.22 03:11:42.459295 [ 276 ] {6bae4456-f66c-497f-a52f-c692a23ea37a} <Debug> TCPHandler: Processed in 0.001622713 sec. | ||
| 13808 | 2025.04.22 03:11:42.459408 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13809 | 2025.04.22 03:11:42.459514 [ 276 ] {af032c35-e0f0-4731-8cac-3eb4ef9f6432} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13810 | 2025.04.22 03:11:42.459561 [ 276 ] {af032c35-e0f0-4731-8cac-3eb4ef9f6432} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13811 | 2025.04.22 03:11:42.459958 [ 276 ] {af032c35-e0f0-4731-8cac-3eb4ef9f6432} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13812 | 2025.04.22 03:11:42.459993 [ 276 ] {af032c35-e0f0-4731-8cac-3eb4ef9f6432} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 13813 | 2025.04.22 03:11:42.460335 [ 276 ] {af032c35-e0f0-4731-8cac-3eb4ef9f6432} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 13814 | 2025.04.22 03:11:42.460572 [ 276 ] {af032c35-e0f0-4731-8cac-3eb4ef9f6432} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13815 | 2025.04.22 03:11:42.460698 [ 103 ] {} <Debug> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
| 13816 | 2025.04.22 03:11:42.460741 [ 103 ] {} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13817 | 2025.04.22 03:11:42.460750 [ 276 ] {af032c35-e0f0-4731-8cac-3eb4ef9f6432} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001255 sec., 796.8127490039841 rows/sec., 53.69 KiB/sec. | ||
| 13818 | 2025.04.22 03:11:42.460765 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 13819 | 2025.04.22 03:11:42.460816 [ 276 ] {af032c35-e0f0-4731-8cac-3eb4ef9f6432} <Debug> TCPHandler: Processed in 0.001451759 sec. | ||
| 13820 | 2025.04.22 03:11:42.461226 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13821 | 2025.04.22 03:11:42.461245 [ 186 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_35_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full | ||
| 13822 | 2025.04.22 03:11:42.461660 [ 276 ] {4a58bcd6-13ca-4067-a936-660dff02f78a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13823 | 2025.04.22 03:11:42.461735 [ 186 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13824 | 2025.04.22 03:11:42.461816 [ 276 ] {4a58bcd6-13ca-4067-a936-660dff02f78a} <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 | ||
| 13825 | 2025.04.22 03:11:42.461835 [ 186 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 30 rows starting from the beginning of the part | ||
| 13826 | 2025.04.22 03:11:42.462116 [ 186 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part | ||
| 13827 | 2025.04.22 03:11:42.462463 [ 186 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part | ||
| 13828 | 2025.04.22 03:11:42.462801 [ 186 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part | ||
| 13829 | 2025.04.22 03:11:42.463222 [ 186 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part | ||
| 13830 | 2025.04.22 03:11:42.463605 [ 186 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part | ||
| 13831 | 2025.04.22 03:11:42.467762 [ 186 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35 rows, containing 4 columns (4 merged, 0 gathered) in 0.006890405 sec., 5079.527255654784 rows/sec., 342.27 KiB/sec. | ||
| 13832 | 2025.04.22 03:11:42.467904 [ 276 ] {4a58bcd6-13ca-4067-a936-660dff02f78a} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13833 | 2025.04.22 03:11:42.467968 [ 276 ] {4a58bcd6-13ca-4067-a936-660dff02f78a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 13834 | 2025.04.22 03:11:42.468003 [ 186 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
| 13835 | 2025.04.22 03:11:42.468716 [ 186 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_35_7} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13836 | 2025.04.22 03:11:42.468945 [ 186 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_35_7} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
| 13837 | 2025.04.22 03:11:42.469131 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.21 MiB. | ||
| 13838 | 2025.04.22 03:11:42.469432 [ 276 ] {4a58bcd6-13ca-4067-a936-660dff02f78a} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 13839 | 2025.04.22 03:11:42.469714 [ 276 ] {4a58bcd6-13ca-4067-a936-660dff02f78a} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13840 | 2025.04.22 03:11:42.469908 [ 276 ] {4a58bcd6-13ca-4067-a936-660dff02f78a} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.00842 sec., 4275.5344418052255 rows/sec., 7.66 MiB/sec. | ||
| 13841 | 2025.04.22 03:11:42.470014 [ 276 ] {4a58bcd6-13ca-4067-a936-660dff02f78a} <Debug> TCPHandler: Processed in 0.0089747 sec. | ||
| 13842 | 2025.04.22 03:11:42.470141 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13843 | 2025.04.22 03:11:42.470251 [ 276 ] {eb70599b-069c-4016-92fd-fd0205bf127a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13844 | 2025.04.22 03:11:42.470297 [ 276 ] {eb70599b-069c-4016-92fd-fd0205bf127a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13845 | 2025.04.22 03:11:42.470751 [ 276 ] {eb70599b-069c-4016-92fd-fd0205bf127a} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13846 | 2025.04.22 03:11:42.470791 [ 276 ] {eb70599b-069c-4016-92fd-fd0205bf127a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 13847 | 2025.04.22 03:11:42.471161 [ 276 ] {eb70599b-069c-4016-92fd-fd0205bf127a} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 13848 | 2025.04.22 03:11:42.471418 [ 276 ] {eb70599b-069c-4016-92fd-fd0205bf127a} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13849 | 2025.04.22 03:11:42.471609 [ 276 ] {eb70599b-069c-4016-92fd-fd0205bf127a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00138 sec., 59420.289855072464 rows/sec., 3.77 MiB/sec. | ||
| 13850 | 2025.04.22 03:11:42.471659 [ 276 ] {eb70599b-069c-4016-92fd-fd0205bf127a} <Debug> TCPHandler: Processed in 0.001571082 sec. | ||
| 13851 | 2025.04.22 03:11:43.181649 [ 103 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13852 | 2025.04.22 03:11:43.181722 [ 103 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13853 | 2025.04.22 03:11:43.372644 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 32086 | ||
| 13854 | 2025.04.22 03:11:43.373302 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13855 | 2025.04.22 03:11:43.373349 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 13856 | 2025.04.22 03:11:43.373907 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 13857 | 2025.04.22 03:11:43.374180 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13858 | 2025.04.22 03:11:43.374418 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32086 | ||
| 13859 | 2025.04.22 03:11:44.023154 [ 220 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13860 | 2025.04.22 03:11:44.023234 [ 220 ] {} <Debug> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13861 | 2025.04.22 03:11:44.030411 [ 220 ] {} <Debug> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13862 | 2025.04.22 03:11:44.791853 [ 219 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13863 | 2025.04.22 03:11:44.791927 [ 219 ] {} <Debug> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13864 | 2025.04.22 03:11:44.794048 [ 219 ] {} <Debug> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13865 | 2025.04.22 03:11:45.586992 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 528 | ||
| 13866 | 2025.04.22 03:11:45.607432 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13867 | 2025.04.22 03:11:45.607488 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 13868 | 2025.04.22 03:11:45.614453 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 13869 | 2025.04.22 03:11:45.615207 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13870 | 2025.04.22 03:11:45.617853 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 528 | ||
| 13871 | 2025.04.22 03:11:47.226471 [ 220 ] {} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13872 | 2025.04.22 03:11:47.226549 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13873 | 2025.04.22 03:11:47.229002 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13874 | 2025.04.22 03:11:47.437070 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13875 | 2025.04.22 03:11:47.437258 [ 276 ] {dc13912f-e970-4a61-8470-6d58c2b422b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13876 | 2025.04.22 03:11:47.437332 [ 276 ] {dc13912f-e970-4a61-8470-6d58c2b422b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13877 | 2025.04.22 03:11:47.438097 [ 276 ] {dc13912f-e970-4a61-8470-6d58c2b422b3} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13878 | 2025.04.22 03:11:47.438140 [ 276 ] {dc13912f-e970-4a61-8470-6d58c2b422b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 13879 | 2025.04.22 03:11:47.438588 [ 276 ] {dc13912f-e970-4a61-8470-6d58c2b422b3} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 13880 | 2025.04.22 03:11:47.438851 [ 276 ] {dc13912f-e970-4a61-8470-6d58c2b422b3} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13881 | 2025.04.22 03:11:47.439092 [ 276 ] {dc13912f-e970-4a61-8470-6d58c2b422b3} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.001885 sec., 33952.254641909814 rows/sec., 2.69 MiB/sec. | ||
| 13882 | 2025.04.22 03:11:47.439151 [ 276 ] {dc13912f-e970-4a61-8470-6d58c2b422b3} <Debug> TCPHandler: Processed in 0.002206039 sec. | ||
| 13883 | 2025.04.22 03:11:47.439276 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13884 | 2025.04.22 03:11:47.439381 [ 276 ] {d8e9aecb-f42f-46f2-9923-2f9bd6dcf70a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13885 | 2025.04.22 03:11:47.439428 [ 276 ] {d8e9aecb-f42f-46f2-9923-2f9bd6dcf70a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13886 | 2025.04.22 03:11:47.439937 [ 276 ] {d8e9aecb-f42f-46f2-9923-2f9bd6dcf70a} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13887 | 2025.04.22 03:11:47.439978 [ 276 ] {d8e9aecb-f42f-46f2-9923-2f9bd6dcf70a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 13888 | 2025.04.22 03:11:47.440326 [ 276 ] {d8e9aecb-f42f-46f2-9923-2f9bd6dcf70a} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 13889 | 2025.04.22 03:11:47.440601 [ 276 ] {d8e9aecb-f42f-46f2-9923-2f9bd6dcf70a} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13890 | 2025.04.22 03:11:47.440766 [ 93 ] {} <Debug> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 13891 | 2025.04.22 03:11:47.440814 [ 276 ] {d8e9aecb-f42f-46f2-9923-2f9bd6dcf70a} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001449 sec., 2760.5244996549345 rows/sec., 207.58 KiB/sec. | ||
| 13892 | 2025.04.22 03:11:47.440853 [ 93 ] {} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13893 | 2025.04.22 03:11:47.440927 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 13894 | 2025.04.22 03:11:47.440933 [ 276 ] {d8e9aecb-f42f-46f2-9923-2f9bd6dcf70a} <Debug> TCPHandler: Processed in 0.001705845 sec. | ||
| 13895 | 2025.04.22 03:11:47.441139 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13896 | 2025.04.22 03:11:47.441164 [ 200 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 13897 | 2025.04.22 03:11:47.441311 [ 276 ] {eff64f14-dd36-4151-be20-2e5911aab5a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13898 | 2025.04.22 03:11:47.441404 [ 276 ] {eff64f14-dd36-4151-be20-2e5911aab5a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13899 | 2025.04.22 03:11:47.441576 [ 200 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13900 | 2025.04.22 03:11:47.441665 [ 200 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 166 rows starting from the beginning of the part | ||
| 13901 | 2025.04.22 03:11:47.441975 [ 200 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 4 rows starting from the beginning of the part | ||
| 13902 | 2025.04.22 03:11:47.442326 [ 200 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 142 rows starting from the beginning of the part | ||
| 13903 | 2025.04.22 03:11:47.442668 [ 200 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 8 rows starting from the beginning of the part | ||
| 13904 | 2025.04.22 03:11:47.442988 [ 200 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 142 rows starting from the beginning of the part | ||
| 13905 | 2025.04.22 03:11:47.443302 [ 200 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 4 rows starting from the beginning of the part | ||
| 13906 | 2025.04.22 03:11:47.444481 [ 276 ] {eff64f14-dd36-4151-be20-2e5911aab5a8} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13907 | 2025.04.22 03:11:47.444543 [ 276 ] {eff64f14-dd36-4151-be20-2e5911aab5a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 13908 | 2025.04.22 03:11:47.445567 [ 276 ] {eff64f14-dd36-4151-be20-2e5911aab5a8} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 13909 | 2025.04.22 03:11:47.446147 [ 276 ] {eff64f14-dd36-4151-be20-2e5911aab5a8} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13910 | 2025.04.22 03:11:47.446524 [ 190 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 466 rows, containing 5 columns (5 merged, 0 gathered) in 0.005468956 sec., 85208.21889954866 rows/sec., 5.71 MiB/sec. | ||
| 13911 | 2025.04.22 03:11:47.446600 [ 276 ] {eff64f14-dd36-4151-be20-2e5911aab5a8} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.005333 sec., 12750.7969248078 rows/sec., 1019.23 KiB/sec. | ||
| 13912 | 2025.04.22 03:11:47.446726 [ 276 ] {eff64f14-dd36-4151-be20-2e5911aab5a8} <Debug> TCPHandler: Processed in 0.005665941 sec. | ||
| 13913 | 2025.04.22 03:11:47.446830 [ 190 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 13914 | 2025.04.22 03:11:47.446860 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13915 | 2025.04.22 03:11:47.447009 [ 276 ] {51cdac89-a3e0-4463-bdf8-4d0d3750d010} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13916 | 2025.04.22 03:11:47.447116 [ 276 ] {51cdac89-a3e0-4463-bdf8-4d0d3750d010} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13917 | 2025.04.22 03:11:47.447471 [ 190 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_96_19} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13918 | 2025.04.22 03:11:47.447723 [ 190 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_96_19} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 13919 | 2025.04.22 03:11:47.447865 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 13920 | 2025.04.22 03:11:47.448140 [ 276 ] {51cdac89-a3e0-4463-bdf8-4d0d3750d010} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13921 | 2025.04.22 03:11:47.448186 [ 276 ] {51cdac89-a3e0-4463-bdf8-4d0d3750d010} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 13922 | 2025.04.22 03:11:47.448594 [ 276 ] {51cdac89-a3e0-4463-bdf8-4d0d3750d010} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 13923 | 2025.04.22 03:11:47.448844 [ 276 ] {51cdac89-a3e0-4463-bdf8-4d0d3750d010} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13924 | 2025.04.22 03:11:47.449030 [ 93 ] {} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Selected 5 parts from all_1_113_23 to all_117_117_0 | ||
| 13925 | 2025.04.22 03:11:47.449080 [ 276 ] {51cdac89-a3e0-4463-bdf8-4d0d3750d010} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002097 sec., 76299.47544110635 rows/sec., 5.31 MiB/sec. | ||
| 13926 | 2025.04.22 03:11:47.449089 [ 93 ] {} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13927 | 2025.04.22 03:11:47.449161 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 13928 | 2025.04.22 03:11:47.449211 [ 276 ] {51cdac89-a3e0-4463-bdf8-4d0d3750d010} <Debug> TCPHandler: Processed in 0.002408124 sec. | ||
| 13929 | 2025.04.22 03:11:47.449416 [ 201 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_117_24} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_113_23 to all_117_117_0 into Compact with storage Full | ||
| 13930 | 2025.04.22 03:11:47.449435 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13931 | 2025.04.22 03:11:47.449678 [ 276 ] {c5c9dd43-f21b-4ae8-b7c1-85d8c1503c50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13932 | 2025.04.22 03:11:47.449701 [ 201 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_117_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13933 | 2025.04.22 03:11:47.449796 [ 201 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_117_24} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_113_23, total 32872 rows starting from the beginning of the part | ||
| 13934 | 2025.04.22 03:11:47.449872 [ 276 ] {c5c9dd43-f21b-4ae8-b7c1-85d8c1503c50} <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 | ||
| 13935 | 2025.04.22 03:11:47.450189 [ 201 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_117_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 237 rows starting from the beginning of the part | ||
| 13936 | 2025.04.22 03:11:47.450663 [ 201 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_117_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 956 rows starting from the beginning of the part | ||
| 13937 | 2025.04.22 03:11:47.451078 [ 201 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_117_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 52 rows starting from the beginning of the part | ||
| 13938 | 2025.04.22 03:11:47.451527 [ 201 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_117_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 237 rows starting from the beginning of the part | ||
| 13939 | 2025.04.22 03:11:47.454425 [ 276 ] {c5c9dd43-f21b-4ae8-b7c1-85d8c1503c50} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13940 | 2025.04.22 03:11:47.454473 [ 276 ] {c5c9dd43-f21b-4ae8-b7c1-85d8c1503c50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 13941 | 2025.04.22 03:11:47.456029 [ 276 ] {c5c9dd43-f21b-4ae8-b7c1-85d8c1503c50} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 13942 | 2025.04.22 03:11:47.456444 [ 276 ] {c5c9dd43-f21b-4ae8-b7c1-85d8c1503c50} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13943 | 2025.04.22 03:11:47.456684 [ 93 ] {} <Debug> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 13944 | 2025.04.22 03:11:47.456764 [ 93 ] {} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13945 | 2025.04.22 03:11:47.456805 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 13946 | 2025.04.22 03:11:47.456811 [ 276 ] {c5c9dd43-f21b-4ae8-b7c1-85d8c1503c50} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.007218 sec., 554.1701302299806 rows/sec., 1016.88 KiB/sec. | ||
| 13947 | 2025.04.22 03:11:47.457235 [ 198 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 13948 | 2025.04.22 03:11:47.457553 [ 276 ] {c5c9dd43-f21b-4ae8-b7c1-85d8c1503c50} <Debug> TCPHandler: Processed in 0.008179829 sec. | ||
| 13949 | 2025.04.22 03:11:47.457851 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13950 | 2025.04.22 03:11:47.458118 [ 198 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13951 | 2025.04.22 03:11:47.458169 [ 276 ] {041655e0-f809-41bf-9a27-5783a241da8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13952 | 2025.04.22 03:11:47.458337 [ 198 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1899 rows starting from the beginning of the part | ||
| 13953 | 2025.04.22 03:11:47.458336 [ 276 ] {041655e0-f809-41bf-9a27-5783a241da8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13954 | 2025.04.22 03:11:47.459415 [ 198 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 4 rows starting from the beginning of the part | ||
| 13955 | 2025.04.22 03:11:47.460315 [ 198 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 36 rows starting from the beginning of the part | ||
| 13956 | 2025.04.22 03:11:47.461153 [ 198 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 4 rows starting from the beginning of the part | ||
| 13957 | 2025.04.22 03:11:47.461949 [ 276 ] {041655e0-f809-41bf-9a27-5783a241da8c} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13958 | 2025.04.22 03:11:47.461969 [ 198 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 36 rows starting from the beginning of the part | ||
| 13959 | 2025.04.22 03:11:47.462125 [ 276 ] {041655e0-f809-41bf-9a27-5783a241da8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 13960 | 2025.04.22 03:11:47.462796 [ 198 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 4 rows starting from the beginning of the part | ||
| 13961 | 2025.04.22 03:11:47.464356 [ 276 ] {041655e0-f809-41bf-9a27-5783a241da8c} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 13962 | 2025.04.22 03:11:47.465078 [ 276 ] {041655e0-f809-41bf-9a27-5783a241da8c} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13963 | 2025.04.22 03:11:47.465828 [ 276 ] {041655e0-f809-41bf-9a27-5783a241da8c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.007749 sec., 7742.934572202865 rows/sec., 534.34 KiB/sec. | ||
| 13964 | 2025.04.22 03:11:47.465914 [ 219 ] {} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13965 | 2025.04.22 03:11:47.465956 [ 276 ] {041655e0-f809-41bf-9a27-5783a241da8c} <Debug> TCPHandler: Processed in 0.00818779 sec. | ||
| 13966 | 2025.04.22 03:11:47.465974 [ 219 ] {} <Debug> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13967 | 2025.04.22 03:11:47.466930 [ 194 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_117_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34354 rows, containing 5 columns (5 merged, 0 gathered) in 0.017644802 sec., 1946975.6588937636 rows/sec., 131.79 MiB/sec. | ||
| 13968 | 2025.04.22 03:11:47.467414 [ 194 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_117_24} <Trace> MergedBlockOutputStream: filled checksums all_1_117_24 (state Temporary) | ||
| 13969 | 2025.04.22 03:11:47.468374 [ 194 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_117_24} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_merge_all_1_117_24 to all_1_117_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13970 | 2025.04.22 03:11:47.468610 [ 194 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_117_24} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Merged 5 parts: [all_1_113_23, all_117_117_0] -> all_1_117_24 | ||
| 13971 | 2025.04.22 03:11:47.468837 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. | ||
| 13972 | 2025.04.22 03:11:47.470501 [ 219 ] {} <Debug> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13973 | 2025.04.22 03:11:47.477614 [ 187 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1983 rows, containing 19 columns (19 merged, 0 gathered) in 0.020711784 sec., 95742.59754736723 rows/sec., 171.57 MiB/sec. | ||
| 13974 | 2025.04.22 03:11:47.479560 [ 187 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 13975 | 2025.04.22 03:11:47.479985 [ 187 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_96_19} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13976 | 2025.04.22 03:11:47.480068 [ 187 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_96_19} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 13977 | 2025.04.22 03:11:47.480228 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.36 MiB. | ||
| 13978 | 2025.04.22 03:11:47.704538 [ 225 ] {} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13979 | 2025.04.22 03:11:47.704605 [ 225 ] {} <Debug> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13980 | 2025.04.22 03:11:47.706919 [ 225 ] {} <Debug> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13981 | 2025.04.22 03:11:47.906986 [ 221 ] {} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13982 | 2025.04.22 03:11:47.907045 [ 221 ] {} <Debug> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13983 | 2025.04.22 03:11:47.909189 [ 221 ] {} <Debug> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13984 | 2025.04.22 03:11:48.000183 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 264.88 MiB, peak 282.19 MiB, free memory in arenas 0.00 B, will set to 268.11 MiB (RSS), difference: 3.23 MiB | ||
| 13985 | 2025.04.22 03:11:48.542102 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1956 | ||
| 13986 | 2025.04.22 03:11:48.545178 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13987 | 2025.04.22 03:11:48.545230 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 13988 | 2025.04.22 03:11:48.546994 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13989 | 2025.04.22 03:11:48.547410 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13990 | 2025.04.22 03:11:48.548060 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1956 | ||
| 13991 | 2025.04.22 03:11:50.874600 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 32513 | ||
| 13992 | 2025.04.22 03:11:50.875314 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13993 | 2025.04.22 03:11:50.875358 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 13994 | 2025.04.22 03:11:50.875894 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 13995 | 2025.04.22 03:11:50.876156 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13996 | 2025.04.22 03:11:50.876435 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32513 | ||
| 13997 | 2025.04.22 03:11:50.876441 [ 88 ] {} <Debug> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 13998 | 2025.04.22 03:11:50.876547 [ 88 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13999 | 2025.04.22 03:11:50.876592 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 14000 | 2025.04.22 03:11:50.876827 [ 196 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::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 | ||
| 14001 | 2025.04.22 03:11:50.877240 [ 196 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14002 | 2025.04.22 03:11:50.877356 [ 196 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_66_13, total 30256 rows starting from the beginning of the part | ||
| 14003 | 2025.04.22 03:11:50.877437 [ 196 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 427 rows starting from the beginning of the part | ||
| 14004 | 2025.04.22 03:11:50.877539 [ 196 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 488 rows starting from the beginning of the part | ||
| 14005 | 2025.04.22 03:11:50.877801 [ 196 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 427 rows starting from the beginning of the part | ||
| 14006 | 2025.04.22 03:11:50.878043 [ 196 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 488 rows starting from the beginning of the part | ||
| 14007 | 2025.04.22 03:11:50.878267 [ 196 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 427 rows starting from the beginning of the part | ||
| 14008 | 2025.04.22 03:11:50.881167 [ 195 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32513 rows, containing 4 columns (4 merged, 0 gathered) in 0.00447698 sec., 7262261.613855769 rows/sec., 103.89 MiB/sec. | ||
| 14009 | 2025.04.22 03:11:50.881630 [ 191 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 14010 | 2025.04.22 03:11:50.881975 [ 191 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_71_14} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14011 | 2025.04.22 03:11:50.882067 [ 191 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_71_14} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 14012 | 2025.04.22 03:11:50.882186 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.99 MiB. | ||
| 14013 | 2025.04.22 03:11:52.445103 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14014 | 2025.04.22 03:11:52.445292 [ 276 ] {8fe7d8dc-8c15-4537-8dac-ba2d45fc50ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14015 | 2025.04.22 03:11:52.445364 [ 276 ] {8fe7d8dc-8c15-4537-8dac-ba2d45fc50ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14016 | 2025.04.22 03:11:52.446205 [ 276 ] {8fe7d8dc-8c15-4537-8dac-ba2d45fc50ef} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14017 | 2025.04.22 03:11:52.446253 [ 276 ] {8fe7d8dc-8c15-4537-8dac-ba2d45fc50ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 14018 | 2025.04.22 03:11:52.446683 [ 276 ] {8fe7d8dc-8c15-4537-8dac-ba2d45fc50ef} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 14019 | 2025.04.22 03:11:52.446924 [ 276 ] {8fe7d8dc-8c15-4537-8dac-ba2d45fc50ef} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14020 | 2025.04.22 03:11:52.447158 [ 276 ] {8fe7d8dc-8c15-4537-8dac-ba2d45fc50ef} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001904 sec., 111344.53781512605 rows/sec., 7.08 MiB/sec. | ||
| 14021 | 2025.04.22 03:11:52.447255 [ 276 ] {8fe7d8dc-8c15-4537-8dac-ba2d45fc50ef} <Debug> TCPHandler: Processed in 0.002280411 sec. | ||
| 14022 | 2025.04.22 03:11:52.447448 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14023 | 2025.04.22 03:11:52.447575 [ 276 ] {8450b472-d6ab-49bb-9356-a342db65b0a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14024 | 2025.04.22 03:11:52.447621 [ 276 ] {8450b472-d6ab-49bb-9356-a342db65b0a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14025 | 2025.04.22 03:11:52.448138 [ 276 ] {8450b472-d6ab-49bb-9356-a342db65b0a3} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14026 | 2025.04.22 03:11:52.448177 [ 276 ] {8450b472-d6ab-49bb-9356-a342db65b0a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 14027 | 2025.04.22 03:11:52.448510 [ 276 ] {8450b472-d6ab-49bb-9356-a342db65b0a3} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 14028 | 2025.04.22 03:11:52.448748 [ 276 ] {8450b472-d6ab-49bb-9356-a342db65b0a3} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14029 | 2025.04.22 03:11:52.448937 [ 276 ] {8450b472-d6ab-49bb-9356-a342db65b0a3} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001384 sec., 1445.086705202312 rows/sec., 117.84 KiB/sec. | ||
| 14030 | 2025.04.22 03:11:52.448986 [ 276 ] {8450b472-d6ab-49bb-9356-a342db65b0a3} <Debug> TCPHandler: Processed in 0.001632963 sec. | ||
| 14031 | 2025.04.22 03:11:52.449101 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14032 | 2025.04.22 03:11:52.449215 [ 276 ] {88f289cb-93db-4575-887e-82c25807902f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14033 | 2025.04.22 03:11:52.449260 [ 276 ] {88f289cb-93db-4575-887e-82c25807902f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14034 | 2025.04.22 03:11:52.450126 [ 276 ] {88f289cb-93db-4575-887e-82c25807902f} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14035 | 2025.04.22 03:11:52.450165 [ 276 ] {88f289cb-93db-4575-887e-82c25807902f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 14036 | 2025.04.22 03:11:52.450578 [ 276 ] {88f289cb-93db-4575-887e-82c25807902f} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 14037 | 2025.04.22 03:11:52.450833 [ 276 ] {88f289cb-93db-4575-887e-82c25807902f} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14038 | 2025.04.22 03:11:52.451032 [ 276 ] {88f289cb-93db-4575-887e-82c25807902f} <Debug> executeQuery: Read 690 rows, 56.30 KiB in 0.001839 sec., 375203.91517128877 rows/sec., 29.90 MiB/sec. | ||
| 14039 | 2025.04.22 03:11:52.451082 [ 276 ] {88f289cb-93db-4575-887e-82c25807902f} <Debug> TCPHandler: Processed in 0.002031934 sec. | ||
| 14040 | 2025.04.22 03:11:52.451205 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14041 | 2025.04.22 03:11:52.451308 [ 276 ] {a3f0be85-9644-4cf4-a5b1-6d11c178371f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14042 | 2025.04.22 03:11:52.451353 [ 276 ] {a3f0be85-9644-4cf4-a5b1-6d11c178371f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14043 | 2025.04.22 03:11:52.451914 [ 276 ] {a3f0be85-9644-4cf4-a5b1-6d11c178371f} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14044 | 2025.04.22 03:11:52.451953 [ 276 ] {a3f0be85-9644-4cf4-a5b1-6d11c178371f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 14045 | 2025.04.22 03:11:52.452309 [ 276 ] {a3f0be85-9644-4cf4-a5b1-6d11c178371f} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 14046 | 2025.04.22 03:11:52.452538 [ 276 ] {a3f0be85-9644-4cf4-a5b1-6d11c178371f} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14047 | 2025.04.22 03:11:52.452727 [ 276 ] {a3f0be85-9644-4cf4-a5b1-6d11c178371f} <Debug> executeQuery: Read 144 rows, 9.23 KiB in 0.00144 sec., 100000 rows/sec., 6.26 MiB/sec. | ||
| 14048 | 2025.04.22 03:11:52.452778 [ 276 ] {a3f0be85-9644-4cf4-a5b1-6d11c178371f} <Debug> TCPHandler: Processed in 0.001623864 sec. | ||
| 14049 | 2025.04.22 03:11:52.452896 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14050 | 2025.04.22 03:11:52.452999 [ 276 ] {bf60eec9-90e8-4445-917c-1000a21e5b65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14051 | 2025.04.22 03:11:52.453043 [ 276 ] {bf60eec9-90e8-4445-917c-1000a21e5b65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14052 | 2025.04.22 03:11:52.453583 [ 276 ] {bf60eec9-90e8-4445-917c-1000a21e5b65} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14053 | 2025.04.22 03:11:52.453622 [ 276 ] {bf60eec9-90e8-4445-917c-1000a21e5b65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 14054 | 2025.04.22 03:11:52.453977 [ 276 ] {bf60eec9-90e8-4445-917c-1000a21e5b65} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 14055 | 2025.04.22 03:11:52.454210 [ 276 ] {bf60eec9-90e8-4445-917c-1000a21e5b65} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14056 | 2025.04.22 03:11:52.454431 [ 276 ] {bf60eec9-90e8-4445-917c-1000a21e5b65} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00145 sec., 77931.03448275862 rows/sec., 5.04 MiB/sec. | ||
| 14057 | 2025.04.22 03:11:52.454505 [ 276 ] {bf60eec9-90e8-4445-917c-1000a21e5b65} <Debug> TCPHandler: Processed in 0.001660355 sec. | ||
| 14058 | 2025.04.22 03:11:52.454729 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14059 | 2025.04.22 03:11:52.454874 [ 276 ] {0fdb0b9d-22f5-44e2-b3c8-455755746da7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14060 | 2025.04.22 03:11:52.454921 [ 276 ] {0fdb0b9d-22f5-44e2-b3c8-455755746da7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14061 | 2025.04.22 03:11:52.455476 [ 276 ] {0fdb0b9d-22f5-44e2-b3c8-455755746da7} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14062 | 2025.04.22 03:11:52.455515 [ 276 ] {0fdb0b9d-22f5-44e2-b3c8-455755746da7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 14063 | 2025.04.22 03:11:52.455862 [ 276 ] {0fdb0b9d-22f5-44e2-b3c8-455755746da7} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 14064 | 2025.04.22 03:11:52.456110 [ 276 ] {0fdb0b9d-22f5-44e2-b3c8-455755746da7} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14065 | 2025.04.22 03:11:52.456304 [ 276 ] {0fdb0b9d-22f5-44e2-b3c8-455755746da7} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001452 sec., 77134.98622589532 rows/sec., 4.39 MiB/sec. | ||
| 14066 | 2025.04.22 03:11:52.456356 [ 276 ] {0fdb0b9d-22f5-44e2-b3c8-455755746da7} <Debug> TCPHandler: Processed in 0.001722836 sec. | ||
| 14067 | 2025.04.22 03:11:52.456477 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14068 | 2025.04.22 03:11:52.456580 [ 276 ] {5428e291-7212-4297-a735-a9aa309f2a57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14069 | 2025.04.22 03:11:52.456625 [ 276 ] {5428e291-7212-4297-a735-a9aa309f2a57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14070 | 2025.04.22 03:11:52.457290 [ 276 ] {5428e291-7212-4297-a735-a9aa309f2a57} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14071 | 2025.04.22 03:11:52.457329 [ 276 ] {5428e291-7212-4297-a735-a9aa309f2a57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 14072 | 2025.04.22 03:11:52.457713 [ 276 ] {5428e291-7212-4297-a735-a9aa309f2a57} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 14073 | 2025.04.22 03:11:52.457943 [ 276 ] {5428e291-7212-4297-a735-a9aa309f2a57} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14074 | 2025.04.22 03:11:52.458127 [ 276 ] {5428e291-7212-4297-a735-a9aa309f2a57} <Debug> executeQuery: Read 420 rows, 30.63 KiB in 0.001569 sec., 267686.42447418737 rows/sec., 19.06 MiB/sec. | ||
| 14075 | 2025.04.22 03:11:52.458182 [ 276 ] {5428e291-7212-4297-a735-a9aa309f2a57} <Debug> TCPHandler: Processed in 0.001754277 sec. | ||
| 14076 | 2025.04.22 03:11:52.458301 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14077 | 2025.04.22 03:11:52.458405 [ 276 ] {088e179d-8f7a-488a-9228-a1d4a6df7345} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14078 | 2025.04.22 03:11:52.458467 [ 276 ] {088e179d-8f7a-488a-9228-a1d4a6df7345} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14079 | 2025.04.22 03:11:52.458931 [ 276 ] {088e179d-8f7a-488a-9228-a1d4a6df7345} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14080 | 2025.04.22 03:11:52.458969 [ 276 ] {088e179d-8f7a-488a-9228-a1d4a6df7345} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 14081 | 2025.04.22 03:11:52.459332 [ 276 ] {088e179d-8f7a-488a-9228-a1d4a6df7345} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 14082 | 2025.04.22 03:11:52.459571 [ 276 ] {088e179d-8f7a-488a-9228-a1d4a6df7345} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14083 | 2025.04.22 03:11:52.459747 [ 86 ] {} <Debug> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 14084 | 2025.04.22 03:11:52.459799 [ 276 ] {088e179d-8f7a-488a-9228-a1d4a6df7345} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001408 sec., 4261.363636363636 rows/sec., 222.64 KiB/sec. | ||
| 14085 | 2025.04.22 03:11:52.459850 [ 86 ] {} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14086 | 2025.04.22 03:11:52.459907 [ 276 ] {088e179d-8f7a-488a-9228-a1d4a6df7345} <Debug> TCPHandler: Processed in 0.001655394 sec. | ||
| 14087 | 2025.04.22 03:11:52.459914 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 14088 | 2025.04.22 03:11:52.460143 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14089 | 2025.04.22 03:11:52.460248 [ 189 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::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 | ||
| 14090 | 2025.04.22 03:11:52.460586 [ 276 ] {a0445377-89eb-4be8-be12-390a5b3e03aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14091 | 2025.04.22 03:11:52.460828 [ 276 ] {a0445377-89eb-4be8-be12-390a5b3e03aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14092 | 2025.04.22 03:11:52.460997 [ 189 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14093 | 2025.04.22 03:11:52.461099 [ 189 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 186 rows starting from the beginning of the part | ||
| 14094 | 2025.04.22 03:11:52.461396 [ 189 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
| 14095 | 2025.04.22 03:11:52.461765 [ 189 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
| 14096 | 2025.04.22 03:11:52.462185 [ 189 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
| 14097 | 2025.04.22 03:11:52.462426 [ 189 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part | ||
| 14098 | 2025.04.22 03:11:52.462643 [ 189 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part | ||
| 14099 | 2025.04.22 03:11:52.463580 [ 276 ] {a0445377-89eb-4be8-be12-390a5b3e03aa} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14100 | 2025.04.22 03:11:52.463653 [ 276 ] {a0445377-89eb-4be8-be12-390a5b3e03aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 14101 | 2025.04.22 03:11:52.464752 [ 276 ] {a0445377-89eb-4be8-be12-390a5b3e03aa} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 14102 | 2025.04.22 03:11:52.465250 [ 195 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 4 columns (4 merged, 0 gathered) in 0.005203449 sec., 41510.92861676938 rows/sec., 2.12 MiB/sec. | ||
| 14103 | 2025.04.22 03:11:52.465260 [ 276 ] {a0445377-89eb-4be8-be12-390a5b3e03aa} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14104 | 2025.04.22 03:11:52.465623 [ 276 ] {a0445377-89eb-4be8-be12-390a5b3e03aa} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.005249 sec., 45341.96989902839 rows/sec., 3.04 MiB/sec. | ||
| 14105 | 2025.04.22 03:11:52.465749 [ 276 ] {a0445377-89eb-4be8-be12-390a5b3e03aa} <Debug> TCPHandler: Processed in 0.005736894 sec. | ||
| 14106 | 2025.04.22 03:11:52.465761 [ 188 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 14107 | 2025.04.22 03:11:52.465950 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14108 | 2025.04.22 03:11:52.466088 [ 276 ] {f05faee3-c2fb-47b3-9047-83fe13d1d4fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14109 | 2025.04.22 03:11:52.466192 [ 276 ] {f05faee3-c2fb-47b3-9047-83fe13d1d4fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14110 | 2025.04.22 03:11:52.466674 [ 193 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_36_7} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14111 | 2025.04.22 03:11:52.466914 [ 193 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_36_7} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 14112 | 2025.04.22 03:11:52.467101 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 14113 | 2025.04.22 03:11:52.467147 [ 276 ] {f05faee3-c2fb-47b3-9047-83fe13d1d4fe} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14114 | 2025.04.22 03:11:52.467197 [ 276 ] {f05faee3-c2fb-47b3-9047-83fe13d1d4fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 14115 | 2025.04.22 03:11:52.467553 [ 276 ] {f05faee3-c2fb-47b3-9047-83fe13d1d4fe} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 14116 | 2025.04.22 03:11:52.467790 [ 276 ] {f05faee3-c2fb-47b3-9047-83fe13d1d4fe} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14117 | 2025.04.22 03:11:52.467989 [ 276 ] {f05faee3-c2fb-47b3-9047-83fe13d1d4fe} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001926 sec., 519.2107995846313 rows/sec., 34.99 KiB/sec. | ||
| 14118 | 2025.04.22 03:11:52.468038 [ 276 ] {f05faee3-c2fb-47b3-9047-83fe13d1d4fe} <Debug> TCPHandler: Processed in 0.002182128 sec. | ||
| 14119 | 2025.04.22 03:11:52.468153 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14120 | 2025.04.22 03:11:52.468261 [ 276 ] {5b886c83-f424-452c-a633-fb45dd332ad1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14121 | 2025.04.22 03:11:52.468327 [ 276 ] {5b886c83-f424-452c-a633-fb45dd332ad1} <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 | ||
| 14122 | 2025.04.22 03:11:52.469451 [ 276 ] {5b886c83-f424-452c-a633-fb45dd332ad1} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14123 | 2025.04.22 03:11:52.469489 [ 276 ] {5b886c83-f424-452c-a633-fb45dd332ad1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 14124 | 2025.04.22 03:11:52.470169 [ 276 ] {5b886c83-f424-452c-a633-fb45dd332ad1} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 14125 | 2025.04.22 03:11:52.470439 [ 276 ] {5b886c83-f424-452c-a633-fb45dd332ad1} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14126 | 2025.04.22 03:11:52.470705 [ 276 ] {5b886c83-f424-452c-a633-fb45dd332ad1} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.00246 sec., 14634.146341463415 rows/sec., 26.22 MiB/sec. | ||
| 14127 | 2025.04.22 03:11:52.470869 [ 276 ] {5b886c83-f424-452c-a633-fb45dd332ad1} <Debug> TCPHandler: Processed in 0.002764894 sec. | ||
| 14128 | 2025.04.22 03:11:52.471202 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14129 | 2025.04.22 03:11:52.471383 [ 276 ] {caa6264f-6335-4b05-8cdc-92d7e62618ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14130 | 2025.04.22 03:11:52.471432 [ 276 ] {caa6264f-6335-4b05-8cdc-92d7e62618ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14131 | 2025.04.22 03:11:52.471878 [ 276 ] {caa6264f-6335-4b05-8cdc-92d7e62618ae} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14132 | 2025.04.22 03:11:52.471917 [ 276 ] {caa6264f-6335-4b05-8cdc-92d7e62618ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 14133 | 2025.04.22 03:11:52.472277 [ 276 ] {caa6264f-6335-4b05-8cdc-92d7e62618ae} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 14134 | 2025.04.22 03:11:52.472514 [ 276 ] {caa6264f-6335-4b05-8cdc-92d7e62618ae} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14135 | 2025.04.22 03:11:52.472707 [ 276 ] {caa6264f-6335-4b05-8cdc-92d7e62618ae} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001349 sec., 60785.76723498888 rows/sec., 3.86 MiB/sec. | ||
| 14136 | 2025.04.22 03:11:52.472774 [ 276 ] {caa6264f-6335-4b05-8cdc-92d7e62618ae} <Debug> TCPHandler: Processed in 0.001690546 sec. | ||
| 14137 | 2025.04.22 03:11:53.117991 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 535 | ||
| 14138 | 2025.04.22 03:11:53.138878 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14139 | 2025.04.22 03:11:53.138936 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 14140 | 2025.04.22 03:11:53.145805 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 14141 | 2025.04.22 03:11:53.146572 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14142 | 2025.04.22 03:11:53.146991 [ 86 ] {} <Debug> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 14143 | 2025.04.22 03:11:53.147120 [ 86 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14144 | 2025.04.22 03:11:53.147197 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 14145 | 2025.04.22 03:11:53.147501 [ 188 ] {221840db-82c7-49e0-9543-fc81844dee87::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 | ||
| 14146 | 2025.04.22 03:11:53.154571 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 535 | ||
| 14147 | 2025.04.22 03:11:53.156112 [ 188 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14148 | 2025.04.22 03:11:53.156958 [ 188 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 498 rows starting from the beginning of the part | ||
| 14149 | 2025.04.22 03:11:53.161402 [ 188 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 7 rows starting from the beginning of the part | ||
| 14150 | 2025.04.22 03:11:53.165889 [ 188 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 8 rows starting from the beginning of the part | ||
| 14151 | 2025.04.22 03:11:53.171678 [ 188 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 7 rows starting from the beginning of the part | ||
| 14152 | 2025.04.22 03:11:53.177002 [ 188 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 8 rows starting from the beginning of the part | ||
| 14153 | 2025.04.22 03:11:53.182629 [ 188 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 7 rows starting from the beginning of the part | ||
| 14154 | 2025.04.22 03:11:53.242131 [ 192 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 535 rows, containing 679 columns (679 merged, 0 gathered) in 0.094791705 sec., 5643.953761565951 rows/sec., 29.18 MiB/sec. | ||
| 14155 | 2025.04.22 03:11:53.245406 [ 197 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 14156 | 2025.04.22 03:11:53.248371 [ 197 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_71_14} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14157 | 2025.04.22 03:11:53.248508 [ 197 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_71_14} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 14158 | 2025.04.22 03:11:53.250931 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 14159 | 2025.04.22 03:11:57.436708 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14160 | 2025.04.22 03:11:57.436942 [ 276 ] {f693a4a8-5a74-492c-9414-fde8aec63663} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14161 | 2025.04.22 03:11:57.437026 [ 276 ] {f693a4a8-5a74-492c-9414-fde8aec63663} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14162 | 2025.04.22 03:11:57.437928 [ 276 ] {f693a4a8-5a74-492c-9414-fde8aec63663} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14163 | 2025.04.22 03:11:57.437980 [ 276 ] {f693a4a8-5a74-492c-9414-fde8aec63663} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 14164 | 2025.04.22 03:11:57.438430 [ 276 ] {f693a4a8-5a74-492c-9414-fde8aec63663} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 14165 | 2025.04.22 03:11:57.438701 [ 276 ] {f693a4a8-5a74-492c-9414-fde8aec63663} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14166 | 2025.04.22 03:11:57.438956 [ 276 ] {f693a4a8-5a74-492c-9414-fde8aec63663} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.002073 sec., 30873.130728412925 rows/sec., 2.44 MiB/sec. | ||
| 14167 | 2025.04.22 03:11:57.439026 [ 276 ] {f693a4a8-5a74-492c-9414-fde8aec63663} <Debug> TCPHandler: Processed in 0.002467046 sec. | ||
| 14168 | 2025.04.22 03:11:57.439174 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14169 | 2025.04.22 03:11:57.439290 [ 276 ] {902978d5-e481-4abb-b1c3-968f5cfb29df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14170 | 2025.04.22 03:11:57.439342 [ 276 ] {902978d5-e481-4abb-b1c3-968f5cfb29df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14171 | 2025.04.22 03:11:57.439897 [ 276 ] {902978d5-e481-4abb-b1c3-968f5cfb29df} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14172 | 2025.04.22 03:11:57.439942 [ 276 ] {902978d5-e481-4abb-b1c3-968f5cfb29df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 14173 | 2025.04.22 03:11:57.440316 [ 276 ] {902978d5-e481-4abb-b1c3-968f5cfb29df} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 14174 | 2025.04.22 03:11:57.440594 [ 276 ] {902978d5-e481-4abb-b1c3-968f5cfb29df} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14175 | 2025.04.22 03:11:57.440820 [ 276 ] {902978d5-e481-4abb-b1c3-968f5cfb29df} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001543 sec., 2592.3525599481527 rows/sec., 194.93 KiB/sec. | ||
| 14176 | 2025.04.22 03:11:57.440927 [ 276 ] {902978d5-e481-4abb-b1c3-968f5cfb29df} <Debug> TCPHandler: Processed in 0.001799708 sec. | ||
| 14177 | 2025.04.22 03:11:57.441139 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14178 | 2025.04.22 03:11:57.441423 [ 276 ] {907f1a15-c222-49a9-9fd3-45a347ffcc18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14179 | 2025.04.22 03:11:57.441487 [ 276 ] {907f1a15-c222-49a9-9fd3-45a347ffcc18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14180 | 2025.04.22 03:11:57.442071 [ 276 ] {907f1a15-c222-49a9-9fd3-45a347ffcc18} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14181 | 2025.04.22 03:11:57.442112 [ 276 ] {907f1a15-c222-49a9-9fd3-45a347ffcc18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 14182 | 2025.04.22 03:11:57.442492 [ 276 ] {907f1a15-c222-49a9-9fd3-45a347ffcc18} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 14183 | 2025.04.22 03:11:57.442743 [ 276 ] {907f1a15-c222-49a9-9fd3-45a347ffcc18} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14184 | 2025.04.22 03:11:57.442952 [ 276 ] {907f1a15-c222-49a9-9fd3-45a347ffcc18} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001626 sec., 41820.41820418204 rows/sec., 3.26 MiB/sec. | ||
| 14185 | 2025.04.22 03:11:57.443005 [ 276 ] {907f1a15-c222-49a9-9fd3-45a347ffcc18} <Debug> TCPHandler: Processed in 0.001985473 sec. | ||
| 14186 | 2025.04.22 03:11:57.443131 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14187 | 2025.04.22 03:11:57.443238 [ 276 ] {a2bc275a-3a58-482c-ab77-20af0fc564ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14188 | 2025.04.22 03:11:57.443289 [ 276 ] {a2bc275a-3a58-482c-ab77-20af0fc564ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14189 | 2025.04.22 03:11:57.443917 [ 276 ] {a2bc275a-3a58-482c-ab77-20af0fc564ed} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14190 | 2025.04.22 03:11:57.443957 [ 276 ] {a2bc275a-3a58-482c-ab77-20af0fc564ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 14191 | 2025.04.22 03:11:57.444356 [ 276 ] {a2bc275a-3a58-482c-ab77-20af0fc564ed} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 14192 | 2025.04.22 03:11:57.444612 [ 276 ] {a2bc275a-3a58-482c-ab77-20af0fc564ed} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14193 | 2025.04.22 03:11:57.444821 [ 276 ] {a2bc275a-3a58-482c-ab77-20af0fc564ed} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001603 sec., 99812.85090455395 rows/sec., 6.95 MiB/sec. | ||
| 14194 | 2025.04.22 03:11:57.444905 [ 276 ] {a2bc275a-3a58-482c-ab77-20af0fc564ed} <Debug> TCPHandler: Processed in 0.001824649 sec. | ||
| 14195 | 2025.04.22 03:11:57.445053 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14196 | 2025.04.22 03:11:57.445298 [ 276 ] {65df1d8e-97bb-4a53-a726-1b7155aee054} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14197 | 2025.04.22 03:11:57.445562 [ 276 ] {65df1d8e-97bb-4a53-a726-1b7155aee054} <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 | ||
| 14198 | 2025.04.22 03:11:57.447426 [ 276 ] {65df1d8e-97bb-4a53-a726-1b7155aee054} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14199 | 2025.04.22 03:11:57.447468 [ 276 ] {65df1d8e-97bb-4a53-a726-1b7155aee054} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 14200 | 2025.04.22 03:11:57.448087 [ 276 ] {65df1d8e-97bb-4a53-a726-1b7155aee054} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 14201 | 2025.04.22 03:11:57.448355 [ 276 ] {65df1d8e-97bb-4a53-a726-1b7155aee054} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14202 | 2025.04.22 03:11:57.448612 [ 276 ] {65df1d8e-97bb-4a53-a726-1b7155aee054} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.003421 sec., 1169.248757673195 rows/sec., 2.10 MiB/sec. | ||
| 14203 | 2025.04.22 03:11:57.448752 [ 276 ] {65df1d8e-97bb-4a53-a726-1b7155aee054} <Debug> TCPHandler: Processed in 0.00375803 sec. | ||
| 14204 | 2025.04.22 03:11:57.448949 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14205 | 2025.04.22 03:11:57.449077 [ 276 ] {3cfc3ef5-18db-4833-b101-e97dc75d8daf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14206 | 2025.04.22 03:11:57.449123 [ 276 ] {3cfc3ef5-18db-4833-b101-e97dc75d8daf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14207 | 2025.04.22 03:11:57.449578 [ 276 ] {3cfc3ef5-18db-4833-b101-e97dc75d8daf} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14208 | 2025.04.22 03:11:57.449617 [ 276 ] {3cfc3ef5-18db-4833-b101-e97dc75d8daf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 14209 | 2025.04.22 03:11:57.450002 [ 276 ] {3cfc3ef5-18db-4833-b101-e97dc75d8daf} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 14210 | 2025.04.22 03:11:57.450242 [ 276 ] {3cfc3ef5-18db-4833-b101-e97dc75d8daf} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14211 | 2025.04.22 03:11:57.450450 [ 276 ] {3cfc3ef5-18db-4833-b101-e97dc75d8daf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001396 sec., 42979.942693409736 rows/sec., 2.90 MiB/sec. | ||
| 14212 | 2025.04.22 03:11:57.450507 [ 276 ] {3cfc3ef5-18db-4833-b101-e97dc75d8daf} <Debug> TCPHandler: Processed in 0.001622114 sec. | ||
| 14213 | 2025.04.22 03:11:58.181775 [ 79 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14214 | 2025.04.22 03:11:58.181824 [ 79 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14215 | 2025.04.22 03:11:58.376600 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33001 | ||
| 14216 | 2025.04.22 03:11:58.377257 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14217 | 2025.04.22 03:11:58.377297 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 14218 | 2025.04.22 03:11:58.377839 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 14219 | 2025.04.22 03:11:58.378103 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14220 | 2025.04.22 03:11:58.378321 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33001 | ||
| 14221 | 2025.04.22 03:11:58.548350 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1992 | ||
| 14222 | 2025.04.22 03:11:58.551523 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14223 | 2025.04.22 03:11:58.551576 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 14224 | 2025.04.22 03:11:58.553027 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 14225 | 2025.04.22 03:11:58.553353 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14226 | 2025.04.22 03:11:58.553918 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1992 | ||
| 14227 | 2025.04.22 03:12:00.654679 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 543 | ||
| 14228 | 2025.04.22 03:12:00.676150 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14229 | 2025.04.22 03:12:00.676197 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 14230 | 2025.04.22 03:12:00.684885 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 14231 | 2025.04.22 03:12:00.685679 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14232 | 2025.04.22 03:12:00.689387 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 543 | ||
| 14233 | 2025.04.22 03:12:02.444233 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14234 | 2025.04.22 03:12:02.444546 [ 276 ] {41d1daeb-8b87-4a0d-bb24-2e8540e590be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14235 | 2025.04.22 03:12:02.444660 [ 276 ] {41d1daeb-8b87-4a0d-bb24-2e8540e590be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14236 | 2025.04.22 03:12:02.445619 [ 276 ] {41d1daeb-8b87-4a0d-bb24-2e8540e590be} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14237 | 2025.04.22 03:12:02.445664 [ 276 ] {41d1daeb-8b87-4a0d-bb24-2e8540e590be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 14238 | 2025.04.22 03:12:02.446106 [ 276 ] {41d1daeb-8b87-4a0d-bb24-2e8540e590be} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 14239 | 2025.04.22 03:12:02.446374 [ 276 ] {41d1daeb-8b87-4a0d-bb24-2e8540e590be} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14240 | 2025.04.22 03:12:02.446578 [ 73 ] {} <Debug> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 14241 | 2025.04.22 03:12:02.446635 [ 276 ] {41d1daeb-8b87-4a0d-bb24-2e8540e590be} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002166 sec., 97876.26962142198 rows/sec., 6.22 MiB/sec. | ||
| 14242 | 2025.04.22 03:12:02.446680 [ 73 ] {} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14243 | 2025.04.22 03:12:02.446748 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 14244 | 2025.04.22 03:12:02.446759 [ 276 ] {41d1daeb-8b87-4a0d-bb24-2e8540e590be} <Debug> TCPHandler: Processed in 0.002711143 sec. | ||
| 14245 | 2025.04.22 03:12:02.447036 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14246 | 2025.04.22 03:12:02.447045 [ 199 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full | ||
| 14247 | 2025.04.22 03:12:02.447374 [ 276 ] {73c65c13-75ef-4497-83bd-78b8406e3e18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14248 | 2025.04.22 03:12:02.447582 [ 276 ] {73c65c13-75ef-4497-83bd-78b8406e3e18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14249 | 2025.04.22 03:12:02.447610 [ 199 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14250 | 2025.04.22 03:12:02.447766 [ 199 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 212 rows starting from the beginning of the part | ||
| 14251 | 2025.04.22 03:12:02.448248 [ 199 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 212 rows starting from the beginning of the part | ||
| 14252 | 2025.04.22 03:12:02.448785 [ 199 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 212 rows starting from the beginning of the part | ||
| 14253 | 2025.04.22 03:12:02.449150 [ 199 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 212 rows starting from the beginning of the part | ||
| 14254 | 2025.04.22 03:12:02.449527 [ 199 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 212 rows starting from the beginning of the part | ||
| 14255 | 2025.04.22 03:12:02.450980 [ 276 ] {73c65c13-75ef-4497-83bd-78b8406e3e18} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14256 | 2025.04.22 03:12:02.451029 [ 276 ] {73c65c13-75ef-4497-83bd-78b8406e3e18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 14257 | 2025.04.22 03:12:02.451416 [ 195 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004559802 sec., 232466.2342794709 rows/sec., 15.67 MiB/sec. | ||
| 14258 | 2025.04.22 03:12:02.451562 [ 195 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 14259 | 2025.04.22 03:12:02.451589 [ 276 ] {73c65c13-75ef-4497-83bd-78b8406e3e18} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 14260 | 2025.04.22 03:12:02.451893 [ 276 ] {73c65c13-75ef-4497-83bd-78b8406e3e18} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14261 | 2025.04.22 03:12:02.451893 [ 195 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_37_9} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14262 | 2025.04.22 03:12:02.452002 [ 195 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_37_9} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 14263 | 2025.04.22 03:12:02.452121 [ 73 ] {} <Debug> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 14264 | 2025.04.22 03:12:02.452223 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 14265 | 2025.04.22 03:12:02.452232 [ 73 ] {} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14266 | 2025.04.22 03:12:02.452276 [ 276 ] {73c65c13-75ef-4497-83bd-78b8406e3e18} <Debug> executeQuery: Read 689 rows, 56.23 KiB in 0.005029 sec., 137005.3688606085 rows/sec., 10.92 MiB/sec. | ||
| 14267 | 2025.04.22 03:12:02.452310 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 14268 | 2025.04.22 03:12:02.452465 [ 276 ] {73c65c13-75ef-4497-83bd-78b8406e3e18} <Debug> TCPHandler: Processed in 0.005537458 sec. | ||
| 14269 | 2025.04.22 03:12:02.452596 [ 186 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 14270 | 2025.04.22 03:12:02.452644 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14271 | 2025.04.22 03:12:02.452878 [ 276 ] {f74f1f5a-19cf-49a5-96d0-9e4ab115adcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14272 | 2025.04.22 03:12:02.452887 [ 186 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14273 | 2025.04.22 03:12:02.452970 [ 276 ] {f74f1f5a-19cf-49a5-96d0-9e4ab115adcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14274 | 2025.04.22 03:12:02.452978 [ 186 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1847 rows starting from the beginning of the part | ||
| 14275 | 2025.04.22 03:12:02.453289 [ 186 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 689 rows starting from the beginning of the part | ||
| 14276 | 2025.04.22 03:12:02.453632 [ 186 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 64 rows starting from the beginning of the part | ||
| 14277 | 2025.04.22 03:12:02.453956 [ 186 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 690 rows starting from the beginning of the part | ||
| 14278 | 2025.04.22 03:12:02.454237 [ 186 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 64 rows starting from the beginning of the part | ||
| 14279 | 2025.04.22 03:12:02.454542 [ 186 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 689 rows starting from the beginning of the part | ||
| 14280 | 2025.04.22 03:12:02.455955 [ 276 ] {f74f1f5a-19cf-49a5-96d0-9e4ab115adcd} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14281 | 2025.04.22 03:12:02.456029 [ 276 ] {f74f1f5a-19cf-49a5-96d0-9e4ab115adcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 14282 | 2025.04.22 03:12:02.456953 [ 276 ] {f74f1f5a-19cf-49a5-96d0-9e4ab115adcd} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 14283 | 2025.04.22 03:12:02.457362 [ 276 ] {f74f1f5a-19cf-49a5-96d0-9e4ab115adcd} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14284 | 2025.04.22 03:12:02.457675 [ 276 ] {f74f1f5a-19cf-49a5-96d0-9e4ab115adcd} <Debug> executeQuery: Read 142 rows, 9.09 KiB in 0.00488 sec., 29098.360655737706 rows/sec., 1.82 MiB/sec. | ||
| 14285 | 2025.04.22 03:12:02.457761 [ 276 ] {f74f1f5a-19cf-49a5-96d0-9e4ab115adcd} <Debug> TCPHandler: Processed in 0.005176979 sec. | ||
| 14286 | 2025.04.22 03:12:02.458131 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14287 | 2025.04.22 03:12:02.458653 [ 276 ] {8b56790a-bc34-4694-800d-dd33d05536b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14288 | 2025.04.22 03:12:02.458879 [ 276 ] {8b56790a-bc34-4694-800d-dd33d05536b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14289 | 2025.04.22 03:12:02.458911 [ 190 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4043 rows, containing 5 columns (5 merged, 0 gathered) in 0.006462052 sec., 625652.6564626839 rows/sec., 52.78 MiB/sec. | ||
| 14290 | 2025.04.22 03:12:02.459400 [ 190 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 14291 | 2025.04.22 03:12:02.460423 [ 190 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_121_24} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14292 | 2025.04.22 03:12:02.460653 [ 190 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_121_24} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 14293 | 2025.04.22 03:12:02.460759 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.88 MiB. | ||
| 14294 | 2025.04.22 03:12:02.461019 [ 276 ] {8b56790a-bc34-4694-800d-dd33d05536b1} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14295 | 2025.04.22 03:12:02.461063 [ 276 ] {8b56790a-bc34-4694-800d-dd33d05536b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 14296 | 2025.04.22 03:12:02.461432 [ 276 ] {8b56790a-bc34-4694-800d-dd33d05536b1} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 14297 | 2025.04.22 03:12:02.461673 [ 276 ] {8b56790a-bc34-4694-800d-dd33d05536b1} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14298 | 2025.04.22 03:12:02.461876 [ 276 ] {8b56790a-bc34-4694-800d-dd33d05536b1} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.003446 sec., 32791.64248403947 rows/sec., 2.12 MiB/sec. | ||
| 14299 | 2025.04.22 03:12:02.461930 [ 276 ] {8b56790a-bc34-4694-800d-dd33d05536b1} <Debug> TCPHandler: Processed in 0.004002418 sec. | ||
| 14300 | 2025.04.22 03:12:02.462045 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14301 | 2025.04.22 03:12:02.462147 [ 276 ] {aa2bc4da-74be-4e67-a812-99142ec58072} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14302 | 2025.04.22 03:12:02.462191 [ 276 ] {aa2bc4da-74be-4e67-a812-99142ec58072} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14303 | 2025.04.22 03:12:02.462734 [ 276 ] {aa2bc4da-74be-4e67-a812-99142ec58072} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14304 | 2025.04.22 03:12:02.462773 [ 276 ] {aa2bc4da-74be-4e67-a812-99142ec58072} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 14305 | 2025.04.22 03:12:02.463115 [ 276 ] {aa2bc4da-74be-4e67-a812-99142ec58072} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 14306 | 2025.04.22 03:12:02.463345 [ 276 ] {aa2bc4da-74be-4e67-a812-99142ec58072} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14307 | 2025.04.22 03:12:02.463503 [ 73 ] {} <Debug> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 14308 | 2025.04.22 03:12:02.463566 [ 73 ] {} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14309 | 2025.04.22 03:12:02.463583 [ 276 ] {aa2bc4da-74be-4e67-a812-99142ec58072} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001456 sec., 76923.07692307692 rows/sec., 4.38 MiB/sec. | ||
| 14310 | 2025.04.22 03:12:02.463627 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 14311 | 2025.04.22 03:12:02.463778 [ 276 ] {aa2bc4da-74be-4e67-a812-99142ec58072} <Debug> TCPHandler: Processed in 0.001777608 sec. | ||
| 14312 | 2025.04.22 03:12:02.463880 [ 194 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full | ||
| 14313 | 2025.04.22 03:12:02.463949 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14314 | 2025.04.22 03:12:02.464132 [ 194 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14315 | 2025.04.22 03:12:02.464161 [ 276 ] {65d06736-25f8-461c-9a5f-96ca698fd705} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14316 | 2025.04.22 03:12:02.464188 [ 194 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 112 rows starting from the beginning of the part | ||
| 14317 | 2025.04.22 03:12:02.464222 [ 276 ] {65d06736-25f8-461c-9a5f-96ca698fd705} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14318 | 2025.04.22 03:12:02.464546 [ 194 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 112 rows starting from the beginning of the part | ||
| 14319 | 2025.04.22 03:12:02.464876 [ 194 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 112 rows starting from the beginning of the part | ||
| 14320 | 2025.04.22 03:12:02.465149 [ 194 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 112 rows starting from the beginning of the part | ||
| 14321 | 2025.04.22 03:12:02.465457 [ 194 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 112 rows starting from the beginning of the part | ||
| 14322 | 2025.04.22 03:12:02.467301 [ 276 ] {65d06736-25f8-461c-9a5f-96ca698fd705} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14323 | 2025.04.22 03:12:02.467382 [ 276 ] {65d06736-25f8-461c-9a5f-96ca698fd705} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 14324 | 2025.04.22 03:12:02.467908 [ 194 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004157191 sec., 134706.3437787679 rows/sec., 8.19 MiB/sec. | ||
| 14325 | 2025.04.22 03:12:02.468088 [ 194 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 14326 | 2025.04.22 03:12:02.468311 [ 276 ] {65d06736-25f8-461c-9a5f-96ca698fd705} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 14327 | 2025.04.22 03:12:02.468575 [ 194 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_37_9} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14328 | 2025.04.22 03:12:02.468718 [ 194 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_37_9} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 14329 | 2025.04.22 03:12:02.468792 [ 276 ] {65d06736-25f8-461c-9a5f-96ca698fd705} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14330 | 2025.04.22 03:12:02.468863 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 14331 | 2025.04.22 03:12:02.469074 [ 73 ] {} <Debug> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 14332 | 2025.04.22 03:12:02.469130 [ 276 ] {65d06736-25f8-461c-9a5f-96ca698fd705} <Debug> executeQuery: Read 418 rows, 30.47 KiB in 0.005019 sec., 83283.52261406655 rows/sec., 5.93 MiB/sec. | ||
| 14333 | 2025.04.22 03:12:02.469139 [ 73 ] {} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14334 | 2025.04.22 03:12:02.469218 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 14335 | 2025.04.22 03:12:02.469279 [ 276 ] {65d06736-25f8-461c-9a5f-96ca698fd705} <Debug> TCPHandler: Processed in 0.005386694 sec. | ||
| 14336 | 2025.04.22 03:12:02.469531 [ 194 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 14337 | 2025.04.22 03:12:02.469581 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14338 | 2025.04.22 03:12:02.469842 [ 194 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14339 | 2025.04.22 03:12:02.469962 [ 276 ] {7c782e76-f6a5-4880-bddc-60c4c49189d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14340 | 2025.04.22 03:12:02.469966 [ 194 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 916 rows starting from the beginning of the part | ||
| 14341 | 2025.04.22 03:12:02.470272 [ 276 ] {7c782e76-f6a5-4880-bddc-60c4c49189d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14342 | 2025.04.22 03:12:02.470430 [ 194 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 418 rows starting from the beginning of the part | ||
| 14343 | 2025.04.22 03:12:02.470801 [ 194 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 68 rows starting from the beginning of the part | ||
| 14344 | 2025.04.22 03:12:02.471167 [ 194 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 420 rows starting from the beginning of the part | ||
| 14345 | 2025.04.22 03:12:02.471520 [ 194 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 68 rows starting from the beginning of the part | ||
| 14346 | 2025.04.22 03:12:02.471852 [ 194 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 418 rows starting from the beginning of the part | ||
| 14347 | 2025.04.22 03:12:02.474199 [ 276 ] {7c782e76-f6a5-4880-bddc-60c4c49189d4} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14348 | 2025.04.22 03:12:02.474274 [ 276 ] {7c782e76-f6a5-4880-bddc-60c4c49189d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 14349 | 2025.04.22 03:12:02.475205 [ 276 ] {7c782e76-f6a5-4880-bddc-60c4c49189d4} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 14350 | 2025.04.22 03:12:02.475675 [ 276 ] {7c782e76-f6a5-4880-bddc-60c4c49189d4} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14351 | 2025.04.22 03:12:02.475875 [ 200 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2308 rows, containing 5 columns (5 merged, 0 gathered) in 0.006550615 sec., 352333.3305346139 rows/sec., 26.78 MiB/sec. | ||
| 14352 | 2025.04.22 03:12:02.476081 [ 276 ] {7c782e76-f6a5-4880-bddc-60c4c49189d4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.006317 sec., 949.8179515592846 rows/sec., 49.62 KiB/sec. | ||
| 14353 | 2025.04.22 03:12:02.476197 [ 276 ] {7c782e76-f6a5-4880-bddc-60c4c49189d4} <Debug> TCPHandler: Processed in 0.006686889 sec. | ||
| 14354 | 2025.04.22 03:12:02.476259 [ 200 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 14355 | 2025.04.22 03:12:02.476361 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14356 | 2025.04.22 03:12:02.476535 [ 276 ] {5d3b4b13-e657-4d34-acbd-c720f32ea664} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14357 | 2025.04.22 03:12:02.476618 [ 276 ] {5d3b4b13-e657-4d34-acbd-c720f32ea664} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14358 | 2025.04.22 03:12:02.476833 [ 200 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_121_24} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14359 | 2025.04.22 03:12:02.477081 [ 200 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_121_24} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 14360 | 2025.04.22 03:12:02.477204 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 14361 | 2025.04.22 03:12:02.477494 [ 276 ] {5d3b4b13-e657-4d34-acbd-c720f32ea664} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14362 | 2025.04.22 03:12:02.477538 [ 276 ] {5d3b4b13-e657-4d34-acbd-c720f32ea664} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 14363 | 2025.04.22 03:12:02.477922 [ 276 ] {5d3b4b13-e657-4d34-acbd-c720f32ea664} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 14364 | 2025.04.22 03:12:02.478164 [ 276 ] {5d3b4b13-e657-4d34-acbd-c720f32ea664} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14365 | 2025.04.22 03:12:02.478331 [ 276 ] {5d3b4b13-e657-4d34-acbd-c720f32ea664} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001846 sec., 128385.69880823402 rows/sec., 8.61 MiB/sec. | ||
| 14366 | 2025.04.22 03:12:02.478416 [ 276 ] {5d3b4b13-e657-4d34-acbd-c720f32ea664} <Debug> TCPHandler: Processed in 0.002130846 sec. | ||
| 14367 | 2025.04.22 03:12:02.478557 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14368 | 2025.04.22 03:12:02.478826 [ 276 ] {c030937f-1572-49c1-9264-062289837bda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14369 | 2025.04.22 03:12:02.478975 [ 276 ] {c030937f-1572-49c1-9264-062289837bda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14370 | 2025.04.22 03:12:02.480048 [ 276 ] {c030937f-1572-49c1-9264-062289837bda} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14371 | 2025.04.22 03:12:02.480086 [ 276 ] {c030937f-1572-49c1-9264-062289837bda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 14372 | 2025.04.22 03:12:02.480427 [ 276 ] {c030937f-1572-49c1-9264-062289837bda} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 14373 | 2025.04.22 03:12:02.480661 [ 276 ] {c030937f-1572-49c1-9264-062289837bda} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14374 | 2025.04.22 03:12:02.480844 [ 276 ] {c030937f-1572-49c1-9264-062289837bda} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002118 sec., 472.1435316336166 rows/sec., 31.81 KiB/sec. | ||
| 14375 | 2025.04.22 03:12:02.480918 [ 276 ] {c030937f-1572-49c1-9264-062289837bda} <Debug> TCPHandler: Processed in 0.002411744 sec. | ||
| 14376 | 2025.04.22 03:12:02.481142 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14377 | 2025.04.22 03:12:02.481263 [ 276 ] {fc39fdab-1ac2-4c0c-9228-37c2430f72ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14378 | 2025.04.22 03:12:02.481334 [ 276 ] {fc39fdab-1ac2-4c0c-9228-37c2430f72ff} <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 | ||
| 14379 | 2025.04.22 03:12:02.482443 [ 276 ] {fc39fdab-1ac2-4c0c-9228-37c2430f72ff} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14380 | 2025.04.22 03:12:02.482481 [ 276 ] {fc39fdab-1ac2-4c0c-9228-37c2430f72ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 14381 | 2025.04.22 03:12:02.483136 [ 276 ] {fc39fdab-1ac2-4c0c-9228-37c2430f72ff} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 14382 | 2025.04.22 03:12:02.483393 [ 276 ] {fc39fdab-1ac2-4c0c-9228-37c2430f72ff} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14383 | 2025.04.22 03:12:02.483587 [ 276 ] {fc39fdab-1ac2-4c0c-9228-37c2430f72ff} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002346 sec., 15345.268542199488 rows/sec., 27.50 MiB/sec. | ||
| 14384 | 2025.04.22 03:12:02.483687 [ 276 ] {fc39fdab-1ac2-4c0c-9228-37c2430f72ff} <Debug> TCPHandler: Processed in 0.00263624 sec. | ||
| 14385 | 2025.04.22 03:12:02.483883 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14386 | 2025.04.22 03:12:02.484026 [ 276 ] {56f28202-1bf5-440e-b6b0-82bbdb16bf1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14387 | 2025.04.22 03:12:02.484074 [ 276 ] {56f28202-1bf5-440e-b6b0-82bbdb16bf1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14388 | 2025.04.22 03:12:02.484505 [ 276 ] {56f28202-1bf5-440e-b6b0-82bbdb16bf1e} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14389 | 2025.04.22 03:12:02.484541 [ 276 ] {56f28202-1bf5-440e-b6b0-82bbdb16bf1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 14390 | 2025.04.22 03:12:02.484892 [ 276 ] {56f28202-1bf5-440e-b6b0-82bbdb16bf1e} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 14391 | 2025.04.22 03:12:02.485120 [ 276 ] {56f28202-1bf5-440e-b6b0-82bbdb16bf1e} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14392 | 2025.04.22 03:12:02.485253 [ 71 ] {} <Debug> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 14393 | 2025.04.22 03:12:02.485287 [ 276 ] {56f28202-1bf5-440e-b6b0-82bbdb16bf1e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001293 sec., 63418.4068058778 rows/sec., 4.03 MiB/sec. | ||
| 14394 | 2025.04.22 03:12:02.485297 [ 71 ] {} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14395 | 2025.04.22 03:12:02.485334 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 14396 | 2025.04.22 03:12:02.485354 [ 276 ] {56f28202-1bf5-440e-b6b0-82bbdb16bf1e} <Debug> TCPHandler: Processed in 0.001535511 sec. | ||
| 14397 | 2025.04.22 03:12:02.485513 [ 198 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 14398 | 2025.04.22 03:12:02.485632 [ 198 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14399 | 2025.04.22 03:12:02.485661 [ 198 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 6616 rows starting from the beginning of the part | ||
| 14400 | 2025.04.22 03:12:02.485740 [ 198 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 82 rows starting from the beginning of the part | ||
| 14401 | 2025.04.22 03:12:02.485809 [ 198 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 60 rows starting from the beginning of the part | ||
| 14402 | 2025.04.22 03:12:02.486029 [ 198 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 82 rows starting from the beginning of the part | ||
| 14403 | 2025.04.22 03:12:02.486296 [ 198 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 60 rows starting from the beginning of the part | ||
| 14404 | 2025.04.22 03:12:02.486399 [ 198 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 82 rows starting from the beginning of the part | ||
| 14405 | 2025.04.22 03:12:02.488377 [ 200 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6982 rows, containing 4 columns (4 merged, 0 gathered) in 0.002951459 sec., 2365609.6865990683 rows/sec., 155.53 MiB/sec. | ||
| 14406 | 2025.04.22 03:12:02.488783 [ 200 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 14407 | 2025.04.22 03:12:02.489076 [ 200 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_121_24} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14408 | 2025.04.22 03:12:02.489161 [ 200 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_121_24} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 14409 | 2025.04.22 03:12:02.489245 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. | ||
| 14410 | 2025.04.22 03:12:05.676229 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14411 | 2025.04.22 03:12:05.676552 [ 276 ] {91435890-66c5-40f4-90e5-39c464a97329} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14412 | 2025.04.22 03:12:05.676670 [ 276 ] {91435890-66c5-40f4-90e5-39c464a97329} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14413 | 2025.04.22 03:12:05.677518 [ 276 ] {91435890-66c5-40f4-90e5-39c464a97329} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14414 | 2025.04.22 03:12:05.677563 [ 276 ] {91435890-66c5-40f4-90e5-39c464a97329} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 14415 | 2025.04.22 03:12:05.677974 [ 276 ] {91435890-66c5-40f4-90e5-39c464a97329} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 14416 | 2025.04.22 03:12:05.678223 [ 276 ] {91435890-66c5-40f4-90e5-39c464a97329} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14417 | 2025.04.22 03:12:05.678457 [ 276 ] {91435890-66c5-40f4-90e5-39c464a97329} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001978 sec., 2022.2446916076844 rows/sec., 164.90 KiB/sec. | ||
| 14418 | 2025.04.22 03:12:05.678536 [ 276 ] {91435890-66c5-40f4-90e5-39c464a97329} <Debug> TCPHandler: Processed in 0.002489937 sec. | ||
| 14419 | 2025.04.22 03:12:05.678788 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14420 | 2025.04.22 03:12:05.678905 [ 276 ] {985951aa-9971-42c3-941e-7ec4d81acb37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14421 | 2025.04.22 03:12:05.678952 [ 276 ] {985951aa-9971-42c3-941e-7ec4d81acb37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14422 | 2025.04.22 03:12:05.679936 [ 276 ] {985951aa-9971-42c3-941e-7ec4d81acb37} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14423 | 2025.04.22 03:12:05.679976 [ 276 ] {985951aa-9971-42c3-941e-7ec4d81acb37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 14424 | 2025.04.22 03:12:05.680438 [ 276 ] {985951aa-9971-42c3-941e-7ec4d81acb37} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 14425 | 2025.04.22 03:12:05.680812 [ 276 ] {985951aa-9971-42c3-941e-7ec4d81acb37} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14426 | 2025.04.22 03:12:05.681015 [ 276 ] {985951aa-9971-42c3-941e-7ec4d81acb37} <Debug> executeQuery: Read 1206 rows, 101.90 KiB in 0.002133 sec., 565400.8438818565 rows/sec., 46.65 MiB/sec. | ||
| 14427 | 2025.04.22 03:12:05.681066 [ 276 ] {985951aa-9971-42c3-941e-7ec4d81acb37} <Debug> TCPHandler: Processed in 0.002376553 sec. | ||
| 14428 | 2025.04.22 03:12:05.681202 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14429 | 2025.04.22 03:12:05.681338 [ 276 ] {c0a5b023-93a7-409b-99c6-09f1ba5ff3fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14430 | 2025.04.22 03:12:05.681396 [ 276 ] {c0a5b023-93a7-409b-99c6-09f1ba5ff3fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14431 | 2025.04.22 03:12:05.682012 [ 276 ] {c0a5b023-93a7-409b-99c6-09f1ba5ff3fc} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14432 | 2025.04.22 03:12:05.682053 [ 276 ] {c0a5b023-93a7-409b-99c6-09f1ba5ff3fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 14433 | 2025.04.22 03:12:05.682408 [ 276 ] {c0a5b023-93a7-409b-99c6-09f1ba5ff3fc} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 14434 | 2025.04.22 03:12:05.682653 [ 276 ] {c0a5b023-93a7-409b-99c6-09f1ba5ff3fc} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14435 | 2025.04.22 03:12:05.682871 [ 276 ] {c0a5b023-93a7-409b-99c6-09f1ba5ff3fc} <Debug> executeQuery: Read 8 rows, 594.00 B in 0.001562 sec., 5121.638924455826 rows/sec., 371.37 KiB/sec. | ||
| 14436 | 2025.04.22 03:12:05.682923 [ 276 ] {c0a5b023-93a7-409b-99c6-09f1ba5ff3fc} <Debug> TCPHandler: Processed in 0.001785008 sec. | ||
| 14437 | 2025.04.22 03:12:05.683038 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14438 | 2025.04.22 03:12:05.683142 [ 276 ] {a123ed4a-910d-47f2-8f62-0f731667f725} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14439 | 2025.04.22 03:12:05.683188 [ 276 ] {a123ed4a-910d-47f2-8f62-0f731667f725} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14440 | 2025.04.22 03:12:05.683823 [ 276 ] {a123ed4a-910d-47f2-8f62-0f731667f725} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14441 | 2025.04.22 03:12:05.683869 [ 276 ] {a123ed4a-910d-47f2-8f62-0f731667f725} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 14442 | 2025.04.22 03:12:05.684246 [ 276 ] {a123ed4a-910d-47f2-8f62-0f731667f725} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 14443 | 2025.04.22 03:12:05.684480 [ 276 ] {a123ed4a-910d-47f2-8f62-0f731667f725} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14444 | 2025.04.22 03:12:05.684684 [ 276 ] {a123ed4a-910d-47f2-8f62-0f731667f725} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001563 sec., 145873.32053742802 rows/sec., 9.88 MiB/sec. | ||
| 14445 | 2025.04.22 03:12:05.684736 [ 276 ] {a123ed4a-910d-47f2-8f62-0f731667f725} <Debug> TCPHandler: Processed in 0.001749337 sec. | ||
| 14446 | 2025.04.22 03:12:05.684851 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14447 | 2025.04.22 03:12:05.684956 [ 276 ] {d4b273fd-349f-4b90-a1a8-e1fd748f7d16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14448 | 2025.04.22 03:12:05.685001 [ 276 ] {d4b273fd-349f-4b90-a1a8-e1fd748f7d16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14449 | 2025.04.22 03:12:05.685666 [ 276 ] {d4b273fd-349f-4b90-a1a8-e1fd748f7d16} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14450 | 2025.04.22 03:12:05.685706 [ 276 ] {d4b273fd-349f-4b90-a1a8-e1fd748f7d16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 14451 | 2025.04.22 03:12:05.686076 [ 276 ] {d4b273fd-349f-4b90-a1a8-e1fd748f7d16} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 14452 | 2025.04.22 03:12:05.686320 [ 276 ] {d4b273fd-349f-4b90-a1a8-e1fd748f7d16} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14453 | 2025.04.22 03:12:05.686505 [ 276 ] {d4b273fd-349f-4b90-a1a8-e1fd748f7d16} <Debug> executeQuery: Read 528 rows, 40.05 KiB in 0.00157 sec., 336305.7324840764 rows/sec., 24.91 MiB/sec. | ||
| 14454 | 2025.04.22 03:12:05.686557 [ 276 ] {d4b273fd-349f-4b90-a1a8-e1fd748f7d16} <Debug> TCPHandler: Processed in 0.001757667 sec. | ||
| 14455 | 2025.04.22 03:12:05.686673 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14456 | 2025.04.22 03:12:05.686777 [ 276 ] {bf795654-bca1-4599-bb17-b561e2f2278e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14457 | 2025.04.22 03:12:05.686827 [ 276 ] {bf795654-bca1-4599-bb17-b561e2f2278e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14458 | 2025.04.22 03:12:05.687490 [ 276 ] {bf795654-bca1-4599-bb17-b561e2f2278e} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14459 | 2025.04.22 03:12:05.687531 [ 276 ] {bf795654-bca1-4599-bb17-b561e2f2278e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 14460 | 2025.04.22 03:12:05.687952 [ 276 ] {bf795654-bca1-4599-bb17-b561e2f2278e} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 14461 | 2025.04.22 03:12:05.688185 [ 276 ] {bf795654-bca1-4599-bb17-b561e2f2278e} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14462 | 2025.04.22 03:12:05.688371 [ 61 ] {} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Selected 6 parts from all_1_117_24 to all_122_122_0 | ||
| 14463 | 2025.04.22 03:12:05.688396 [ 276 ] {bf795654-bca1-4599-bb17-b561e2f2278e} <Debug> executeQuery: Read 956 rows, 65.68 KiB in 0.00164 sec., 582926.8292682926 rows/sec., 39.11 MiB/sec. | ||
| 14464 | 2025.04.22 03:12:05.688460 [ 61 ] {} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14465 | 2025.04.22 03:12:05.688526 [ 276 ] {bf795654-bca1-4599-bb17-b561e2f2278e} <Debug> TCPHandler: Processed in 0.001897921 sec. | ||
| 14466 | 2025.04.22 03:12:05.688533 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 14467 | 2025.04.22 03:12:05.688722 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14468 | 2025.04.22 03:12:05.688791 [ 196 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_122_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_117_24 to all_122_122_0 into Compact with storage Full | ||
| 14469 | 2025.04.22 03:12:05.688891 [ 276 ] {d73ba46c-f353-4aa1-91b3-2394cd1dbe38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14470 | 2025.04.22 03:12:05.689096 [ 276 ] {d73ba46c-f353-4aa1-91b3-2394cd1dbe38} <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 | ||
| 14471 | 2025.04.22 03:12:05.689160 [ 196 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_122_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14472 | 2025.04.22 03:12:05.689309 [ 196 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_122_25} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_117_24, total 34354 rows starting from the beginning of the part | ||
| 14473 | 2025.04.22 03:12:05.689651 [ 196 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_122_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 160 rows starting from the beginning of the part | ||
| 14474 | 2025.04.22 03:12:05.690012 [ 196 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_122_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 238 rows starting from the beginning of the part | ||
| 14475 | 2025.04.22 03:12:05.690454 [ 196 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_122_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 160 rows starting from the beginning of the part | ||
| 14476 | 2025.04.22 03:12:05.691009 [ 196 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_122_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 237 rows starting from the beginning of the part | ||
| 14477 | 2025.04.22 03:12:05.691364 [ 196 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_122_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 956 rows starting from the beginning of the part | ||
| 14478 | 2025.04.22 03:12:05.693707 [ 276 ] {d73ba46c-f353-4aa1-91b3-2394cd1dbe38} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14479 | 2025.04.22 03:12:05.693753 [ 276 ] {d73ba46c-f353-4aa1-91b3-2394cd1dbe38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 14480 | 2025.04.22 03:12:05.695410 [ 276 ] {d73ba46c-f353-4aa1-91b3-2394cd1dbe38} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 14481 | 2025.04.22 03:12:05.695764 [ 276 ] {d73ba46c-f353-4aa1-91b3-2394cd1dbe38} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14482 | 2025.04.22 03:12:05.696056 [ 276 ] {d73ba46c-f353-4aa1-91b3-2394cd1dbe38} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.007223 sec., 553.7865152983525 rows/sec., 1016.18 KiB/sec. | ||
| 14483 | 2025.04.22 03:12:05.696160 [ 276 ] {d73ba46c-f353-4aa1-91b3-2394cd1dbe38} <Debug> TCPHandler: Processed in 0.007540652 sec. | ||
| 14484 | 2025.04.22 03:12:05.696376 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14485 | 2025.04.22 03:12:05.696518 [ 276 ] {3158746a-3850-4655-bffc-b2c62e2fa2c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14486 | 2025.04.22 03:12:05.696575 [ 276 ] {3158746a-3850-4655-bffc-b2c62e2fa2c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14487 | 2025.04.22 03:12:05.697189 [ 276 ] {3158746a-3850-4655-bffc-b2c62e2fa2c1} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14488 | 2025.04.22 03:12:05.697231 [ 276 ] {3158746a-3850-4655-bffc-b2c62e2fa2c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 14489 | 2025.04.22 03:12:05.697670 [ 276 ] {3158746a-3850-4655-bffc-b2c62e2fa2c1} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 14490 | 2025.04.22 03:12:05.697932 [ 276 ] {3158746a-3850-4655-bffc-b2c62e2fa2c1} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14491 | 2025.04.22 03:12:05.698130 [ 276 ] {3158746a-3850-4655-bffc-b2c62e2fa2c1} <Debug> executeQuery: Read 42 rows, 2.89 KiB in 0.001643 sec., 25562.99452221546 rows/sec., 1.72 MiB/sec. | ||
| 14492 | 2025.04.22 03:12:05.698281 [ 276 ] {3158746a-3850-4655-bffc-b2c62e2fa2c1} <Debug> TCPHandler: Processed in 0.001978463 sec. | ||
| 14493 | 2025.04.22 03:12:05.701359 [ 198 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_122_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36105 rows, containing 5 columns (5 merged, 0 gathered) in 0.012690579 sec., 2845023.855885535 rows/sec., 192.55 MiB/sec. | ||
| 14494 | 2025.04.22 03:12:05.701788 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_122_25} <Trace> MergedBlockOutputStream: filled checksums all_1_122_25 (state Temporary) | ||
| 14495 | 2025.04.22 03:12:05.702099 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_122_25} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_merge_all_1_122_25 to all_1_122_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14496 | 2025.04.22 03:12:05.702183 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_122_25} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Merged 6 parts: [all_1_117_24, all_122_122_0] -> all_1_122_25 | ||
| 14497 | 2025.04.22 03:12:05.702278 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
| 14498 | 2025.04.22 03:12:05.878510 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33428 | ||
| 14499 | 2025.04.22 03:12:05.879294 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14500 | 2025.04.22 03:12:05.879338 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 14501 | 2025.04.22 03:12:05.879857 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 14502 | 2025.04.22 03:12:05.880106 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14503 | 2025.04.22 03:12:05.880346 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33428 | ||
| 14504 | 2025.04.22 03:12:07.431585 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14505 | 2025.04.22 03:12:07.431794 [ 276 ] {d69ec417-b24d-4779-9717-d2a091336756} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14506 | 2025.04.22 03:12:07.431872 [ 276 ] {d69ec417-b24d-4779-9717-d2a091336756} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14507 | 2025.04.22 03:12:07.432679 [ 276 ] {d69ec417-b24d-4779-9717-d2a091336756} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14508 | 2025.04.22 03:12:07.432724 [ 276 ] {d69ec417-b24d-4779-9717-d2a091336756} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 14509 | 2025.04.22 03:12:07.433137 [ 276 ] {d69ec417-b24d-4779-9717-d2a091336756} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 14510 | 2025.04.22 03:12:07.433391 [ 276 ] {d69ec417-b24d-4779-9717-d2a091336756} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14511 | 2025.04.22 03:12:07.433606 [ 276 ] {d69ec417-b24d-4779-9717-d2a091336756} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001859 sec., 30123.72243141474 rows/sec., 2.31 MiB/sec. | ||
| 14512 | 2025.04.22 03:12:07.433704 [ 276 ] {d69ec417-b24d-4779-9717-d2a091336756} <Debug> TCPHandler: Processed in 0.00225204 sec. | ||
| 14513 | 2025.04.22 03:12:07.433898 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14514 | 2025.04.22 03:12:07.434200 [ 276 ] {b90abb02-b338-4b63-af70-cfa69b0ad738} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14515 | 2025.04.22 03:12:07.434331 [ 276 ] {b90abb02-b338-4b63-af70-cfa69b0ad738} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14516 | 2025.04.22 03:12:07.435004 [ 276 ] {b90abb02-b338-4b63-af70-cfa69b0ad738} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14517 | 2025.04.22 03:12:07.435045 [ 276 ] {b90abb02-b338-4b63-af70-cfa69b0ad738} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 14518 | 2025.04.22 03:12:07.435397 [ 276 ] {b90abb02-b338-4b63-af70-cfa69b0ad738} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 14519 | 2025.04.22 03:12:07.435629 [ 276 ] {b90abb02-b338-4b63-af70-cfa69b0ad738} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14520 | 2025.04.22 03:12:07.435833 [ 276 ] {b90abb02-b338-4b63-af70-cfa69b0ad738} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001731 sec., 36972.848064702484 rows/sec., 2.89 MiB/sec. | ||
| 14521 | 2025.04.22 03:12:07.435924 [ 276 ] {b90abb02-b338-4b63-af70-cfa69b0ad738} <Debug> TCPHandler: Processed in 0.002125547 sec. | ||
| 14522 | 2025.04.22 03:12:07.435965 [ 221 ] {} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14523 | 2025.04.22 03:12:07.436038 [ 221 ] {} <Debug> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14524 | 2025.04.22 03:12:07.436107 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14525 | 2025.04.22 03:12:07.436319 [ 276 ] {7feddc1c-b409-422e-bd5d-638d1d3ae825} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14526 | 2025.04.22 03:12:07.436382 [ 276 ] {7feddc1c-b409-422e-bd5d-638d1d3ae825} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14527 | 2025.04.22 03:12:07.437551 [ 276 ] {7feddc1c-b409-422e-bd5d-638d1d3ae825} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14528 | 2025.04.22 03:12:07.437611 [ 276 ] {7feddc1c-b409-422e-bd5d-638d1d3ae825} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 14529 | 2025.04.22 03:12:07.438265 [ 276 ] {7feddc1c-b409-422e-bd5d-638d1d3ae825} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 14530 | 2025.04.22 03:12:07.438671 [ 276 ] {7feddc1c-b409-422e-bd5d-638d1d3ae825} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14531 | 2025.04.22 03:12:07.439010 [ 276 ] {7feddc1c-b409-422e-bd5d-638d1d3ae825} <Debug> executeQuery: Read 52 rows, 3.70 KiB in 0.002714 sec., 19159.91156963891 rows/sec., 1.33 MiB/sec. | ||
| 14532 | 2025.04.22 03:12:07.439132 [ 276 ] {7feddc1c-b409-422e-bd5d-638d1d3ae825} <Debug> TCPHandler: Processed in 0.003111383 sec. | ||
| 14533 | 2025.04.22 03:12:07.439314 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14534 | 2025.04.22 03:12:07.439459 [ 276 ] {15759bd4-0ea2-4439-bee3-8c81767ecd65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14535 | 2025.04.22 03:12:07.439505 [ 276 ] {15759bd4-0ea2-4439-bee3-8c81767ecd65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14536 | 2025.04.22 03:12:07.439895 [ 221 ] {} <Debug> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14537 | 2025.04.22 03:12:07.440667 [ 276 ] {15759bd4-0ea2-4439-bee3-8c81767ecd65} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14538 | 2025.04.22 03:12:07.440751 [ 276 ] {15759bd4-0ea2-4439-bee3-8c81767ecd65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 14539 | 2025.04.22 03:12:07.441524 [ 276 ] {15759bd4-0ea2-4439-bee3-8c81767ecd65} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 14540 | 2025.04.22 03:12:07.441763 [ 276 ] {15759bd4-0ea2-4439-bee3-8c81767ecd65} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14541 | 2025.04.22 03:12:07.441951 [ 276 ] {15759bd4-0ea2-4439-bee3-8c81767ecd65} <Debug> executeQuery: Read 18 rows, 1.25 KiB in 0.002503 sec., 7191.370355573312 rows/sec., 499.01 KiB/sec. | ||
| 14542 | 2025.04.22 03:12:07.442002 [ 276 ] {15759bd4-0ea2-4439-bee3-8c81767ecd65} <Debug> TCPHandler: Processed in 0.002772654 sec. | ||
| 14543 | 2025.04.22 03:12:08.189490 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 550 | ||
| 14544 | 2025.04.22 03:12:08.210756 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14545 | 2025.04.22 03:12:08.210816 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 14546 | 2025.04.22 03:12:08.217961 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 14547 | 2025.04.22 03:12:08.218725 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14548 | 2025.04.22 03:12:08.222624 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 550 | ||
| 14549 | 2025.04.22 03:12:08.386031 [ 223 ] {} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14550 | 2025.04.22 03:12:08.386132 [ 223 ] {} <Debug> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14551 | 2025.04.22 03:12:08.388392 [ 223 ] {} <Debug> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14552 | 2025.04.22 03:12:08.429151 [ 218 ] {} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14553 | 2025.04.22 03:12:08.429205 [ 218 ] {} <Debug> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14554 | 2025.04.22 03:12:08.431488 [ 218 ] {} <Debug> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14555 | 2025.04.22 03:12:08.515300 [ 220 ] {} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14556 | 2025.04.22 03:12:08.515365 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14557 | 2025.04.22 03:12:08.517914 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14558 | 2025.04.22 03:12:08.554191 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 2038 | ||
| 14559 | 2025.04.22 03:12:08.557939 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14560 | 2025.04.22 03:12:08.557978 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 14561 | 2025.04.22 03:12:08.559497 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 14562 | 2025.04.22 03:12:08.559808 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14563 | 2025.04.22 03:12:08.560209 [ 220 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14564 | 2025.04.22 03:12:08.560339 [ 220 ] {} <Debug> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14565 | 2025.04.22 03:12:08.561654 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2038 | ||
| 14566 | 2025.04.22 03:12:08.564000 [ 220 ] {} <Debug> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14567 | 2025.04.22 03:12:09.000218 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 264.87 MiB, peak 286.60 MiB, free memory in arenas 0.00 B, will set to 268.36 MiB (RSS), difference: 3.49 MiB | ||
| 14568 | 2025.04.22 03:12:12.444707 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14569 | 2025.04.22 03:12:12.444920 [ 276 ] {5b516c3b-d7d6-456c-85e8-cbe922d7b912} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14570 | 2025.04.22 03:12:12.444998 [ 276 ] {5b516c3b-d7d6-456c-85e8-cbe922d7b912} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14571 | 2025.04.22 03:12:12.445928 [ 276 ] {5b516c3b-d7d6-456c-85e8-cbe922d7b912} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14572 | 2025.04.22 03:12:12.445983 [ 276 ] {5b516c3b-d7d6-456c-85e8-cbe922d7b912} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 14573 | 2025.04.22 03:12:12.446439 [ 276 ] {5b516c3b-d7d6-456c-85e8-cbe922d7b912} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 14574 | 2025.04.22 03:12:12.446713 [ 276 ] {5b516c3b-d7d6-456c-85e8-cbe922d7b912} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14575 | 2025.04.22 03:12:12.446935 [ 276 ] {5b516c3b-d7d6-456c-85e8-cbe922d7b912} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002069 sec., 102464.95891735137 rows/sec., 6.52 MiB/sec. | ||
| 14576 | 2025.04.22 03:12:12.446997 [ 276 ] {5b516c3b-d7d6-456c-85e8-cbe922d7b912} <Debug> TCPHandler: Processed in 0.002421695 sec. | ||
| 14577 | 2025.04.22 03:12:12.447124 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14578 | 2025.04.22 03:12:12.447235 [ 276 ] {73a772bc-ee16-42c3-85ec-4d4ff49ec054} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14579 | 2025.04.22 03:12:12.447284 [ 276 ] {73a772bc-ee16-42c3-85ec-4d4ff49ec054} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14580 | 2025.04.22 03:12:12.448141 [ 276 ] {73a772bc-ee16-42c3-85ec-4d4ff49ec054} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14581 | 2025.04.22 03:12:12.448180 [ 276 ] {73a772bc-ee16-42c3-85ec-4d4ff49ec054} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 14582 | 2025.04.22 03:12:12.448566 [ 276 ] {73a772bc-ee16-42c3-85ec-4d4ff49ec054} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 14583 | 2025.04.22 03:12:12.448798 [ 276 ] {73a772bc-ee16-42c3-85ec-4d4ff49ec054} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14584 | 2025.04.22 03:12:12.448989 [ 276 ] {73a772bc-ee16-42c3-85ec-4d4ff49ec054} <Debug> executeQuery: Read 689 rows, 56.23 KiB in 0.001779 sec., 387296.2338392355 rows/sec., 30.87 MiB/sec. | ||
| 14585 | 2025.04.22 03:12:12.449039 [ 276 ] {73a772bc-ee16-42c3-85ec-4d4ff49ec054} <Debug> TCPHandler: Processed in 0.001968272 sec. | ||
| 14586 | 2025.04.22 03:12:12.449154 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14587 | 2025.04.22 03:12:12.449259 [ 276 ] {f11f46f4-bb4f-48fd-98b7-09aac69b9ce3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14588 | 2025.04.22 03:12:12.449304 [ 276 ] {f11f46f4-bb4f-48fd-98b7-09aac69b9ce3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14589 | 2025.04.22 03:12:12.449847 [ 276 ] {f11f46f4-bb4f-48fd-98b7-09aac69b9ce3} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14590 | 2025.04.22 03:12:12.449886 [ 276 ] {f11f46f4-bb4f-48fd-98b7-09aac69b9ce3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 14591 | 2025.04.22 03:12:12.450227 [ 276 ] {f11f46f4-bb4f-48fd-98b7-09aac69b9ce3} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 14592 | 2025.04.22 03:12:12.450453 [ 276 ] {f11f46f4-bb4f-48fd-98b7-09aac69b9ce3} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14593 | 2025.04.22 03:12:12.450633 [ 57 ] {} <Debug> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 14594 | 2025.04.22 03:12:12.450661 [ 276 ] {f11f46f4-bb4f-48fd-98b7-09aac69b9ce3} <Debug> executeQuery: Read 142 rows, 9.09 KiB in 0.001422 sec., 99859.35302390998 rows/sec., 6.24 MiB/sec. | ||
| 14595 | 2025.04.22 03:12:12.450710 [ 57 ] {} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14596 | 2025.04.22 03:12:12.450779 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 14597 | 2025.04.22 03:12:12.450782 [ 276 ] {f11f46f4-bb4f-48fd-98b7-09aac69b9ce3} <Debug> TCPHandler: Processed in 0.001676745 sec. | ||
| 14598 | 2025.04.22 03:12:12.450932 [ 191 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 14599 | 2025.04.22 03:12:12.450952 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14600 | 2025.04.22 03:12:12.451070 [ 191 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14601 | 2025.04.22 03:12:12.451088 [ 276 ] {4fe31419-de7d-4b7a-a2ad-ac4aeb744578} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14602 | 2025.04.22 03:12:12.451110 [ 191 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 166 rows starting from the beginning of the part | ||
| 14603 | 2025.04.22 03:12:12.451145 [ 276 ] {4fe31419-de7d-4b7a-a2ad-ac4aeb744578} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14604 | 2025.04.22 03:12:12.451306 [ 191 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 144 rows starting from the beginning of the part | ||
| 14605 | 2025.04.22 03:12:12.451695 [ 191 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 4 rows starting from the beginning of the part | ||
| 14606 | 2025.04.22 03:12:12.452165 [ 191 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 142 rows starting from the beginning of the part | ||
| 14607 | 2025.04.22 03:12:12.452545 [ 191 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 8 rows starting from the beginning of the part | ||
| 14608 | 2025.04.22 03:12:12.452942 [ 191 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 142 rows starting from the beginning of the part | ||
| 14609 | 2025.04.22 03:12:12.453896 [ 276 ] {4fe31419-de7d-4b7a-a2ad-ac4aeb744578} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14610 | 2025.04.22 03:12:12.453941 [ 276 ] {4fe31419-de7d-4b7a-a2ad-ac4aeb744578} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 14611 | 2025.04.22 03:12:12.454514 [ 276 ] {4fe31419-de7d-4b7a-a2ad-ac4aeb744578} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14612 | 2025.04.22 03:12:12.454832 [ 198 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 606 rows, containing 5 columns (5 merged, 0 gathered) in 0.003954416 sec., 153246.39592799544 rows/sec., 10.24 MiB/sec. | ||
| 14613 | 2025.04.22 03:12:12.454877 [ 276 ] {4fe31419-de7d-4b7a-a2ad-ac4aeb744578} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14614 | 2025.04.22 03:12:12.455034 [ 191 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 14615 | 2025.04.22 03:12:12.455137 [ 57 ] {} <Debug> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f) (MergerMutator): Selected 6 parts from all_1_50_10 to all_55_55_0 | ||
| 14616 | 2025.04.22 03:12:12.455250 [ 57 ] {} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14617 | 2025.04.22 03:12:12.455270 [ 276 ] {4fe31419-de7d-4b7a-a2ad-ac4aeb744578} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.004194 sec., 26943.25226514068 rows/sec., 1.74 MiB/sec. | ||
| 14618 | 2025.04.22 03:12:12.455314 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 14619 | 2025.04.22 03:12:12.455509 [ 276 ] {4fe31419-de7d-4b7a-a2ad-ac4aeb744578} <Debug> TCPHandler: Processed in 0.004612704 sec. | ||
| 14620 | 2025.04.22 03:12:12.455618 [ 187 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_55_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_50_10 to all_55_55_0 into Compact with storage Full | ||
| 14621 | 2025.04.22 03:12:12.455683 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14622 | 2025.04.22 03:12:12.455742 [ 191 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_101_20} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14623 | 2025.04.22 03:12:12.455826 [ 187 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_55_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14624 | 2025.04.22 03:12:12.455894 [ 276 ] {1fdd6af6-65e1-4cff-bcd4-946c72510dc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14625 | 2025.04.22 03:12:12.455894 [ 187 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_50_10, total 341 rows starting from the beginning of the part | ||
| 14626 | 2025.04.22 03:12:12.455938 [ 191 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_101_20} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 14627 | 2025.04.22 03:12:12.455967 [ 276 ] {1fdd6af6-65e1-4cff-bcd4-946c72510dc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14628 | 2025.04.22 03:12:12.456358 [ 187 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 113 rows starting from the beginning of the part | ||
| 14629 | 2025.04.22 03:12:12.456388 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 14630 | 2025.04.22 03:12:12.456688 [ 187 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 113 rows starting from the beginning of the part | ||
| 14631 | 2025.04.22 03:12:12.457041 [ 187 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 113 rows starting from the beginning of the part | ||
| 14632 | 2025.04.22 03:12:12.457363 [ 187 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 228 rows starting from the beginning of the part | ||
| 14633 | 2025.04.22 03:12:12.457727 [ 187 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 113 rows starting from the beginning of the part | ||
| 14634 | 2025.04.22 03:12:12.458705 [ 276 ] {1fdd6af6-65e1-4cff-bcd4-946c72510dc6} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14635 | 2025.04.22 03:12:12.458754 [ 276 ] {1fdd6af6-65e1-4cff-bcd4-946c72510dc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 14636 | 2025.04.22 03:12:12.459330 [ 276 ] {1fdd6af6-65e1-4cff-bcd4-946c72510dc6} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 14637 | 2025.04.22 03:12:12.459689 [ 189 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_55_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1021 rows, containing 5 columns (5 merged, 0 gathered) in 0.004183412 sec., 244059.15554097947 rows/sec., 17.05 MiB/sec. | ||
| 14638 | 2025.04.22 03:12:12.459693 [ 276 ] {1fdd6af6-65e1-4cff-bcd4-946c72510dc6} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14639 | 2025.04.22 03:12:12.459891 [ 191 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_55_11} <Trace> MergedBlockOutputStream: filled checksums all_1_55_11 (state Temporary) | ||
| 14640 | 2025.04.22 03:12:12.460066 [ 276 ] {1fdd6af6-65e1-4cff-bcd4-946c72510dc6} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.004238 sec., 26427.56016989146 rows/sec., 1.51 MiB/sec. | ||
| 14641 | 2025.04.22 03:12:12.460135 [ 276 ] {1fdd6af6-65e1-4cff-bcd4-946c72510dc6} <Debug> TCPHandler: Processed in 0.004513191 sec. | ||
| 14642 | 2025.04.22 03:12:12.460261 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14643 | 2025.04.22 03:12:12.460319 [ 191 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_55_11} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_merge_all_1_55_11 to all_1_55_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14644 | 2025.04.22 03:12:12.460399 [ 276 ] {383a7484-3bcd-4bbf-b4a2-e206fb6296e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14645 | 2025.04.22 03:12:12.460423 [ 191 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_55_11} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f) (MergerMutator): Merged 6 parts: [all_1_50_10, all_55_55_0] -> all_1_55_11 | ||
| 14646 | 2025.04.22 03:12:12.460450 [ 276 ] {383a7484-3bcd-4bbf-b4a2-e206fb6296e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14647 | 2025.04.22 03:12:12.460513 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 14648 | 2025.04.22 03:12:12.461174 [ 276 ] {383a7484-3bcd-4bbf-b4a2-e206fb6296e3} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14649 | 2025.04.22 03:12:12.461214 [ 276 ] {383a7484-3bcd-4bbf-b4a2-e206fb6296e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 14650 | 2025.04.22 03:12:12.461599 [ 276 ] {383a7484-3bcd-4bbf-b4a2-e206fb6296e3} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 14651 | 2025.04.22 03:12:12.461845 [ 276 ] {383a7484-3bcd-4bbf-b4a2-e206fb6296e3} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14652 | 2025.04.22 03:12:12.462039 [ 276 ] {383a7484-3bcd-4bbf-b4a2-e206fb6296e3} <Debug> executeQuery: Read 418 rows, 30.47 KiB in 0.001679 sec., 248957.71292435974 rows/sec., 17.72 MiB/sec. | ||
| 14653 | 2025.04.22 03:12:12.462091 [ 276 ] {383a7484-3bcd-4bbf-b4a2-e206fb6296e3} <Debug> TCPHandler: Processed in 0.001885381 sec. | ||
| 14654 | 2025.04.22 03:12:12.462205 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14655 | 2025.04.22 03:12:12.462311 [ 276 ] {b04b690b-2fd6-4e16-aa0b-19112da00c66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14656 | 2025.04.22 03:12:12.462359 [ 276 ] {b04b690b-2fd6-4e16-aa0b-19112da00c66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14657 | 2025.04.22 03:12:12.462771 [ 276 ] {b04b690b-2fd6-4e16-aa0b-19112da00c66} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14658 | 2025.04.22 03:12:12.462811 [ 276 ] {b04b690b-2fd6-4e16-aa0b-19112da00c66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 14659 | 2025.04.22 03:12:12.463172 [ 276 ] {b04b690b-2fd6-4e16-aa0b-19112da00c66} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 14660 | 2025.04.22 03:12:12.463406 [ 276 ] {b04b690b-2fd6-4e16-aa0b-19112da00c66} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14661 | 2025.04.22 03:12:12.463585 [ 276 ] {b04b690b-2fd6-4e16-aa0b-19112da00c66} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001291 sec., 4647.560030983734 rows/sec., 242.82 KiB/sec. | ||
| 14662 | 2025.04.22 03:12:12.463680 [ 276 ] {b04b690b-2fd6-4e16-aa0b-19112da00c66} <Debug> TCPHandler: Processed in 0.001522651 sec. | ||
| 14663 | 2025.04.22 03:12:12.463847 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14664 | 2025.04.22 03:12:12.464020 [ 276 ] {ce81ed77-4936-4d66-8f07-6fc59520628a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14665 | 2025.04.22 03:12:12.464070 [ 276 ] {ce81ed77-4936-4d66-8f07-6fc59520628a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14666 | 2025.04.22 03:12:12.464585 [ 276 ] {ce81ed77-4936-4d66-8f07-6fc59520628a} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14667 | 2025.04.22 03:12:12.464625 [ 276 ] {ce81ed77-4936-4d66-8f07-6fc59520628a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 14668 | 2025.04.22 03:12:12.464995 [ 276 ] {ce81ed77-4936-4d66-8f07-6fc59520628a} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 14669 | 2025.04.22 03:12:12.465221 [ 276 ] {ce81ed77-4936-4d66-8f07-6fc59520628a} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14670 | 2025.04.22 03:12:12.465398 [ 276 ] {ce81ed77-4936-4d66-8f07-6fc59520628a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001409 sec., 168204.40028388926 rows/sec., 11.27 MiB/sec. | ||
| 14671 | 2025.04.22 03:12:12.465486 [ 276 ] {ce81ed77-4936-4d66-8f07-6fc59520628a} <Debug> TCPHandler: Processed in 0.001716275 sec. | ||
| 14672 | 2025.04.22 03:12:12.465602 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14673 | 2025.04.22 03:12:12.465797 [ 276 ] {93e9d884-2991-4ccd-ab38-30af9a1ebb6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14674 | 2025.04.22 03:12:12.465949 [ 276 ] {93e9d884-2991-4ccd-ab38-30af9a1ebb6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14675 | 2025.04.22 03:12:12.467316 [ 276 ] {93e9d884-2991-4ccd-ab38-30af9a1ebb6c} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14676 | 2025.04.22 03:12:12.467356 [ 276 ] {93e9d884-2991-4ccd-ab38-30af9a1ebb6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 14677 | 2025.04.22 03:12:12.467708 [ 276 ] {93e9d884-2991-4ccd-ab38-30af9a1ebb6c} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 14678 | 2025.04.22 03:12:12.467940 [ 276 ] {93e9d884-2991-4ccd-ab38-30af9a1ebb6c} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14679 | 2025.04.22 03:12:12.468153 [ 276 ] {93e9d884-2991-4ccd-ab38-30af9a1ebb6c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002455 sec., 407.33197556008145 rows/sec., 27.45 KiB/sec. | ||
| 14680 | 2025.04.22 03:12:12.468242 [ 276 ] {93e9d884-2991-4ccd-ab38-30af9a1ebb6c} <Debug> TCPHandler: Processed in 0.002698302 sec. | ||
| 14681 | 2025.04.22 03:12:12.468480 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14682 | 2025.04.22 03:12:12.468596 [ 276 ] {74f49306-08fa-4573-b4df-2088007e4dba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14683 | 2025.04.22 03:12:12.468671 [ 276 ] {74f49306-08fa-4573-b4df-2088007e4dba} <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 | ||
| 14684 | 2025.04.22 03:12:12.469753 [ 276 ] {74f49306-08fa-4573-b4df-2088007e4dba} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14685 | 2025.04.22 03:12:12.469794 [ 276 ] {74f49306-08fa-4573-b4df-2088007e4dba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 14686 | 2025.04.22 03:12:12.470446 [ 276 ] {74f49306-08fa-4573-b4df-2088007e4dba} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 14687 | 2025.04.22 03:12:12.470711 [ 276 ] {74f49306-08fa-4573-b4df-2088007e4dba} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14688 | 2025.04.22 03:12:12.470929 [ 56 ] {} <Debug> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 14689 | 2025.04.22 03:12:12.470941 [ 276 ] {74f49306-08fa-4573-b4df-2088007e4dba} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002355 sec., 15286.624203821657 rows/sec., 27.39 MiB/sec. | ||
| 14690 | 2025.04.22 03:12:12.471021 [ 56 ] {} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14691 | 2025.04.22 03:12:12.471106 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 14692 | 2025.04.22 03:12:12.471307 [ 276 ] {74f49306-08fa-4573-b4df-2088007e4dba} <Debug> TCPHandler: Processed in 0.002922728 sec. | ||
| 14693 | 2025.04.22 03:12:12.471373 [ 191 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 14694 | 2025.04.22 03:12:12.471470 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14695 | 2025.04.22 03:12:12.471747 [ 276 ] {da061678-105c-42e3-87cf-1aea2374ee28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14696 | 2025.04.22 03:12:12.471883 [ 276 ] {da061678-105c-42e3-87cf-1aea2374ee28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14697 | 2025.04.22 03:12:12.472644 [ 191 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14698 | 2025.04.22 03:12:12.472975 [ 191 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1983 rows starting from the beginning of the part | ||
| 14699 | 2025.04.22 03:12:12.473696 [ 191 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 36 rows starting from the beginning of the part | ||
| 14700 | 2025.04.22 03:12:12.474318 [ 276 ] {da061678-105c-42e3-87cf-1aea2374ee28} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14701 | 2025.04.22 03:12:12.474388 [ 276 ] {da061678-105c-42e3-87cf-1aea2374ee28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 14702 | 2025.04.22 03:12:12.474397 [ 191 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 4 rows starting from the beginning of the part | ||
| 14703 | 2025.04.22 03:12:12.474965 [ 191 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 36 rows starting from the beginning of the part | ||
| 14704 | 2025.04.22 03:12:12.475560 [ 191 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 4 rows starting from the beginning of the part | ||
| 14705 | 2025.04.22 03:12:12.475574 [ 276 ] {da061678-105c-42e3-87cf-1aea2374ee28} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 14706 | 2025.04.22 03:12:12.476059 [ 191 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 36 rows starting from the beginning of the part | ||
| 14707 | 2025.04.22 03:12:12.476149 [ 276 ] {da061678-105c-42e3-87cf-1aea2374ee28} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14708 | 2025.04.22 03:12:12.476899 [ 276 ] {da061678-105c-42e3-87cf-1aea2374ee28} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005216 sec., 15720.858895705522 rows/sec., 1022.43 KiB/sec. | ||
| 14709 | 2025.04.22 03:12:12.477032 [ 276 ] {da061678-105c-42e3-87cf-1aea2374ee28} <Debug> TCPHandler: Processed in 0.00561843 sec. | ||
| 14710 | 2025.04.22 03:12:12.484959 [ 188 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2099 rows, containing 19 columns (19 merged, 0 gathered) in 0.013713377 sec., 153062.22530015765 rows/sec., 274.28 MiB/sec. | ||
| 14711 | 2025.04.22 03:12:12.487340 [ 192 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 14712 | 2025.04.22 03:12:12.487817 [ 192 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_101_20} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14713 | 2025.04.22 03:12:12.487911 [ 192 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_101_20} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 14714 | 2025.04.22 03:12:12.488095 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.89 MiB. | ||
| 14715 | 2025.04.22 03:12:13.181869 [ 56 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14716 | 2025.04.22 03:12:13.181925 [ 56 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14717 | 2025.04.22 03:12:13.380481 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33916 | ||
| 14718 | 2025.04.22 03:12:13.381137 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14719 | 2025.04.22 03:12:13.381175 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 14720 | 2025.04.22 03:12:13.381717 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 14721 | 2025.04.22 03:12:13.381968 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14722 | 2025.04.22 03:12:13.382149 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33916 | ||
| 14723 | 2025.04.22 03:12:15.722710 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 558 | ||
| 14724 | 2025.04.22 03:12:15.744658 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14725 | 2025.04.22 03:12:15.744711 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 14726 | 2025.04.22 03:12:15.752066 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 14727 | 2025.04.22 03:12:15.752870 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14728 | 2025.04.22 03:12:15.756150 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 558 | ||
| 14729 | 2025.04.22 03:12:17.436972 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14730 | 2025.04.22 03:12:17.437159 [ 276 ] {1f204ea8-660d-4c36-b4ec-397dd30a46e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14731 | 2025.04.22 03:12:17.437228 [ 276 ] {1f204ea8-660d-4c36-b4ec-397dd30a46e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14732 | 2025.04.22 03:12:17.438005 [ 276 ] {1f204ea8-660d-4c36-b4ec-397dd30a46e8} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14733 | 2025.04.22 03:12:17.438052 [ 276 ] {1f204ea8-660d-4c36-b4ec-397dd30a46e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 14734 | 2025.04.22 03:12:17.438487 [ 276 ] {1f204ea8-660d-4c36-b4ec-397dd30a46e8} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 14735 | 2025.04.22 03:12:17.438743 [ 276 ] {1f204ea8-660d-4c36-b4ec-397dd30a46e8} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14736 | 2025.04.22 03:12:17.438930 [ 276 ] {1f204ea8-660d-4c36-b4ec-397dd30a46e8} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.001823 sec., 35106.96653867252 rows/sec., 2.78 MiB/sec. | ||
| 14737 | 2025.04.22 03:12:17.438985 [ 276 ] {1f204ea8-660d-4c36-b4ec-397dd30a46e8} <Debug> TCPHandler: Processed in 0.002139607 sec. | ||
| 14738 | 2025.04.22 03:12:17.439111 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14739 | 2025.04.22 03:12:17.439213 [ 276 ] {754d4da7-02b5-4bf7-906c-36da989341ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14740 | 2025.04.22 03:12:17.439256 [ 276 ] {754d4da7-02b5-4bf7-906c-36da989341ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14741 | 2025.04.22 03:12:17.439759 [ 276 ] {754d4da7-02b5-4bf7-906c-36da989341ce} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14742 | 2025.04.22 03:12:17.439796 [ 276 ] {754d4da7-02b5-4bf7-906c-36da989341ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 14743 | 2025.04.22 03:12:17.440143 [ 276 ] {754d4da7-02b5-4bf7-906c-36da989341ce} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 14744 | 2025.04.22 03:12:17.440374 [ 276 ] {754d4da7-02b5-4bf7-906c-36da989341ce} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14745 | 2025.04.22 03:12:17.440544 [ 276 ] {754d4da7-02b5-4bf7-906c-36da989341ce} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.00135 sec., 2962.9629629629626 rows/sec., 222.80 KiB/sec. | ||
| 14746 | 2025.04.22 03:12:17.440599 [ 219 ] {} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14747 | 2025.04.22 03:12:17.440605 [ 276 ] {754d4da7-02b5-4bf7-906c-36da989341ce} <Debug> TCPHandler: Processed in 0.001540681 sec. | ||
| 14748 | 2025.04.22 03:12:17.440637 [ 219 ] {} <Debug> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14749 | 2025.04.22 03:12:17.440741 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14750 | 2025.04.22 03:12:17.440845 [ 276 ] {54a2d972-00ac-44c4-a786-d7a826115b71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14751 | 2025.04.22 03:12:17.440890 [ 276 ] {54a2d972-00ac-44c4-a786-d7a826115b71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14752 | 2025.04.22 03:12:17.441697 [ 276 ] {54a2d972-00ac-44c4-a786-d7a826115b71} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14753 | 2025.04.22 03:12:17.441734 [ 276 ] {54a2d972-00ac-44c4-a786-d7a826115b71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 14754 | 2025.04.22 03:12:17.442193 [ 276 ] {54a2d972-00ac-44c4-a786-d7a826115b71} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 14755 | 2025.04.22 03:12:17.442484 [ 276 ] {54a2d972-00ac-44c4-a786-d7a826115b71} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14756 | 2025.04.22 03:12:17.442721 [ 276 ] {54a2d972-00ac-44c4-a786-d7a826115b71} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001892 sec., 35940.80338266385 rows/sec., 2.81 MiB/sec. | ||
| 14757 | 2025.04.22 03:12:17.442812 [ 276 ] {54a2d972-00ac-44c4-a786-d7a826115b71} <Debug> TCPHandler: Processed in 0.002121637 sec. | ||
| 14758 | 2025.04.22 03:12:17.442940 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14759 | 2025.04.22 03:12:17.443055 [ 276 ] {fdd7a1be-6060-4e79-84c2-ac769d908171} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14760 | 2025.04.22 03:12:17.443114 [ 276 ] {fdd7a1be-6060-4e79-84c2-ac769d908171} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14761 | 2025.04.22 03:12:17.443131 [ 219 ] {} <Debug> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14762 | 2025.04.22 03:12:17.443844 [ 276 ] {fdd7a1be-6060-4e79-84c2-ac769d908171} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14763 | 2025.04.22 03:12:17.443880 [ 276 ] {fdd7a1be-6060-4e79-84c2-ac769d908171} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 14764 | 2025.04.22 03:12:17.444245 [ 276 ] {fdd7a1be-6060-4e79-84c2-ac769d908171} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 14765 | 2025.04.22 03:12:17.444483 [ 276 ] {fdd7a1be-6060-4e79-84c2-ac769d908171} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14766 | 2025.04.22 03:12:17.444650 [ 276 ] {fdd7a1be-6060-4e79-84c2-ac769d908171} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001622 sec., 98643.64981504316 rows/sec., 6.87 MiB/sec. | ||
| 14767 | 2025.04.22 03:12:17.444699 [ 276 ] {fdd7a1be-6060-4e79-84c2-ac769d908171} <Debug> TCPHandler: Processed in 0.001806948 sec. | ||
| 14768 | 2025.04.22 03:12:17.444821 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14769 | 2025.04.22 03:12:17.444930 [ 276 ] {494caead-2c1b-42c3-b0e6-66d047d4813f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14770 | 2025.04.22 03:12:17.444996 [ 276 ] {494caead-2c1b-42c3-b0e6-66d047d4813f} <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 | ||
| 14771 | 2025.04.22 03:12:17.446012 [ 276 ] {494caead-2c1b-42c3-b0e6-66d047d4813f} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14772 | 2025.04.22 03:12:17.446048 [ 276 ] {494caead-2c1b-42c3-b0e6-66d047d4813f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 14773 | 2025.04.22 03:12:17.446646 [ 276 ] {494caead-2c1b-42c3-b0e6-66d047d4813f} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 14774 | 2025.04.22 03:12:17.446909 [ 276 ] {494caead-2c1b-42c3-b0e6-66d047d4813f} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14775 | 2025.04.22 03:12:17.447122 [ 276 ] {494caead-2c1b-42c3-b0e6-66d047d4813f} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002208 sec., 1811.5942028985507 rows/sec., 3.25 MiB/sec. | ||
| 14776 | 2025.04.22 03:12:17.447214 [ 224 ] {} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14777 | 2025.04.22 03:12:17.447264 [ 276 ] {494caead-2c1b-42c3-b0e6-66d047d4813f} <Debug> TCPHandler: Processed in 0.002490686 sec. | ||
| 14778 | 2025.04.22 03:12:17.447299 [ 224 ] {} <Debug> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14779 | 2025.04.22 03:12:17.447471 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14780 | 2025.04.22 03:12:17.447606 [ 276 ] {92a46a98-0b39-41c9-8003-edca4721cc15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14781 | 2025.04.22 03:12:17.447654 [ 276 ] {92a46a98-0b39-41c9-8003-edca4721cc15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14782 | 2025.04.22 03:12:17.448494 [ 276 ] {92a46a98-0b39-41c9-8003-edca4721cc15} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14783 | 2025.04.22 03:12:17.448558 [ 276 ] {92a46a98-0b39-41c9-8003-edca4721cc15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 14784 | 2025.04.22 03:12:17.449302 [ 276 ] {92a46a98-0b39-41c9-8003-edca4721cc15} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 14785 | 2025.04.22 03:12:17.449663 [ 276 ] {92a46a98-0b39-41c9-8003-edca4721cc15} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14786 | 2025.04.22 03:12:17.450118 [ 276 ] {92a46a98-0b39-41c9-8003-edca4721cc15} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002536 sec., 23659.30599369085 rows/sec., 1.59 MiB/sec. | ||
| 14787 | 2025.04.22 03:12:17.450166 [ 276 ] {92a46a98-0b39-41c9-8003-edca4721cc15} <Debug> TCPHandler: Processed in 0.002744793 sec. | ||
| 14788 | 2025.04.22 03:12:17.450694 [ 224 ] {} <Debug> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14789 | 2025.04.22 03:12:18.561964 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2072 | ||
| 14790 | 2025.04.22 03:12:18.565459 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14791 | 2025.04.22 03:12:18.565510 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 14792 | 2025.04.22 03:12:18.567032 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14793 | 2025.04.22 03:12:18.567354 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14794 | 2025.04.22 03:12:18.567953 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2072 | ||
| 14795 | 2025.04.22 03:12:20.882322 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 34343 | ||
| 14796 | 2025.04.22 03:12:20.883077 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14797 | 2025.04.22 03:12:20.883127 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 14798 | 2025.04.22 03:12:20.883668 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 14799 | 2025.04.22 03:12:20.883932 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14800 | 2025.04.22 03:12:20.884158 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34343 | ||
| 14801 | 2025.04.22 03:12:20.884307 [ 218 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14802 | 2025.04.22 03:12:20.884363 [ 218 ] {} <Debug> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14803 | 2025.04.22 03:12:20.886269 [ 218 ] {} <Debug> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14804 | 2025.04.22 03:12:21.611238 [ 224 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14805 | 2025.04.22 03:12:21.611295 [ 224 ] {} <Debug> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14806 | 2025.04.22 03:12:21.613239 [ 224 ] {} <Debug> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14807 | 2025.04.22 03:12:22.444388 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14808 | 2025.04.22 03:12:22.444596 [ 276 ] {018bbaeb-8d11-4691-bf11-3274dbd31a13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14809 | 2025.04.22 03:12:22.444671 [ 276 ] {018bbaeb-8d11-4691-bf11-3274dbd31a13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14810 | 2025.04.22 03:12:22.445512 [ 276 ] {018bbaeb-8d11-4691-bf11-3274dbd31a13} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14811 | 2025.04.22 03:12:22.445555 [ 276 ] {018bbaeb-8d11-4691-bf11-3274dbd31a13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 14812 | 2025.04.22 03:12:22.446003 [ 276 ] {018bbaeb-8d11-4691-bf11-3274dbd31a13} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 14813 | 2025.04.22 03:12:22.446260 [ 276 ] {018bbaeb-8d11-4691-bf11-3274dbd31a13} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14814 | 2025.04.22 03:12:22.446485 [ 276 ] {018bbaeb-8d11-4691-bf11-3274dbd31a13} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001946 sec., 108941.41829393628 rows/sec., 6.93 MiB/sec. | ||
| 14815 | 2025.04.22 03:12:22.446541 [ 276 ] {018bbaeb-8d11-4691-bf11-3274dbd31a13} <Debug> TCPHandler: Processed in 0.002287612 sec. | ||
| 14816 | 2025.04.22 03:12:22.446671 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14817 | 2025.04.22 03:12:22.446776 [ 276 ] {8e0e274e-fc9f-4e50-a0d3-58bbf851fd99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14818 | 2025.04.22 03:12:22.446822 [ 276 ] {8e0e274e-fc9f-4e50-a0d3-58bbf851fd99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14819 | 2025.04.22 03:12:22.447317 [ 276 ] {8e0e274e-fc9f-4e50-a0d3-58bbf851fd99} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14820 | 2025.04.22 03:12:22.447357 [ 276 ] {8e0e274e-fc9f-4e50-a0d3-58bbf851fd99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 14821 | 2025.04.22 03:12:22.447699 [ 276 ] {8e0e274e-fc9f-4e50-a0d3-58bbf851fd99} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 14822 | 2025.04.22 03:12:22.447948 [ 276 ] {8e0e274e-fc9f-4e50-a0d3-58bbf851fd99} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14823 | 2025.04.22 03:12:22.448155 [ 276 ] {8e0e274e-fc9f-4e50-a0d3-58bbf851fd99} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001399 sec., 5718.3702644746245 rows/sec., 466.29 KiB/sec. | ||
| 14824 | 2025.04.22 03:12:22.448211 [ 276 ] {8e0e274e-fc9f-4e50-a0d3-58bbf851fd99} <Debug> TCPHandler: Processed in 0.001589922 sec. | ||
| 14825 | 2025.04.22 03:12:22.448358 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14826 | 2025.04.22 03:12:22.448459 [ 276 ] {bb93871c-2e66-433d-951d-2464b9691384} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14827 | 2025.04.22 03:12:22.448501 [ 276 ] {bb93871c-2e66-433d-951d-2464b9691384} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14828 | 2025.04.22 03:12:22.449356 [ 276 ] {bb93871c-2e66-433d-951d-2464b9691384} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14829 | 2025.04.22 03:12:22.449397 [ 276 ] {bb93871c-2e66-433d-951d-2464b9691384} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 14830 | 2025.04.22 03:12:22.449793 [ 276 ] {bb93871c-2e66-433d-951d-2464b9691384} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 14831 | 2025.04.22 03:12:22.450038 [ 276 ] {bb93871c-2e66-433d-951d-2464b9691384} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14832 | 2025.04.22 03:12:22.450223 [ 45 ] {} <Debug> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 14833 | 2025.04.22 03:12:22.450238 [ 276 ] {bb93871c-2e66-433d-951d-2464b9691384} <Debug> executeQuery: Read 693 rows, 56.52 KiB in 0.001791 sec., 386934.6733668342 rows/sec., 30.82 MiB/sec. | ||
| 14834 | 2025.04.22 03:12:22.450324 [ 45 ] {} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14835 | 2025.04.22 03:12:22.450394 [ 276 ] {bb93871c-2e66-433d-951d-2464b9691384} <Debug> TCPHandler: Processed in 0.002088445 sec. | ||
| 14836 | 2025.04.22 03:12:22.450399 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 14837 | 2025.04.22 03:12:22.450576 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14838 | 2025.04.22 03:12:22.450590 [ 189 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 14839 | 2025.04.22 03:12:22.450758 [ 276 ] {2914742f-a91a-4925-9c89-2a57181c05c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14840 | 2025.04.22 03:12:22.450840 [ 189 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14841 | 2025.04.22 03:12:22.450859 [ 276 ] {2914742f-a91a-4925-9c89-2a57181c05c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14842 | 2025.04.22 03:12:22.450914 [ 189 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 1847 rows starting from the beginning of the part | ||
| 14843 | 2025.04.22 03:12:22.451235 [ 189 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 1206 rows starting from the beginning of the part | ||
| 14844 | 2025.04.22 03:12:22.451605 [ 189 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 56 rows starting from the beginning of the part | ||
| 14845 | 2025.04.22 03:12:22.452070 [ 189 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 689 rows starting from the beginning of the part | ||
| 14846 | 2025.04.22 03:12:22.452416 [ 189 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 64 rows starting from the beginning of the part | ||
| 14847 | 2025.04.22 03:12:22.452778 [ 189 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 693 rows starting from the beginning of the part | ||
| 14848 | 2025.04.22 03:12:22.453726 [ 276 ] {2914742f-a91a-4925-9c89-2a57181c05c7} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14849 | 2025.04.22 03:12:22.453790 [ 276 ] {2914742f-a91a-4925-9c89-2a57181c05c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 14850 | 2025.04.22 03:12:22.454708 [ 276 ] {2914742f-a91a-4925-9c89-2a57181c05c7} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 14851 | 2025.04.22 03:12:22.455277 [ 276 ] {2914742f-a91a-4925-9c89-2a57181c05c7} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14852 | 2025.04.22 03:12:22.455732 [ 276 ] {2914742f-a91a-4925-9c89-2a57181c05c7} <Debug> executeQuery: Read 150 rows, 9.65 KiB in 0.005028 sec., 29832.935560859187 rows/sec., 1.87 MiB/sec. | ||
| 14853 | 2025.04.22 03:12:22.455872 [ 276 ] {2914742f-a91a-4925-9c89-2a57181c05c7} <Debug> TCPHandler: Processed in 0.005369404 sec. | ||
| 14854 | 2025.04.22 03:12:22.456152 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14855 | 2025.04.22 03:12:22.456373 [ 276 ] {255254aa-b5fd-4353-8c55-bd5419cad88f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14856 | 2025.04.22 03:12:22.456482 [ 276 ] {255254aa-b5fd-4353-8c55-bd5419cad88f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14857 | 2025.04.22 03:12:22.456916 [ 189 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4555 rows, containing 5 columns (5 merged, 0 gathered) in 0.006388291 sec., 713023.2483147684 rows/sec., 60.59 MiB/sec. | ||
| 14858 | 2025.04.22 03:12:22.457222 [ 189 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 14859 | 2025.04.22 03:12:22.457768 [ 189 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_126_25} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14860 | 2025.04.22 03:12:22.457778 [ 276 ] {255254aa-b5fd-4353-8c55-bd5419cad88f} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14861 | 2025.04.22 03:12:22.457844 [ 276 ] {255254aa-b5fd-4353-8c55-bd5419cad88f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 14862 | 2025.04.22 03:12:22.457892 [ 189 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_126_25} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 14863 | 2025.04.22 03:12:22.458049 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. | ||
| 14864 | 2025.04.22 03:12:22.458344 [ 276 ] {255254aa-b5fd-4353-8c55-bd5419cad88f} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14865 | 2025.04.22 03:12:22.458582 [ 276 ] {255254aa-b5fd-4353-8c55-bd5419cad88f} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14866 | 2025.04.22 03:12:22.458787 [ 276 ] {255254aa-b5fd-4353-8c55-bd5419cad88f} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002457 sec., 45991.04599104599 rows/sec., 2.98 MiB/sec. | ||
| 14867 | 2025.04.22 03:12:22.458849 [ 276 ] {255254aa-b5fd-4353-8c55-bd5419cad88f} <Debug> TCPHandler: Processed in 0.002811955 sec. | ||
| 14868 | 2025.04.22 03:12:22.458997 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14869 | 2025.04.22 03:12:22.459102 [ 276 ] {0135f285-22de-497c-a520-d69abe8f08da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14870 | 2025.04.22 03:12:22.459146 [ 276 ] {0135f285-22de-497c-a520-d69abe8f08da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14871 | 2025.04.22 03:12:22.459689 [ 276 ] {0135f285-22de-497c-a520-d69abe8f08da} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14872 | 2025.04.22 03:12:22.459726 [ 276 ] {0135f285-22de-497c-a520-d69abe8f08da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 14873 | 2025.04.22 03:12:22.460079 [ 276 ] {0135f285-22de-497c-a520-d69abe8f08da} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 14874 | 2025.04.22 03:12:22.460316 [ 276 ] {0135f285-22de-497c-a520-d69abe8f08da} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14875 | 2025.04.22 03:12:22.460509 [ 276 ] {0135f285-22de-497c-a520-d69abe8f08da} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001428 sec., 78431.37254901961 rows/sec., 4.47 MiB/sec. | ||
| 14876 | 2025.04.22 03:12:22.460558 [ 276 ] {0135f285-22de-497c-a520-d69abe8f08da} <Debug> TCPHandler: Processed in 0.001622154 sec. | ||
| 14877 | 2025.04.22 03:12:22.460676 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14878 | 2025.04.22 03:12:22.460780 [ 276 ] {6cb231d1-de6d-4b3f-80ff-b1fbbc955475} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14879 | 2025.04.22 03:12:22.460825 [ 276 ] {6cb231d1-de6d-4b3f-80ff-b1fbbc955475} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14880 | 2025.04.22 03:12:22.461503 [ 276 ] {6cb231d1-de6d-4b3f-80ff-b1fbbc955475} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14881 | 2025.04.22 03:12:22.461543 [ 276 ] {6cb231d1-de6d-4b3f-80ff-b1fbbc955475} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 14882 | 2025.04.22 03:12:22.461917 [ 276 ] {6cb231d1-de6d-4b3f-80ff-b1fbbc955475} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 14883 | 2025.04.22 03:12:22.462156 [ 276 ] {6cb231d1-de6d-4b3f-80ff-b1fbbc955475} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14884 | 2025.04.22 03:12:22.462333 [ 45 ] {} <Debug> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 14885 | 2025.04.22 03:12:22.462386 [ 276 ] {6cb231d1-de6d-4b3f-80ff-b1fbbc955475} <Debug> executeQuery: Read 426 rows, 31.12 KiB in 0.001621 sec., 262800.74028377543 rows/sec., 18.75 MiB/sec. | ||
| 14886 | 2025.04.22 03:12:22.462410 [ 45 ] {} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14887 | 2025.04.22 03:12:22.462475 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 14888 | 2025.04.22 03:12:22.462509 [ 276 ] {6cb231d1-de6d-4b3f-80ff-b1fbbc955475} <Debug> TCPHandler: Processed in 0.00187671 sec. | ||
| 14889 | 2025.04.22 03:12:22.462710 [ 197 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 14890 | 2025.04.22 03:12:22.462731 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14891 | 2025.04.22 03:12:22.462995 [ 276 ] {9a35bf4a-9b35-4820-9703-37449cc84bb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14892 | 2025.04.22 03:12:22.462997 [ 197 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14893 | 2025.04.22 03:12:22.463094 [ 197 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 916 rows starting from the beginning of the part | ||
| 14894 | 2025.04.22 03:12:22.463102 [ 276 ] {9a35bf4a-9b35-4820-9703-37449cc84bb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14895 | 2025.04.22 03:12:22.463540 [ 197 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 528 rows starting from the beginning of the part | ||
| 14896 | 2025.04.22 03:12:22.463894 [ 197 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 64 rows starting from the beginning of the part | ||
| 14897 | 2025.04.22 03:12:22.464274 [ 197 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 418 rows starting from the beginning of the part | ||
| 14898 | 2025.04.22 03:12:22.464383 [ 197 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 68 rows starting from the beginning of the part | ||
| 14899 | 2025.04.22 03:12:22.464808 [ 197 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 426 rows starting from the beginning of the part | ||
| 14900 | 2025.04.22 03:12:22.465645 [ 276 ] {9a35bf4a-9b35-4820-9703-37449cc84bb9} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14901 | 2025.04.22 03:12:22.465738 [ 276 ] {9a35bf4a-9b35-4820-9703-37449cc84bb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 14902 | 2025.04.22 03:12:22.466688 [ 276 ] {9a35bf4a-9b35-4820-9703-37449cc84bb9} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 14903 | 2025.04.22 03:12:22.467268 [ 276 ] {9a35bf4a-9b35-4820-9703-37449cc84bb9} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14904 | 2025.04.22 03:12:22.467627 [ 276 ] {9a35bf4a-9b35-4820-9703-37449cc84bb9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004735 sec., 1267.1594508975713 rows/sec., 66.20 KiB/sec. | ||
| 14905 | 2025.04.22 03:12:22.467991 [ 276 ] {9a35bf4a-9b35-4820-9703-37449cc84bb9} <Debug> TCPHandler: Processed in 0.005332413 sec. | ||
| 14906 | 2025.04.22 03:12:22.468497 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14907 | 2025.04.22 03:12:22.468704 [ 186 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2420 rows, containing 5 columns (5 merged, 0 gathered) in 0.006132364 sec., 394627.5857075672 rows/sec., 30.22 MiB/sec. | ||
| 14908 | 2025.04.22 03:12:22.468748 [ 276 ] {c96fa77b-f15c-4447-bef7-f7c1b9dced29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14909 | 2025.04.22 03:12:22.468832 [ 276 ] {c96fa77b-f15c-4447-bef7-f7c1b9dced29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14910 | 2025.04.22 03:12:22.469063 [ 186 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 14911 | 2025.04.22 03:12:22.469730 [ 186 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_126_25} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14912 | 2025.04.22 03:12:22.469999 [ 186 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_126_25} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 14913 | 2025.04.22 03:12:22.470196 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 14914 | 2025.04.22 03:12:22.470236 [ 276 ] {c96fa77b-f15c-4447-bef7-f7c1b9dced29} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14915 | 2025.04.22 03:12:22.470285 [ 276 ] {c96fa77b-f15c-4447-bef7-f7c1b9dced29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 14916 | 2025.04.22 03:12:22.470702 [ 276 ] {c96fa77b-f15c-4447-bef7-f7c1b9dced29} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 14917 | 2025.04.22 03:12:22.470961 [ 276 ] {c96fa77b-f15c-4447-bef7-f7c1b9dced29} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14918 | 2025.04.22 03:12:22.471184 [ 276 ] {c96fa77b-f15c-4447-bef7-f7c1b9dced29} <Debug> executeQuery: Read 241 rows, 16.55 KiB in 0.002476 sec., 97334.41033925686 rows/sec., 6.53 MiB/sec. | ||
| 14919 | 2025.04.22 03:12:22.471242 [ 276 ] {c96fa77b-f15c-4447-bef7-f7c1b9dced29} <Debug> TCPHandler: Processed in 0.002956729 sec. | ||
| 14920 | 2025.04.22 03:12:22.471367 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14921 | 2025.04.22 03:12:22.471472 [ 276 ] {a15c7a1b-d0ce-47be-a724-2506ad1e2b57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14922 | 2025.04.22 03:12:22.471520 [ 276 ] {a15c7a1b-d0ce-47be-a724-2506ad1e2b57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14923 | 2025.04.22 03:12:22.471955 [ 276 ] {a15c7a1b-d0ce-47be-a724-2506ad1e2b57} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14924 | 2025.04.22 03:12:22.471995 [ 276 ] {a15c7a1b-d0ce-47be-a724-2506ad1e2b57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 14925 | 2025.04.22 03:12:22.472349 [ 276 ] {a15c7a1b-d0ce-47be-a724-2506ad1e2b57} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 14926 | 2025.04.22 03:12:22.472593 [ 276 ] {a15c7a1b-d0ce-47be-a724-2506ad1e2b57} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14927 | 2025.04.22 03:12:22.472812 [ 276 ] {a15c7a1b-d0ce-47be-a724-2506ad1e2b57} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001359 sec., 735.8351729212657 rows/sec., 49.58 KiB/sec. | ||
| 14928 | 2025.04.22 03:12:22.472863 [ 276 ] {a15c7a1b-d0ce-47be-a724-2506ad1e2b57} <Debug> TCPHandler: Processed in 0.001547972 sec. | ||
| 14929 | 2025.04.22 03:12:22.473008 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14930 | 2025.04.22 03:12:22.473110 [ 276 ] {ba03766a-113d-4966-8442-cac175d0f900} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14931 | 2025.04.22 03:12:22.473175 [ 276 ] {ba03766a-113d-4966-8442-cac175d0f900} <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 | ||
| 14932 | 2025.04.22 03:12:22.474313 [ 276 ] {ba03766a-113d-4966-8442-cac175d0f900} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14933 | 2025.04.22 03:12:22.474351 [ 276 ] {ba03766a-113d-4966-8442-cac175d0f900} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 14934 | 2025.04.22 03:12:22.475010 [ 276 ] {ba03766a-113d-4966-8442-cac175d0f900} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 14935 | 2025.04.22 03:12:22.475263 [ 276 ] {ba03766a-113d-4966-8442-cac175d0f900} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14936 | 2025.04.22 03:12:22.475484 [ 276 ] {ba03766a-113d-4966-8442-cac175d0f900} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002393 sec., 15043.877977434182 rows/sec., 26.96 MiB/sec. | ||
| 14937 | 2025.04.22 03:12:22.475573 [ 276 ] {ba03766a-113d-4966-8442-cac175d0f900} <Debug> TCPHandler: Processed in 0.00262213 sec. | ||
| 14938 | 2025.04.22 03:12:22.475693 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14939 | 2025.04.22 03:12:22.475798 [ 276 ] {e9ea8b9a-f409-48e4-8068-f8cda29fd164} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14940 | 2025.04.22 03:12:22.475844 [ 276 ] {e9ea8b9a-f409-48e4-8068-f8cda29fd164} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14941 | 2025.04.22 03:12:22.476281 [ 276 ] {e9ea8b9a-f409-48e4-8068-f8cda29fd164} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14942 | 2025.04.22 03:12:22.476321 [ 276 ] {e9ea8b9a-f409-48e4-8068-f8cda29fd164} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 14943 | 2025.04.22 03:12:22.476685 [ 276 ] {e9ea8b9a-f409-48e4-8068-f8cda29fd164} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 14944 | 2025.04.22 03:12:22.476928 [ 276 ] {e9ea8b9a-f409-48e4-8068-f8cda29fd164} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14945 | 2025.04.22 03:12:22.477096 [ 45 ] {} <Debug> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 14946 | 2025.04.22 03:12:22.477152 [ 276 ] {e9ea8b9a-f409-48e4-8068-f8cda29fd164} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001367 sec., 59985.369422092175 rows/sec., 3.81 MiB/sec. | ||
| 14947 | 2025.04.22 03:12:22.477162 [ 45 ] {} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14948 | 2025.04.22 03:12:22.477248 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 14949 | 2025.04.22 03:12:22.477279 [ 276 ] {e9ea8b9a-f409-48e4-8068-f8cda29fd164} <Debug> TCPHandler: Processed in 0.001632014 sec. | ||
| 14950 | 2025.04.22 03:12:22.477453 [ 197 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 14951 | 2025.04.22 03:12:22.477558 [ 197 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14952 | 2025.04.22 03:12:22.477588 [ 197 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 6982 rows starting from the beginning of the part | ||
| 14953 | 2025.04.22 03:12:22.477648 [ 197 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 42 rows starting from the beginning of the part | ||
| 14954 | 2025.04.22 03:12:22.477815 [ 197 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 18 rows starting from the beginning of the part | ||
| 14955 | 2025.04.22 03:12:22.478024 [ 197 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 82 rows starting from the beginning of the part | ||
| 14956 | 2025.04.22 03:12:22.478108 [ 197 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 60 rows starting from the beginning of the part | ||
| 14957 | 2025.04.22 03:12:22.478316 [ 197 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 82 rows starting from the beginning of the part | ||
| 14958 | 2025.04.22 03:12:22.480185 [ 186 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7266 rows, containing 4 columns (4 merged, 0 gathered) in 0.002854297 sec., 2545635.5803197776 rows/sec., 167.31 MiB/sec. | ||
| 14959 | 2025.04.22 03:12:22.480655 [ 201 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 14960 | 2025.04.22 03:12:22.480945 [ 201 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_126_25} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14961 | 2025.04.22 03:12:22.481021 [ 201 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_126_25} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 14962 | 2025.04.22 03:12:22.481092 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.26 MiB. | ||
| 14963 | 2025.04.22 03:12:23.256237 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 566 | ||
| 14964 | 2025.04.22 03:12:23.277196 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14965 | 2025.04.22 03:12:23.277254 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 14966 | 2025.04.22 03:12:23.284587 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 14967 | 2025.04.22 03:12:23.285391 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14968 | 2025.04.22 03:12:23.288155 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 566 | ||
| 14969 | 2025.04.22 03:12:27.437376 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14970 | 2025.04.22 03:12:27.437575 [ 276 ] {248079ca-038d-4218-abcf-57389cca47cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14971 | 2025.04.22 03:12:27.437645 [ 276 ] {248079ca-038d-4218-abcf-57389cca47cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14972 | 2025.04.22 03:12:27.438444 [ 276 ] {248079ca-038d-4218-abcf-57389cca47cc} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14973 | 2025.04.22 03:12:27.438489 [ 276 ] {248079ca-038d-4218-abcf-57389cca47cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 14974 | 2025.04.22 03:12:27.438915 [ 276 ] {248079ca-038d-4218-abcf-57389cca47cc} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 14975 | 2025.04.22 03:12:27.439165 [ 276 ] {248079ca-038d-4218-abcf-57389cca47cc} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14976 | 2025.04.22 03:12:27.439395 [ 276 ] {248079ca-038d-4218-abcf-57389cca47cc} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.001872 sec., 34188.03418803419 rows/sec., 2.71 MiB/sec. | ||
| 14977 | 2025.04.22 03:12:27.439480 [ 276 ] {248079ca-038d-4218-abcf-57389cca47cc} <Debug> TCPHandler: Processed in 0.00222803 sec. | ||
| 14978 | 2025.04.22 03:12:27.439615 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14979 | 2025.04.22 03:12:27.439719 [ 276 ] {a374f449-767d-47d7-8177-b1686b46cdad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14980 | 2025.04.22 03:12:27.439764 [ 276 ] {a374f449-767d-47d7-8177-b1686b46cdad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14981 | 2025.04.22 03:12:27.440280 [ 276 ] {a374f449-767d-47d7-8177-b1686b46cdad} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14982 | 2025.04.22 03:12:27.440319 [ 276 ] {a374f449-767d-47d7-8177-b1686b46cdad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 14983 | 2025.04.22 03:12:27.440661 [ 276 ] {a374f449-767d-47d7-8177-b1686b46cdad} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 14984 | 2025.04.22 03:12:27.440896 [ 276 ] {a374f449-767d-47d7-8177-b1686b46cdad} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14985 | 2025.04.22 03:12:27.441116 [ 276 ] {a374f449-767d-47d7-8177-b1686b46cdad} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001419 sec., 2818.8865398167727 rows/sec., 211.97 KiB/sec. | ||
| 14986 | 2025.04.22 03:12:27.441188 [ 276 ] {a374f449-767d-47d7-8177-b1686b46cdad} <Debug> TCPHandler: Processed in 0.001622443 sec. | ||
| 14987 | 2025.04.22 03:12:27.441345 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14988 | 2025.04.22 03:12:27.441447 [ 276 ] {62e5988a-b98f-40a1-96e6-2ca642061723} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14989 | 2025.04.22 03:12:27.441490 [ 276 ] {62e5988a-b98f-40a1-96e6-2ca642061723} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14990 | 2025.04.22 03:12:27.442019 [ 276 ] {62e5988a-b98f-40a1-96e6-2ca642061723} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14991 | 2025.04.22 03:12:27.442058 [ 276 ] {62e5988a-b98f-40a1-96e6-2ca642061723} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 14992 | 2025.04.22 03:12:27.442404 [ 276 ] {62e5988a-b98f-40a1-96e6-2ca642061723} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 14993 | 2025.04.22 03:12:27.442650 [ 276 ] {62e5988a-b98f-40a1-96e6-2ca642061723} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14994 | 2025.04.22 03:12:27.442839 [ 276 ] {62e5988a-b98f-40a1-96e6-2ca642061723} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001413 sec., 48124.557678697805 rows/sec., 3.76 MiB/sec. | ||
| 14995 | 2025.04.22 03:12:27.442892 [ 276 ] {62e5988a-b98f-40a1-96e6-2ca642061723} <Debug> TCPHandler: Processed in 0.001607143 sec. | ||
| 14996 | 2025.04.22 03:12:27.443012 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14997 | 2025.04.22 03:12:27.443115 [ 276 ] {26a35989-d481-4617-a287-c8894403a220} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14998 | 2025.04.22 03:12:27.443163 [ 276 ] {26a35989-d481-4617-a287-c8894403a220} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14999 | 2025.04.22 03:12:27.443690 [ 276 ] {26a35989-d481-4617-a287-c8894403a220} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15000 | 2025.04.22 03:12:27.443728 [ 276 ] {26a35989-d481-4617-a287-c8894403a220} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 15001 | 2025.04.22 03:12:27.444114 [ 276 ] {26a35989-d481-4617-a287-c8894403a220} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 15002 | 2025.04.22 03:12:27.444345 [ 276 ] {26a35989-d481-4617-a287-c8894403a220} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15003 | 2025.04.22 03:12:27.444532 [ 276 ] {26a35989-d481-4617-a287-c8894403a220} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001439 sec., 111188.3252258513 rows/sec., 7.74 MiB/sec. | ||
| 15004 | 2025.04.22 03:12:27.444553 [ 36 ] {} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Selected 5 parts from all_1_122_25 to all_126_126_0 | ||
| 15005 | 2025.04.22 03:12:27.444592 [ 276 ] {26a35989-d481-4617-a287-c8894403a220} <Debug> TCPHandler: Processed in 0.001627853 sec. | ||
| 15006 | 2025.04.22 03:12:27.444642 [ 36 ] {} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15007 | 2025.04.22 03:12:27.444705 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 15008 | 2025.04.22 03:12:27.444783 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15009 | 2025.04.22 03:12:27.444978 [ 201 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_126_26} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_122_25 to all_126_126_0 into Compact with storage Full | ||
| 15010 | 2025.04.22 03:12:27.445009 [ 276 ] {bf628189-9a86-494f-a1f8-be949a046630} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15011 | 2025.04.22 03:12:27.445361 [ 276 ] {bf628189-9a86-494f-a1f8-be949a046630} <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 | ||
| 15012 | 2025.04.22 03:12:27.445707 [ 201 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_126_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15013 | 2025.04.22 03:12:27.445914 [ 201 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_126_26} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_122_25, total 36105 rows starting from the beginning of the part | ||
| 15014 | 2025.04.22 03:12:27.446535 [ 201 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_126_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 52 rows starting from the beginning of the part | ||
| 15015 | 2025.04.22 03:12:27.447095 [ 201 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_126_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 237 rows starting from the beginning of the part | ||
| 15016 | 2025.04.22 03:12:27.447592 [ 201 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_126_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 160 rows starting from the beginning of the part | ||
| 15017 | 2025.04.22 03:12:27.448130 [ 201 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_126_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 241 rows starting from the beginning of the part | ||
| 15018 | 2025.04.22 03:12:27.451003 [ 276 ] {bf628189-9a86-494f-a1f8-be949a046630} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15019 | 2025.04.22 03:12:27.451069 [ 276 ] {bf628189-9a86-494f-a1f8-be949a046630} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 15020 | 2025.04.22 03:12:27.452579 [ 276 ] {bf628189-9a86-494f-a1f8-be949a046630} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 15021 | 2025.04.22 03:12:27.452965 [ 276 ] {bf628189-9a86-494f-a1f8-be949a046630} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15022 | 2025.04.22 03:12:27.453269 [ 276 ] {bf628189-9a86-494f-a1f8-be949a046630} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.008327 sec., 480.36507745886877 rows/sec., 881.45 KiB/sec. | ||
| 15023 | 2025.04.22 03:12:27.453811 [ 276 ] {bf628189-9a86-494f-a1f8-be949a046630} <Debug> TCPHandler: Processed in 0.009092193 sec. | ||
| 15024 | 2025.04.22 03:12:27.454245 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15025 | 2025.04.22 03:12:27.454460 [ 276 ] {f378a1f8-3af9-4cbb-981d-81686cc204f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15026 | 2025.04.22 03:12:27.454528 [ 276 ] {f378a1f8-3af9-4cbb-981d-81686cc204f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15027 | 2025.04.22 03:12:27.455053 [ 276 ] {f378a1f8-3af9-4cbb-981d-81686cc204f5} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15028 | 2025.04.22 03:12:27.455159 [ 276 ] {f378a1f8-3af9-4cbb-981d-81686cc204f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 15029 | 2025.04.22 03:12:27.455739 [ 276 ] {f378a1f8-3af9-4cbb-981d-81686cc204f5} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 15030 | 2025.04.22 03:12:27.456040 [ 276 ] {f378a1f8-3af9-4cbb-981d-81686cc204f5} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15031 | 2025.04.22 03:12:27.456294 [ 276 ] {f378a1f8-3af9-4cbb-981d-81686cc204f5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001895 sec., 31662.2691292876 rows/sec., 2.13 MiB/sec. | ||
| 15032 | 2025.04.22 03:12:27.456349 [ 276 ] {f378a1f8-3af9-4cbb-981d-81686cc204f5} <Debug> TCPHandler: Processed in 0.00221249 sec. | ||
| 15033 | 2025.04.22 03:12:27.458101 [ 186 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_126_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36795 rows, containing 5 columns (5 merged, 0 gathered) in 0.013284405 sec., 2769789.0872794073 rows/sec., 187.47 MiB/sec. | ||
| 15034 | 2025.04.22 03:12:27.458589 [ 200 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_126_26} <Trace> MergedBlockOutputStream: filled checksums all_1_126_26 (state Temporary) | ||
| 15035 | 2025.04.22 03:12:27.458946 [ 200 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_126_26} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_merge_all_1_126_26 to all_1_126_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15036 | 2025.04.22 03:12:27.459034 [ 200 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_126_26} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Merged 5 parts: [all_1_122_25, all_126_126_0] -> all_1_126_26 | ||
| 15037 | 2025.04.22 03:12:27.459144 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
| 15038 | 2025.04.22 03:12:28.182168 [ 36 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15039 | 2025.04.22 03:12:28.182223 [ 36 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15040 | 2025.04.22 03:12:28.384309 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 34831 | ||
| 15041 | 2025.04.22 03:12:28.385028 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15042 | 2025.04.22 03:12:28.385065 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 15043 | 2025.04.22 03:12:28.385587 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 15044 | 2025.04.22 03:12:28.385844 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15045 | 2025.04.22 03:12:28.386007 [ 35 ] {} <Debug> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 15046 | 2025.04.22 03:12:28.386028 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34831 | ||
| 15047 | 2025.04.22 03:12:28.386053 [ 35 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15048 | 2025.04.22 03:12:28.386075 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 15049 | 2025.04.22 03:12:28.386222 [ 200 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 15050 | 2025.04.22 03:12:28.386394 [ 200 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15051 | 2025.04.22 03:12:28.386438 [ 200 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_71_14, total 32513 rows starting from the beginning of the part | ||
| 15052 | 2025.04.22 03:12:28.386519 [ 200 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 488 rows starting from the beginning of the part | ||
| 15053 | 2025.04.22 03:12:28.386720 [ 200 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 427 rows starting from the beginning of the part | ||
| 15054 | 2025.04.22 03:12:28.386979 [ 200 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 488 rows starting from the beginning of the part | ||
| 15055 | 2025.04.22 03:12:28.387090 [ 200 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 427 rows starting from the beginning of the part | ||
| 15056 | 2025.04.22 03:12:28.387264 [ 200 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 488 rows starting from the beginning of the part | ||
| 15057 | 2025.04.22 03:12:28.390101 [ 195 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34831 rows, containing 4 columns (4 merged, 0 gathered) in 0.003951595 sec., 8814415.444902629 rows/sec., 126.09 MiB/sec. | ||
| 15058 | 2025.04.22 03:12:28.390404 [ 199 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 15059 | 2025.04.22 03:12:28.390756 [ 199 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_76_15} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15060 | 2025.04.22 03:12:28.390846 [ 199 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_76_15} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 15061 | 2025.04.22 03:12:28.390951 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.98 MiB. | ||
| 15062 | 2025.04.22 03:12:28.568166 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2108 | ||
| 15063 | 2025.04.22 03:12:28.571347 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15064 | 2025.04.22 03:12:28.571403 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 15065 | 2025.04.22 03:12:28.572903 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 15066 | 2025.04.22 03:12:28.573226 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15067 | 2025.04.22 03:12:28.573463 [ 35 ] {} <Debug> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 15068 | 2025.04.22 03:12:28.573552 [ 35 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15069 | 2025.04.22 03:12:28.573617 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 15070 | 2025.04.22 03:12:28.574134 [ 186 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::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 | ||
| 15071 | 2025.04.22 03:12:28.576050 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2108 | ||
| 15072 | 2025.04.22 03:12:28.576292 [ 186 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15073 | 2025.04.22 03:12:28.576423 [ 186 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1922 rows starting from the beginning of the part | ||
| 15074 | 2025.04.22 03:12:28.576888 [ 186 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 34 rows starting from the beginning of the part | ||
| 15075 | 2025.04.22 03:12:28.577345 [ 186 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 36 rows starting from the beginning of the part | ||
| 15076 | 2025.04.22 03:12:28.577813 [ 186 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 46 rows starting from the beginning of the part | ||
| 15077 | 2025.04.22 03:12:28.578243 [ 186 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 34 rows starting from the beginning of the part | ||
| 15078 | 2025.04.22 03:12:28.578691 [ 186 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 36 rows starting from the beginning of the part | ||
| 15079 | 2025.04.22 03:12:28.586962 [ 196 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2108 rows, containing 72 columns (72 merged, 0 gathered) in 0.013219124 sec., 159465.93737981428 rows/sec., 120.59 MiB/sec. | ||
| 15080 | 2025.04.22 03:12:28.588934 [ 199 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 15081 | 2025.04.22 03:12:28.589731 [ 199 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_56_11} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15082 | 2025.04.22 03:12:28.589815 [ 199 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_56_11} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 15083 | 2025.04.22 03:12:28.590161 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.69 MiB. | ||
| 15084 | 2025.04.22 03:12:30.788249 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 573 | ||
| 15085 | 2025.04.22 03:12:30.809892 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15086 | 2025.04.22 03:12:30.809953 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 15087 | 2025.04.22 03:12:30.817337 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 15088 | 2025.04.22 03:12:30.818131 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15089 | 2025.04.22 03:12:30.818534 [ 31 ] {} <Debug> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 15090 | 2025.04.22 03:12:30.818662 [ 31 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15091 | 2025.04.22 03:12:30.818725 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 15092 | 2025.04.22 03:12:30.819168 [ 193 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 15093 | 2025.04.22 03:12:30.835195 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 573 | ||
| 15094 | 2025.04.22 03:12:30.836402 [ 193 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15095 | 2025.04.22 03:12:30.837611 [ 193 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 535 rows starting from the beginning of the part | ||
| 15096 | 2025.04.22 03:12:30.843243 [ 193 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 8 rows starting from the beginning of the part | ||
| 15097 | 2025.04.22 03:12:30.848675 [ 193 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 7 rows starting from the beginning of the part | ||
| 15098 | 2025.04.22 03:12:30.854219 [ 193 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 8 rows starting from the beginning of the part | ||
| 15099 | 2025.04.22 03:12:30.860126 [ 193 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 8 rows starting from the beginning of the part | ||
| 15100 | 2025.04.22 03:12:30.865731 [ 193 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 7 rows starting from the beginning of the part | ||
| 15101 | 2025.04.22 03:12:30.932503 [ 196 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 679 columns (679 merged, 0 gathered) in 0.113617279 sec., 5043.2469871066005 rows/sec., 26.08 MiB/sec. | ||
| 15102 | 2025.04.22 03:12:30.936006 [ 191 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 15103 | 2025.04.22 03:12:30.939078 [ 191 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_76_15} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15104 | 2025.04.22 03:12:30.939208 [ 191 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_76_15} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 15105 | 2025.04.22 03:12:30.941900 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. | ||
| 15106 | 2025.04.22 03:12:31.000219 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 270.79 MiB, peak 288.20 MiB, free memory in arenas 0.00 B, will set to 269.72 MiB (RSS), difference: -1.07 MiB | ||
| 15107 | 2025.04.22 03:12:32.046492 [ 223 ] {} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15108 | 2025.04.22 03:12:32.046564 [ 223 ] {} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15109 | 2025.04.22 03:12:32.048071 [ 223 ] {} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15110 | 2025.04.22 03:12:32.204855 [ 224 ] {} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15111 | 2025.04.22 03:12:32.204912 [ 224 ] {} <Debug> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15112 | 2025.04.22 03:12:32.206861 [ 224 ] {} <Debug> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15113 | 2025.04.22 03:12:32.443849 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15114 | 2025.04.22 03:12:32.444049 [ 276 ] {90f4dab7-f0cd-4a07-83c1-fb35a7ef1c23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15115 | 2025.04.22 03:12:32.444128 [ 276 ] {90f4dab7-f0cd-4a07-83c1-fb35a7ef1c23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15116 | 2025.04.22 03:12:32.445079 [ 276 ] {90f4dab7-f0cd-4a07-83c1-fb35a7ef1c23} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15117 | 2025.04.22 03:12:32.445136 [ 276 ] {90f4dab7-f0cd-4a07-83c1-fb35a7ef1c23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 15118 | 2025.04.22 03:12:32.445616 [ 276 ] {90f4dab7-f0cd-4a07-83c1-fb35a7ef1c23} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 15119 | 2025.04.22 03:12:32.445893 [ 276 ] {90f4dab7-f0cd-4a07-83c1-fb35a7ef1c23} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15120 | 2025.04.22 03:12:32.446113 [ 276 ] {90f4dab7-f0cd-4a07-83c1-fb35a7ef1c23} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002118 sec., 100094.42870632673 rows/sec., 6.37 MiB/sec. | ||
| 15121 | 2025.04.22 03:12:32.446182 [ 276 ] {90f4dab7-f0cd-4a07-83c1-fb35a7ef1c23} <Debug> TCPHandler: Processed in 0.002465896 sec. | ||
| 15122 | 2025.04.22 03:12:32.446323 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15123 | 2025.04.22 03:12:32.446437 [ 276 ] {cc1f2e4f-1227-4675-b3d1-631d00ae941f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15124 | 2025.04.22 03:12:32.446488 [ 276 ] {cc1f2e4f-1227-4675-b3d1-631d00ae941f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15125 | 2025.04.22 03:12:32.447408 [ 276 ] {cc1f2e4f-1227-4675-b3d1-631d00ae941f} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15126 | 2025.04.22 03:12:32.447449 [ 276 ] {cc1f2e4f-1227-4675-b3d1-631d00ae941f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 15127 | 2025.04.22 03:12:32.447964 [ 276 ] {cc1f2e4f-1227-4675-b3d1-631d00ae941f} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 15128 | 2025.04.22 03:12:32.448217 [ 276 ] {cc1f2e4f-1227-4675-b3d1-631d00ae941f} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15129 | 2025.04.22 03:12:32.448405 [ 276 ] {cc1f2e4f-1227-4675-b3d1-631d00ae941f} <Debug> executeQuery: Read 689 rows, 56.23 KiB in 0.001993 sec., 345709.9849473156 rows/sec., 27.55 MiB/sec. | ||
| 15130 | 2025.04.22 03:12:32.448500 [ 276 ] {cc1f2e4f-1227-4675-b3d1-631d00ae941f} <Debug> TCPHandler: Processed in 0.002228799 sec. | ||
| 15131 | 2025.04.22 03:12:32.448569 [ 225 ] {} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15132 | 2025.04.22 03:12:32.448625 [ 225 ] {} <Debug> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15133 | 2025.04.22 03:12:32.448658 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15134 | 2025.04.22 03:12:32.448916 [ 276 ] {a098e013-ce2d-473a-a86d-c11a0bd0af8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15135 | 2025.04.22 03:12:32.448968 [ 276 ] {a098e013-ce2d-473a-a86d-c11a0bd0af8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15136 | 2025.04.22 03:12:32.450864 [ 276 ] {a098e013-ce2d-473a-a86d-c11a0bd0af8e} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15137 | 2025.04.22 03:12:32.450935 [ 276 ] {a098e013-ce2d-473a-a86d-c11a0bd0af8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 15138 | 2025.04.22 03:12:32.451620 [ 276 ] {a098e013-ce2d-473a-a86d-c11a0bd0af8e} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 15139 | 2025.04.22 03:12:32.452075 [ 276 ] {a098e013-ce2d-473a-a86d-c11a0bd0af8e} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15140 | 2025.04.22 03:12:32.452450 [ 276 ] {a098e013-ce2d-473a-a86d-c11a0bd0af8e} <Debug> executeQuery: Read 142 rows, 9.09 KiB in 0.003636 sec., 39053.905390539054 rows/sec., 2.44 MiB/sec. | ||
| 15141 | 2025.04.22 03:12:32.452573 [ 276 ] {a098e013-ce2d-473a-a86d-c11a0bd0af8e} <Debug> TCPHandler: Processed in 0.003978946 sec. | ||
| 15142 | 2025.04.22 03:12:32.452649 [ 225 ] {} <Debug> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15143 | 2025.04.22 03:12:32.452762 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15144 | 2025.04.22 03:12:32.452950 [ 276 ] {ba19f247-7def-4523-830a-339503f560f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15145 | 2025.04.22 03:12:32.453083 [ 276 ] {ba19f247-7def-4523-830a-339503f560f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15146 | 2025.04.22 03:12:32.454759 [ 276 ] {ba19f247-7def-4523-830a-339503f560f4} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15147 | 2025.04.22 03:12:32.454800 [ 276 ] {ba19f247-7def-4523-830a-339503f560f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 15148 | 2025.04.22 03:12:32.455176 [ 276 ] {ba19f247-7def-4523-830a-339503f560f4} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 15149 | 2025.04.22 03:12:32.455411 [ 276 ] {ba19f247-7def-4523-830a-339503f560f4} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15150 | 2025.04.22 03:12:32.455644 [ 276 ] {ba19f247-7def-4523-830a-339503f560f4} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002708 sec., 41728.21270310192 rows/sec., 2.70 MiB/sec. | ||
| 15151 | 2025.04.22 03:12:32.455712 [ 276 ] {ba19f247-7def-4523-830a-339503f560f4} <Debug> TCPHandler: Processed in 0.003040431 sec. | ||
| 15152 | 2025.04.22 03:12:32.455939 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15153 | 2025.04.22 03:12:32.456064 [ 276 ] {70dff8ef-fe0c-4e91-be65-1a39d4a0f6d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15154 | 2025.04.22 03:12:32.456112 [ 276 ] {70dff8ef-fe0c-4e91-be65-1a39d4a0f6d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15155 | 2025.04.22 03:12:32.456663 [ 276 ] {70dff8ef-fe0c-4e91-be65-1a39d4a0f6d3} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15156 | 2025.04.22 03:12:32.456704 [ 276 ] {70dff8ef-fe0c-4e91-be65-1a39d4a0f6d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 15157 | 2025.04.22 03:12:32.457060 [ 276 ] {70dff8ef-fe0c-4e91-be65-1a39d4a0f6d3} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 15158 | 2025.04.22 03:12:32.457300 [ 276 ] {70dff8ef-fe0c-4e91-be65-1a39d4a0f6d3} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15159 | 2025.04.22 03:12:32.457502 [ 276 ] {70dff8ef-fe0c-4e91-be65-1a39d4a0f6d3} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001461 sec., 76659.82203969883 rows/sec., 4.37 MiB/sec. | ||
| 15160 | 2025.04.22 03:12:32.457553 [ 276 ] {70dff8ef-fe0c-4e91-be65-1a39d4a0f6d3} <Debug> TCPHandler: Processed in 0.001703606 sec. | ||
| 15161 | 2025.04.22 03:12:32.457676 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15162 | 2025.04.22 03:12:32.457781 [ 276 ] {1181744c-1cbe-4bb4-a9a5-a409fd865838} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15163 | 2025.04.22 03:12:32.457827 [ 276 ] {1181744c-1cbe-4bb4-a9a5-a409fd865838} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15164 | 2025.04.22 03:12:32.458515 [ 276 ] {1181744c-1cbe-4bb4-a9a5-a409fd865838} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15165 | 2025.04.22 03:12:32.458556 [ 276 ] {1181744c-1cbe-4bb4-a9a5-a409fd865838} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 15166 | 2025.04.22 03:12:32.458931 [ 276 ] {1181744c-1cbe-4bb4-a9a5-a409fd865838} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 15167 | 2025.04.22 03:12:32.459177 [ 276 ] {1181744c-1cbe-4bb4-a9a5-a409fd865838} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15168 | 2025.04.22 03:12:32.459398 [ 276 ] {1181744c-1cbe-4bb4-a9a5-a409fd865838} <Debug> executeQuery: Read 418 rows, 30.47 KiB in 0.001623 sec., 257547.75107825015 rows/sec., 18.33 MiB/sec. | ||
| 15169 | 2025.04.22 03:12:32.459460 [ 276 ] {1181744c-1cbe-4bb4-a9a5-a409fd865838} <Debug> TCPHandler: Processed in 0.001834729 sec. | ||
| 15170 | 2025.04.22 03:12:32.459500 [ 220 ] {} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15171 | 2025.04.22 03:12:32.459572 [ 220 ] {} <Debug> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15172 | 2025.04.22 03:12:32.459630 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15173 | 2025.04.22 03:12:32.459901 [ 276 ] {a858e6f7-5bfa-4422-a629-e8b8ab40b62a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15174 | 2025.04.22 03:12:32.459953 [ 276 ] {a858e6f7-5bfa-4422-a629-e8b8ab40b62a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15175 | 2025.04.22 03:12:32.460794 [ 276 ] {a858e6f7-5bfa-4422-a629-e8b8ab40b62a} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15176 | 2025.04.22 03:12:32.460859 [ 276 ] {a858e6f7-5bfa-4422-a629-e8b8ab40b62a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 15177 | 2025.04.22 03:12:32.461693 [ 276 ] {a858e6f7-5bfa-4422-a629-e8b8ab40b62a} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 15178 | 2025.04.22 03:12:32.462099 [ 276 ] {a858e6f7-5bfa-4422-a629-e8b8ab40b62a} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15179 | 2025.04.22 03:12:32.462426 [ 276 ] {a858e6f7-5bfa-4422-a629-e8b8ab40b62a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00264 sec., 2272.7272727272725 rows/sec., 118.74 KiB/sec. | ||
| 15180 | 2025.04.22 03:12:32.462545 [ 276 ] {a858e6f7-5bfa-4422-a629-e8b8ab40b62a} <Debug> TCPHandler: Processed in 0.00299355 sec. | ||
| 15181 | 2025.04.22 03:12:32.462716 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15182 | 2025.04.22 03:12:32.462861 [ 276 ] {2f305535-6b51-499c-87bb-abdbf11a556f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15183 | 2025.04.22 03:12:32.462947 [ 276 ] {2f305535-6b51-499c-87bb-abdbf11a556f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15184 | 2025.04.22 03:12:32.463152 [ 220 ] {} <Debug> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15185 | 2025.04.22 03:12:32.464268 [ 276 ] {2f305535-6b51-499c-87bb-abdbf11a556f} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15186 | 2025.04.22 03:12:32.464313 [ 276 ] {2f305535-6b51-499c-87bb-abdbf11a556f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 15187 | 2025.04.22 03:12:32.464703 [ 276 ] {2f305535-6b51-499c-87bb-abdbf11a556f} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 15188 | 2025.04.22 03:12:32.464946 [ 276 ] {2f305535-6b51-499c-87bb-abdbf11a556f} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15189 | 2025.04.22 03:12:32.465182 [ 276 ] {2f305535-6b51-499c-87bb-abdbf11a556f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002351 sec., 100808.1667375585 rows/sec., 6.76 MiB/sec. | ||
| 15190 | 2025.04.22 03:12:32.465223 [ 222 ] {} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15191 | 2025.04.22 03:12:32.465263 [ 276 ] {2f305535-6b51-499c-87bb-abdbf11a556f} <Debug> TCPHandler: Processed in 0.002623071 sec. | ||
| 15192 | 2025.04.22 03:12:32.465289 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15193 | 2025.04.22 03:12:32.465447 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15194 | 2025.04.22 03:12:32.465593 [ 276 ] {89f602d6-8542-458c-b252-e8e1ac2cd973} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15195 | 2025.04.22 03:12:32.465643 [ 276 ] {89f602d6-8542-458c-b252-e8e1ac2cd973} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15196 | 2025.04.22 03:12:32.466557 [ 276 ] {89f602d6-8542-458c-b252-e8e1ac2cd973} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15197 | 2025.04.22 03:12:32.466622 [ 276 ] {89f602d6-8542-458c-b252-e8e1ac2cd973} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 15198 | 2025.04.22 03:12:32.467208 [ 276 ] {89f602d6-8542-458c-b252-e8e1ac2cd973} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 15199 | 2025.04.22 03:12:32.467618 [ 276 ] {89f602d6-8542-458c-b252-e8e1ac2cd973} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15200 | 2025.04.22 03:12:32.467872 [ 30 ] {} <Debug> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 | ||
| 15201 | 2025.04.22 03:12:32.467979 [ 30 ] {} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15202 | 2025.04.22 03:12:32.468067 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 15203 | 2025.04.22 03:12:32.468201 [ 276 ] {89f602d6-8542-458c-b252-e8e1ac2cd973} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002581 sec., 387.4467260751647 rows/sec., 26.11 KiB/sec. | ||
| 15204 | 2025.04.22 03:12:32.468450 [ 276 ] {89f602d6-8542-458c-b252-e8e1ac2cd973} <Debug> TCPHandler: Processed in 0.003060152 sec. | ||
| 15205 | 2025.04.22 03:12:32.468490 [ 187 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_40_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full | ||
| 15206 | 2025.04.22 03:12:32.468593 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15207 | 2025.04.22 03:12:32.468825 [ 187 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15208 | 2025.04.22 03:12:32.468830 [ 276 ] {f66eaffb-97fc-437b-9858-b6b9242a7da0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15209 | 2025.04.22 03:12:32.468903 [ 187 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 35 rows starting from the beginning of the part | ||
| 15210 | 2025.04.22 03:12:32.469197 [ 276 ] {f66eaffb-97fc-437b-9858-b6b9242a7da0} <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 | ||
| 15211 | 2025.04.22 03:12:32.469346 [ 187 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part | ||
| 15212 | 2025.04.22 03:12:32.469737 [ 187 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part | ||
| 15213 | 2025.04.22 03:12:32.470234 [ 187 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part | ||
| 15214 | 2025.04.22 03:12:32.470478 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15215 | 2025.04.22 03:12:32.470688 [ 187 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part | ||
| 15216 | 2025.04.22 03:12:32.471494 [ 187 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1 rows starting from the beginning of the part | ||
| 15217 | 2025.04.22 03:12:32.476087 [ 196 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 4 columns (4 merged, 0 gathered) in 0.007827459 sec., 5110.215205215383 rows/sec., 344.34 KiB/sec. | ||
| 15218 | 2025.04.22 03:12:32.476510 [ 196 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) | ||
| 15219 | 2025.04.22 03:12:32.477159 [ 276 ] {f66eaffb-97fc-437b-9858-b6b9242a7da0} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15220 | 2025.04.22 03:12:32.477222 [ 276 ] {f66eaffb-97fc-437b-9858-b6b9242a7da0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 15221 | 2025.04.22 03:12:32.477419 [ 196 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_40_8} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15222 | 2025.04.22 03:12:32.477669 [ 196 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_40_8} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 | ||
| 15223 | 2025.04.22 03:12:32.477830 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 15224 | 2025.04.22 03:12:32.478286 [ 276 ] {f66eaffb-97fc-437b-9858-b6b9242a7da0} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 15225 | 2025.04.22 03:12:32.478560 [ 276 ] {f66eaffb-97fc-437b-9858-b6b9242a7da0} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15226 | 2025.04.22 03:12:32.478832 [ 276 ] {f66eaffb-97fc-437b-9858-b6b9242a7da0} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.010102 sec., 3563.650762225302 rows/sec., 6.39 MiB/sec. | ||
| 15227 | 2025.04.22 03:12:32.478968 [ 276 ] {f66eaffb-97fc-437b-9858-b6b9242a7da0} <Debug> TCPHandler: Processed in 0.010438309 sec. | ||
| 15228 | 2025.04.22 03:12:32.479311 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15229 | 2025.04.22 03:12:32.479524 [ 276 ] {261c119b-b342-4f47-9c28-0e40be7c67b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15230 | 2025.04.22 03:12:32.479574 [ 276 ] {261c119b-b342-4f47-9c28-0e40be7c67b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15231 | 2025.04.22 03:12:32.480025 [ 276 ] {261c119b-b342-4f47-9c28-0e40be7c67b8} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15232 | 2025.04.22 03:12:32.480066 [ 276 ] {261c119b-b342-4f47-9c28-0e40be7c67b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 15233 | 2025.04.22 03:12:32.480445 [ 276 ] {261c119b-b342-4f47-9c28-0e40be7c67b8} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 15234 | 2025.04.22 03:12:32.480686 [ 276 ] {261c119b-b342-4f47-9c28-0e40be7c67b8} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15235 | 2025.04.22 03:12:32.480882 [ 276 ] {261c119b-b342-4f47-9c28-0e40be7c67b8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001414 sec., 57991.513437058 rows/sec., 3.68 MiB/sec. | ||
| 15236 | 2025.04.22 03:12:32.480935 [ 276 ] {261c119b-b342-4f47-9c28-0e40be7c67b8} <Debug> TCPHandler: Processed in 0.001726026 sec. | ||
| 15237 | 2025.04.22 03:12:34.905921 [ 27 ] {} <Debug> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 15238 | 2025.04.22 03:12:34.906008 [ 27 ] {} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15239 | 2025.04.22 03:12:34.906037 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 15240 | 2025.04.22 03:12:34.906268 [ 188 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full | ||
| 15241 | 2025.04.22 03:12:34.906497 [ 188 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15242 | 2025.04.22 03:12:34.906535 [ 188 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 20 rows starting from the beginning of the part | ||
| 15243 | 2025.04.22 03:12:34.906624 [ 188 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 4 rows starting from the beginning of the part | ||
| 15244 | 2025.04.22 03:12:34.906915 [ 188 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 2 rows starting from the beginning of the part | ||
| 15245 | 2025.04.22 03:12:34.907089 [ 188 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 4 rows starting from the beginning of the part | ||
| 15246 | 2025.04.22 03:12:34.907271 [ 188 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 8 rows starting from the beginning of the part | ||
| 15247 | 2025.04.22 03:12:34.908377 [ 196 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.002249131 sec., 16895.4142733349 rows/sec., 1.41 MiB/sec. | ||
| 15248 | 2025.04.22 03:12:34.908504 [ 196 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 15249 | 2025.04.22 03:12:34.908795 [ 196 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_33_8} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15250 | 2025.04.22 03:12:34.908881 [ 196 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_33_8} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 15251 | 2025.04.22 03:12:34.908966 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 15252 | 2025.04.22 03:12:35.678551 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15253 | 2025.04.22 03:12:35.678750 [ 276 ] {28d8720b-ebde-4b78-8261-116b53e9bc8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 15254 | 2025.04.22 03:12:35.678844 [ 276 ] {28d8720b-ebde-4b78-8261-116b53e9bc8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15255 | 2025.04.22 03:12:35.679660 [ 276 ] {28d8720b-ebde-4b78-8261-116b53e9bc8c} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15256 | 2025.04.22 03:12:35.679717 [ 276 ] {28d8720b-ebde-4b78-8261-116b53e9bc8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 15257 | 2025.04.22 03:12:35.680158 [ 276 ] {28d8720b-ebde-4b78-8261-116b53e9bc8c} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 15258 | 2025.04.22 03:12:35.680431 [ 276 ] {28d8720b-ebde-4b78-8261-116b53e9bc8c} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15259 | 2025.04.22 03:12:35.680655 [ 276 ] {28d8720b-ebde-4b78-8261-116b53e9bc8c} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00196 sec., 2040.8163265306123 rows/sec., 166.41 KiB/sec. | ||
| 15260 | 2025.04.22 03:12:35.680732 [ 276 ] {28d8720b-ebde-4b78-8261-116b53e9bc8c} <Debug> TCPHandler: Processed in 0.002316772 sec. | ||
| 15261 | 2025.04.22 03:12:35.680876 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15262 | 2025.04.22 03:12:35.681000 [ 276 ] {db451d89-7f25-4a47-806d-6dbae7a7eec4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15263 | 2025.04.22 03:12:35.681053 [ 276 ] {db451d89-7f25-4a47-806d-6dbae7a7eec4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15264 | 2025.04.22 03:12:35.682347 [ 276 ] {db451d89-7f25-4a47-806d-6dbae7a7eec4} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15265 | 2025.04.22 03:12:35.682394 [ 276 ] {db451d89-7f25-4a47-806d-6dbae7a7eec4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 15266 | 2025.04.22 03:12:35.682864 [ 276 ] {db451d89-7f25-4a47-806d-6dbae7a7eec4} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 15267 | 2025.04.22 03:12:35.683124 [ 276 ] {db451d89-7f25-4a47-806d-6dbae7a7eec4} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15268 | 2025.04.22 03:12:35.683345 [ 276 ] {db451d89-7f25-4a47-806d-6dbae7a7eec4} <Debug> executeQuery: Read 1206 rows, 101.90 KiB in 0.002372 sec., 508431.7032040472 rows/sec., 41.95 MiB/sec. | ||
| 15269 | 2025.04.22 03:12:35.683399 [ 276 ] {db451d89-7f25-4a47-806d-6dbae7a7eec4} <Debug> TCPHandler: Processed in 0.002581329 sec. | ||
| 15270 | 2025.04.22 03:12:35.683516 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15271 | 2025.04.22 03:12:35.683626 [ 276 ] {ae9cbd8b-b8a4-4cd3-a6c7-8dead257c820} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15272 | 2025.04.22 03:12:35.683673 [ 276 ] {ae9cbd8b-b8a4-4cd3-a6c7-8dead257c820} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15273 | 2025.04.22 03:12:35.684184 [ 276 ] {ae9cbd8b-b8a4-4cd3-a6c7-8dead257c820} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15274 | 2025.04.22 03:12:35.684226 [ 276 ] {ae9cbd8b-b8a4-4cd3-a6c7-8dead257c820} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 15275 | 2025.04.22 03:12:35.684588 [ 276 ] {ae9cbd8b-b8a4-4cd3-a6c7-8dead257c820} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 15276 | 2025.04.22 03:12:35.684832 [ 276 ] {ae9cbd8b-b8a4-4cd3-a6c7-8dead257c820} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15277 | 2025.04.22 03:12:35.685028 [ 46 ] {} <Debug> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 15278 | 2025.04.22 03:12:35.685076 [ 276 ] {ae9cbd8b-b8a4-4cd3-a6c7-8dead257c820} <Debug> executeQuery: Read 8 rows, 594.00 B in 0.001469 sec., 5445.881552076242 rows/sec., 394.88 KiB/sec. | ||
| 15279 | 2025.04.22 03:12:35.685124 [ 46 ] {} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15280 | 2025.04.22 03:12:35.685199 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 15281 | 2025.04.22 03:12:35.685199 [ 276 ] {ae9cbd8b-b8a4-4cd3-a6c7-8dead257c820} <Debug> TCPHandler: Processed in 0.001731896 sec. | ||
| 15282 | 2025.04.22 03:12:35.685440 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15283 | 2025.04.22 03:12:35.685445 [ 190 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 15284 | 2025.04.22 03:12:35.685621 [ 276 ] {0374e055-2c55-4cb2-93bb-e117b484eac1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15285 | 2025.04.22 03:12:35.685742 [ 276 ] {0374e055-2c55-4cb2-93bb-e117b484eac1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15286 | 2025.04.22 03:12:35.685760 [ 190 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15287 | 2025.04.22 03:12:35.685861 [ 190 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 166 rows starting from the beginning of the part | ||
| 15288 | 2025.04.22 03:12:35.686150 [ 190 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 4 rows starting from the beginning of the part | ||
| 15289 | 2025.04.22 03:12:35.686488 [ 190 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 150 rows starting from the beginning of the part | ||
| 15290 | 2025.04.22 03:12:35.686906 [ 190 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 4 rows starting from the beginning of the part | ||
| 15291 | 2025.04.22 03:12:35.687349 [ 190 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 142 rows starting from the beginning of the part | ||
| 15292 | 2025.04.22 03:12:35.687715 [ 190 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 8 rows starting from the beginning of the part | ||
| 15293 | 2025.04.22 03:12:35.688983 [ 276 ] {0374e055-2c55-4cb2-93bb-e117b484eac1} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15294 | 2025.04.22 03:12:35.689073 [ 276 ] {0374e055-2c55-4cb2-93bb-e117b484eac1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 15295 | 2025.04.22 03:12:35.690277 [ 276 ] {0374e055-2c55-4cb2-93bb-e117b484eac1} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 15296 | 2025.04.22 03:12:35.690620 [ 196 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 474 rows, containing 5 columns (5 merged, 0 gathered) in 0.005310032 sec., 89264.99877966837 rows/sec., 5.99 MiB/sec. | ||
| 15297 | 2025.04.22 03:12:35.690806 [ 276 ] {0374e055-2c55-4cb2-93bb-e117b484eac1} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15298 | 2025.04.22 03:12:35.690917 [ 197 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 15299 | 2025.04.22 03:12:35.691244 [ 276 ] {0374e055-2c55-4cb2-93bb-e117b484eac1} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.005687 sec., 40091.43660981185 rows/sec., 2.71 MiB/sec. | ||
| 15300 | 2025.04.22 03:12:35.691374 [ 276 ] {0374e055-2c55-4cb2-93bb-e117b484eac1} <Debug> TCPHandler: Processed in 0.006012971 sec. | ||
| 15301 | 2025.04.22 03:12:35.691549 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15302 | 2025.04.22 03:12:35.691659 [ 197 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_106_21} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15303 | 2025.04.22 03:12:35.691746 [ 276 ] {34ddf7e5-b89a-4dba-8bea-06c468e42237} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15304 | 2025.04.22 03:12:35.691824 [ 276 ] {34ddf7e5-b89a-4dba-8bea-06c468e42237} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15305 | 2025.04.22 03:12:35.691852 [ 197 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_106_21} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 15306 | 2025.04.22 03:12:35.692048 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 15307 | 2025.04.22 03:12:35.692745 [ 276 ] {34ddf7e5-b89a-4dba-8bea-06c468e42237} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15308 | 2025.04.22 03:12:35.692791 [ 276 ] {34ddf7e5-b89a-4dba-8bea-06c468e42237} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 15309 | 2025.04.22 03:12:35.693184 [ 276 ] {34ddf7e5-b89a-4dba-8bea-06c468e42237} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 15310 | 2025.04.22 03:12:35.693433 [ 276 ] {34ddf7e5-b89a-4dba-8bea-06c468e42237} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15311 | 2025.04.22 03:12:35.693638 [ 276 ] {34ddf7e5-b89a-4dba-8bea-06c468e42237} <Debug> executeQuery: Read 528 rows, 40.05 KiB in 0.001948 sec., 271047.227926078 rows/sec., 20.08 MiB/sec. | ||
| 15312 | 2025.04.22 03:12:35.693692 [ 276 ] {34ddf7e5-b89a-4dba-8bea-06c468e42237} <Debug> TCPHandler: Processed in 0.00220459 sec. | ||
| 15313 | 2025.04.22 03:12:35.693824 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15314 | 2025.04.22 03:12:35.693930 [ 276 ] {63024bdf-059c-4643-b64c-103b68860190} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15315 | 2025.04.22 03:12:35.693978 [ 276 ] {63024bdf-059c-4643-b64c-103b68860190} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15316 | 2025.04.22 03:12:35.694718 [ 276 ] {63024bdf-059c-4643-b64c-103b68860190} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15317 | 2025.04.22 03:12:35.694758 [ 276 ] {63024bdf-059c-4643-b64c-103b68860190} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 15318 | 2025.04.22 03:12:35.695199 [ 276 ] {63024bdf-059c-4643-b64c-103b68860190} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 15319 | 2025.04.22 03:12:35.695439 [ 276 ] {63024bdf-059c-4643-b64c-103b68860190} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15320 | 2025.04.22 03:12:35.695643 [ 276 ] {63024bdf-059c-4643-b64c-103b68860190} <Debug> executeQuery: Read 956 rows, 65.68 KiB in 0.001735 sec., 551008.6455331412 rows/sec., 36.97 MiB/sec. | ||
| 15321 | 2025.04.22 03:12:35.695694 [ 276 ] {63024bdf-059c-4643-b64c-103b68860190} <Debug> TCPHandler: Processed in 0.001921511 sec. | ||
| 15322 | 2025.04.22 03:12:35.695809 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15323 | 2025.04.22 03:12:35.695915 [ 276 ] {f284fb0b-b512-4535-b4f4-aa1e905f0215} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15324 | 2025.04.22 03:12:35.695981 [ 276 ] {f284fb0b-b512-4535-b4f4-aa1e905f0215} <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 | ||
| 15325 | 2025.04.22 03:12:35.697028 [ 276 ] {f284fb0b-b512-4535-b4f4-aa1e905f0215} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15326 | 2025.04.22 03:12:35.697069 [ 276 ] {f284fb0b-b512-4535-b4f4-aa1e905f0215} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 15327 | 2025.04.22 03:12:35.697688 [ 276 ] {f284fb0b-b512-4535-b4f4-aa1e905f0215} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 15328 | 2025.04.22 03:12:35.697971 [ 276 ] {f284fb0b-b512-4535-b4f4-aa1e905f0215} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15329 | 2025.04.22 03:12:35.698167 [ 46 ] {} <Debug> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 15330 | 2025.04.22 03:12:35.698231 [ 46 ] {} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15331 | 2025.04.22 03:12:35.698265 [ 276 ] {f284fb0b-b512-4535-b4f4-aa1e905f0215} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002363 sec., 1692.7634363097757 rows/sec., 3.03 MiB/sec. | ||
| 15332 | 2025.04.22 03:12:35.698271 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 15333 | 2025.04.22 03:12:35.698635 [ 190 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 15334 | 2025.04.22 03:12:35.698680 [ 276 ] {f284fb0b-b512-4535-b4f4-aa1e905f0215} <Debug> TCPHandler: Processed in 0.002920778 sec. | ||
| 15335 | 2025.04.22 03:12:35.698924 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15336 | 2025.04.22 03:12:35.699230 [ 276 ] {554a4434-8049-4e02-bbd6-de16f668bef3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15337 | 2025.04.22 03:12:35.699249 [ 190 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15338 | 2025.04.22 03:12:35.699375 [ 276 ] {554a4434-8049-4e02-bbd6-de16f668bef3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15339 | 2025.04.22 03:12:35.699420 [ 190 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 2099 rows starting from the beginning of the part | ||
| 15340 | 2025.04.22 03:12:35.700455 [ 190 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 4 rows starting from the beginning of the part | ||
| 15341 | 2025.04.22 03:12:35.701107 [ 190 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 36 rows starting from the beginning of the part | ||
| 15342 | 2025.04.22 03:12:35.701761 [ 190 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 4 rows starting from the beginning of the part | ||
| 15343 | 2025.04.22 03:12:35.701825 [ 276 ] {554a4434-8049-4e02-bbd6-de16f668bef3} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15344 | 2025.04.22 03:12:35.701958 [ 276 ] {554a4434-8049-4e02-bbd6-de16f668bef3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 15345 | 2025.04.22 03:12:35.702593 [ 190 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 36 rows starting from the beginning of the part | ||
| 15346 | 2025.04.22 03:12:35.703208 [ 190 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 4 rows starting from the beginning of the part | ||
| 15347 | 2025.04.22 03:12:35.703698 [ 276 ] {554a4434-8049-4e02-bbd6-de16f668bef3} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 15348 | 2025.04.22 03:12:35.704545 [ 276 ] {554a4434-8049-4e02-bbd6-de16f668bef3} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15349 | 2025.04.22 03:12:35.704968 [ 276 ] {554a4434-8049-4e02-bbd6-de16f668bef3} <Debug> executeQuery: Read 42 rows, 2.89 KiB in 0.005856 sec., 7172.131147540984 rows/sec., 493.78 KiB/sec. | ||
| 15350 | 2025.04.22 03:12:35.705151 [ 276 ] {554a4434-8049-4e02-bbd6-de16f668bef3} <Debug> TCPHandler: Processed in 0.006298519 sec. | ||
| 15351 | 2025.04.22 03:12:35.712564 [ 196 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2183 rows, containing 19 columns (19 merged, 0 gathered) in 0.014152438 sec., 154249.04175520854 rows/sec., 276.41 MiB/sec. | ||
| 15352 | 2025.04.22 03:12:35.714560 [ 189 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 15353 | 2025.04.22 03:12:35.715050 [ 189 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_106_21} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15354 | 2025.04.22 03:12:35.715143 [ 189 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_106_21} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 15355 | 2025.04.22 03:12:35.715314 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.24 MiB. | ||
| 15356 | 2025.04.22 03:12:35.886151 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 35258 | ||
| 15357 | 2025.04.22 03:12:35.886712 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15358 | 2025.04.22 03:12:35.886753 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 15359 | 2025.04.22 03:12:35.887251 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 15360 | 2025.04.22 03:12:35.887504 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15361 | 2025.04.22 03:12:35.887725 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35258 | ||
| 15362 | 2025.04.22 03:12:36.016422 [ 222 ] {} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15363 | 2025.04.22 03:12:36.016474 [ 222 ] {} <Debug> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15364 | 2025.04.22 03:12:36.018356 [ 222 ] {} <Debug> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15365 | 2025.04.22 03:12:37.432197 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15366 | 2025.04.22 03:12:37.432405 [ 276 ] {0126d63b-56cc-46ca-a3ea-8d6d4cdf8279} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15367 | 2025.04.22 03:12:37.432494 [ 276 ] {0126d63b-56cc-46ca-a3ea-8d6d4cdf8279} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15368 | 2025.04.22 03:12:37.433362 [ 276 ] {0126d63b-56cc-46ca-a3ea-8d6d4cdf8279} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15369 | 2025.04.22 03:12:37.433414 [ 276 ] {0126d63b-56cc-46ca-a3ea-8d6d4cdf8279} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 15370 | 2025.04.22 03:12:37.433875 [ 276 ] {0126d63b-56cc-46ca-a3ea-8d6d4cdf8279} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 15371 | 2025.04.22 03:12:37.434126 [ 276 ] {0126d63b-56cc-46ca-a3ea-8d6d4cdf8279} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15372 | 2025.04.22 03:12:37.434355 [ 276 ] {0126d63b-56cc-46ca-a3ea-8d6d4cdf8279} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002008 sec., 27888.446215139444 rows/sec., 2.14 MiB/sec. | ||
| 15373 | 2025.04.22 03:12:37.434413 [ 276 ] {0126d63b-56cc-46ca-a3ea-8d6d4cdf8279} <Debug> TCPHandler: Processed in 0.002354803 sec. | ||
| 15374 | 2025.04.22 03:12:37.434550 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15375 | 2025.04.22 03:12:37.434657 [ 276 ] {9d550e87-7fbd-4ed5-9e9b-83b984b41aab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15376 | 2025.04.22 03:12:37.434704 [ 276 ] {9d550e87-7fbd-4ed5-9e9b-83b984b41aab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15377 | 2025.04.22 03:12:37.435261 [ 276 ] {9d550e87-7fbd-4ed5-9e9b-83b984b41aab} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15378 | 2025.04.22 03:12:37.435301 [ 276 ] {9d550e87-7fbd-4ed5-9e9b-83b984b41aab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 15379 | 2025.04.22 03:12:37.435659 [ 276 ] {9d550e87-7fbd-4ed5-9e9b-83b984b41aab} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 15380 | 2025.04.22 03:12:37.435923 [ 276 ] {9d550e87-7fbd-4ed5-9e9b-83b984b41aab} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15381 | 2025.04.22 03:12:37.436142 [ 276 ] {9d550e87-7fbd-4ed5-9e9b-83b984b41aab} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001506 sec., 42496.67994687915 rows/sec., 3.32 MiB/sec. | ||
| 15382 | 2025.04.22 03:12:37.436194 [ 276 ] {9d550e87-7fbd-4ed5-9e9b-83b984b41aab} <Debug> TCPHandler: Processed in 0.001695046 sec. | ||
| 15383 | 2025.04.22 03:12:37.436326 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15384 | 2025.04.22 03:12:37.436432 [ 276 ] {bf537868-d6f1-488a-ac63-ccff9c180f0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15385 | 2025.04.22 03:12:37.436483 [ 276 ] {bf537868-d6f1-488a-ac63-ccff9c180f0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15386 | 2025.04.22 03:12:37.436977 [ 276 ] {bf537868-d6f1-488a-ac63-ccff9c180f0c} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15387 | 2025.04.22 03:12:37.437016 [ 276 ] {bf537868-d6f1-488a-ac63-ccff9c180f0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 15388 | 2025.04.22 03:12:37.437399 [ 276 ] {bf537868-d6f1-488a-ac63-ccff9c180f0c} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 15389 | 2025.04.22 03:12:37.437644 [ 276 ] {bf537868-d6f1-488a-ac63-ccff9c180f0c} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15390 | 2025.04.22 03:12:37.437860 [ 276 ] {bf537868-d6f1-488a-ac63-ccff9c180f0c} <Debug> executeQuery: Read 52 rows, 3.70 KiB in 0.00145 sec., 35862.06896551725 rows/sec., 2.49 MiB/sec. | ||
| 15391 | 2025.04.22 03:12:37.437910 [ 276 ] {bf537868-d6f1-488a-ac63-ccff9c180f0c} <Debug> TCPHandler: Processed in 0.001634944 sec. | ||
| 15392 | 2025.04.22 03:12:37.438036 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15393 | 2025.04.22 03:12:37.438141 [ 276 ] {acfa5a20-2e33-4a3e-a462-433babf8c39d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15394 | 2025.04.22 03:12:37.438189 [ 276 ] {acfa5a20-2e33-4a3e-a462-433babf8c39d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15395 | 2025.04.22 03:12:37.438621 [ 276 ] {acfa5a20-2e33-4a3e-a462-433babf8c39d} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15396 | 2025.04.22 03:12:37.438662 [ 276 ] {acfa5a20-2e33-4a3e-a462-433babf8c39d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 15397 | 2025.04.22 03:12:37.439045 [ 276 ] {acfa5a20-2e33-4a3e-a462-433babf8c39d} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 15398 | 2025.04.22 03:12:37.439291 [ 276 ] {acfa5a20-2e33-4a3e-a462-433babf8c39d} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15399 | 2025.04.22 03:12:37.439486 [ 276 ] {acfa5a20-2e33-4a3e-a462-433babf8c39d} <Debug> executeQuery: Read 18 rows, 1.25 KiB in 0.001365 sec., 13186.813186813188 rows/sec., 915.04 KiB/sec. | ||
| 15400 | 2025.04.22 03:12:37.439543 [ 276 ] {acfa5a20-2e33-4a3e-a462-433babf8c39d} <Debug> TCPHandler: Processed in 0.001557501 sec. | ||
| 15401 | 2025.04.22 03:12:38.335289 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 581 | ||
| 15402 | 2025.04.22 03:12:38.357669 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15403 | 2025.04.22 03:12:38.357726 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 15404 | 2025.04.22 03:12:38.365049 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 15405 | 2025.04.22 03:12:38.365848 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15406 | 2025.04.22 03:12:38.368610 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 581 | ||
| 15407 | 2025.04.22 03:12:38.576302 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 2154 | ||
| 15408 | 2025.04.22 03:12:38.579856 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15409 | 2025.04.22 03:12:38.579905 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 15410 | 2025.04.22 03:12:38.581462 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 15411 | 2025.04.22 03:12:38.581784 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15412 | 2025.04.22 03:12:38.582365 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2154 | ||
| 15413 | 2025.04.22 03:12:42.085975 [ 218 ] {} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15414 | 2025.04.22 03:12:42.086046 [ 218 ] {} <Debug> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15415 | 2025.04.22 03:12:42.088025 [ 218 ] {} <Debug> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15416 | 2025.04.22 03:12:42.181398 [ 218 ] {} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15417 | 2025.04.22 03:12:42.181447 [ 218 ] {} <Debug> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15418 | 2025.04.22 03:12:42.183032 [ 218 ] {} <Debug> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15419 | 2025.04.22 03:12:42.350489 [ 219 ] {} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15420 | 2025.04.22 03:12:42.350547 [ 219 ] {} <Debug> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15421 | 2025.04.22 03:12:42.352213 [ 219 ] {} <Debug> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15422 | 2025.04.22 03:12:42.445230 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15423 | 2025.04.22 03:12:42.445427 [ 276 ] {f6a6559d-dc75-48ef-983a-fdb157d63b2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15424 | 2025.04.22 03:12:42.445500 [ 276 ] {f6a6559d-dc75-48ef-983a-fdb157d63b2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15425 | 2025.04.22 03:12:42.446371 [ 276 ] {f6a6559d-dc75-48ef-983a-fdb157d63b2a} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15426 | 2025.04.22 03:12:42.446417 [ 276 ] {f6a6559d-dc75-48ef-983a-fdb157d63b2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 15427 | 2025.04.22 03:12:42.446848 [ 276 ] {f6a6559d-dc75-48ef-983a-fdb157d63b2a} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 15428 | 2025.04.22 03:12:42.447114 [ 276 ] {f6a6559d-dc75-48ef-983a-fdb157d63b2a} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15429 | 2025.04.22 03:12:42.447318 [ 157 ] {} <Debug> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 15430 | 2025.04.22 03:12:42.447350 [ 276 ] {f6a6559d-dc75-48ef-983a-fdb157d63b2a} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001979 sec., 107124.81051035877 rows/sec., 6.81 MiB/sec. | ||
| 15431 | 2025.04.22 03:12:42.447409 [ 157 ] {} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15432 | 2025.04.22 03:12:42.447486 [ 157 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 15433 | 2025.04.22 03:12:42.447491 [ 276 ] {f6a6559d-dc75-48ef-983a-fdb157d63b2a} <Debug> TCPHandler: Processed in 0.002397104 sec. | ||
| 15434 | 2025.04.22 03:12:42.447705 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15435 | 2025.04.22 03:12:42.447715 [ 194 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full | ||
| 15436 | 2025.04.22 03:12:42.447902 [ 276 ] {ec58de1e-7051-4d74-b453-8b491c8cf458} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15437 | 2025.04.22 03:12:42.448007 [ 276 ] {ec58de1e-7051-4d74-b453-8b491c8cf458} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15438 | 2025.04.22 03:12:42.448029 [ 194 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15439 | 2025.04.22 03:12:42.448148 [ 194 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 212 rows starting from the beginning of the part | ||
| 15440 | 2025.04.22 03:12:42.448445 [ 194 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 212 rows starting from the beginning of the part | ||
| 15441 | 2025.04.22 03:12:42.448788 [ 194 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 212 rows starting from the beginning of the part | ||
| 15442 | 2025.04.22 03:12:42.449125 [ 194 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 212 rows starting from the beginning of the part | ||
| 15443 | 2025.04.22 03:12:42.449505 [ 194 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 212 rows starting from the beginning of the part | ||
| 15444 | 2025.04.22 03:12:42.451637 [ 276 ] {ec58de1e-7051-4d74-b453-8b491c8cf458} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15445 | 2025.04.22 03:12:42.451715 [ 276 ] {ec58de1e-7051-4d74-b453-8b491c8cf458} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 15446 | 2025.04.22 03:12:42.452314 [ 201 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004702145 sec., 225429.03292008225 rows/sec., 15.20 MiB/sec. | ||
| 15447 | 2025.04.22 03:12:42.452537 [ 276 ] {ec58de1e-7051-4d74-b453-8b491c8cf458} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 15448 | 2025.04.22 03:12:42.452653 [ 201 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 15449 | 2025.04.22 03:12:42.453070 [ 276 ] {ec58de1e-7051-4d74-b453-8b491c8cf458} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15450 | 2025.04.22 03:12:42.453416 [ 157 ] {} <Debug> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 15451 | 2025.04.22 03:12:42.453515 [ 157 ] {} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15452 | 2025.04.22 03:12:42.453544 [ 276 ] {ec58de1e-7051-4d74-b453-8b491c8cf458} <Debug> executeQuery: Read 689 rows, 56.23 KiB in 0.005669 sec., 121538.19015699417 rows/sec., 9.69 MiB/sec. | ||
| 15453 | 2025.04.22 03:12:42.453565 [ 157 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 15454 | 2025.04.22 03:12:42.453621 [ 201 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_41_10} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15455 | 2025.04.22 03:12:42.453931 [ 276 ] {ec58de1e-7051-4d74-b453-8b491c8cf458} <Debug> TCPHandler: Processed in 0.006285808 sec. | ||
| 15456 | 2025.04.22 03:12:42.454055 [ 195 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 15457 | 2025.04.22 03:12:42.454052 [ 201 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_41_10} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 15458 | 2025.04.22 03:12:42.454148 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15459 | 2025.04.22 03:12:42.454349 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 15460 | 2025.04.22 03:12:42.454395 [ 195 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15461 | 2025.04.22 03:12:42.454426 [ 276 ] {021275ce-9c4d-40fa-9d6c-aa985ec6196e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15462 | 2025.04.22 03:12:42.454455 [ 195 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 1847 rows starting from the beginning of the part | ||
| 15463 | 2025.04.22 03:12:42.454487 [ 276 ] {021275ce-9c4d-40fa-9d6c-aa985ec6196e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15464 | 2025.04.22 03:12:42.454728 [ 195 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 64 rows starting from the beginning of the part | ||
| 15465 | 2025.04.22 03:12:42.455109 [ 195 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 689 rows starting from the beginning of the part | ||
| 15466 | 2025.04.22 03:12:42.455493 [ 195 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 1206 rows starting from the beginning of the part | ||
| 15467 | 2025.04.22 03:12:42.455864 [ 195 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 56 rows starting from the beginning of the part | ||
| 15468 | 2025.04.22 03:12:42.456265 [ 195 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 689 rows starting from the beginning of the part | ||
| 15469 | 2025.04.22 03:12:42.457177 [ 276 ] {021275ce-9c4d-40fa-9d6c-aa985ec6196e} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15470 | 2025.04.22 03:12:42.457220 [ 276 ] {021275ce-9c4d-40fa-9d6c-aa985ec6196e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 15471 | 2025.04.22 03:12:42.457760 [ 276 ] {021275ce-9c4d-40fa-9d6c-aa985ec6196e} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 15472 | 2025.04.22 03:12:42.458057 [ 276 ] {021275ce-9c4d-40fa-9d6c-aa985ec6196e} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15473 | 2025.04.22 03:12:42.458287 [ 276 ] {021275ce-9c4d-40fa-9d6c-aa985ec6196e} <Debug> executeQuery: Read 142 rows, 9.09 KiB in 0.003944 sec., 36004.05679513185 rows/sec., 2.25 MiB/sec. | ||
| 15474 | 2025.04.22 03:12:42.458386 [ 218 ] {} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15475 | 2025.04.22 03:12:42.458399 [ 276 ] {021275ce-9c4d-40fa-9d6c-aa985ec6196e} <Debug> TCPHandler: Processed in 0.004315705 sec. | ||
| 15476 | 2025.04.22 03:12:42.458457 [ 218 ] {} <Debug> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15477 | 2025.04.22 03:12:42.458599 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15478 | 2025.04.22 03:12:42.458993 [ 276 ] {1b62ab8f-96ba-4f79-b935-e5b6deb8a9dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15479 | 2025.04.22 03:12:42.459102 [ 276 ] {1b62ab8f-96ba-4f79-b935-e5b6deb8a9dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15480 | 2025.04.22 03:12:42.459154 [ 195 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4551 rows, containing 5 columns (5 merged, 0 gathered) in 0.005460176 sec., 833489.616451924 rows/sec., 70.83 MiB/sec. | ||
| 15481 | 2025.04.22 03:12:42.459500 [ 195 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 15482 | 2025.04.22 03:12:42.460417 [ 195 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_131_26} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15483 | 2025.04.22 03:12:42.460588 [ 195 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_131_26} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 15484 | 2025.04.22 03:12:42.460848 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. | ||
| 15485 | 2025.04.22 03:12:42.461248 [ 276 ] {1b62ab8f-96ba-4f79-b935-e5b6deb8a9dc} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15486 | 2025.04.22 03:12:42.461289 [ 276 ] {1b62ab8f-96ba-4f79-b935-e5b6deb8a9dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 15487 | 2025.04.22 03:12:42.461914 [ 276 ] {1b62ab8f-96ba-4f79-b935-e5b6deb8a9dc} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15488 | 2025.04.22 03:12:42.462295 [ 276 ] {1b62ab8f-96ba-4f79-b935-e5b6deb8a9dc} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15489 | 2025.04.22 03:12:42.462669 [ 276 ] {1b62ab8f-96ba-4f79-b935-e5b6deb8a9dc} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.003804 sec., 29705.573080967402 rows/sec., 1.92 MiB/sec. | ||
| 15490 | 2025.04.22 03:12:42.462963 [ 276 ] {1b62ab8f-96ba-4f79-b935-e5b6deb8a9dc} <Debug> TCPHandler: Processed in 0.004419888 sec. | ||
| 15491 | 2025.04.22 03:12:42.463346 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15492 | 2025.04.22 03:12:42.463574 [ 276 ] {1705ae5b-942e-4ce5-abaf-8b299fb76a8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15493 | 2025.04.22 03:12:42.463660 [ 276 ] {1705ae5b-942e-4ce5-abaf-8b299fb76a8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15494 | 2025.04.22 03:12:42.463826 [ 218 ] {} <Debug> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15495 | 2025.04.22 03:12:42.464949 [ 276 ] {1705ae5b-942e-4ce5-abaf-8b299fb76a8c} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15496 | 2025.04.22 03:12:42.464994 [ 276 ] {1705ae5b-942e-4ce5-abaf-8b299fb76a8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 15497 | 2025.04.22 03:12:42.465337 [ 276 ] {1705ae5b-942e-4ce5-abaf-8b299fb76a8c} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 15498 | 2025.04.22 03:12:42.465575 [ 276 ] {1705ae5b-942e-4ce5-abaf-8b299fb76a8c} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15499 | 2025.04.22 03:12:42.465722 [ 157 ] {} <Debug> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 15500 | 2025.04.22 03:12:42.465782 [ 157 ] {} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15501 | 2025.04.22 03:12:42.465801 [ 276 ] {1705ae5b-942e-4ce5-abaf-8b299fb76a8c} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.002278 sec., 49165.93503072871 rows/sec., 2.80 MiB/sec. | ||
| 15502 | 2025.04.22 03:12:42.465817 [ 157 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 15503 | 2025.04.22 03:12:42.465983 [ 276 ] {1705ae5b-942e-4ce5-abaf-8b299fb76a8c} <Debug> TCPHandler: Processed in 0.002754904 sec. | ||
| 15504 | 2025.04.22 03:12:42.466060 [ 201 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full | ||
| 15505 | 2025.04.22 03:12:42.466160 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15506 | 2025.04.22 03:12:42.466251 [ 201 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15507 | 2025.04.22 03:12:42.466341 [ 201 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 112 rows starting from the beginning of the part | ||
| 15508 | 2025.04.22 03:12:42.466367 [ 276 ] {f1dbc2a3-840c-4276-b3af-444eac472218} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15509 | 2025.04.22 03:12:42.466556 [ 276 ] {f1dbc2a3-840c-4276-b3af-444eac472218} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15510 | 2025.04.22 03:12:42.466616 [ 201 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 112 rows starting from the beginning of the part | ||
| 15511 | 2025.04.22 03:12:42.467062 [ 201 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 112 rows starting from the beginning of the part | ||
| 15512 | 2025.04.22 03:12:42.467382 [ 201 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 112 rows starting from the beginning of the part | ||
| 15513 | 2025.04.22 03:12:42.467793 [ 201 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 112 rows starting from the beginning of the part | ||
| 15514 | 2025.04.22 03:12:42.469556 [ 276 ] {f1dbc2a3-840c-4276-b3af-444eac472218} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15515 | 2025.04.22 03:12:42.469635 [ 276 ] {f1dbc2a3-840c-4276-b3af-444eac472218} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 15516 | 2025.04.22 03:12:42.470416 [ 201 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004472779 sec., 125201.80406856678 rows/sec., 7.61 MiB/sec. | ||
| 15517 | 2025.04.22 03:12:42.470568 [ 276 ] {f1dbc2a3-840c-4276-b3af-444eac472218} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 15518 | 2025.04.22 03:12:42.470589 [ 201 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 15519 | 2025.04.22 03:12:42.471074 [ 276 ] {f1dbc2a3-840c-4276-b3af-444eac472218} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15520 | 2025.04.22 03:12:42.471116 [ 201 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_41_10} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15521 | 2025.04.22 03:12:42.471310 [ 201 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_41_10} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 15522 | 2025.04.22 03:12:42.471375 [ 157 ] {} <Debug> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 15523 | 2025.04.22 03:12:42.471479 [ 157 ] {} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15524 | 2025.04.22 03:12:42.471566 [ 157 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 15525 | 2025.04.22 03:12:42.471579 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 15526 | 2025.04.22 03:12:42.471612 [ 276 ] {f1dbc2a3-840c-4276-b3af-444eac472218} <Debug> executeQuery: Read 418 rows, 30.47 KiB in 0.005284 sec., 79106.73732021196 rows/sec., 5.63 MiB/sec. | ||
| 15527 | 2025.04.22 03:12:42.471848 [ 276 ] {f1dbc2a3-840c-4276-b3af-444eac472218} <Debug> TCPHandler: Processed in 0.005759654 sec. | ||
| 15528 | 2025.04.22 03:12:42.471854 [ 201 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 15529 | 2025.04.22 03:12:42.472035 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15530 | 2025.04.22 03:12:42.472051 [ 201 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15531 | 2025.04.22 03:12:42.472099 [ 201 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 916 rows starting from the beginning of the part | ||
| 15532 | 2025.04.22 03:12:42.472353 [ 276 ] {00183fd2-9eac-4587-85a3-575767809396} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15533 | 2025.04.22 03:12:42.472409 [ 201 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 68 rows starting from the beginning of the part | ||
| 15534 | 2025.04.22 03:12:42.472510 [ 276 ] {00183fd2-9eac-4587-85a3-575767809396} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15535 | 2025.04.22 03:12:42.472791 [ 201 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 418 rows starting from the beginning of the part | ||
| 15536 | 2025.04.22 03:12:42.473205 [ 201 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 528 rows starting from the beginning of the part | ||
| 15537 | 2025.04.22 03:12:42.473596 [ 201 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 64 rows starting from the beginning of the part | ||
| 15538 | 2025.04.22 03:12:42.473755 [ 201 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 418 rows starting from the beginning of the part | ||
| 15539 | 2025.04.22 03:12:42.474659 [ 276 ] {00183fd2-9eac-4587-85a3-575767809396} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15540 | 2025.04.22 03:12:42.474728 [ 276 ] {00183fd2-9eac-4587-85a3-575767809396} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 15541 | 2025.04.22 03:12:42.475742 [ 276 ] {00183fd2-9eac-4587-85a3-575767809396} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 15542 | 2025.04.22 03:12:42.476241 [ 276 ] {00183fd2-9eac-4587-85a3-575767809396} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15543 | 2025.04.22 03:12:42.476437 [ 157 ] {} <Debug> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 15544 | 2025.04.22 03:12:42.476538 [ 157 ] {} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15545 | 2025.04.22 03:12:42.476589 [ 157 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 15546 | 2025.04.22 03:12:42.476589 [ 276 ] {00183fd2-9eac-4587-85a3-575767809396} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004397 sec., 1364.566750056857 rows/sec., 71.29 KiB/sec. | ||
| 15547 | 2025.04.22 03:12:42.476903 [ 276 ] {00183fd2-9eac-4587-85a3-575767809396} <Debug> TCPHandler: Processed in 0.004944383 sec. | ||
| 15548 | 2025.04.22 03:12:42.477231 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15549 | 2025.04.22 03:12:42.477353 [ 201 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2412 rows, containing 5 columns (5 merged, 0 gathered) in 0.005679542 sec., 424682.13105915935 rows/sec., 32.52 MiB/sec. | ||
| 15550 | 2025.04.22 03:12:42.477565 [ 276 ] {5a722d81-b3d8-4bc3-bfba-1532b86dae7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15551 | 2025.04.22 03:12:42.477574 [ 200 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::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 | ||
| 15552 | 2025.04.22 03:12:42.477712 [ 276 ] {5a722d81-b3d8-4bc3-bfba-1532b86dae7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15553 | 2025.04.22 03:12:42.477745 [ 201 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 15554 | 2025.04.22 03:12:42.478140 [ 200 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15555 | 2025.04.22 03:12:42.478259 [ 200 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 216 rows starting from the beginning of the part | ||
| 15556 | 2025.04.22 03:12:42.478609 [ 200 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part | ||
| 15557 | 2025.04.22 03:12:42.478889 [ 200 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part | ||
| 15558 | 2025.04.22 03:12:42.479227 [ 200 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part | ||
| 15559 | 2025.04.22 03:12:42.479600 [ 200 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part | ||
| 15560 | 2025.04.22 03:12:42.479902 [ 200 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part | ||
| 15561 | 2025.04.22 03:12:42.480505 [ 201 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_131_26} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15562 | 2025.04.22 03:12:42.481063 [ 201 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_131_26} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 15563 | 2025.04.22 03:12:42.481547 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 15564 | 2025.04.22 03:12:42.481764 [ 276 ] {5a722d81-b3d8-4bc3-bfba-1532b86dae7f} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15565 | 2025.04.22 03:12:42.481835 [ 276 ] {5a722d81-b3d8-4bc3-bfba-1532b86dae7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 15566 | 2025.04.22 03:12:42.482955 [ 276 ] {5a722d81-b3d8-4bc3-bfba-1532b86dae7f} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 15567 | 2025.04.22 03:12:42.483186 [ 192 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 246 rows, containing 4 columns (4 merged, 0 gathered) in 0.006309339 sec., 38989.821279218 rows/sec., 1.99 MiB/sec. | ||
| 15568 | 2025.04.22 03:12:42.483398 [ 276 ] {5a722d81-b3d8-4bc3-bfba-1532b86dae7f} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15569 | 2025.04.22 03:12:42.483409 [ 192 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 15570 | 2025.04.22 03:12:42.483734 [ 157 ] {} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Selected 6 parts from all_1_126_26 to all_131_131_0 | ||
| 15571 | 2025.04.22 03:12:42.483835 [ 157 ] {} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15572 | 2025.04.22 03:12:42.483896 [ 276 ] {5a722d81-b3d8-4bc3-bfba-1532b86dae7f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.006423 sec., 36898.64549276039 rows/sec., 2.47 MiB/sec. | ||
| 15573 | 2025.04.22 03:12:42.483923 [ 157 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 15574 | 2025.04.22 03:12:42.484208 [ 276 ] {5a722d81-b3d8-4bc3-bfba-1532b86dae7f} <Debug> TCPHandler: Processed in 0.00709152 sec. | ||
| 15575 | 2025.04.22 03:12:42.484325 [ 191 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_131_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_26 to all_131_131_0 into Compact with storage Full | ||
| 15576 | 2025.04.22 03:12:42.484324 [ 192 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_41_8} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15577 | 2025.04.22 03:12:42.484450 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15578 | 2025.04.22 03:12:42.484712 [ 191 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_131_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15579 | 2025.04.22 03:12:42.484722 [ 192 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_41_8} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 15580 | 2025.04.22 03:12:42.484736 [ 276 ] {3a521158-04a8-4f99-8ff7-51129628474d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15581 | 2025.04.22 03:12:42.484785 [ 191 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_131_27} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_126_26, total 36795 rows starting from the beginning of the part | ||
| 15582 | 2025.04.22 03:12:42.484870 [ 276 ] {3a521158-04a8-4f99-8ff7-51129628474d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15583 | 2025.04.22 03:12:42.485048 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 15584 | 2025.04.22 03:12:42.485233 [ 191 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_131_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 160 rows starting from the beginning of the part | ||
| 15585 | 2025.04.22 03:12:42.485561 [ 191 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_131_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 237 rows starting from the beginning of the part | ||
| 15586 | 2025.04.22 03:12:42.485918 [ 191 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_131_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 956 rows starting from the beginning of the part | ||
| 15587 | 2025.04.22 03:12:42.486382 [ 191 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_131_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 52 rows starting from the beginning of the part | ||
| 15588 | 2025.04.22 03:12:42.486618 [ 191 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_131_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 237 rows starting from the beginning of the part | ||
| 15589 | 2025.04.22 03:12:42.487392 [ 276 ] {3a521158-04a8-4f99-8ff7-51129628474d} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15590 | 2025.04.22 03:12:42.487438 [ 276 ] {3a521158-04a8-4f99-8ff7-51129628474d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 15591 | 2025.04.22 03:12:42.487941 [ 276 ] {3a521158-04a8-4f99-8ff7-51129628474d} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 15592 | 2025.04.22 03:12:42.488224 [ 276 ] {3a521158-04a8-4f99-8ff7-51129628474d} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15593 | 2025.04.22 03:12:42.488472 [ 223 ] {} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15594 | 2025.04.22 03:12:42.488497 [ 276 ] {3a521158-04a8-4f99-8ff7-51129628474d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003833 sec., 260.89225150013044 rows/sec., 17.58 KiB/sec. | ||
| 15595 | 2025.04.22 03:12:42.488521 [ 223 ] {} <Debug> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15596 | 2025.04.22 03:12:42.488689 [ 276 ] {3a521158-04a8-4f99-8ff7-51129628474d} <Debug> TCPHandler: Processed in 0.004322895 sec. | ||
| 15597 | 2025.04.22 03:12:42.488918 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15598 | 2025.04.22 03:12:42.489061 [ 276 ] {fd473ed7-a5b2-4a3d-bade-5122c26e38eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15599 | 2025.04.22 03:12:42.489230 [ 276 ] {fd473ed7-a5b2-4a3d-bade-5122c26e38eb} <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 | ||
| 15600 | 2025.04.22 03:12:42.491683 [ 223 ] {} <Debug> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15601 | 2025.04.22 03:12:42.491815 [ 276 ] {fd473ed7-a5b2-4a3d-bade-5122c26e38eb} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15602 | 2025.04.22 03:12:42.491861 [ 276 ] {fd473ed7-a5b2-4a3d-bade-5122c26e38eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 15603 | 2025.04.22 03:12:42.492860 [ 276 ] {fd473ed7-a5b2-4a3d-bade-5122c26e38eb} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 15604 | 2025.04.22 03:12:42.493146 [ 276 ] {fd473ed7-a5b2-4a3d-bade-5122c26e38eb} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15605 | 2025.04.22 03:12:42.493387 [ 276 ] {fd473ed7-a5b2-4a3d-bade-5122c26e38eb} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.004378 sec., 8222.932846048425 rows/sec., 14.74 MiB/sec. | ||
| 15606 | 2025.04.22 03:12:42.493483 [ 276 ] {fd473ed7-a5b2-4a3d-bade-5122c26e38eb} <Debug> TCPHandler: Processed in 0.004656395 sec. | ||
| 15607 | 2025.04.22 03:12:42.493632 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15608 | 2025.04.22 03:12:42.493742 [ 276 ] {468dc173-98b0-4ec2-8919-0800bf9c69b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15609 | 2025.04.22 03:12:42.493799 [ 276 ] {468dc173-98b0-4ec2-8919-0800bf9c69b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15610 | 2025.04.22 03:12:42.494253 [ 276 ] {468dc173-98b0-4ec2-8919-0800bf9c69b6} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15611 | 2025.04.22 03:12:42.494292 [ 276 ] {468dc173-98b0-4ec2-8919-0800bf9c69b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 15612 | 2025.04.22 03:12:42.494698 [ 276 ] {468dc173-98b0-4ec2-8919-0800bf9c69b6} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 15613 | 2025.04.22 03:12:42.494936 [ 276 ] {468dc173-98b0-4ec2-8919-0800bf9c69b6} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15614 | 2025.04.22 03:12:42.495153 [ 157 ] {} <Debug> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 15615 | 2025.04.22 03:12:42.495217 [ 157 ] {} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15616 | 2025.04.22 03:12:42.495246 [ 276 ] {468dc173-98b0-4ec2-8919-0800bf9c69b6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001505 sec., 54485.04983388704 rows/sec., 3.46 MiB/sec. | ||
| 15617 | 2025.04.22 03:12:42.495261 [ 157 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 15618 | 2025.04.22 03:12:42.495448 [ 276 ] {468dc173-98b0-4ec2-8919-0800bf9c69b6} <Debug> TCPHandler: Processed in 0.0018688 sec. | ||
| 15619 | 2025.04.22 03:12:42.495669 [ 193 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 15620 | 2025.04.22 03:12:42.496014 [ 193 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15621 | 2025.04.22 03:12:42.496026 [ 191 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_131_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38437 rows, containing 5 columns (5 merged, 0 gathered) in 0.011924499 sec., 3223363.9333610577 rows/sec., 218.13 MiB/sec. | ||
| 15622 | 2025.04.22 03:12:42.496058 [ 193 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 7266 rows starting from the beginning of the part | ||
| 15623 | 2025.04.22 03:12:42.496154 [ 193 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 60 rows starting from the beginning of the part | ||
| 15624 | 2025.04.22 03:12:42.496305 [ 193 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 82 rows starting from the beginning of the part | ||
| 15625 | 2025.04.22 03:12:42.496574 [ 193 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 42 rows starting from the beginning of the part | ||
| 15626 | 2025.04.22 03:12:42.496578 [ 191 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_131_27} <Trace> MergedBlockOutputStream: filled checksums all_1_131_27 (state Temporary) | ||
| 15627 | 2025.04.22 03:12:42.496932 [ 193 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 18 rows starting from the beginning of the part | ||
| 15628 | 2025.04.22 03:12:42.497179 [ 193 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 82 rows starting from the beginning of the part | ||
| 15629 | 2025.04.22 03:12:42.497586 [ 191 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_131_27} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_merge_all_1_131_27 to all_1_131_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15630 | 2025.04.22 03:12:42.497778 [ 191 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_131_27} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Merged 6 parts: [all_1_126_26, all_131_131_0] -> all_1_131_27 | ||
| 15631 | 2025.04.22 03:12:42.497930 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB. | ||
| 15632 | 2025.04.22 03:12:42.500364 [ 187 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7550 rows, containing 4 columns (4 merged, 0 gathered) in 0.004970133 sec., 1519074.0368517302 rows/sec., 99.81 MiB/sec. | ||
| 15633 | 2025.04.22 03:12:42.500928 [ 188 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 15634 | 2025.04.22 03:12:42.501305 [ 188 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_131_26} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15635 | 2025.04.22 03:12:42.501405 [ 188 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_131_26} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 15636 | 2025.04.22 03:12:42.501495 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.28 MiB. | ||
| 15637 | 2025.04.22 03:12:43.000228 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 271.30 MiB, peak 288.56 MiB, free memory in arenas 0.00 B, will set to 270.27 MiB (RSS), difference: -1.03 MiB | ||
| 15638 | 2025.04.22 03:12:43.182268 [ 157 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15639 | 2025.04.22 03:12:43.182331 [ 157 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15640 | 2025.04.22 03:12:43.387864 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 35746 | ||
| 15641 | 2025.04.22 03:12:43.388680 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15642 | 2025.04.22 03:12:43.388728 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 15643 | 2025.04.22 03:12:43.389274 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 15644 | 2025.04.22 03:12:43.389557 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15645 | 2025.04.22 03:12:43.389791 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35746 | ||
| 15646 | 2025.04.22 03:12:45.868684 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 588 | ||
| 15647 | 2025.04.22 03:12:45.891124 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15648 | 2025.04.22 03:12:45.891171 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 15649 | 2025.04.22 03:12:45.898523 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 15650 | 2025.04.22 03:12:45.899343 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15651 | 2025.04.22 03:12:45.903623 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 588 | ||
| 15652 | 2025.04.22 03:12:47.437008 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15653 | 2025.04.22 03:12:47.437213 [ 276 ] {360cfe4e-61c2-4fb9-afcd-1bf679445c30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15654 | 2025.04.22 03:12:47.437301 [ 276 ] {360cfe4e-61c2-4fb9-afcd-1bf679445c30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15655 | 2025.04.22 03:12:47.438301 [ 276 ] {360cfe4e-61c2-4fb9-afcd-1bf679445c30} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15656 | 2025.04.22 03:12:47.438364 [ 276 ] {360cfe4e-61c2-4fb9-afcd-1bf679445c30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 15657 | 2025.04.22 03:12:47.438985 [ 276 ] {360cfe4e-61c2-4fb9-afcd-1bf679445c30} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 15658 | 2025.04.22 03:12:47.439363 [ 276 ] {360cfe4e-61c2-4fb9-afcd-1bf679445c30} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15659 | 2025.04.22 03:12:47.439658 [ 276 ] {360cfe4e-61c2-4fb9-afcd-1bf679445c30} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.002493 sec., 25671.88126754914 rows/sec., 2.03 MiB/sec. | ||
| 15660 | 2025.04.22 03:12:47.439735 [ 276 ] {360cfe4e-61c2-4fb9-afcd-1bf679445c30} <Debug> TCPHandler: Processed in 0.002868687 sec. | ||
| 15661 | 2025.04.22 03:12:47.439892 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15662 | 2025.04.22 03:12:47.440030 [ 276 ] {06c74875-66e4-4179-b88e-82133d8e725c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15663 | 2025.04.22 03:12:47.440093 [ 276 ] {06c74875-66e4-4179-b88e-82133d8e725c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15664 | 2025.04.22 03:12:47.440778 [ 276 ] {06c74875-66e4-4179-b88e-82133d8e725c} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15665 | 2025.04.22 03:12:47.440827 [ 276 ] {06c74875-66e4-4179-b88e-82133d8e725c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 15666 | 2025.04.22 03:12:47.441320 [ 276 ] {06c74875-66e4-4179-b88e-82133d8e725c} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 15667 | 2025.04.22 03:12:47.441710 [ 276 ] {06c74875-66e4-4179-b88e-82133d8e725c} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15668 | 2025.04.22 03:12:47.441986 [ 276 ] {06c74875-66e4-4179-b88e-82133d8e725c} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001984 sec., 2016.1290322580644 rows/sec., 151.60 KiB/sec. | ||
| 15669 | 2025.04.22 03:12:47.442058 [ 276 ] {06c74875-66e4-4179-b88e-82133d8e725c} <Debug> TCPHandler: Processed in 0.00222986 sec. | ||
| 15670 | 2025.04.22 03:12:47.442190 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15671 | 2025.04.22 03:12:47.442304 [ 276 ] {10857dc6-4de4-47f9-9443-d54a95f7158a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15672 | 2025.04.22 03:12:47.442349 [ 276 ] {10857dc6-4de4-47f9-9443-d54a95f7158a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15673 | 2025.04.22 03:12:47.442881 [ 276 ] {10857dc6-4de4-47f9-9443-d54a95f7158a} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15674 | 2025.04.22 03:12:47.442920 [ 276 ] {10857dc6-4de4-47f9-9443-d54a95f7158a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 15675 | 2025.04.22 03:12:47.443279 [ 276 ] {10857dc6-4de4-47f9-9443-d54a95f7158a} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 15676 | 2025.04.22 03:12:47.443516 [ 276 ] {10857dc6-4de4-47f9-9443-d54a95f7158a} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15677 | 2025.04.22 03:12:47.443703 [ 276 ] {10857dc6-4de4-47f9-9443-d54a95f7158a} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.00142 sec., 47887.32394366197 rows/sec., 3.74 MiB/sec. | ||
| 15678 | 2025.04.22 03:12:47.443752 [ 276 ] {10857dc6-4de4-47f9-9443-d54a95f7158a} <Debug> TCPHandler: Processed in 0.001614213 sec. | ||
| 15679 | 2025.04.22 03:12:47.443871 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15680 | 2025.04.22 03:12:47.443977 [ 276 ] {651264a9-4889-4639-80ba-597c92c0bf89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15681 | 2025.04.22 03:12:47.444026 [ 276 ] {651264a9-4889-4639-80ba-597c92c0bf89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15682 | 2025.04.22 03:12:47.444545 [ 276 ] {651264a9-4889-4639-80ba-597c92c0bf89} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15683 | 2025.04.22 03:12:47.444583 [ 276 ] {651264a9-4889-4639-80ba-597c92c0bf89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 15684 | 2025.04.22 03:12:47.444958 [ 276 ] {651264a9-4889-4639-80ba-597c92c0bf89} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 15685 | 2025.04.22 03:12:47.445193 [ 276 ] {651264a9-4889-4639-80ba-597c92c0bf89} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15686 | 2025.04.22 03:12:47.445383 [ 276 ] {651264a9-4889-4639-80ba-597c92c0bf89} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001428 sec., 112044.81792717087 rows/sec., 7.80 MiB/sec. | ||
| 15687 | 2025.04.22 03:12:47.445432 [ 276 ] {651264a9-4889-4639-80ba-597c92c0bf89} <Debug> TCPHandler: Processed in 0.001611483 sec. | ||
| 15688 | 2025.04.22 03:12:47.445552 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15689 | 2025.04.22 03:12:47.445655 [ 276 ] {2be32d84-4ee0-4829-b9b6-32b990fca8cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15690 | 2025.04.22 03:12:47.445722 [ 276 ] {2be32d84-4ee0-4829-b9b6-32b990fca8cb} <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 | ||
| 15691 | 2025.04.22 03:12:47.446744 [ 276 ] {2be32d84-4ee0-4829-b9b6-32b990fca8cb} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15692 | 2025.04.22 03:12:47.446784 [ 276 ] {2be32d84-4ee0-4829-b9b6-32b990fca8cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 15693 | 2025.04.22 03:12:47.447379 [ 276 ] {2be32d84-4ee0-4829-b9b6-32b990fca8cb} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 15694 | 2025.04.22 03:12:47.447632 [ 276 ] {2be32d84-4ee0-4829-b9b6-32b990fca8cb} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15695 | 2025.04.22 03:12:47.447850 [ 276 ] {2be32d84-4ee0-4829-b9b6-32b990fca8cb} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002216 sec., 1805.0541516245487 rows/sec., 3.23 MiB/sec. | ||
| 15696 | 2025.04.22 03:12:47.447950 [ 276 ] {2be32d84-4ee0-4829-b9b6-32b990fca8cb} <Debug> TCPHandler: Processed in 0.002448986 sec. | ||
| 15697 | 2025.04.22 03:12:47.448070 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15698 | 2025.04.22 03:12:47.448174 [ 276 ] {e6f3d6f9-a351-4fef-88d4-791b31030a08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15699 | 2025.04.22 03:12:47.448220 [ 276 ] {e6f3d6f9-a351-4fef-88d4-791b31030a08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15700 | 2025.04.22 03:12:47.448633 [ 276 ] {e6f3d6f9-a351-4fef-88d4-791b31030a08} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15701 | 2025.04.22 03:12:47.448672 [ 276 ] {e6f3d6f9-a351-4fef-88d4-791b31030a08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 15702 | 2025.04.22 03:12:47.449024 [ 276 ] {e6f3d6f9-a351-4fef-88d4-791b31030a08} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 15703 | 2025.04.22 03:12:47.449263 [ 276 ] {e6f3d6f9-a351-4fef-88d4-791b31030a08} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15704 | 2025.04.22 03:12:47.449440 [ 276 ] {e6f3d6f9-a351-4fef-88d4-791b31030a08} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001282 sec., 46801.872074882995 rows/sec., 3.15 MiB/sec. | ||
| 15705 | 2025.04.22 03:12:47.449510 [ 276 ] {e6f3d6f9-a351-4fef-88d4-791b31030a08} <Debug> TCPHandler: Processed in 0.00148965 sec. | ||
| 15706 | 2025.04.22 03:12:48.582616 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2188 | ||
| 15707 | 2025.04.22 03:12:48.585698 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15708 | 2025.04.22 03:12:48.585750 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 15709 | 2025.04.22 03:12:48.587257 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 15710 | 2025.04.22 03:12:48.587576 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15711 | 2025.04.22 03:12:48.588125 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2188 | ||
| 15712 | 2025.04.22 03:12:50.889959 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 36173 | ||
| 15713 | 2025.04.22 03:12:50.890994 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15714 | 2025.04.22 03:12:50.891044 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 15715 | 2025.04.22 03:12:50.891573 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 15716 | 2025.04.22 03:12:50.891834 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15717 | 2025.04.22 03:12:50.892041 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36173 | ||
| 15718 | 2025.04.22 03:12:52.320927 [ 218 ] {} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15719 | 2025.04.22 03:12:52.321020 [ 218 ] {} <Debug> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15720 | 2025.04.22 03:12:52.323743 [ 218 ] {} <Debug> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15721 | 2025.04.22 03:12:52.444220 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15722 | 2025.04.22 03:12:52.444439 [ 276 ] {39fe3d7a-93a4-43f8-884b-1173548889ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15723 | 2025.04.22 03:12:52.444523 [ 276 ] {39fe3d7a-93a4-43f8-884b-1173548889ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15724 | 2025.04.22 03:12:52.445429 [ 276 ] {39fe3d7a-93a4-43f8-884b-1173548889ba} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15725 | 2025.04.22 03:12:52.445480 [ 276 ] {39fe3d7a-93a4-43f8-884b-1173548889ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 15726 | 2025.04.22 03:12:52.445938 [ 276 ] {39fe3d7a-93a4-43f8-884b-1173548889ba} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 15727 | 2025.04.22 03:12:52.446204 [ 276 ] {39fe3d7a-93a4-43f8-884b-1173548889ba} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15728 | 2025.04.22 03:12:52.446415 [ 276 ] {39fe3d7a-93a4-43f8-884b-1173548889ba} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002018 sec., 105054.50941526264 rows/sec., 6.68 MiB/sec. | ||
| 15729 | 2025.04.22 03:12:52.446522 [ 276 ] {39fe3d7a-93a4-43f8-884b-1173548889ba} <Debug> TCPHandler: Processed in 0.002447545 sec. | ||
| 15730 | 2025.04.22 03:12:52.446760 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15731 | 2025.04.22 03:12:52.446892 [ 276 ] {6382becd-71b1-48a4-8be7-7cec1f081515} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 15732 | 2025.04.22 03:12:52.446944 [ 276 ] {6382becd-71b1-48a4-8be7-7cec1f081515} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15733 | 2025.04.22 03:12:52.447475 [ 276 ] {6382becd-71b1-48a4-8be7-7cec1f081515} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15734 | 2025.04.22 03:12:52.447514 [ 276 ] {6382becd-71b1-48a4-8be7-7cec1f081515} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 15735 | 2025.04.22 03:12:52.447855 [ 276 ] {6382becd-71b1-48a4-8be7-7cec1f081515} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 15736 | 2025.04.22 03:12:52.448096 [ 276 ] {6382becd-71b1-48a4-8be7-7cec1f081515} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15737 | 2025.04.22 03:12:52.448282 [ 276 ] {6382becd-71b1-48a4-8be7-7cec1f081515} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001413 sec., 1415.4281670205237 rows/sec., 115.42 KiB/sec. | ||
| 15738 | 2025.04.22 03:12:52.448368 [ 276 ] {6382becd-71b1-48a4-8be7-7cec1f081515} <Debug> TCPHandler: Processed in 0.001704976 sec. | ||
| 15739 | 2025.04.22 03:12:52.448595 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15740 | 2025.04.22 03:12:52.448719 [ 276 ] {1c0fc78c-abb2-42f3-b24f-4f9356341964} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15741 | 2025.04.22 03:12:52.448767 [ 276 ] {1c0fc78c-abb2-42f3-b24f-4f9356341964} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15742 | 2025.04.22 03:12:52.449638 [ 276 ] {1c0fc78c-abb2-42f3-b24f-4f9356341964} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15743 | 2025.04.22 03:12:52.449677 [ 276 ] {1c0fc78c-abb2-42f3-b24f-4f9356341964} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 15744 | 2025.04.22 03:12:52.450063 [ 276 ] {1c0fc78c-abb2-42f3-b24f-4f9356341964} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 15745 | 2025.04.22 03:12:52.450299 [ 276 ] {1c0fc78c-abb2-42f3-b24f-4f9356341964} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15746 | 2025.04.22 03:12:52.450460 [ 276 ] {1c0fc78c-abb2-42f3-b24f-4f9356341964} <Debug> executeQuery: Read 690 rows, 56.30 KiB in 0.001766 sec., 390713.47678369196 rows/sec., 31.13 MiB/sec. | ||
| 15747 | 2025.04.22 03:12:52.450510 [ 276 ] {1c0fc78c-abb2-42f3-b24f-4f9356341964} <Debug> TCPHandler: Processed in 0.002006214 sec. | ||
| 15748 | 2025.04.22 03:12:52.450627 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15749 | 2025.04.22 03:12:52.450732 [ 276 ] {0cc0c0fe-4074-4090-8063-134f0b40b1c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15750 | 2025.04.22 03:12:52.450777 [ 276 ] {0cc0c0fe-4074-4090-8063-134f0b40b1c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15751 | 2025.04.22 03:12:52.451331 [ 276 ] {0cc0c0fe-4074-4090-8063-134f0b40b1c0} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15752 | 2025.04.22 03:12:52.451368 [ 276 ] {0cc0c0fe-4074-4090-8063-134f0b40b1c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 15753 | 2025.04.22 03:12:52.451717 [ 276 ] {0cc0c0fe-4074-4090-8063-134f0b40b1c0} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 15754 | 2025.04.22 03:12:52.451963 [ 276 ] {0cc0c0fe-4074-4090-8063-134f0b40b1c0} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15755 | 2025.04.22 03:12:52.452124 [ 276 ] {0cc0c0fe-4074-4090-8063-134f0b40b1c0} <Debug> executeQuery: Read 144 rows, 9.23 KiB in 0.001416 sec., 101694.91525423729 rows/sec., 6.37 MiB/sec. | ||
| 15756 | 2025.04.22 03:12:52.452173 [ 276 ] {0cc0c0fe-4074-4090-8063-134f0b40b1c0} <Debug> TCPHandler: Processed in 0.001597832 sec. | ||
| 15757 | 2025.04.22 03:12:52.452294 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15758 | 2025.04.22 03:12:52.452398 [ 276 ] {1cbba15b-0aca-44dd-918a-0ae8872ea880} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15759 | 2025.04.22 03:12:52.452443 [ 276 ] {1cbba15b-0aca-44dd-918a-0ae8872ea880} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15760 | 2025.04.22 03:12:52.452979 [ 276 ] {1cbba15b-0aca-44dd-918a-0ae8872ea880} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15761 | 2025.04.22 03:12:52.453016 [ 276 ] {1cbba15b-0aca-44dd-918a-0ae8872ea880} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 15762 | 2025.04.22 03:12:52.453359 [ 276 ] {1cbba15b-0aca-44dd-918a-0ae8872ea880} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15763 | 2025.04.22 03:12:52.453597 [ 276 ] {1cbba15b-0aca-44dd-918a-0ae8872ea880} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15764 | 2025.04.22 03:12:52.453730 [ 67 ] {} <Debug> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f) (MergerMutator): Selected 6 parts from all_1_55_11 to all_60_60_0 | ||
| 15765 | 2025.04.22 03:12:52.453758 [ 276 ] {1cbba15b-0aca-44dd-918a-0ae8872ea880} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001381 sec., 81824.76466328747 rows/sec., 5.30 MiB/sec. | ||
| 15766 | 2025.04.22 03:12:52.453775 [ 67 ] {} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15767 | 2025.04.22 03:12:52.453809 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 15768 | 2025.04.22 03:12:52.453829 [ 276 ] {1cbba15b-0aca-44dd-918a-0ae8872ea880} <Debug> TCPHandler: Processed in 0.001588013 sec. | ||
| 15769 | 2025.04.22 03:12:52.453948 [ 187 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_60_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_55_11 to all_60_60_0 into Compact with storage Full | ||
| 15770 | 2025.04.22 03:12:52.453968 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15771 | 2025.04.22 03:12:52.454076 [ 187 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_60_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15772 | 2025.04.22 03:12:52.454103 [ 276 ] {ac704e44-f4bf-477f-829c-48a4d1e8ebe9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15773 | 2025.04.22 03:12:52.454114 [ 187 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_55_11, total 341 rows starting from the beginning of the part | ||
| 15774 | 2025.04.22 03:12:52.454156 [ 276 ] {ac704e44-f4bf-477f-829c-48a4d1e8ebe9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15775 | 2025.04.22 03:12:52.454262 [ 187 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 113 rows starting from the beginning of the part | ||
| 15776 | 2025.04.22 03:12:52.454723 [ 187 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 113 rows starting from the beginning of the part | ||
| 15777 | 2025.04.22 03:12:52.455157 [ 187 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 228 rows starting from the beginning of the part | ||
| 15778 | 2025.04.22 03:12:52.455495 [ 187 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 113 rows starting from the beginning of the part | ||
| 15779 | 2025.04.22 03:12:52.455878 [ 187 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 113 rows starting from the beginning of the part | ||
| 15780 | 2025.04.22 03:12:52.456822 [ 276 ] {ac704e44-f4bf-477f-829c-48a4d1e8ebe9} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15781 | 2025.04.22 03:12:52.456867 [ 276 ] {ac704e44-f4bf-477f-829c-48a4d1e8ebe9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 15782 | 2025.04.22 03:12:52.457421 [ 276 ] {ac704e44-f4bf-477f-829c-48a4d1e8ebe9} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 15783 | 2025.04.22 03:12:52.457758 [ 276 ] {ac704e44-f4bf-477f-829c-48a4d1e8ebe9} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15784 | 2025.04.22 03:12:52.457820 [ 188 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_60_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1021 rows, containing 5 columns (5 merged, 0 gathered) in 0.003933285 sec., 259579.46093405384 rows/sec., 18.14 MiB/sec. | ||
| 15785 | 2025.04.22 03:12:52.458060 [ 276 ] {ac704e44-f4bf-477f-829c-48a4d1e8ebe9} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.003987 sec., 28091.296714321543 rows/sec., 1.60 MiB/sec. | ||
| 15786 | 2025.04.22 03:12:52.458181 [ 276 ] {ac704e44-f4bf-477f-829c-48a4d1e8ebe9} <Debug> TCPHandler: Processed in 0.004268904 sec. | ||
| 15787 | 2025.04.22 03:12:52.458180 [ 188 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_60_12} <Trace> MergedBlockOutputStream: filled checksums all_1_60_12 (state Temporary) | ||
| 15788 | 2025.04.22 03:12:52.458361 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15789 | 2025.04.22 03:12:52.458558 [ 276 ] {628434bc-1438-42e5-86cd-e7f053af6c25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15790 | 2025.04.22 03:12:52.458647 [ 276 ] {628434bc-1438-42e5-86cd-e7f053af6c25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15791 | 2025.04.22 03:12:52.458767 [ 188 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_60_12} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_merge_all_1_60_12 to all_1_60_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15792 | 2025.04.22 03:12:52.459003 [ 188 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_60_12} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f) (MergerMutator): Merged 6 parts: [all_1_55_11, all_60_60_0] -> all_1_60_12 | ||
| 15793 | 2025.04.22 03:12:52.459230 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 15794 | 2025.04.22 03:12:52.459751 [ 276 ] {628434bc-1438-42e5-86cd-e7f053af6c25} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15795 | 2025.04.22 03:12:52.459794 [ 276 ] {628434bc-1438-42e5-86cd-e7f053af6c25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 15796 | 2025.04.22 03:12:52.460178 [ 276 ] {628434bc-1438-42e5-86cd-e7f053af6c25} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 15797 | 2025.04.22 03:12:52.460425 [ 276 ] {628434bc-1438-42e5-86cd-e7f053af6c25} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15798 | 2025.04.22 03:12:52.460617 [ 276 ] {628434bc-1438-42e5-86cd-e7f053af6c25} <Debug> executeQuery: Read 420 rows, 30.63 KiB in 0.002124 sec., 197740.1129943503 rows/sec., 14.08 MiB/sec. | ||
| 15799 | 2025.04.22 03:12:52.460673 [ 276 ] {628434bc-1438-42e5-86cd-e7f053af6c25} <Debug> TCPHandler: Processed in 0.002375574 sec. | ||
| 15800 | 2025.04.22 03:12:52.460793 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15801 | 2025.04.22 03:12:52.460915 [ 276 ] {7e199429-ed6d-4c6e-a3ed-51a90f35f980} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15802 | 2025.04.22 03:12:52.460965 [ 276 ] {7e199429-ed6d-4c6e-a3ed-51a90f35f980} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15803 | 2025.04.22 03:12:52.461374 [ 276 ] {7e199429-ed6d-4c6e-a3ed-51a90f35f980} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15804 | 2025.04.22 03:12:52.461412 [ 276 ] {7e199429-ed6d-4c6e-a3ed-51a90f35f980} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 15805 | 2025.04.22 03:12:52.461790 [ 276 ] {7e199429-ed6d-4c6e-a3ed-51a90f35f980} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 15806 | 2025.04.22 03:12:52.462030 [ 276 ] {7e199429-ed6d-4c6e-a3ed-51a90f35f980} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15807 | 2025.04.22 03:12:52.462235 [ 276 ] {7e199429-ed6d-4c6e-a3ed-51a90f35f980} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001342 sec., 4470.938897168405 rows/sec., 233.59 KiB/sec. | ||
| 15808 | 2025.04.22 03:12:52.462283 [ 276 ] {7e199429-ed6d-4c6e-a3ed-51a90f35f980} <Debug> TCPHandler: Processed in 0.001541271 sec. | ||
| 15809 | 2025.04.22 03:12:52.462401 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15810 | 2025.04.22 03:12:52.462504 [ 276 ] {e1890815-77cd-417d-a07a-ca84dbb56718} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15811 | 2025.04.22 03:12:52.462552 [ 276 ] {e1890815-77cd-417d-a07a-ca84dbb56718} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15812 | 2025.04.22 03:12:52.463062 [ 276 ] {e1890815-77cd-417d-a07a-ca84dbb56718} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15813 | 2025.04.22 03:12:52.463100 [ 276 ] {e1890815-77cd-417d-a07a-ca84dbb56718} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 15814 | 2025.04.22 03:12:52.463486 [ 276 ] {e1890815-77cd-417d-a07a-ca84dbb56718} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 15815 | 2025.04.22 03:12:52.463735 [ 276 ] {e1890815-77cd-417d-a07a-ca84dbb56718} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15816 | 2025.04.22 03:12:52.463937 [ 276 ] {e1890815-77cd-417d-a07a-ca84dbb56718} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001449 sec., 164251.2077294686 rows/sec., 11.01 MiB/sec. | ||
| 15817 | 2025.04.22 03:12:52.464022 [ 276 ] {e1890815-77cd-417d-a07a-ca84dbb56718} <Debug> TCPHandler: Processed in 0.001669624 sec. | ||
| 15818 | 2025.04.22 03:12:52.464061 [ 221 ] {} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15819 | 2025.04.22 03:12:52.464134 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15820 | 2025.04.22 03:12:52.464192 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15821 | 2025.04.22 03:12:52.464437 [ 276 ] {cce4ecf0-0c9c-4467-bb86-5d8483643ee3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15822 | 2025.04.22 03:12:52.464490 [ 276 ] {cce4ecf0-0c9c-4467-bb86-5d8483643ee3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15823 | 2025.04.22 03:12:52.465356 [ 276 ] {cce4ecf0-0c9c-4467-bb86-5d8483643ee3} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15824 | 2025.04.22 03:12:52.465414 [ 276 ] {cce4ecf0-0c9c-4467-bb86-5d8483643ee3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 15825 | 2025.04.22 03:12:52.466026 [ 276 ] {cce4ecf0-0c9c-4467-bb86-5d8483643ee3} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 15826 | 2025.04.22 03:12:52.466480 [ 276 ] {cce4ecf0-0c9c-4467-bb86-5d8483643ee3} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15827 | 2025.04.22 03:12:52.466864 [ 276 ] {cce4ecf0-0c9c-4467-bb86-5d8483643ee3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002492 sec., 401.2841091492777 rows/sec., 27.04 KiB/sec. | ||
| 15828 | 2025.04.22 03:12:52.466953 [ 276 ] {cce4ecf0-0c9c-4467-bb86-5d8483643ee3} <Debug> TCPHandler: Processed in 0.002845916 sec. | ||
| 15829 | 2025.04.22 03:12:52.467088 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15830 | 2025.04.22 03:12:52.467285 [ 276 ] {b3d69bc9-bf55-4bb0-b8f5-e60700c3a042} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15831 | 2025.04.22 03:12:52.467511 [ 276 ] {b3d69bc9-bf55-4bb0-b8f5-e60700c3a042} <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 | ||
| 15832 | 2025.04.22 03:12:52.468074 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15833 | 2025.04.22 03:12:52.469972 [ 276 ] {b3d69bc9-bf55-4bb0-b8f5-e60700c3a042} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15834 | 2025.04.22 03:12:52.470018 [ 276 ] {b3d69bc9-bf55-4bb0-b8f5-e60700c3a042} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 15835 | 2025.04.22 03:12:52.470725 [ 276 ] {b3d69bc9-bf55-4bb0-b8f5-e60700c3a042} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 15836 | 2025.04.22 03:12:52.470993 [ 276 ] {b3d69bc9-bf55-4bb0-b8f5-e60700c3a042} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15837 | 2025.04.22 03:12:52.471254 [ 276 ] {b3d69bc9-bf55-4bb0-b8f5-e60700c3a042} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.004046 sec., 8897.676717745922 rows/sec., 15.94 MiB/sec. | ||
| 15838 | 2025.04.22 03:12:52.471442 [ 276 ] {b3d69bc9-bf55-4bb0-b8f5-e60700c3a042} <Debug> TCPHandler: Processed in 0.004410758 sec. | ||
| 15839 | 2025.04.22 03:12:52.471750 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15840 | 2025.04.22 03:12:52.471953 [ 276 ] {fef41f3b-dd34-4f56-a4d9-abf63f02e8c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15841 | 2025.04.22 03:12:52.472003 [ 276 ] {fef41f3b-dd34-4f56-a4d9-abf63f02e8c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15842 | 2025.04.22 03:12:52.472452 [ 276 ] {fef41f3b-dd34-4f56-a4d9-abf63f02e8c1} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15843 | 2025.04.22 03:12:52.472490 [ 276 ] {fef41f3b-dd34-4f56-a4d9-abf63f02e8c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 15844 | 2025.04.22 03:12:52.472851 [ 276 ] {fef41f3b-dd34-4f56-a4d9-abf63f02e8c1} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 15845 | 2025.04.22 03:12:52.473092 [ 276 ] {fef41f3b-dd34-4f56-a4d9-abf63f02e8c1} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15846 | 2025.04.22 03:12:52.473296 [ 276 ] {fef41f3b-dd34-4f56-a4d9-abf63f02e8c1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001382 sec., 59334.298118668594 rows/sec., 3.77 MiB/sec. | ||
| 15847 | 2025.04.22 03:12:52.473360 [ 276 ] {fef41f3b-dd34-4f56-a4d9-abf63f02e8c1} <Debug> TCPHandler: Processed in 0.001707406 sec. | ||
| 15848 | 2025.04.22 03:12:52.473414 [ 222 ] {} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15849 | 2025.04.22 03:12:52.473465 [ 222 ] {} <Debug> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15850 | 2025.04.22 03:12:52.475357 [ 222 ] {} <Debug> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15851 | 2025.04.22 03:12:52.849857 [ 218 ] {} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15852 | 2025.04.22 03:12:52.849906 [ 218 ] {} <Debug> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15853 | 2025.04.22 03:12:52.852473 [ 218 ] {} <Debug> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15854 | 2025.04.22 03:12:52.992327 [ 219 ] {} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15855 | 2025.04.22 03:12:52.992381 [ 219 ] {} <Debug> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15856 | 2025.04.22 03:12:52.994371 [ 219 ] {} <Debug> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15857 | 2025.04.22 03:12:53.403699 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 596 | ||
| 15858 | 2025.04.22 03:12:53.427634 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15859 | 2025.04.22 03:12:53.427701 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 15860 | 2025.04.22 03:12:53.434991 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 15861 | 2025.04.22 03:12:53.435837 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15862 | 2025.04.22 03:12:53.439660 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 596 | ||
| 15863 | 2025.04.22 03:12:57.439069 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15864 | 2025.04.22 03:12:57.439338 [ 276 ] {75b7be48-96c4-4a51-b831-34d85da433aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15865 | 2025.04.22 03:12:57.439436 [ 276 ] {75b7be48-96c4-4a51-b831-34d85da433aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15866 | 2025.04.22 03:12:57.440455 [ 276 ] {75b7be48-96c4-4a51-b831-34d85da433aa} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15867 | 2025.04.22 03:12:57.440520 [ 276 ] {75b7be48-96c4-4a51-b831-34d85da433aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 15868 | 2025.04.22 03:12:57.441101 [ 276 ] {75b7be48-96c4-4a51-b831-34d85da433aa} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 15869 | 2025.04.22 03:12:57.441432 [ 276 ] {75b7be48-96c4-4a51-b831-34d85da433aa} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15870 | 2025.04.22 03:12:57.441729 [ 276 ] {75b7be48-96c4-4a51-b831-34d85da433aa} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.00246 sec., 26016.260162601626 rows/sec., 2.06 MiB/sec. | ||
| 15871 | 2025.04.22 03:12:57.441813 [ 276 ] {75b7be48-96c4-4a51-b831-34d85da433aa} <Debug> TCPHandler: Processed in 0.002908158 sec. | ||
| 15872 | 2025.04.22 03:12:57.441986 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15873 | 2025.04.22 03:12:57.442130 [ 276 ] {9c784ed3-752c-4748-a3b2-2e421a9bb9a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15874 | 2025.04.22 03:12:57.442193 [ 276 ] {9c784ed3-752c-4748-a3b2-2e421a9bb9a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15875 | 2025.04.22 03:12:57.442876 [ 276 ] {9c784ed3-752c-4748-a3b2-2e421a9bb9a8} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15876 | 2025.04.22 03:12:57.442933 [ 276 ] {9c784ed3-752c-4748-a3b2-2e421a9bb9a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 15877 | 2025.04.22 03:12:57.443437 [ 276 ] {9c784ed3-752c-4748-a3b2-2e421a9bb9a8} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 15878 | 2025.04.22 03:12:57.443796 [ 276 ] {9c784ed3-752c-4748-a3b2-2e421a9bb9a8} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15879 | 2025.04.22 03:12:57.444074 [ 276 ] {9c784ed3-752c-4748-a3b2-2e421a9bb9a8} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001982 sec., 2018.1634712411708 rows/sec., 151.76 KiB/sec. | ||
| 15880 | 2025.04.22 03:12:57.444165 [ 276 ] {9c784ed3-752c-4748-a3b2-2e421a9bb9a8} <Debug> TCPHandler: Processed in 0.00223816 sec. | ||
| 15881 | 2025.04.22 03:12:57.444329 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15882 | 2025.04.22 03:12:57.444470 [ 276 ] {6065aa8a-52ee-4129-b5a1-b2e48d1ef4c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15883 | 2025.04.22 03:12:57.444545 [ 276 ] {6065aa8a-52ee-4129-b5a1-b2e48d1ef4c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15884 | 2025.04.22 03:12:57.445274 [ 276 ] {6065aa8a-52ee-4129-b5a1-b2e48d1ef4c5} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15885 | 2025.04.22 03:12:57.445322 [ 276 ] {6065aa8a-52ee-4129-b5a1-b2e48d1ef4c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 15886 | 2025.04.22 03:12:57.445770 [ 276 ] {6065aa8a-52ee-4129-b5a1-b2e48d1ef4c5} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 15887 | 2025.04.22 03:12:57.446082 [ 276 ] {6065aa8a-52ee-4129-b5a1-b2e48d1ef4c5} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15888 | 2025.04.22 03:12:57.446320 [ 276 ] {6065aa8a-52ee-4129-b5a1-b2e48d1ef4c5} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001872 sec., 36324.78632478633 rows/sec., 2.84 MiB/sec. | ||
| 15889 | 2025.04.22 03:12:57.446434 [ 276 ] {6065aa8a-52ee-4129-b5a1-b2e48d1ef4c5} <Debug> TCPHandler: Processed in 0.002174509 sec. | ||
| 15890 | 2025.04.22 03:12:57.446613 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15891 | 2025.04.22 03:12:57.446955 [ 276 ] {08b364a8-0ef5-4d7c-95bf-28605eb44925} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15892 | 2025.04.22 03:12:57.447148 [ 276 ] {08b364a8-0ef5-4d7c-95bf-28605eb44925} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15893 | 2025.04.22 03:12:57.448304 [ 276 ] {08b364a8-0ef5-4d7c-95bf-28605eb44925} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15894 | 2025.04.22 03:12:57.448359 [ 276 ] {08b364a8-0ef5-4d7c-95bf-28605eb44925} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 15895 | 2025.04.22 03:12:57.448883 [ 276 ] {08b364a8-0ef5-4d7c-95bf-28605eb44925} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 15896 | 2025.04.22 03:12:57.449216 [ 276 ] {08b364a8-0ef5-4d7c-95bf-28605eb44925} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15897 | 2025.04.22 03:12:57.449451 [ 276 ] {08b364a8-0ef5-4d7c-95bf-28605eb44925} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002643 sec., 60537.26825576996 rows/sec., 4.22 MiB/sec. | ||
| 15898 | 2025.04.22 03:12:57.449527 [ 276 ] {08b364a8-0ef5-4d7c-95bf-28605eb44925} <Debug> TCPHandler: Processed in 0.002979479 sec. | ||
| 15899 | 2025.04.22 03:12:57.449679 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15900 | 2025.04.22 03:12:57.449865 [ 276 ] {5d9fdef8-0c44-4d6b-8113-41a046a6caaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15901 | 2025.04.22 03:12:57.450003 [ 276 ] {5d9fdef8-0c44-4d6b-8113-41a046a6caaa} <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 | ||
| 15902 | 2025.04.22 03:12:57.451736 [ 276 ] {5d9fdef8-0c44-4d6b-8113-41a046a6caaa} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15903 | 2025.04.22 03:12:57.451798 [ 276 ] {5d9fdef8-0c44-4d6b-8113-41a046a6caaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 15904 | 2025.04.22 03:12:57.452939 [ 276 ] {5d9fdef8-0c44-4d6b-8113-41a046a6caaa} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 15905 | 2025.04.22 03:12:57.453441 [ 276 ] {5d9fdef8-0c44-4d6b-8113-41a046a6caaa} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15906 | 2025.04.22 03:12:57.453830 [ 276 ] {5d9fdef8-0c44-4d6b-8113-41a046a6caaa} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.004014 sec., 996.512207274539 rows/sec., 1.79 MiB/sec. | ||
| 15907 | 2025.04.22 03:12:57.454013 [ 276 ] {5d9fdef8-0c44-4d6b-8113-41a046a6caaa} <Debug> TCPHandler: Processed in 0.004396637 sec. | ||
| 15908 | 2025.04.22 03:12:57.454202 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15909 | 2025.04.22 03:12:57.454379 [ 276 ] {dccc95e5-115f-4f66-94a0-3f85b400033a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15910 | 2025.04.22 03:12:57.454463 [ 276 ] {dccc95e5-115f-4f66-94a0-3f85b400033a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15911 | 2025.04.22 03:12:57.455204 [ 276 ] {dccc95e5-115f-4f66-94a0-3f85b400033a} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15912 | 2025.04.22 03:12:57.455268 [ 276 ] {dccc95e5-115f-4f66-94a0-3f85b400033a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 15913 | 2025.04.22 03:12:57.455949 [ 276 ] {dccc95e5-115f-4f66-94a0-3f85b400033a} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 15914 | 2025.04.22 03:12:57.456403 [ 276 ] {dccc95e5-115f-4f66-94a0-3f85b400033a} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15915 | 2025.04.22 03:12:57.456741 [ 276 ] {dccc95e5-115f-4f66-94a0-3f85b400033a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002399 sec., 25010.421008753645 rows/sec., 1.69 MiB/sec. | ||
| 15916 | 2025.04.22 03:12:57.456847 [ 276 ] {dccc95e5-115f-4f66-94a0-3f85b400033a} <Debug> TCPHandler: Processed in 0.002723723 sec. | ||
| 15917 | 2025.04.22 03:12:58.182601 [ 113 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15918 | 2025.04.22 03:12:58.182665 [ 113 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15919 | 2025.04.22 03:12:58.392164 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 36661 | ||
| 15920 | 2025.04.22 03:12:58.392826 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15921 | 2025.04.22 03:12:58.392876 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 15922 | 2025.04.22 03:12:58.393412 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 15923 | 2025.04.22 03:12:58.393673 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15924 | 2025.04.22 03:12:58.393926 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36661 | ||
| 15925 | 2025.04.22 03:12:58.394016 [ 220 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15926 | 2025.04.22 03:12:58.394077 [ 220 ] {} <Debug> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15927 | 2025.04.22 03:12:58.396096 [ 220 ] {} <Debug> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15928 | 2025.04.22 03:12:58.588325 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2224 | ||
| 15929 | 2025.04.22 03:12:58.591526 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15930 | 2025.04.22 03:12:58.591571 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 15931 | 2025.04.22 03:12:58.593052 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15932 | 2025.04.22 03:12:58.593356 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15933 | 2025.04.22 03:12:58.593697 [ 221 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15934 | 2025.04.22 03:12:58.593786 [ 221 ] {} <Debug> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15935 | 2025.04.22 03:12:58.594340 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2224 | ||
| 15936 | 2025.04.22 03:12:58.596132 [ 221 ] {} <Debug> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15937 | 2025.04.22 03:12:58.862168 [ 222 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15938 | 2025.04.22 03:12:58.862216 [ 222 ] {} <Debug> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15939 | 2025.04.22 03:12:58.864253 [ 222 ] {} <Debug> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15940 | 2025.04.22 03:12:59.000162 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 266.28 MiB, peak 288.56 MiB, free memory in arenas 0.00 B, will set to 270.27 MiB (RSS), difference: 3.99 MiB | ||
| 15941 | 2025.04.22 03:12:59.002465 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.002030154 sec. | ||
| 15942 | 2025.04.22 03:13:00.939723 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 603 | ||
| 15943 | 2025.04.22 03:13:00.961365 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15944 | 2025.04.22 03:13:00.961431 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 15945 | 2025.04.22 03:13:00.968894 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 15946 | 2025.04.22 03:13:00.969713 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15947 | 2025.04.22 03:13:00.973972 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 603 | ||
| 15948 | 2025.04.22 03:13:01.000162 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 266.79 MiB, peak 288.56 MiB, free memory in arenas 0.00 B, will set to 270.27 MiB (RSS), difference: 3.48 MiB | ||
| 15949 | 2025.04.22 03:13:02.444562 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15950 | 2025.04.22 03:13:02.444767 [ 276 ] {137ea842-4db4-4026-bf5e-f75c4b9a3f4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15951 | 2025.04.22 03:13:02.444845 [ 276 ] {137ea842-4db4-4026-bf5e-f75c4b9a3f4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15952 | 2025.04.22 03:13:02.445777 [ 276 ] {137ea842-4db4-4026-bf5e-f75c4b9a3f4b} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15953 | 2025.04.22 03:13:02.445822 [ 276 ] {137ea842-4db4-4026-bf5e-f75c4b9a3f4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 15954 | 2025.04.22 03:13:02.446263 [ 276 ] {137ea842-4db4-4026-bf5e-f75c4b9a3f4b} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 15955 | 2025.04.22 03:13:02.446519 [ 276 ] {137ea842-4db4-4026-bf5e-f75c4b9a3f4b} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15956 | 2025.04.22 03:13:02.446765 [ 276 ] {137ea842-4db4-4026-bf5e-f75c4b9a3f4b} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00205 sec., 103414.63414634146 rows/sec., 6.58 MiB/sec. | ||
| 15957 | 2025.04.22 03:13:02.446873 [ 276 ] {137ea842-4db4-4026-bf5e-f75c4b9a3f4b} <Debug> TCPHandler: Processed in 0.002439405 sec. | ||
| 15958 | 2025.04.22 03:13:02.447060 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15959 | 2025.04.22 03:13:02.447193 [ 276 ] {f786714e-992e-4dd8-8362-977abf0fdc0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15960 | 2025.04.22 03:13:02.447240 [ 276 ] {f786714e-992e-4dd8-8362-977abf0fdc0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15961 | 2025.04.22 03:13:02.448093 [ 276 ] {f786714e-992e-4dd8-8362-977abf0fdc0a} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15962 | 2025.04.22 03:13:02.448132 [ 276 ] {f786714e-992e-4dd8-8362-977abf0fdc0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 15963 | 2025.04.22 03:13:02.448516 [ 276 ] {f786714e-992e-4dd8-8362-977abf0fdc0a} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 15964 | 2025.04.22 03:13:02.448748 [ 276 ] {f786714e-992e-4dd8-8362-977abf0fdc0a} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15965 | 2025.04.22 03:13:02.448951 [ 276 ] {f786714e-992e-4dd8-8362-977abf0fdc0a} <Debug> executeQuery: Read 689 rows, 56.23 KiB in 0.00178 sec., 387078.6516853933 rows/sec., 30.85 MiB/sec. | ||
| 15966 | 2025.04.22 03:13:02.449001 [ 276 ] {f786714e-992e-4dd8-8362-977abf0fdc0a} <Debug> TCPHandler: Processed in 0.002036684 sec. | ||
| 15967 | 2025.04.22 03:13:02.449111 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15968 | 2025.04.22 03:13:02.449213 [ 276 ] {37858a7b-05be-4159-bdc8-290e1f2caf32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15969 | 2025.04.22 03:13:02.449257 [ 276 ] {37858a7b-05be-4159-bdc8-290e1f2caf32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15970 | 2025.04.22 03:13:02.449828 [ 276 ] {37858a7b-05be-4159-bdc8-290e1f2caf32} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15971 | 2025.04.22 03:13:02.449868 [ 276 ] {37858a7b-05be-4159-bdc8-290e1f2caf32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 15972 | 2025.04.22 03:13:02.450209 [ 276 ] {37858a7b-05be-4159-bdc8-290e1f2caf32} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 15973 | 2025.04.22 03:13:02.450445 [ 276 ] {37858a7b-05be-4159-bdc8-290e1f2caf32} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15974 | 2025.04.22 03:13:02.450625 [ 106 ] {} <Debug> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 15975 | 2025.04.22 03:13:02.450653 [ 276 ] {37858a7b-05be-4159-bdc8-290e1f2caf32} <Debug> executeQuery: Read 142 rows, 9.09 KiB in 0.00146 sec., 97260.27397260275 rows/sec., 6.08 MiB/sec. | ||
| 15976 | 2025.04.22 03:13:02.450708 [ 106 ] {} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15977 | 2025.04.22 03:13:02.450777 [ 276 ] {37858a7b-05be-4159-bdc8-290e1f2caf32} <Debug> TCPHandler: Processed in 0.001709226 sec. | ||
| 15978 | 2025.04.22 03:13:02.450780 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 15979 | 2025.04.22 03:13:02.450985 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15980 | 2025.04.22 03:13:02.451049 [ 197 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 15981 | 2025.04.22 03:13:02.451231 [ 276 ] {1a422ee7-b4e9-4c21-a945-33a5f0738ffc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15982 | 2025.04.22 03:13:02.451356 [ 276 ] {1a422ee7-b4e9-4c21-a945-33a5f0738ffc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15983 | 2025.04.22 03:13:02.451374 [ 197 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15984 | 2025.04.22 03:13:02.451496 [ 197 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 166 rows starting from the beginning of the part | ||
| 15985 | 2025.04.22 03:13:02.451846 [ 197 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 142 rows starting from the beginning of the part | ||
| 15986 | 2025.04.22 03:13:02.452247 [ 197 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 4 rows starting from the beginning of the part | ||
| 15987 | 2025.04.22 03:13:02.452599 [ 197 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 144 rows starting from the beginning of the part | ||
| 15988 | 2025.04.22 03:13:02.452957 [ 197 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 4 rows starting from the beginning of the part | ||
| 15989 | 2025.04.22 03:13:02.453296 [ 197 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 142 rows starting from the beginning of the part | ||
| 15990 | 2025.04.22 03:13:02.454212 [ 276 ] {1a422ee7-b4e9-4c21-a945-33a5f0738ffc} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15991 | 2025.04.22 03:13:02.454286 [ 276 ] {1a422ee7-b4e9-4c21-a945-33a5f0738ffc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 15992 | 2025.04.22 03:13:02.455309 [ 276 ] {1a422ee7-b4e9-4c21-a945-33a5f0738ffc} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 15993 | 2025.04.22 03:13:02.455849 [ 276 ] {1a422ee7-b4e9-4c21-a945-33a5f0738ffc} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15994 | 2025.04.22 03:13:02.456173 [ 187 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 602 rows, containing 5 columns (5 merged, 0 gathered) in 0.00524006 sec., 114884.18071548798 rows/sec., 7.67 MiB/sec. | ||
| 15995 | 2025.04.22 03:13:02.456316 [ 276 ] {1a422ee7-b4e9-4c21-a945-33a5f0738ffc} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.005143 sec., 21971.611899669453 rows/sec., 1.42 MiB/sec. | ||
| 15996 | 2025.04.22 03:13:02.456403 [ 187 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 15997 | 2025.04.22 03:13:02.456420 [ 276 ] {1a422ee7-b4e9-4c21-a945-33a5f0738ffc} <Debug> TCPHandler: Processed in 0.005535198 sec. | ||
| 15998 | 2025.04.22 03:13:02.456785 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15999 | 2025.04.22 03:13:02.457158 [ 276 ] {46322a97-a5a2-41e9-925d-aee641a7318a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16000 | 2025.04.22 03:13:02.457313 [ 276 ] {46322a97-a5a2-41e9-925d-aee641a7318a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16001 | 2025.04.22 03:13:02.457414 [ 187 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_111_22} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16002 | 2025.04.22 03:13:02.457614 [ 187 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_111_22} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 16003 | 2025.04.22 03:13:02.457742 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 16004 | 2025.04.22 03:13:02.458168 [ 276 ] {46322a97-a5a2-41e9-925d-aee641a7318a} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16005 | 2025.04.22 03:13:02.458208 [ 276 ] {46322a97-a5a2-41e9-925d-aee641a7318a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 16006 | 2025.04.22 03:13:02.458550 [ 276 ] {46322a97-a5a2-41e9-925d-aee641a7318a} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 16007 | 2025.04.22 03:13:02.458781 [ 276 ] {46322a97-a5a2-41e9-925d-aee641a7318a} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16008 | 2025.04.22 03:13:02.458974 [ 276 ] {46322a97-a5a2-41e9-925d-aee641a7318a} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001946 sec., 57553.95683453237 rows/sec., 3.28 MiB/sec. | ||
| 16009 | 2025.04.22 03:13:02.459024 [ 276 ] {46322a97-a5a2-41e9-925d-aee641a7318a} <Debug> TCPHandler: Processed in 0.002346803 sec. | ||
| 16010 | 2025.04.22 03:13:02.459147 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16011 | 2025.04.22 03:13:02.459250 [ 276 ] {abbce0ec-0ee2-42db-b191-398bae6197bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16012 | 2025.04.22 03:13:02.459296 [ 276 ] {abbce0ec-0ee2-42db-b191-398bae6197bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16013 | 2025.04.22 03:13:02.460014 [ 276 ] {abbce0ec-0ee2-42db-b191-398bae6197bc} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16014 | 2025.04.22 03:13:02.460053 [ 276 ] {abbce0ec-0ee2-42db-b191-398bae6197bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 16015 | 2025.04.22 03:13:02.460432 [ 276 ] {abbce0ec-0ee2-42db-b191-398bae6197bc} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 16016 | 2025.04.22 03:13:02.460665 [ 276 ] {abbce0ec-0ee2-42db-b191-398bae6197bc} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16017 | 2025.04.22 03:13:02.460860 [ 276 ] {abbce0ec-0ee2-42db-b191-398bae6197bc} <Debug> executeQuery: Read 418 rows, 30.47 KiB in 0.001631 sec., 256284.48804414467 rows/sec., 18.24 MiB/sec. | ||
| 16018 | 2025.04.22 03:13:02.460910 [ 276 ] {abbce0ec-0ee2-42db-b191-398bae6197bc} <Debug> TCPHandler: Processed in 0.001815129 sec. | ||
| 16019 | 2025.04.22 03:13:02.461028 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16020 | 2025.04.22 03:13:02.461131 [ 276 ] {e4012d91-7919-49aa-8025-0b29923a6408} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16021 | 2025.04.22 03:13:02.461179 [ 276 ] {e4012d91-7919-49aa-8025-0b29923a6408} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16022 | 2025.04.22 03:13:02.461602 [ 276 ] {e4012d91-7919-49aa-8025-0b29923a6408} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16023 | 2025.04.22 03:13:02.461640 [ 276 ] {e4012d91-7919-49aa-8025-0b29923a6408} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 16024 | 2025.04.22 03:13:02.461988 [ 276 ] {e4012d91-7919-49aa-8025-0b29923a6408} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 16025 | 2025.04.22 03:13:02.462231 [ 276 ] {e4012d91-7919-49aa-8025-0b29923a6408} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16026 | 2025.04.22 03:13:02.462428 [ 276 ] {e4012d91-7919-49aa-8025-0b29923a6408} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001318 sec., 4552.352048558422 rows/sec., 237.84 KiB/sec. | ||
| 16027 | 2025.04.22 03:13:02.462477 [ 276 ] {e4012d91-7919-49aa-8025-0b29923a6408} <Debug> TCPHandler: Processed in 0.00150006 sec. | ||
| 16028 | 2025.04.22 03:13:02.462588 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16029 | 2025.04.22 03:13:02.462693 [ 276 ] {6d253135-1364-471b-a35b-31e0e8d08162} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16030 | 2025.04.22 03:13:02.462740 [ 276 ] {6d253135-1364-471b-a35b-31e0e8d08162} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16031 | 2025.04.22 03:13:02.463268 [ 276 ] {6d253135-1364-471b-a35b-31e0e8d08162} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16032 | 2025.04.22 03:13:02.463307 [ 276 ] {6d253135-1364-471b-a35b-31e0e8d08162} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 16033 | 2025.04.22 03:13:02.463683 [ 276 ] {6d253135-1364-471b-a35b-31e0e8d08162} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 16034 | 2025.04.22 03:13:02.463925 [ 276 ] {6d253135-1364-471b-a35b-31e0e8d08162} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16035 | 2025.04.22 03:13:02.464127 [ 276 ] {6d253135-1364-471b-a35b-31e0e8d08162} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001454 sec., 162998.62448418158 rows/sec., 10.93 MiB/sec. | ||
| 16036 | 2025.04.22 03:13:02.464198 [ 276 ] {6d253135-1364-471b-a35b-31e0e8d08162} <Debug> TCPHandler: Processed in 0.001659924 sec. | ||
| 16037 | 2025.04.22 03:13:02.464352 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16038 | 2025.04.22 03:13:02.464600 [ 276 ] {3fa9d44b-2456-4d6d-8392-534b18c00690} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16039 | 2025.04.22 03:13:02.464729 [ 276 ] {3fa9d44b-2456-4d6d-8392-534b18c00690} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16040 | 2025.04.22 03:13:02.465942 [ 276 ] {3fa9d44b-2456-4d6d-8392-534b18c00690} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16041 | 2025.04.22 03:13:02.465981 [ 276 ] {3fa9d44b-2456-4d6d-8392-534b18c00690} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 16042 | 2025.04.22 03:13:02.466323 [ 276 ] {3fa9d44b-2456-4d6d-8392-534b18c00690} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 16043 | 2025.04.22 03:13:02.466560 [ 276 ] {3fa9d44b-2456-4d6d-8392-534b18c00690} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16044 | 2025.04.22 03:13:02.466758 [ 276 ] {3fa9d44b-2456-4d6d-8392-534b18c00690} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00226 sec., 442.47787610619474 rows/sec., 29.82 KiB/sec. | ||
| 16045 | 2025.04.22 03:13:02.466805 [ 276 ] {3fa9d44b-2456-4d6d-8392-534b18c00690} <Debug> TCPHandler: Processed in 0.002507867 sec. | ||
| 16046 | 2025.04.22 03:13:02.466914 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16047 | 2025.04.22 03:13:02.467018 [ 276 ] {38586a5f-383c-49d8-a2c2-dbe432174128} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16048 | 2025.04.22 03:13:02.467085 [ 276 ] {38586a5f-383c-49d8-a2c2-dbe432174128} <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 | ||
| 16049 | 2025.04.22 03:13:02.468210 [ 276 ] {38586a5f-383c-49d8-a2c2-dbe432174128} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16050 | 2025.04.22 03:13:02.468250 [ 276 ] {38586a5f-383c-49d8-a2c2-dbe432174128} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 16051 | 2025.04.22 03:13:02.468900 [ 276 ] {38586a5f-383c-49d8-a2c2-dbe432174128} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 16052 | 2025.04.22 03:13:02.469163 [ 276 ] {38586a5f-383c-49d8-a2c2-dbe432174128} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16053 | 2025.04.22 03:13:02.469359 [ 130 ] {} <Debug> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 16054 | 2025.04.22 03:13:02.469411 [ 276 ] {38586a5f-383c-49d8-a2c2-dbe432174128} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002405 sec., 14968.814968814968 rows/sec., 26.82 MiB/sec. | ||
| 16055 | 2025.04.22 03:13:02.469439 [ 130 ] {} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16056 | 2025.04.22 03:13:02.469507 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 16057 | 2025.04.22 03:13:02.469859 [ 276 ] {38586a5f-383c-49d8-a2c2-dbe432174128} <Debug> TCPHandler: Processed in 0.00298834 sec. | ||
| 16058 | 2025.04.22 03:13:02.469925 [ 189 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 16059 | 2025.04.22 03:13:02.470448 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16060 | 2025.04.22 03:13:02.470921 [ 276 ] {0302ae13-3914-497d-a5b0-fc5f070a9404} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16061 | 2025.04.22 03:13:02.471185 [ 276 ] {0302ae13-3914-497d-a5b0-fc5f070a9404} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16062 | 2025.04.22 03:13:02.471702 [ 189 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16063 | 2025.04.22 03:13:02.472075 [ 189 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 2183 rows starting from the beginning of the part | ||
| 16064 | 2025.04.22 03:13:02.472726 [ 189 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 36 rows starting from the beginning of the part | ||
| 16065 | 2025.04.22 03:13:02.473555 [ 189 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 4 rows starting from the beginning of the part | ||
| 16066 | 2025.04.22 03:13:02.473892 [ 276 ] {0302ae13-3914-497d-a5b0-fc5f070a9404} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16067 | 2025.04.22 03:13:02.474041 [ 276 ] {0302ae13-3914-497d-a5b0-fc5f070a9404} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 16068 | 2025.04.22 03:13:02.474199 [ 189 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 36 rows starting from the beginning of the part | ||
| 16069 | 2025.04.22 03:13:02.474902 [ 189 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 4 rows starting from the beginning of the part | ||
| 16070 | 2025.04.22 03:13:02.475565 [ 189 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 36 rows starting from the beginning of the part | ||
| 16071 | 2025.04.22 03:13:02.475605 [ 276 ] {0302ae13-3914-497d-a5b0-fc5f070a9404} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 16072 | 2025.04.22 03:13:02.476430 [ 276 ] {0302ae13-3914-497d-a5b0-fc5f070a9404} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16073 | 2025.04.22 03:13:02.476873 [ 276 ] {0302ae13-3914-497d-a5b0-fc5f070a9404} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006121 sec., 13396.503839241954 rows/sec., 871.26 KiB/sec. | ||
| 16074 | 2025.04.22 03:13:02.477001 [ 276 ] {0302ae13-3914-497d-a5b0-fc5f070a9404} <Debug> TCPHandler: Processed in 0.006703199 sec. | ||
| 16075 | 2025.04.22 03:13:02.483520 [ 196 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2299 rows, containing 19 columns (19 merged, 0 gathered) in 0.013850931 sec., 165981.62246277885 rows/sec., 297.43 MiB/sec. | ||
| 16076 | 2025.04.22 03:13:02.485965 [ 196 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 16077 | 2025.04.22 03:13:02.486464 [ 196 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_111_22} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16078 | 2025.04.22 03:13:02.486567 [ 196 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_111_22} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 16079 | 2025.04.22 03:13:02.486761 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.45 MiB. | ||
| 16080 | 2025.04.22 03:13:05.677213 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16081 | 2025.04.22 03:13:05.677426 [ 276 ] {fa2f94bf-336d-4841-8fde-8b0f1bdd71bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 16082 | 2025.04.22 03:13:05.677504 [ 276 ] {fa2f94bf-336d-4841-8fde-8b0f1bdd71bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 16083 | 2025.04.22 03:13:05.678337 [ 276 ] {fa2f94bf-336d-4841-8fde-8b0f1bdd71bd} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16084 | 2025.04.22 03:13:05.678391 [ 276 ] {fa2f94bf-336d-4841-8fde-8b0f1bdd71bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 16085 | 2025.04.22 03:13:05.678856 [ 276 ] {fa2f94bf-336d-4841-8fde-8b0f1bdd71bd} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 16086 | 2025.04.22 03:13:05.679128 [ 276 ] {fa2f94bf-336d-4841-8fde-8b0f1bdd71bd} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16087 | 2025.04.22 03:13:05.679358 [ 276 ] {fa2f94bf-336d-4841-8fde-8b0f1bdd71bd} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001981 sec., 2019.1822311963654 rows/sec., 164.65 KiB/sec. | ||
| 16088 | 2025.04.22 03:13:05.679462 [ 276 ] {fa2f94bf-336d-4841-8fde-8b0f1bdd71bd} <Debug> TCPHandler: Processed in 0.002387684 sec. | ||
| 16089 | 2025.04.22 03:13:05.679715 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16090 | 2025.04.22 03:13:05.679837 [ 276 ] {15ee4a5c-33d6-4e3d-af4c-9e052aaefe49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16091 | 2025.04.22 03:13:05.679889 [ 276 ] {15ee4a5c-33d6-4e3d-af4c-9e052aaefe49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16092 | 2025.04.22 03:13:05.681483 [ 276 ] {15ee4a5c-33d6-4e3d-af4c-9e052aaefe49} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16093 | 2025.04.22 03:13:05.681537 [ 276 ] {15ee4a5c-33d6-4e3d-af4c-9e052aaefe49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 16094 | 2025.04.22 03:13:05.682111 [ 276 ] {15ee4a5c-33d6-4e3d-af4c-9e052aaefe49} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 16095 | 2025.04.22 03:13:05.682375 [ 276 ] {15ee4a5c-33d6-4e3d-af4c-9e052aaefe49} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16096 | 2025.04.22 03:13:05.682535 [ 131 ] {} <Debug> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 16097 | 2025.04.22 03:13:05.682558 [ 276 ] {15ee4a5c-33d6-4e3d-af4c-9e052aaefe49} <Debug> executeQuery: Read 1206 rows, 101.90 KiB in 0.002747 sec., 439024.39024390245 rows/sec., 36.22 MiB/sec. | ||
| 16098 | 2025.04.22 03:13:05.682578 [ 131 ] {} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16099 | 2025.04.22 03:13:05.682610 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 16100 | 2025.04.22 03:13:05.682632 [ 276 ] {15ee4a5c-33d6-4e3d-af4c-9e052aaefe49} <Debug> TCPHandler: Processed in 0.003016831 sec. | ||
| 16101 | 2025.04.22 03:13:05.682837 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16102 | 2025.04.22 03:13:05.682848 [ 198 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 16103 | 2025.04.22 03:13:05.683021 [ 276 ] {a01b4599-2826-446c-8bec-735e94d3558f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16104 | 2025.04.22 03:13:05.683124 [ 276 ] {a01b4599-2826-446c-8bec-735e94d3558f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16105 | 2025.04.22 03:13:05.683139 [ 198 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16106 | 2025.04.22 03:13:05.683245 [ 198 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 1847 rows starting from the beginning of the part | ||
| 16107 | 2025.04.22 03:13:05.683488 [ 198 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 64 rows starting from the beginning of the part | ||
| 16108 | 2025.04.22 03:13:05.683794 [ 198 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 690 rows starting from the beginning of the part | ||
| 16109 | 2025.04.22 03:13:05.684173 [ 198 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 64 rows starting from the beginning of the part | ||
| 16110 | 2025.04.22 03:13:05.684554 [ 198 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 689 rows starting from the beginning of the part | ||
| 16111 | 2025.04.22 03:13:05.684951 [ 198 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 1206 rows starting from the beginning of the part | ||
| 16112 | 2025.04.22 03:13:05.686153 [ 276 ] {a01b4599-2826-446c-8bec-735e94d3558f} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16113 | 2025.04.22 03:13:05.686234 [ 276 ] {a01b4599-2826-446c-8bec-735e94d3558f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 16114 | 2025.04.22 03:13:05.687176 [ 276 ] {a01b4599-2826-446c-8bec-735e94d3558f} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 16115 | 2025.04.22 03:13:05.687749 [ 276 ] {a01b4599-2826-446c-8bec-735e94d3558f} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16116 | 2025.04.22 03:13:05.688027 [ 276 ] {a01b4599-2826-446c-8bec-735e94d3558f} <Debug> executeQuery: Read 8 rows, 594.00 B in 0.005066 sec., 1579.1551519936834 rows/sec., 114.50 KiB/sec. | ||
| 16117 | 2025.04.22 03:13:05.688104 [ 220 ] {} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16118 | 2025.04.22 03:13:05.688148 [ 276 ] {a01b4599-2826-446c-8bec-735e94d3558f} <Debug> TCPHandler: Processed in 0.005389684 sec. | ||
| 16119 | 2025.04.22 03:13:05.688180 [ 220 ] {} <Debug> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16120 | 2025.04.22 03:13:05.688417 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16121 | 2025.04.22 03:13:05.688558 [ 276 ] {86004b54-8e4b-4424-99dc-7e7203d6feaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16122 | 2025.04.22 03:13:05.688685 [ 276 ] {86004b54-8e4b-4424-99dc-7e7203d6feaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16123 | 2025.04.22 03:13:05.689532 [ 196 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4560 rows, containing 5 columns (5 merged, 0 gathered) in 0.006789512 sec., 671624.1167259149 rows/sec., 57.09 MiB/sec. | ||
| 16124 | 2025.04.22 03:13:05.689942 [ 196 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 16125 | 2025.04.22 03:13:05.690811 [ 196 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_136_27} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16126 | 2025.04.22 03:13:05.691214 [ 196 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_136_27} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 16127 | 2025.04.22 03:13:05.691534 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. | ||
| 16128 | 2025.04.22 03:13:05.691606 [ 276 ] {86004b54-8e4b-4424-99dc-7e7203d6feaa} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16129 | 2025.04.22 03:13:05.691673 [ 276 ] {86004b54-8e4b-4424-99dc-7e7203d6feaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 16130 | 2025.04.22 03:13:05.692381 [ 276 ] {86004b54-8e4b-4424-99dc-7e7203d6feaa} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 16131 | 2025.04.22 03:13:05.692835 [ 276 ] {86004b54-8e4b-4424-99dc-7e7203d6feaa} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16132 | 2025.04.22 03:13:05.693162 [ 220 ] {} <Debug> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16133 | 2025.04.22 03:13:05.693221 [ 276 ] {86004b54-8e4b-4424-99dc-7e7203d6feaa} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.004677 sec., 48749.198203976914 rows/sec., 3.30 MiB/sec. | ||
| 16134 | 2025.04.22 03:13:05.693560 [ 276 ] {86004b54-8e4b-4424-99dc-7e7203d6feaa} <Debug> TCPHandler: Processed in 0.0052241 sec. | ||
| 16135 | 2025.04.22 03:13:05.693745 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16136 | 2025.04.22 03:13:05.693968 [ 276 ] {daf04676-a2e8-4edb-82fe-79a7367b92d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16137 | 2025.04.22 03:13:05.694020 [ 276 ] {daf04676-a2e8-4edb-82fe-79a7367b92d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16138 | 2025.04.22 03:13:05.694777 [ 276 ] {daf04676-a2e8-4edb-82fe-79a7367b92d6} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16139 | 2025.04.22 03:13:05.694815 [ 276 ] {daf04676-a2e8-4edb-82fe-79a7367b92d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 16140 | 2025.04.22 03:13:05.695206 [ 276 ] {daf04676-a2e8-4edb-82fe-79a7367b92d6} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 16141 | 2025.04.22 03:13:05.695447 [ 276 ] {daf04676-a2e8-4edb-82fe-79a7367b92d6} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16142 | 2025.04.22 03:13:05.695586 [ 131 ] {} <Debug> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 16143 | 2025.04.22 03:13:05.695622 [ 131 ] {} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16144 | 2025.04.22 03:13:05.695624 [ 276 ] {daf04676-a2e8-4edb-82fe-79a7367b92d6} <Debug> executeQuery: Read 528 rows, 40.05 KiB in 0.001716 sec., 307692.3076923077 rows/sec., 22.79 MiB/sec. | ||
| 16145 | 2025.04.22 03:13:05.695644 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 16146 | 2025.04.22 03:13:05.695745 [ 276 ] {daf04676-a2e8-4edb-82fe-79a7367b92d6} <Debug> TCPHandler: Processed in 0.002092725 sec. | ||
| 16147 | 2025.04.22 03:13:05.695859 [ 199 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 16148 | 2025.04.22 03:13:05.695923 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16149 | 2025.04.22 03:13:05.696117 [ 199 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16150 | 2025.04.22 03:13:05.696231 [ 276 ] {d6f83eb2-9976-4230-8720-6509ed397142} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16151 | 2025.04.22 03:13:05.696250 [ 199 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 916 rows starting from the beginning of the part | ||
| 16152 | 2025.04.22 03:13:05.696431 [ 276 ] {d6f83eb2-9976-4230-8720-6509ed397142} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16153 | 2025.04.22 03:13:05.696685 [ 199 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 68 rows starting from the beginning of the part | ||
| 16154 | 2025.04.22 03:13:05.696983 [ 199 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 420 rows starting from the beginning of the part | ||
| 16155 | 2025.04.22 03:13:05.697611 [ 199 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 68 rows starting from the beginning of the part | ||
| 16156 | 2025.04.22 03:13:05.698212 [ 199 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 418 rows starting from the beginning of the part | ||
| 16157 | 2025.04.22 03:13:05.698783 [ 199 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 528 rows starting from the beginning of the part | ||
| 16158 | 2025.04.22 03:13:05.700514 [ 276 ] {d6f83eb2-9976-4230-8720-6509ed397142} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16159 | 2025.04.22 03:13:05.700555 [ 276 ] {d6f83eb2-9976-4230-8720-6509ed397142} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 16160 | 2025.04.22 03:13:05.701193 [ 276 ] {d6f83eb2-9976-4230-8720-6509ed397142} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 16161 | 2025.04.22 03:13:05.701458 [ 276 ] {d6f83eb2-9976-4230-8720-6509ed397142} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16162 | 2025.04.22 03:13:05.701636 [ 131 ] {} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Selected 6 parts from all_1_131_27 to all_136_136_0 | ||
| 16163 | 2025.04.22 03:13:05.701697 [ 131 ] {} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16164 | 2025.04.22 03:13:05.701764 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 16165 | 2025.04.22 03:13:05.701771 [ 276 ] {d6f83eb2-9976-4230-8720-6509ed397142} <Debug> executeQuery: Read 956 rows, 65.68 KiB in 0.005667 sec., 168695.9590612317 rows/sec., 11.32 MiB/sec. | ||
| 16166 | 2025.04.22 03:13:05.702325 [ 276 ] {d6f83eb2-9976-4230-8720-6509ed397142} <Debug> TCPHandler: Processed in 0.006469193 sec. | ||
| 16167 | 2025.04.22 03:13:05.702467 [ 192 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2418 rows, containing 5 columns (5 merged, 0 gathered) in 0.00674083 sec., 358709.53576933406 rows/sec., 27.47 MiB/sec. | ||
| 16168 | 2025.04.22 03:13:05.702463 [ 186 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_136_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_27 to all_136_136_0 into Compact with storage Full | ||
| 16169 | 2025.04.22 03:13:05.702912 [ 192 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 16170 | 2025.04.22 03:13:05.703300 [ 186 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_136_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16171 | 2025.04.22 03:13:05.703325 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16172 | 2025.04.22 03:13:05.703471 [ 186 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_136_28} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_131_27, total 38437 rows starting from the beginning of the part | ||
| 16173 | 2025.04.22 03:13:05.703952 [ 186 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_136_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 160 rows starting from the beginning of the part | ||
| 16174 | 2025.04.22 03:13:05.704120 [ 192 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_136_27} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16175 | 2025.04.22 03:13:05.704549 [ 186 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_136_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 238 rows starting from the beginning of the part | ||
| 16176 | 2025.04.22 03:13:05.704564 [ 192 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_136_27} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 16177 | 2025.04.22 03:13:05.705093 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 16178 | 2025.04.22 03:13:05.705289 [ 186 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_136_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 160 rows starting from the beginning of the part | ||
| 16179 | 2025.04.22 03:13:05.705731 [ 186 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_136_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 237 rows starting from the beginning of the part | ||
| 16180 | 2025.04.22 03:13:05.706185 [ 186 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_136_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 956 rows starting from the beginning of the part | ||
| 16181 | 2025.04.22 03:13:05.706212 [ 276 ] {13b3da18-bc2f-48ec-85c2-3fdb67312b0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16182 | 2025.04.22 03:13:05.706607 [ 276 ] {13b3da18-bc2f-48ec-85c2-3fdb67312b0b} <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 | ||
| 16183 | 2025.04.22 03:13:05.709459 [ 276 ] {13b3da18-bc2f-48ec-85c2-3fdb67312b0b} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16184 | 2025.04.22 03:13:05.709531 [ 276 ] {13b3da18-bc2f-48ec-85c2-3fdb67312b0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 16185 | 2025.04.22 03:13:05.710786 [ 276 ] {13b3da18-bc2f-48ec-85c2-3fdb67312b0b} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 16186 | 2025.04.22 03:13:05.711233 [ 276 ] {13b3da18-bc2f-48ec-85c2-3fdb67312b0b} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16187 | 2025.04.22 03:13:05.711473 [ 276 ] {13b3da18-bc2f-48ec-85c2-3fdb67312b0b} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.007138 sec., 560.3810591202017 rows/sec., 1.00 MiB/sec. | ||
| 16188 | 2025.04.22 03:13:05.711726 [ 276 ] {13b3da18-bc2f-48ec-85c2-3fdb67312b0b} <Debug> TCPHandler: Processed in 0.008818396 sec. | ||
| 16189 | 2025.04.22 03:13:05.711895 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16190 | 2025.04.22 03:13:05.712018 [ 276 ] {041ee686-0de4-44f6-b40d-cbcb25d97fd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16191 | 2025.04.22 03:13:05.712068 [ 276 ] {041ee686-0de4-44f6-b40d-cbcb25d97fd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16192 | 2025.04.22 03:13:05.712647 [ 276 ] {041ee686-0de4-44f6-b40d-cbcb25d97fd6} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16193 | 2025.04.22 03:13:05.712686 [ 276 ] {041ee686-0de4-44f6-b40d-cbcb25d97fd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 16194 | 2025.04.22 03:13:05.713239 [ 276 ] {041ee686-0de4-44f6-b40d-cbcb25d97fd6} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 16195 | 2025.04.22 03:13:05.713546 [ 276 ] {041ee686-0de4-44f6-b40d-cbcb25d97fd6} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16196 | 2025.04.22 03:13:05.713727 [ 131 ] {} <Debug> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 16197 | 2025.04.22 03:13:05.713780 [ 131 ] {} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16198 | 2025.04.22 03:13:05.713822 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 16199 | 2025.04.22 03:13:05.713826 [ 276 ] {041ee686-0de4-44f6-b40d-cbcb25d97fd6} <Debug> executeQuery: Read 42 rows, 2.89 KiB in 0.001835 sec., 22888.283378746593 rows/sec., 1.54 MiB/sec. | ||
| 16200 | 2025.04.22 03:13:05.714041 [ 276 ] {041ee686-0de4-44f6-b40d-cbcb25d97fd6} <Debug> TCPHandler: Processed in 0.002206179 sec. | ||
| 16201 | 2025.04.22 03:13:05.714122 [ 192 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 16202 | 2025.04.22 03:13:05.714264 [ 192 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16203 | 2025.04.22 03:13:05.714343 [ 192 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 7550 rows starting from the beginning of the part | ||
| 16204 | 2025.04.22 03:13:05.714537 [ 192 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 60 rows starting from the beginning of the part | ||
| 16205 | 2025.04.22 03:13:05.714844 [ 192 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 82 rows starting from the beginning of the part | ||
| 16206 | 2025.04.22 03:13:05.715137 [ 192 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 60 rows starting from the beginning of the part | ||
| 16207 | 2025.04.22 03:13:05.715332 [ 192 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 82 rows starting from the beginning of the part | ||
| 16208 | 2025.04.22 03:13:05.715560 [ 192 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 42 rows starting from the beginning of the part | ||
| 16209 | 2025.04.22 03:13:05.717686 [ 186 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_136_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40188 rows, containing 5 columns (5 merged, 0 gathered) in 0.015732271 sec., 2554494.516398809 rows/sec., 172.85 MiB/sec. | ||
| 16210 | 2025.04.22 03:13:05.718465 [ 186 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_136_28} <Trace> MergedBlockOutputStream: filled checksums all_1_136_28 (state Temporary) | ||
| 16211 | 2025.04.22 03:13:05.718813 [ 186 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_136_28} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_merge_all_1_136_28 to all_1_136_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16212 | 2025.04.22 03:13:05.718897 [ 186 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_136_28} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Merged 6 parts: [all_1_131_27, all_136_136_0] -> all_1_136_28 | ||
| 16213 | 2025.04.22 03:13:05.718999 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
| 16214 | 2025.04.22 03:13:05.719214 [ 195 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7876 rows, containing 4 columns (4 merged, 0 gathered) in 0.005303162 sec., 1485151.688747204 rows/sec., 97.56 MiB/sec. | ||
| 16215 | 2025.04.22 03:13:05.719675 [ 200 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 16216 | 2025.04.22 03:13:05.719980 [ 200 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_136_27} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16217 | 2025.04.22 03:13:05.720059 [ 200 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_136_27} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 16218 | 2025.04.22 03:13:05.720144 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB. | ||
| 16219 | 2025.04.22 03:13:05.894070 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 37088 | ||
| 16220 | 2025.04.22 03:13:05.894708 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16221 | 2025.04.22 03:13:05.894750 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 16222 | 2025.04.22 03:13:05.895294 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 16223 | 2025.04.22 03:13:05.895568 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16224 | 2025.04.22 03:13:05.895727 [ 131 ] {} <Debug> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 16225 | 2025.04.22 03:13:05.895783 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37088 | ||
| 16226 | 2025.04.22 03:13:05.895787 [ 131 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16227 | 2025.04.22 03:13:05.895821 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 16228 | 2025.04.22 03:13:05.895981 [ 194 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 16229 | 2025.04.22 03:13:05.896235 [ 194 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16230 | 2025.04.22 03:13:05.896285 [ 194 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_76_15, total 34831 rows starting from the beginning of the part | ||
| 16231 | 2025.04.22 03:13:05.896374 [ 194 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 427 rows starting from the beginning of the part | ||
| 16232 | 2025.04.22 03:13:05.896583 [ 194 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 488 rows starting from the beginning of the part | ||
| 16233 | 2025.04.22 03:13:05.896786 [ 194 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 427 rows starting from the beginning of the part | ||
| 16234 | 2025.04.22 03:13:05.896889 [ 194 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 488 rows starting from the beginning of the part | ||
| 16235 | 2025.04.22 03:13:05.897112 [ 194 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 427 rows starting from the beginning of the part | ||
| 16236 | 2025.04.22 03:13:05.900236 [ 195 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37088 rows, containing 4 columns (4 merged, 0 gathered) in 0.004342396 sec., 8540906.90945736 rows/sec., 122.18 MiB/sec. | ||
| 16237 | 2025.04.22 03:13:05.900595 [ 191 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 16238 | 2025.04.22 03:13:05.900907 [ 191 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_81_16} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16239 | 2025.04.22 03:13:05.900987 [ 191 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_81_16} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 16240 | 2025.04.22 03:13:05.901090 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 16241 | 2025.04.22 03:13:06.593596 [ 222 ] {} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16242 | 2025.04.22 03:13:06.593650 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16243 | 2025.04.22 03:13:06.595585 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16244 | 2025.04.22 03:13:07.432112 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16245 | 2025.04.22 03:13:07.432306 [ 276 ] {21a1643f-fb3e-4917-8933-0ebc352d1230} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16246 | 2025.04.22 03:13:07.432382 [ 276 ] {21a1643f-fb3e-4917-8933-0ebc352d1230} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16247 | 2025.04.22 03:13:07.433162 [ 276 ] {21a1643f-fb3e-4917-8933-0ebc352d1230} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16248 | 2025.04.22 03:13:07.433218 [ 276 ] {21a1643f-fb3e-4917-8933-0ebc352d1230} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 16249 | 2025.04.22 03:13:07.433651 [ 276 ] {21a1643f-fb3e-4917-8933-0ebc352d1230} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 16250 | 2025.04.22 03:13:07.433910 [ 276 ] {21a1643f-fb3e-4917-8933-0ebc352d1230} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16251 | 2025.04.22 03:13:07.434117 [ 276 ] {21a1643f-fb3e-4917-8933-0ebc352d1230} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001864 sec., 30042.91845493562 rows/sec., 2.31 MiB/sec. | ||
| 16252 | 2025.04.22 03:13:07.434198 [ 276 ] {21a1643f-fb3e-4917-8933-0ebc352d1230} <Debug> TCPHandler: Processed in 0.002212549 sec. | ||
| 16253 | 2025.04.22 03:13:07.434337 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16254 | 2025.04.22 03:13:07.434473 [ 276 ] {6ba55915-7c73-4ea1-8e70-a1a0d17e8d5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16255 | 2025.04.22 03:13:07.434522 [ 276 ] {6ba55915-7c73-4ea1-8e70-a1a0d17e8d5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16256 | 2025.04.22 03:13:07.435059 [ 276 ] {6ba55915-7c73-4ea1-8e70-a1a0d17e8d5b} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16257 | 2025.04.22 03:13:07.435100 [ 276 ] {6ba55915-7c73-4ea1-8e70-a1a0d17e8d5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 16258 | 2025.04.22 03:13:07.435465 [ 276 ] {6ba55915-7c73-4ea1-8e70-a1a0d17e8d5b} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 16259 | 2025.04.22 03:13:07.435722 [ 276 ] {6ba55915-7c73-4ea1-8e70-a1a0d17e8d5b} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16260 | 2025.04.22 03:13:07.435920 [ 276 ] {6ba55915-7c73-4ea1-8e70-a1a0d17e8d5b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001476 sec., 43360.43360433604 rows/sec., 3.38 MiB/sec. | ||
| 16261 | 2025.04.22 03:13:07.436005 [ 276 ] {6ba55915-7c73-4ea1-8e70-a1a0d17e8d5b} <Debug> TCPHandler: Processed in 0.001734166 sec. | ||
| 16262 | 2025.04.22 03:13:07.436151 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16263 | 2025.04.22 03:13:07.436454 [ 276 ] {caec1fe1-5107-49fc-a695-5881972b3fc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16264 | 2025.04.22 03:13:07.436605 [ 276 ] {caec1fe1-5107-49fc-a695-5881972b3fc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16265 | 2025.04.22 03:13:07.437542 [ 276 ] {caec1fe1-5107-49fc-a695-5881972b3fc8} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16266 | 2025.04.22 03:13:07.437582 [ 276 ] {caec1fe1-5107-49fc-a695-5881972b3fc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 16267 | 2025.04.22 03:13:07.437958 [ 276 ] {caec1fe1-5107-49fc-a695-5881972b3fc8} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 16268 | 2025.04.22 03:13:07.438193 [ 276 ] {caec1fe1-5107-49fc-a695-5881972b3fc8} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16269 | 2025.04.22 03:13:07.438411 [ 276 ] {caec1fe1-5107-49fc-a695-5881972b3fc8} <Debug> executeQuery: Read 52 rows, 3.70 KiB in 0.002075 sec., 25060.24096385542 rows/sec., 1.74 MiB/sec. | ||
| 16270 | 2025.04.22 03:13:07.438462 [ 276 ] {caec1fe1-5107-49fc-a695-5881972b3fc8} <Debug> TCPHandler: Processed in 0.002364173 sec. | ||
| 16271 | 2025.04.22 03:13:07.438575 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16272 | 2025.04.22 03:13:07.438680 [ 276 ] {ecd88e91-46a2-40b8-94df-61585bcdda33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16273 | 2025.04.22 03:13:07.438728 [ 276 ] {ecd88e91-46a2-40b8-94df-61585bcdda33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16274 | 2025.04.22 03:13:07.439152 [ 276 ] {ecd88e91-46a2-40b8-94df-61585bcdda33} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16275 | 2025.04.22 03:13:07.439192 [ 276 ] {ecd88e91-46a2-40b8-94df-61585bcdda33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 16276 | 2025.04.22 03:13:07.439547 [ 276 ] {ecd88e91-46a2-40b8-94df-61585bcdda33} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 16277 | 2025.04.22 03:13:07.439791 [ 276 ] {ecd88e91-46a2-40b8-94df-61585bcdda33} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16278 | 2025.04.22 03:13:07.440020 [ 276 ] {ecd88e91-46a2-40b8-94df-61585bcdda33} <Debug> executeQuery: Read 18 rows, 1.25 KiB in 0.001342 sec., 13412.816691505215 rows/sec., 930.72 KiB/sec. | ||
| 16279 | 2025.04.22 03:13:07.440219 [ 276 ] {ecd88e91-46a2-40b8-94df-61585bcdda33} <Debug> TCPHandler: Processed in 0.001692845 sec. | ||
| 16280 | 2025.04.22 03:13:08.474032 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 611 | ||
| 16281 | 2025.04.22 03:13:08.496036 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16282 | 2025.04.22 03:13:08.496094 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 16283 | 2025.04.22 03:13:08.503423 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 16284 | 2025.04.22 03:13:08.504231 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16285 | 2025.04.22 03:13:08.504551 [ 148 ] {} <Debug> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 16286 | 2025.04.22 03:13:08.504630 [ 148 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16287 | 2025.04.22 03:13:08.504675 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 16288 | 2025.04.22 03:13:08.507332 [ 195 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 16289 | 2025.04.22 03:13:08.522440 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 611 | ||
| 16290 | 2025.04.22 03:13:08.523766 [ 195 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16291 | 2025.04.22 03:13:08.524971 [ 195 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 573 rows starting from the beginning of the part | ||
| 16292 | 2025.04.22 03:13:08.530247 [ 195 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 8 rows starting from the beginning of the part | ||
| 16293 | 2025.04.22 03:13:08.537397 [ 195 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 7 rows starting from the beginning of the part | ||
| 16294 | 2025.04.22 03:13:08.543375 [ 195 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 8 rows starting from the beginning of the part | ||
| 16295 | 2025.04.22 03:13:08.549905 [ 195 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 7 rows starting from the beginning of the part | ||
| 16296 | 2025.04.22 03:13:08.556128 [ 195 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 8 rows starting from the beginning of the part | ||
| 16297 | 2025.04.22 03:13:08.594756 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 2270 | ||
| 16298 | 2025.04.22 03:13:08.611092 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16299 | 2025.04.22 03:13:08.611154 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 16300 | 2025.04.22 03:13:08.612893 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 16301 | 2025.04.22 03:13:08.613745 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16302 | 2025.04.22 03:13:08.616383 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2270 | ||
| 16303 | 2025.04.22 03:13:08.638261 [ 191 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 611 rows, containing 679 columns (679 merged, 0 gathered) in 0.133373188 sec., 4581.130654236142 rows/sec., 23.69 MiB/sec. | ||
| 16304 | 2025.04.22 03:13:08.641721 [ 188 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 16305 | 2025.04.22 03:13:08.644713 [ 188 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_81_16} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16306 | 2025.04.22 03:13:08.644800 [ 188 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_81_16} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 16307 | 2025.04.22 03:13:08.647487 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. | ||
| 16308 | 2025.04.22 03:13:09.000176 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 271.40 MiB, peak 289.54 MiB, free memory in arenas 0.00 B, will set to 270.34 MiB (RSS), difference: -1.06 MiB | ||
| 16309 | 2025.04.22 03:13:12.061740 [ 219 ] {} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 16310 | 2025.04.22 03:13:12.061810 [ 219 ] {} <Debug> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 16311 | 2025.04.22 03:13:12.063708 [ 219 ] {} <Debug> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 16312 | 2025.04.22 03:13:12.443887 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16313 | 2025.04.22 03:13:12.444185 [ 276 ] {b1efcace-50e4-494d-9441-9f5c7a3409c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16314 | 2025.04.22 03:13:12.444309 [ 276 ] {b1efcace-50e4-494d-9441-9f5c7a3409c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16315 | 2025.04.22 03:13:12.445442 [ 276 ] {b1efcace-50e4-494d-9441-9f5c7a3409c7} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16316 | 2025.04.22 03:13:12.445494 [ 276 ] {b1efcace-50e4-494d-9441-9f5c7a3409c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 16317 | 2025.04.22 03:13:12.445954 [ 276 ] {b1efcace-50e4-494d-9441-9f5c7a3409c7} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 16318 | 2025.04.22 03:13:12.446248 [ 276 ] {b1efcace-50e4-494d-9441-9f5c7a3409c7} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16319 | 2025.04.22 03:13:12.446481 [ 276 ] {b1efcace-50e4-494d-9441-9f5c7a3409c7} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002385 sec., 88888.88888888889 rows/sec., 5.65 MiB/sec. | ||
| 16320 | 2025.04.22 03:13:12.446550 [ 276 ] {b1efcace-50e4-494d-9441-9f5c7a3409c7} <Debug> TCPHandler: Processed in 0.002851996 sec. | ||
| 16321 | 2025.04.22 03:13:12.446686 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16322 | 2025.04.22 03:13:12.446801 [ 276 ] {7615b3ed-d7af-4b8f-b1aa-3d76c3f34460} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16323 | 2025.04.22 03:13:12.446851 [ 276 ] {7615b3ed-d7af-4b8f-b1aa-3d76c3f34460} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16324 | 2025.04.22 03:13:12.447873 [ 276 ] {7615b3ed-d7af-4b8f-b1aa-3d76c3f34460} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16325 | 2025.04.22 03:13:12.447916 [ 276 ] {7615b3ed-d7af-4b8f-b1aa-3d76c3f34460} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 16326 | 2025.04.22 03:13:12.448335 [ 276 ] {7615b3ed-d7af-4b8f-b1aa-3d76c3f34460} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 16327 | 2025.04.22 03:13:12.448578 [ 276 ] {7615b3ed-d7af-4b8f-b1aa-3d76c3f34460} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16328 | 2025.04.22 03:13:12.448812 [ 276 ] {7615b3ed-d7af-4b8f-b1aa-3d76c3f34460} <Debug> executeQuery: Read 689 rows, 56.23 KiB in 0.00203 sec., 339408.86699507385 rows/sec., 27.05 MiB/sec. | ||
| 16329 | 2025.04.22 03:13:12.448890 [ 276 ] {7615b3ed-d7af-4b8f-b1aa-3d76c3f34460} <Debug> TCPHandler: Processed in 0.002257361 sec. | ||
| 16330 | 2025.04.22 03:13:12.448954 [ 220 ] {} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 16331 | 2025.04.22 03:13:12.449019 [ 220 ] {} <Debug> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 16332 | 2025.04.22 03:13:12.449053 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16333 | 2025.04.22 03:13:12.449285 [ 276 ] {a622d0cd-c3f2-4236-a5af-0e87f79c572e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16334 | 2025.04.22 03:13:12.449349 [ 276 ] {a622d0cd-c3f2-4236-a5af-0e87f79c572e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16335 | 2025.04.22 03:13:12.450791 [ 276 ] {a622d0cd-c3f2-4236-a5af-0e87f79c572e} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16336 | 2025.04.22 03:13:12.450834 [ 276 ] {a622d0cd-c3f2-4236-a5af-0e87f79c572e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 16337 | 2025.04.22 03:13:12.451493 [ 276 ] {a622d0cd-c3f2-4236-a5af-0e87f79c572e} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 16338 | 2025.04.22 03:13:12.451863 [ 276 ] {a622d0cd-c3f2-4236-a5af-0e87f79c572e} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16339 | 2025.04.22 03:13:12.452178 [ 276 ] {a622d0cd-c3f2-4236-a5af-0e87f79c572e} <Debug> executeQuery: Read 142 rows, 9.09 KiB in 0.002995 sec., 47412.353923205344 rows/sec., 2.96 MiB/sec. | ||
| 16340 | 2025.04.22 03:13:12.452277 [ 276 ] {a622d0cd-c3f2-4236-a5af-0e87f79c572e} <Debug> TCPHandler: Processed in 0.003290498 sec. | ||
| 16341 | 2025.04.22 03:13:12.452436 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16342 | 2025.04.22 03:13:12.452670 [ 276 ] {75eb3b22-0261-4bf7-9fb4-ec79a0f6513a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16343 | 2025.04.22 03:13:12.452719 [ 276 ] {75eb3b22-0261-4bf7-9fb4-ec79a0f6513a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16344 | 2025.04.22 03:13:12.453194 [ 220 ] {} <Debug> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 16345 | 2025.04.22 03:13:12.454275 [ 276 ] {75eb3b22-0261-4bf7-9fb4-ec79a0f6513a} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16346 | 2025.04.22 03:13:12.454353 [ 276 ] {75eb3b22-0261-4bf7-9fb4-ec79a0f6513a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 16347 | 2025.04.22 03:13:12.454874 [ 276 ] {75eb3b22-0261-4bf7-9fb4-ec79a0f6513a} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 16348 | 2025.04.22 03:13:12.455123 [ 276 ] {75eb3b22-0261-4bf7-9fb4-ec79a0f6513a} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16349 | 2025.04.22 03:13:12.455318 [ 276 ] {75eb3b22-0261-4bf7-9fb4-ec79a0f6513a} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00271 sec., 41697.41697416974 rows/sec., 2.70 MiB/sec. | ||
| 16350 | 2025.04.22 03:13:12.455372 [ 276 ] {75eb3b22-0261-4bf7-9fb4-ec79a0f6513a} <Debug> TCPHandler: Processed in 0.00299221 sec. | ||
| 16351 | 2025.04.22 03:13:12.455494 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16352 | 2025.04.22 03:13:12.455601 [ 276 ] {df6d81d9-8bcc-4414-84f6-6f441dc56454} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16353 | 2025.04.22 03:13:12.455646 [ 276 ] {df6d81d9-8bcc-4414-84f6-6f441dc56454} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16354 | 2025.04.22 03:13:12.456202 [ 276 ] {df6d81d9-8bcc-4414-84f6-6f441dc56454} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16355 | 2025.04.22 03:13:12.456241 [ 276 ] {df6d81d9-8bcc-4414-84f6-6f441dc56454} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 16356 | 2025.04.22 03:13:12.456625 [ 276 ] {df6d81d9-8bcc-4414-84f6-6f441dc56454} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 16357 | 2025.04.22 03:13:12.456874 [ 276 ] {df6d81d9-8bcc-4414-84f6-6f441dc56454} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16358 | 2025.04.22 03:13:12.457121 [ 276 ] {df6d81d9-8bcc-4414-84f6-6f441dc56454} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001536 sec., 72916.66666666667 rows/sec., 4.15 MiB/sec. | ||
| 16359 | 2025.04.22 03:13:12.457300 [ 276 ] {df6d81d9-8bcc-4414-84f6-6f441dc56454} <Debug> TCPHandler: Processed in 0.00185133 sec. | ||
| 16360 | 2025.04.22 03:13:12.457537 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16361 | 2025.04.22 03:13:12.457644 [ 276 ] {7904b866-3939-4ea8-94f9-132605c162d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16362 | 2025.04.22 03:13:12.457691 [ 276 ] {7904b866-3939-4ea8-94f9-132605c162d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16363 | 2025.04.22 03:13:12.458403 [ 276 ] {7904b866-3939-4ea8-94f9-132605c162d4} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16364 | 2025.04.22 03:13:12.458442 [ 276 ] {7904b866-3939-4ea8-94f9-132605c162d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 16365 | 2025.04.22 03:13:12.458823 [ 276 ] {7904b866-3939-4ea8-94f9-132605c162d4} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 16366 | 2025.04.22 03:13:12.459060 [ 276 ] {7904b866-3939-4ea8-94f9-132605c162d4} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16367 | 2025.04.22 03:13:12.459253 [ 276 ] {7904b866-3939-4ea8-94f9-132605c162d4} <Debug> executeQuery: Read 418 rows, 30.47 KiB in 0.001632 sec., 256127.45098039217 rows/sec., 18.23 MiB/sec. | ||
| 16368 | 2025.04.22 03:13:12.459304 [ 276 ] {7904b866-3939-4ea8-94f9-132605c162d4} <Debug> TCPHandler: Processed in 0.001853809 sec. | ||
| 16369 | 2025.04.22 03:13:12.459424 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16370 | 2025.04.22 03:13:12.459529 [ 276 ] {ccd74566-951e-499e-9d38-b28cc22e107c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16371 | 2025.04.22 03:13:12.459575 [ 276 ] {ccd74566-951e-499e-9d38-b28cc22e107c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16372 | 2025.04.22 03:13:12.459998 [ 276 ] {ccd74566-951e-499e-9d38-b28cc22e107c} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16373 | 2025.04.22 03:13:12.460037 [ 276 ] {ccd74566-951e-499e-9d38-b28cc22e107c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 16374 | 2025.04.22 03:13:12.460388 [ 276 ] {ccd74566-951e-499e-9d38-b28cc22e107c} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 16375 | 2025.04.22 03:13:12.460629 [ 276 ] {ccd74566-951e-499e-9d38-b28cc22e107c} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16376 | 2025.04.22 03:13:12.460819 [ 276 ] {ccd74566-951e-499e-9d38-b28cc22e107c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001311 sec., 4576.659038901602 rows/sec., 239.11 KiB/sec. | ||
| 16377 | 2025.04.22 03:13:12.460867 [ 276 ] {ccd74566-951e-499e-9d38-b28cc22e107c} <Debug> TCPHandler: Processed in 0.00149401 sec. | ||
| 16378 | 2025.04.22 03:13:12.460981 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16379 | 2025.04.22 03:13:12.461085 [ 276 ] {443c9102-c7d0-4235-ae0a-e95ae76fcf71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16380 | 2025.04.22 03:13:12.461133 [ 276 ] {443c9102-c7d0-4235-ae0a-e95ae76fcf71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16381 | 2025.04.22 03:13:12.461642 [ 276 ] {443c9102-c7d0-4235-ae0a-e95ae76fcf71} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16382 | 2025.04.22 03:13:12.461681 [ 276 ] {443c9102-c7d0-4235-ae0a-e95ae76fcf71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 16383 | 2025.04.22 03:13:12.462082 [ 276 ] {443c9102-c7d0-4235-ae0a-e95ae76fcf71} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 16384 | 2025.04.22 03:13:12.462318 [ 276 ] {443c9102-c7d0-4235-ae0a-e95ae76fcf71} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16385 | 2025.04.22 03:13:12.462534 [ 276 ] {443c9102-c7d0-4235-ae0a-e95ae76fcf71} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001464 sec., 161885.24590163934 rows/sec., 10.85 MiB/sec. | ||
| 16386 | 2025.04.22 03:13:12.462617 [ 221 ] {} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 16387 | 2025.04.22 03:13:12.462629 [ 276 ] {443c9102-c7d0-4235-ae0a-e95ae76fcf71} <Debug> TCPHandler: Processed in 0.001695445 sec. | ||
| 16388 | 2025.04.22 03:13:12.462699 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 16389 | 2025.04.22 03:13:12.462853 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16390 | 2025.04.22 03:13:12.462994 [ 276 ] {ee292074-0029-4f22-8c52-9f97a8a6321f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16391 | 2025.04.22 03:13:12.463063 [ 276 ] {ee292074-0029-4f22-8c52-9f97a8a6321f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16392 | 2025.04.22 03:13:12.464087 [ 276 ] {ee292074-0029-4f22-8c52-9f97a8a6321f} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16393 | 2025.04.22 03:13:12.464160 [ 276 ] {ee292074-0029-4f22-8c52-9f97a8a6321f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 16394 | 2025.04.22 03:13:12.464829 [ 276 ] {ee292074-0029-4f22-8c52-9f97a8a6321f} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 16395 | 2025.04.22 03:13:12.465260 [ 276 ] {ee292074-0029-4f22-8c52-9f97a8a6321f} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16396 | 2025.04.22 03:13:12.465581 [ 276 ] {ee292074-0029-4f22-8c52-9f97a8a6321f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002603 sec., 384.172109104879 rows/sec., 25.89 KiB/sec. | ||
| 16397 | 2025.04.22 03:13:12.465682 [ 276 ] {ee292074-0029-4f22-8c52-9f97a8a6321f} <Debug> TCPHandler: Processed in 0.002883657 sec. | ||
| 16398 | 2025.04.22 03:13:12.465865 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16399 | 2025.04.22 03:13:12.466011 [ 276 ] {0db292b8-adb9-4704-bcad-9c6d281be8c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16400 | 2025.04.22 03:13:12.466080 [ 276 ] {0db292b8-adb9-4704-bcad-9c6d281be8c4} <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 | ||
| 16401 | 2025.04.22 03:13:12.466524 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 16402 | 2025.04.22 03:13:12.469141 [ 276 ] {0db292b8-adb9-4704-bcad-9c6d281be8c4} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16403 | 2025.04.22 03:13:12.469185 [ 276 ] {0db292b8-adb9-4704-bcad-9c6d281be8c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 16404 | 2025.04.22 03:13:12.469871 [ 276 ] {0db292b8-adb9-4704-bcad-9c6d281be8c4} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 16405 | 2025.04.22 03:13:12.470140 [ 276 ] {0db292b8-adb9-4704-bcad-9c6d281be8c4} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16406 | 2025.04.22 03:13:12.470372 [ 276 ] {0db292b8-adb9-4704-bcad-9c6d281be8c4} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.004386 sec., 8207.934336525308 rows/sec., 14.71 MiB/sec. | ||
| 16407 | 2025.04.22 03:13:12.470487 [ 276 ] {0db292b8-adb9-4704-bcad-9c6d281be8c4} <Debug> TCPHandler: Processed in 0.004707896 sec. | ||
| 16408 | 2025.04.22 03:13:12.470599 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16409 | 2025.04.22 03:13:12.470701 [ 276 ] {b8787817-cc93-4374-83b8-d7700a248619} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16410 | 2025.04.22 03:13:12.470747 [ 276 ] {b8787817-cc93-4374-83b8-d7700a248619} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16411 | 2025.04.22 03:13:12.471178 [ 276 ] {b8787817-cc93-4374-83b8-d7700a248619} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16412 | 2025.04.22 03:13:12.471218 [ 276 ] {b8787817-cc93-4374-83b8-d7700a248619} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 16413 | 2025.04.22 03:13:12.471578 [ 276 ] {b8787817-cc93-4374-83b8-d7700a248619} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 16414 | 2025.04.22 03:13:12.471839 [ 276 ] {b8787817-cc93-4374-83b8-d7700a248619} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16415 | 2025.04.22 03:13:12.472064 [ 276 ] {b8787817-cc93-4374-83b8-d7700a248619} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001378 sec., 59506.53120464441 rows/sec., 3.78 MiB/sec. | ||
| 16416 | 2025.04.22 03:13:12.472120 [ 225 ] {} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 16417 | 2025.04.22 03:13:12.472147 [ 276 ] {b8787817-cc93-4374-83b8-d7700a248619} <Debug> TCPHandler: Processed in 0.001597593 sec. | ||
| 16418 | 2025.04.22 03:13:12.472173 [ 225 ] {} <Debug> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 16419 | 2025.04.22 03:13:12.474225 [ 225 ] {} <Debug> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 16420 | 2025.04.22 03:13:13.182630 [ 225 ] {} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 16421 | 2025.04.22 03:13:13.182703 [ 225 ] {} <Debug> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 16422 | 2025.04.22 03:13:13.183606 [ 138 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 16423 | 2025.04.22 03:13:13.183665 [ 138 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 16424 | 2025.04.22 03:13:13.185162 [ 225 ] {} <Debug> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 16425 | 2025.04.22 03:13:13.395906 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 37576 | ||
| 16426 | 2025.04.22 03:13:13.396631 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16427 | 2025.04.22 03:13:13.396669 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 16428 | 2025.04.22 03:13:13.397201 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 16429 | 2025.04.22 03:13:13.397460 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16430 | 2025.04.22 03:13:13.397634 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37576 | ||
| 16431 | 2025.04.22 03:13:16.022526 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 618 | ||
| 16432 | 2025.04.22 03:13:16.045297 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16433 | 2025.04.22 03:13:16.045345 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 16434 | 2025.04.22 03:13:16.052762 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 16435 | 2025.04.22 03:13:16.053619 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16436 | 2025.04.22 03:13:16.056401 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 618 | ||
| 16437 | 2025.04.22 03:13:17.437088 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16438 | 2025.04.22 03:13:17.437301 [ 276 ] {f113672d-e08d-4b69-815d-d130f79a1463} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16439 | 2025.04.22 03:13:17.437382 [ 276 ] {f113672d-e08d-4b69-815d-d130f79a1463} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16440 | 2025.04.22 03:13:17.438231 [ 276 ] {f113672d-e08d-4b69-815d-d130f79a1463} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16441 | 2025.04.22 03:13:17.438276 [ 276 ] {f113672d-e08d-4b69-815d-d130f79a1463} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 16442 | 2025.04.22 03:13:17.438714 [ 276 ] {f113672d-e08d-4b69-815d-d130f79a1463} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 16443 | 2025.04.22 03:13:17.438973 [ 276 ] {f113672d-e08d-4b69-815d-d130f79a1463} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16444 | 2025.04.22 03:13:17.439194 [ 276 ] {f113672d-e08d-4b69-815d-d130f79a1463} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.001953 sec., 32770.097286226315 rows/sec., 2.59 MiB/sec. | ||
| 16445 | 2025.04.22 03:13:17.439248 [ 276 ] {f113672d-e08d-4b69-815d-d130f79a1463} <Debug> TCPHandler: Processed in 0.002299481 sec. | ||
| 16446 | 2025.04.22 03:13:17.439375 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16447 | 2025.04.22 03:13:17.439480 [ 276 ] {fd3411f6-6753-4fc9-9779-21150af8b2ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16448 | 2025.04.22 03:13:17.439526 [ 276 ] {fd3411f6-6753-4fc9-9779-21150af8b2ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16449 | 2025.04.22 03:13:17.440033 [ 276 ] {fd3411f6-6753-4fc9-9779-21150af8b2ff} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16450 | 2025.04.22 03:13:17.440072 [ 276 ] {fd3411f6-6753-4fc9-9779-21150af8b2ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 16451 | 2025.04.22 03:13:17.440417 [ 276 ] {fd3411f6-6753-4fc9-9779-21150af8b2ff} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 16452 | 2025.04.22 03:13:17.440657 [ 276 ] {fd3411f6-6753-4fc9-9779-21150af8b2ff} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16453 | 2025.04.22 03:13:17.440863 [ 276 ] {fd3411f6-6753-4fc9-9779-21150af8b2ff} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001404 sec., 2849.002849002849 rows/sec., 214.23 KiB/sec. | ||
| 16454 | 2025.04.22 03:13:17.440914 [ 276 ] {fd3411f6-6753-4fc9-9779-21150af8b2ff} <Debug> TCPHandler: Processed in 0.001589212 sec. | ||
| 16455 | 2025.04.22 03:13:17.441024 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16456 | 2025.04.22 03:13:17.441127 [ 276 ] {91ea6570-21df-4de1-bb0e-57963938f451} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16457 | 2025.04.22 03:13:17.441172 [ 276 ] {91ea6570-21df-4de1-bb0e-57963938f451} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16458 | 2025.04.22 03:13:17.441707 [ 276 ] {91ea6570-21df-4de1-bb0e-57963938f451} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16459 | 2025.04.22 03:13:17.441747 [ 276 ] {91ea6570-21df-4de1-bb0e-57963938f451} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 16460 | 2025.04.22 03:13:17.442097 [ 276 ] {91ea6570-21df-4de1-bb0e-57963938f451} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 16461 | 2025.04.22 03:13:17.442347 [ 276 ] {91ea6570-21df-4de1-bb0e-57963938f451} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16462 | 2025.04.22 03:13:17.442564 [ 276 ] {91ea6570-21df-4de1-bb0e-57963938f451} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001445 sec., 47058.82352941176 rows/sec., 3.67 MiB/sec. | ||
| 16463 | 2025.04.22 03:13:17.442621 [ 276 ] {91ea6570-21df-4de1-bb0e-57963938f451} <Debug> TCPHandler: Processed in 0.001647684 sec. | ||
| 16464 | 2025.04.22 03:13:17.442751 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16465 | 2025.04.22 03:13:17.443055 [ 276 ] {bdbda025-3bd0-4887-86b5-37a296cb97b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16466 | 2025.04.22 03:13:17.443212 [ 276 ] {bdbda025-3bd0-4887-86b5-37a296cb97b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16467 | 2025.04.22 03:13:17.444195 [ 276 ] {bdbda025-3bd0-4887-86b5-37a296cb97b2} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16468 | 2025.04.22 03:13:17.444234 [ 276 ] {bdbda025-3bd0-4887-86b5-37a296cb97b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 16469 | 2025.04.22 03:13:17.444634 [ 276 ] {bdbda025-3bd0-4887-86b5-37a296cb97b2} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 16470 | 2025.04.22 03:13:17.444873 [ 276 ] {bdbda025-3bd0-4887-86b5-37a296cb97b2} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16471 | 2025.04.22 03:13:17.445071 [ 276 ] {bdbda025-3bd0-4887-86b5-37a296cb97b2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002142 sec., 74696.54528478059 rows/sec., 5.20 MiB/sec. | ||
| 16472 | 2025.04.22 03:13:17.445122 [ 276 ] {bdbda025-3bd0-4887-86b5-37a296cb97b2} <Debug> TCPHandler: Processed in 0.002421115 sec. | ||
| 16473 | 2025.04.22 03:13:17.445241 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16474 | 2025.04.22 03:13:17.445344 [ 276 ] {3550a8fe-f69b-441d-b63c-7832ecd7490f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16475 | 2025.04.22 03:13:17.445411 [ 276 ] {3550a8fe-f69b-441d-b63c-7832ecd7490f} <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 | ||
| 16476 | 2025.04.22 03:13:17.446441 [ 276 ] {3550a8fe-f69b-441d-b63c-7832ecd7490f} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16477 | 2025.04.22 03:13:17.446480 [ 276 ] {3550a8fe-f69b-441d-b63c-7832ecd7490f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 16478 | 2025.04.22 03:13:17.447087 [ 276 ] {3550a8fe-f69b-441d-b63c-7832ecd7490f} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 16479 | 2025.04.22 03:13:17.447339 [ 276 ] {3550a8fe-f69b-441d-b63c-7832ecd7490f} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16480 | 2025.04.22 03:13:17.447570 [ 276 ] {3550a8fe-f69b-441d-b63c-7832ecd7490f} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002248 sec., 1779.3594306049822 rows/sec., 3.19 MiB/sec. | ||
| 16481 | 2025.04.22 03:13:17.447661 [ 276 ] {3550a8fe-f69b-441d-b63c-7832ecd7490f} <Debug> TCPHandler: Processed in 0.002470667 sec. | ||
| 16482 | 2025.04.22 03:13:17.447781 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16483 | 2025.04.22 03:13:17.447884 [ 276 ] {2b53394f-5552-42fe-b03f-6f5b377b09d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16484 | 2025.04.22 03:13:17.447930 [ 276 ] {2b53394f-5552-42fe-b03f-6f5b377b09d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16485 | 2025.04.22 03:13:17.448353 [ 276 ] {2b53394f-5552-42fe-b03f-6f5b377b09d5} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16486 | 2025.04.22 03:13:17.448391 [ 276 ] {2b53394f-5552-42fe-b03f-6f5b377b09d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 16487 | 2025.04.22 03:13:17.448753 [ 276 ] {2b53394f-5552-42fe-b03f-6f5b377b09d5} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 16488 | 2025.04.22 03:13:17.448989 [ 276 ] {2b53394f-5552-42fe-b03f-6f5b377b09d5} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16489 | 2025.04.22 03:13:17.449181 [ 276 ] {2b53394f-5552-42fe-b03f-6f5b377b09d5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001319 sec., 45489.00682335102 rows/sec., 3.07 MiB/sec. | ||
| 16490 | 2025.04.22 03:13:17.449229 [ 276 ] {2b53394f-5552-42fe-b03f-6f5b377b09d5} <Debug> TCPHandler: Processed in 0.00149933 sec. | ||
| 16491 | 2025.04.22 03:13:18.616709 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2304 | ||
| 16492 | 2025.04.22 03:13:18.619867 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16493 | 2025.04.22 03:13:18.619916 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 16494 | 2025.04.22 03:13:18.621402 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 16495 | 2025.04.22 03:13:18.621710 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16496 | 2025.04.22 03:13:18.621987 [ 132 ] {} <Debug> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 16497 | 2025.04.22 03:13:18.622191 [ 132 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16498 | 2025.04.22 03:13:18.622291 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 16499 | 2025.04.22 03:13:18.622866 [ 190 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::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 | ||
| 16500 | 2025.04.22 03:13:18.623597 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2304 | ||
| 16501 | 2025.04.22 03:13:18.624408 [ 190 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16502 | 2025.04.22 03:13:18.624541 [ 190 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2108 rows starting from the beginning of the part | ||
| 16503 | 2025.04.22 03:13:18.625185 [ 190 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 46 rows starting from the beginning of the part | ||
| 16504 | 2025.04.22 03:13:18.625789 [ 190 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 34 rows starting from the beginning of the part | ||
| 16505 | 2025.04.22 03:13:18.626309 [ 190 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 36 rows starting from the beginning of the part | ||
| 16506 | 2025.04.22 03:13:18.626811 [ 190 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 46 rows starting from the beginning of the part | ||
| 16507 | 2025.04.22 03:13:18.627428 [ 190 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 34 rows starting from the beginning of the part | ||
| 16508 | 2025.04.22 03:13:18.639805 [ 191 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2304 rows, containing 72 columns (72 merged, 0 gathered) in 0.017327933 sec., 132964.5030368019 rows/sec., 99.99 MiB/sec. | ||
| 16509 | 2025.04.22 03:13:18.642024 [ 191 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 16510 | 2025.04.22 03:13:18.642863 [ 191 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_61_12} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16511 | 2025.04.22 03:13:18.642956 [ 191 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_61_12} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 16512 | 2025.04.22 03:13:18.643299 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.03 MiB. | ||
| 16513 | 2025.04.22 03:13:18.711674 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16514 | 2025.04.22 03:13:18.712043 [ 276 ] {25150f1e-e2c8-45e1-9df9-f7798c4afde9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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) | ||
| 16515 | 2025.04.22 03:13:18.712675 [ 276 ] {25150f1e-e2c8-45e1-9df9-f7798c4afde9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 16516 | 2025.04.22 03:13:18.712767 [ 276 ] {25150f1e-e2c8-45e1-9df9-f7798c4afde9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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 | ||
| 16517 | 2025.04.22 03:13:18.713160 [ 276 ] {25150f1e-e2c8-45e1-9df9-f7798c4afde9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 16518 | 2025.04.22 03:13:18.713236 [ 276 ] {25150f1e-e2c8-45e1-9df9-f7798c4afde9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 16519 | 2025.04.22 03:13:18.713404 [ 276 ] {25150f1e-e2c8-45e1-9df9-f7798c4afde9} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
| 16520 | 2025.04.22 03:13:18.713511 [ 288 ] {25150f1e-e2c8-45e1-9df9-f7798c4afde9} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
| 16521 | 2025.04.22 03:13:18.713513 [ 291 ] {25150f1e-e2c8-45e1-9df9-f7798c4afde9} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 16522 | 2025.04.22 03:13:18.713613 [ 276 ] {25150f1e-e2c8-45e1-9df9-f7798c4afde9} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (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 | ||
| 16523 | 2025.04.22 03:13:18.713635 [ 276 ] {25150f1e-e2c8-45e1-9df9-f7798c4afde9} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 16524 | 2025.04.22 03:13:18.713685 [ 276 ] {25150f1e-e2c8-45e1-9df9-f7798c4afde9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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'))" | ||
| 16525 | 2025.04.22 03:13:18.713709 [ 276 ] {25150f1e-e2c8-45e1-9df9-f7798c4afde9} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 40 rows starting from 0 | ||
| 16526 | 2025.04.22 03:13:18.714438 [ 276 ] {25150f1e-e2c8-45e1-9df9-f7798c4afde9} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.002592 sec., 15432.098765432098 rows/sec., 588.50 KiB/sec. | ||
| 16527 | 2025.04.22 03:13:18.714526 [ 276 ] {25150f1e-e2c8-45e1-9df9-f7798c4afde9} <Debug> TCPHandler: Processed in 0.00301033 sec. | ||
| 16528 | 2025.04.22 03:13:18.714901 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16529 | 2025.04.22 03:13:18.715102 [ 276 ] {6f5ac7fc-0ea2-43b9-87f3-78db90baf879} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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_port_control_data_link:errors_received', '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) | ||
| 16530 | 2025.04.22 03:13:18.715509 [ 276 ] {6f5ac7fc-0ea2-43b9-87f3-78db90baf879} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 16531 | 2025.04.22 03:13:18.715576 [ 276 ] {6f5ac7fc-0ea2-43b9-87f3-78db90baf879} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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_port_control_data_link:errors_received', '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 | ||
| 16532 | 2025.04.22 03:13:18.716035 [ 276 ] {6f5ac7fc-0ea2-43b9-87f3-78db90baf879} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 16533 | 2025.04.22 03:13:18.716125 [ 276 ] {6f5ac7fc-0ea2-43b9-87f3-78db90baf879} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 16534 | 2025.04.22 03:13:18.716298 [ 276 ] {6f5ac7fc-0ea2-43b9-87f3-78db90baf879} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Key condition: (column 0 notIn 42-element set) | ||
| 16535 | 2025.04.22 03:13:18.716383 [ 288 ] {6f5ac7fc-0ea2-43b9-87f3-78db90baf879} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 16536 | 2025.04.22 03:13:18.716387 [ 291 ] {6f5ac7fc-0ea2-43b9-87f3-78db90baf879} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
| 16537 | 2025.04.22 03:13:18.716478 [ 276 ] {6f5ac7fc-0ea2-43b9-87f3-78db90baf879} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (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 | ||
| 16538 | 2025.04.22 03:13:18.716504 [ 276 ] {6f5ac7fc-0ea2-43b9-87f3-78db90baf879} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 16539 | 2025.04.22 03:13:18.716560 [ 276 ] {6f5ac7fc-0ea2-43b9-87f3-78db90baf879} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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_port_control_data_link:errors_received', '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'))" | ||
| 16540 | 2025.04.22 03:13:18.716588 [ 276 ] {6f5ac7fc-0ea2-43b9-87f3-78db90baf879} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 40 rows starting from 0 | ||
| 16541 | 2025.04.22 03:13:18.717124 [ 276 ] {6f5ac7fc-0ea2-43b9-87f3-78db90baf879} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.002134 sec., 18744.142455482663 rows/sec., 714.80 KiB/sec. | ||
| 16542 | 2025.04.22 03:13:18.717208 [ 276 ] {6f5ac7fc-0ea2-43b9-87f3-78db90baf879} <Debug> TCPHandler: Processed in 0.002370213 sec. | ||
| 16543 | 2025.04.22 03:13:18.717453 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16544 | 2025.04.22 03:13:18.717616 [ 276 ] {ffdbcd8b-0ea8-41cb-83bc-719745a63238} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 16545 | 2025.04.22 03:13:18.717910 [ 276 ] {ffdbcd8b-0ea8-41cb-83bc-719745a63238} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 16546 | 2025.04.22 03:13:18.717959 [ 276 ] {ffdbcd8b-0ea8-41cb-83bc-719745a63238} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 16547 | 2025.04.22 03:13:18.718279 [ 276 ] {ffdbcd8b-0ea8-41cb-83bc-719745a63238} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 16548 | 2025.04.22 03:13:18.718341 [ 276 ] {ffdbcd8b-0ea8-41cb-83bc-719745a63238} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 16549 | 2025.04.22 03:13:18.718475 [ 276 ] {ffdbcd8b-0ea8-41cb-83bc-719745a63238} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Key condition: (column 0 notIn 43-element set) | ||
| 16550 | 2025.04.22 03:13:18.718542 [ 288 ] {ffdbcd8b-0ea8-41cb-83bc-719745a63238} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 16551 | 2025.04.22 03:13:18.718548 [ 291 ] {ffdbcd8b-0ea8-41cb-83bc-719745a63238} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
| 16552 | 2025.04.22 03:13:18.718620 [ 276 ] {ffdbcd8b-0ea8-41cb-83bc-719745a63238} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (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 | ||
| 16553 | 2025.04.22 03:13:18.718642 [ 276 ] {ffdbcd8b-0ea8-41cb-83bc-719745a63238} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 16554 | 2025.04.22 03:13:18.718687 [ 276 ] {ffdbcd8b-0ea8-41cb-83bc-719745a63238} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 16555 | 2025.04.22 03:13:18.718710 [ 276 ] {ffdbcd8b-0ea8-41cb-83bc-719745a63238} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 40 rows starting from 0 | ||
| 16556 | 2025.04.22 03:13:18.719223 [ 276 ] {ffdbcd8b-0ea8-41cb-83bc-719745a63238} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.001687 sec., 23710.729104919978 rows/sec., 904.20 KiB/sec. | ||
| 16557 | 2025.04.22 03:13:18.719305 [ 276 ] {ffdbcd8b-0ea8-41cb-83bc-719745a63238} <Debug> TCPHandler: Processed in 0.001901111 sec. | ||
| 16558 | 2025.04.22 03:13:18.719538 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16559 | 2025.04.22 03:13:18.719700 [ 276 ] {534dec47-61e3-406e-9cc4-53347eee4b3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 16560 | 2025.04.22 03:13:18.719991 [ 276 ] {534dec47-61e3-406e-9cc4-53347eee4b3c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 16561 | 2025.04.22 03:13:18.720039 [ 276 ] {534dec47-61e3-406e-9cc4-53347eee4b3c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 16562 | 2025.04.22 03:13:18.720363 [ 276 ] {534dec47-61e3-406e-9cc4-53347eee4b3c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 16563 | 2025.04.22 03:13:18.720425 [ 276 ] {534dec47-61e3-406e-9cc4-53347eee4b3c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 16564 | 2025.04.22 03:13:18.720558 [ 276 ] {534dec47-61e3-406e-9cc4-53347eee4b3c} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Key condition: (column 0 notIn 44-element set) | ||
| 16565 | 2025.04.22 03:13:18.720627 [ 288 ] {534dec47-61e3-406e-9cc4-53347eee4b3c} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 16566 | 2025.04.22 03:13:18.720629 [ 291 ] {534dec47-61e3-406e-9cc4-53347eee4b3c} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
| 16567 | 2025.04.22 03:13:18.720700 [ 276 ] {534dec47-61e3-406e-9cc4-53347eee4b3c} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (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 | ||
| 16568 | 2025.04.22 03:13:18.720723 [ 276 ] {534dec47-61e3-406e-9cc4-53347eee4b3c} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 16569 | 2025.04.22 03:13:18.720768 [ 276 ] {534dec47-61e3-406e-9cc4-53347eee4b3c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 16570 | 2025.04.22 03:13:18.720790 [ 276 ] {534dec47-61e3-406e-9cc4-53347eee4b3c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 40 rows starting from 0 | ||
| 16571 | 2025.04.22 03:13:18.721281 [ 276 ] {534dec47-61e3-406e-9cc4-53347eee4b3c} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.001663 sec., 24052.916416115455 rows/sec., 917.25 KiB/sec. | ||
| 16572 | 2025.04.22 03:13:18.721363 [ 276 ] {534dec47-61e3-406e-9cc4-53347eee4b3c} <Debug> TCPHandler: Processed in 0.00187447 sec. | ||
| 16573 | 2025.04.22 03:13:18.721595 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16574 | 2025.04.22 03:13:18.721758 [ 276 ] {1d9a8d3a-bd59-4117-b642-d0e7177de108} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', '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) | ||
| 16575 | 2025.04.22 03:13:18.722051 [ 276 ] {1d9a8d3a-bd59-4117-b642-d0e7177de108} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 16576 | 2025.04.22 03:13:18.722100 [ 276 ] {1d9a8d3a-bd59-4117-b642-d0e7177de108} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', '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 | ||
| 16577 | 2025.04.22 03:13:18.722424 [ 276 ] {1d9a8d3a-bd59-4117-b642-d0e7177de108} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 16578 | 2025.04.22 03:13:18.722485 [ 276 ] {1d9a8d3a-bd59-4117-b642-d0e7177de108} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 16579 | 2025.04.22 03:13:18.722618 [ 276 ] {1d9a8d3a-bd59-4117-b642-d0e7177de108} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Key condition: (column 0 notIn 45-element set) | ||
| 16580 | 2025.04.22 03:13:18.722686 [ 291 ] {1d9a8d3a-bd59-4117-b642-d0e7177de108} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
| 16581 | 2025.04.22 03:13:18.722685 [ 288 ] {1d9a8d3a-bd59-4117-b642-d0e7177de108} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 16582 | 2025.04.22 03:13:18.722763 [ 276 ] {1d9a8d3a-bd59-4117-b642-d0e7177de108} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (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 | ||
| 16583 | 2025.04.22 03:13:18.722786 [ 276 ] {1d9a8d3a-bd59-4117-b642-d0e7177de108} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 16584 | 2025.04.22 03:13:18.722830 [ 276 ] {1d9a8d3a-bd59-4117-b642-d0e7177de108} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', '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'))" | ||
| 16585 | 2025.04.22 03:13:18.722852 [ 276 ] {1d9a8d3a-bd59-4117-b642-d0e7177de108} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 40 rows starting from 0 | ||
| 16586 | 2025.04.22 03:13:18.723345 [ 276 ] {1d9a8d3a-bd59-4117-b642-d0e7177de108} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.001668 sec., 23980.815347721822 rows/sec., 914.50 KiB/sec. | ||
| 16587 | 2025.04.22 03:13:18.723426 [ 276 ] {1d9a8d3a-bd59-4117-b642-d0e7177de108} <Debug> TCPHandler: Processed in 0.00188045 sec. | ||
| 16588 | 2025.04.22 03:13:18.723655 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16589 | 2025.04.22 03:13:18.723824 [ 276 ] {8a6cb18d-36b8-419b-a659-50ab82262068} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', '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) | ||
| 16590 | 2025.04.22 03:13:18.724120 [ 276 ] {8a6cb18d-36b8-419b-a659-50ab82262068} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 16591 | 2025.04.22 03:13:18.724170 [ 276 ] {8a6cb18d-36b8-419b-a659-50ab82262068} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', '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 | ||
| 16592 | 2025.04.22 03:13:18.724496 [ 276 ] {8a6cb18d-36b8-419b-a659-50ab82262068} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 16593 | 2025.04.22 03:13:18.724558 [ 276 ] {8a6cb18d-36b8-419b-a659-50ab82262068} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 16594 | 2025.04.22 03:13:18.724690 [ 276 ] {8a6cb18d-36b8-419b-a659-50ab82262068} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Key condition: (column 0 notIn 46-element set) | ||
| 16595 | 2025.04.22 03:13:18.724750 [ 288 ] {8a6cb18d-36b8-419b-a659-50ab82262068} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 16596 | 2025.04.22 03:13:18.724816 [ 287 ] {8a6cb18d-36b8-419b-a659-50ab82262068} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
| 16597 | 2025.04.22 03:13:18.724925 [ 276 ] {8a6cb18d-36b8-419b-a659-50ab82262068} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (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 | ||
| 16598 | 2025.04.22 03:13:18.724952 [ 276 ] {8a6cb18d-36b8-419b-a659-50ab82262068} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 16599 | 2025.04.22 03:13:18.724997 [ 276 ] {8a6cb18d-36b8-419b-a659-50ab82262068} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', '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'))" | ||
| 16600 | 2025.04.22 03:13:18.725021 [ 276 ] {8a6cb18d-36b8-419b-a659-50ab82262068} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 40 rows starting from 0 | ||
| 16601 | 2025.04.22 03:13:18.725666 [ 276 ] {8a6cb18d-36b8-419b-a659-50ab82262068} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.001924 sec., 20790.02079002079 rows/sec., 792.82 KiB/sec. | ||
| 16602 | 2025.04.22 03:13:18.725785 [ 276 ] {8a6cb18d-36b8-419b-a659-50ab82262068} <Debug> TCPHandler: Processed in 0.002178059 sec. | ||
| 16603 | 2025.04.22 03:13:18.763936 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16604 | 2025.04.22 03:13:18.764053 [ 276 ] {81642d3b-a921-498f-b924-14b8944334ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 16605 | 2025.04.22 03:13:18.764100 [ 276 ] {81642d3b-a921-498f-b924-14b8944334ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 16606 | 2025.04.22 03:13:18.764782 [ 276 ] {81642d3b-a921-498f-b924-14b8944334ef} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16607 | 2025.04.22 03:13:18.764824 [ 276 ] {81642d3b-a921-498f-b924-14b8944334ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 16608 | 2025.04.22 03:13:18.765311 [ 276 ] {81642d3b-a921-498f-b924-14b8944334ef} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 16609 | 2025.04.22 03:13:18.765525 [ 276 ] {81642d3b-a921-498f-b924-14b8944334ef} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16610 | 2025.04.22 03:13:18.765813 [ 276 ] {81642d3b-a921-498f-b924-14b8944334ef} <Debug> executeQuery: Read 6 rows, 2.84 KiB in 0.001794 sec., 3344.4816053511704 rows/sec., 1.55 MiB/sec. | ||
| 16611 | 2025.04.22 03:13:18.765867 [ 276 ] {81642d3b-a921-498f-b924-14b8944334ef} <Debug> TCPHandler: Processed in 0.001979213 sec. | ||
| 16612 | 2025.04.22 03:13:18.765992 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16613 | 2025.04.22 03:13:18.766094 [ 276 ] {a57bc1f8-237a-45e8-8f69-839ee16421c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16614 | 2025.04.22 03:13:18.766138 [ 276 ] {a57bc1f8-237a-45e8-8f69-839ee16421c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16615 | 2025.04.22 03:13:18.766661 [ 276 ] {a57bc1f8-237a-45e8-8f69-839ee16421c8} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16616 | 2025.04.22 03:13:18.766699 [ 276 ] {a57bc1f8-237a-45e8-8f69-839ee16421c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 16617 | 2025.04.22 03:13:18.767052 [ 276 ] {a57bc1f8-237a-45e8-8f69-839ee16421c8} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 16618 | 2025.04.22 03:13:18.767287 [ 276 ] {a57bc1f8-237a-45e8-8f69-839ee16421c8} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16619 | 2025.04.22 03:13:18.767507 [ 276 ] {a57bc1f8-237a-45e8-8f69-839ee16421c8} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001431 sec., 16771.488469601678 rows/sec., 1.39 MiB/sec. | ||
| 16620 | 2025.04.22 03:13:18.767570 [ 276 ] {a57bc1f8-237a-45e8-8f69-839ee16421c8} <Debug> TCPHandler: Processed in 0.001625053 sec. | ||
| 16621 | 2025.04.22 03:13:18.767710 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16622 | 2025.04.22 03:13:18.767811 [ 276 ] {3253e1bd-2220-49cf-9cfa-3d6637f04eb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 16623 | 2025.04.22 03:13:18.767855 [ 276 ] {3253e1bd-2220-49cf-9cfa-3d6637f04eb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 16624 | 2025.04.22 03:13:18.768345 [ 276 ] {3253e1bd-2220-49cf-9cfa-3d6637f04eb9} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16625 | 2025.04.22 03:13:18.768383 [ 276 ] {3253e1bd-2220-49cf-9cfa-3d6637f04eb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 16626 | 2025.04.22 03:13:18.768724 [ 276 ] {3253e1bd-2220-49cf-9cfa-3d6637f04eb9} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 16627 | 2025.04.22 03:13:18.768961 [ 276 ] {3253e1bd-2220-49cf-9cfa-3d6637f04eb9} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16628 | 2025.04.22 03:13:18.769206 [ 276 ] {3253e1bd-2220-49cf-9cfa-3d6637f04eb9} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001406 sec., 5689.9004267425325 rows/sec., 463.97 KiB/sec. | ||
| 16629 | 2025.04.22 03:13:18.769398 [ 276 ] {3253e1bd-2220-49cf-9cfa-3d6637f04eb9} <Debug> TCPHandler: Processed in 0.001738997 sec. | ||
| 16630 | 2025.04.22 03:13:18.769749 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16631 | 2025.04.22 03:13:18.770127 [ 276 ] {602704d8-5ecd-4efa-96d1-3bdc956782d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16632 | 2025.04.22 03:13:18.770283 [ 276 ] {602704d8-5ecd-4efa-96d1-3bdc956782d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16633 | 2025.04.22 03:13:18.771215 [ 276 ] {602704d8-5ecd-4efa-96d1-3bdc956782d8} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16634 | 2025.04.22 03:13:18.771286 [ 276 ] {602704d8-5ecd-4efa-96d1-3bdc956782d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 16635 | 2025.04.22 03:13:18.771822 [ 276 ] {602704d8-5ecd-4efa-96d1-3bdc956782d8} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 16636 | 2025.04.22 03:13:18.772100 [ 276 ] {602704d8-5ecd-4efa-96d1-3bdc956782d8} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16637 | 2025.04.22 03:13:18.772294 [ 276 ] {602704d8-5ecd-4efa-96d1-3bdc956782d8} <Debug> executeQuery: Read 252 rows, 23.00 KiB in 0.002293 sec., 109899.69472307022 rows/sec., 9.79 MiB/sec. | ||
| 16638 | 2025.04.22 03:13:18.772378 [ 276 ] {602704d8-5ecd-4efa-96d1-3bdc956782d8} <Debug> TCPHandler: Processed in 0.002743034 sec. | ||
| 16639 | 2025.04.22 03:13:18.772582 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16640 | 2025.04.22 03:13:18.772716 [ 276 ] {d811e9fc-c1b7-4067-8894-3e9e81915cf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16641 | 2025.04.22 03:13:18.772776 [ 276 ] {d811e9fc-c1b7-4067-8894-3e9e81915cf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16642 | 2025.04.22 03:13:18.773458 [ 276 ] {d811e9fc-c1b7-4067-8894-3e9e81915cf1} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16643 | 2025.04.22 03:13:18.773517 [ 276 ] {d811e9fc-c1b7-4067-8894-3e9e81915cf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 16644 | 2025.04.22 03:13:18.773950 [ 276 ] {d811e9fc-c1b7-4067-8894-3e9e81915cf1} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 16645 | 2025.04.22 03:13:18.774240 [ 276 ] {d811e9fc-c1b7-4067-8894-3e9e81915cf1} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16646 | 2025.04.22 03:13:18.774553 [ 276 ] {d811e9fc-c1b7-4067-8894-3e9e81915cf1} <Debug> executeQuery: Read 56 rows, 4.23 KiB in 0.001875 sec., 29866.666666666668 rows/sec., 2.20 MiB/sec. | ||
| 16647 | 2025.04.22 03:13:18.774819 [ 276 ] {d811e9fc-c1b7-4067-8894-3e9e81915cf1} <Debug> TCPHandler: Processed in 0.002345893 sec. | ||
| 16648 | 2025.04.22 03:13:18.775001 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16649 | 2025.04.22 03:13:18.775122 [ 276 ] {3e916455-2833-4b8f-bb73-f2787726799f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16650 | 2025.04.22 03:13:18.775171 [ 276 ] {3e916455-2833-4b8f-bb73-f2787726799f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16651 | 2025.04.22 03:13:18.775785 [ 276 ] {3e916455-2833-4b8f-bb73-f2787726799f} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16652 | 2025.04.22 03:13:18.775824 [ 276 ] {3e916455-2833-4b8f-bb73-f2787726799f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 16653 | 2025.04.22 03:13:18.776221 [ 276 ] {3e916455-2833-4b8f-bb73-f2787726799f} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 16654 | 2025.04.22 03:13:18.776493 [ 276 ] {3e916455-2833-4b8f-bb73-f2787726799f} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16655 | 2025.04.22 03:13:18.776709 [ 276 ] {3e916455-2833-4b8f-bb73-f2787726799f} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001608 sec., 14925.373134328358 rows/sec., 1.24 MiB/sec. | ||
| 16656 | 2025.04.22 03:13:18.776777 [ 276 ] {3e916455-2833-4b8f-bb73-f2787726799f} <Debug> TCPHandler: Processed in 0.001825559 sec. | ||
| 16657 | 2025.04.22 03:13:18.776889 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16658 | 2025.04.22 03:13:18.777015 [ 276 ] {5eb1ffd3-6d00-42b0-8427-0fb892392baf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16659 | 2025.04.22 03:13:18.777073 [ 276 ] {5eb1ffd3-6d00-42b0-8427-0fb892392baf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16660 | 2025.04.22 03:13:18.777612 [ 276 ] {5eb1ffd3-6d00-42b0-8427-0fb892392baf} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16661 | 2025.04.22 03:13:18.777666 [ 276 ] {5eb1ffd3-6d00-42b0-8427-0fb892392baf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 16662 | 2025.04.22 03:13:18.778049 [ 276 ] {5eb1ffd3-6d00-42b0-8427-0fb892392baf} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 16663 | 2025.04.22 03:13:18.778325 [ 276 ] {5eb1ffd3-6d00-42b0-8427-0fb892392baf} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16664 | 2025.04.22 03:13:18.778558 [ 276 ] {5eb1ffd3-6d00-42b0-8427-0fb892392baf} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001564 sec., 7672.634271099744 rows/sec., 599.42 KiB/sec. | ||
| 16665 | 2025.04.22 03:13:18.778611 [ 276 ] {5eb1ffd3-6d00-42b0-8427-0fb892392baf} <Debug> TCPHandler: Processed in 0.001771038 sec. | ||
| 16666 | 2025.04.22 03:13:18.778738 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16667 | 2025.04.22 03:13:18.778856 [ 276 ] {52b13faf-c4bb-49e3-9871-52154908cfe4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16668 | 2025.04.22 03:13:18.778902 [ 276 ] {52b13faf-c4bb-49e3-9871-52154908cfe4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16669 | 2025.04.22 03:13:18.779593 [ 276 ] {52b13faf-c4bb-49e3-9871-52154908cfe4} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16670 | 2025.04.22 03:13:18.779641 [ 276 ] {52b13faf-c4bb-49e3-9871-52154908cfe4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 16671 | 2025.04.22 03:13:18.780027 [ 276 ] {52b13faf-c4bb-49e3-9871-52154908cfe4} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 16672 | 2025.04.22 03:13:18.780262 [ 276 ] {52b13faf-c4bb-49e3-9871-52154908cfe4} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16673 | 2025.04.22 03:13:18.780459 [ 276 ] {52b13faf-c4bb-49e3-9871-52154908cfe4} <Debug> executeQuery: Read 144 rows, 11.91 KiB in 0.001625 sec., 88615.38461538462 rows/sec., 7.16 MiB/sec. | ||
| 16674 | 2025.04.22 03:13:18.780509 [ 276 ] {52b13faf-c4bb-49e3-9871-52154908cfe4} <Debug> TCPHandler: Processed in 0.001819538 sec. | ||
| 16675 | 2025.04.22 03:13:18.780619 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16676 | 2025.04.22 03:13:18.780726 [ 276 ] {1b2a2eee-f9b9-440a-85ea-d5a1d3dca484} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16677 | 2025.04.22 03:13:18.780774 [ 276 ] {1b2a2eee-f9b9-440a-85ea-d5a1d3dca484} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16678 | 2025.04.22 03:13:18.781477 [ 276 ] {1b2a2eee-f9b9-440a-85ea-d5a1d3dca484} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16679 | 2025.04.22 03:13:18.781516 [ 276 ] {1b2a2eee-f9b9-440a-85ea-d5a1d3dca484} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 16680 | 2025.04.22 03:13:18.781949 [ 276 ] {1b2a2eee-f9b9-440a-85ea-d5a1d3dca484} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 16681 | 2025.04.22 03:13:18.782186 [ 276 ] {1b2a2eee-f9b9-440a-85ea-d5a1d3dca484} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16682 | 2025.04.22 03:13:18.782384 [ 276 ] {1b2a2eee-f9b9-440a-85ea-d5a1d3dca484} <Debug> executeQuery: Read 962 rows, 79.05 KiB in 0.001681 sec., 572278.4057108863 rows/sec., 45.93 MiB/sec. | ||
| 16683 | 2025.04.22 03:13:18.782434 [ 276 ] {1b2a2eee-f9b9-440a-85ea-d5a1d3dca484} <Debug> TCPHandler: Processed in 0.00186402 sec. | ||
| 16684 | 2025.04.22 03:13:18.782544 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16685 | 2025.04.22 03:13:18.782647 [ 276 ] {66feb107-c383-4fdb-b541-53b848ceae4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16686 | 2025.04.22 03:13:18.782712 [ 276 ] {66feb107-c383-4fdb-b541-53b848ceae4f} <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 | ||
| 16687 | 2025.04.22 03:13:18.783805 [ 276 ] {66feb107-c383-4fdb-b541-53b848ceae4f} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16688 | 2025.04.22 03:13:18.783844 [ 276 ] {66feb107-c383-4fdb-b541-53b848ceae4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 16689 | 2025.04.22 03:13:18.784476 [ 276 ] {66feb107-c383-4fdb-b541-53b848ceae4f} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 16690 | 2025.04.22 03:13:18.784729 [ 276 ] {66feb107-c383-4fdb-b541-53b848ceae4f} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16691 | 2025.04.22 03:13:18.784956 [ 276 ] {66feb107-c383-4fdb-b541-53b848ceae4f} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.00233 sec., 15450.643776824034 rows/sec., 27.69 MiB/sec. | ||
| 16692 | 2025.04.22 03:13:18.785048 [ 276 ] {66feb107-c383-4fdb-b541-53b848ceae4f} <Debug> TCPHandler: Processed in 0.002552029 sec. | ||
| 16693 | 2025.04.22 03:13:18.785167 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16694 | 2025.04.22 03:13:18.785270 [ 276 ] {37146907-2252-4614-a6a5-fdbbc9ae9d08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16695 | 2025.04.22 03:13:18.785315 [ 276 ] {37146907-2252-4614-a6a5-fdbbc9ae9d08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16696 | 2025.04.22 03:13:18.785719 [ 276 ] {37146907-2252-4614-a6a5-fdbbc9ae9d08} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16697 | 2025.04.22 03:13:18.785757 [ 276 ] {37146907-2252-4614-a6a5-fdbbc9ae9d08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 16698 | 2025.04.22 03:13:18.786092 [ 276 ] {37146907-2252-4614-a6a5-fdbbc9ae9d08} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 16699 | 2025.04.22 03:13:18.786327 [ 276 ] {37146907-2252-4614-a6a5-fdbbc9ae9d08} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16700 | 2025.04.22 03:13:18.786526 [ 276 ] {37146907-2252-4614-a6a5-fdbbc9ae9d08} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001276 sec., 18808.777429467085 rows/sec., 1.27 MiB/sec. | ||
| 16701 | 2025.04.22 03:13:18.786573 [ 276 ] {37146907-2252-4614-a6a5-fdbbc9ae9d08} <Debug> TCPHandler: Processed in 0.001455419 sec. | ||
| 16702 | 2025.04.22 03:13:19.000209 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 271.54 MiB, peak 289.54 MiB, free memory in arenas 0.00 B, will set to 270.38 MiB (RSS), difference: -1.16 MiB | ||
| 16703 | 2025.04.22 03:13:20.897814 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 38003 | ||
| 16704 | 2025.04.22 03:13:20.898742 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16705 | 2025.04.22 03:13:20.898786 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 16706 | 2025.04.22 03:13:20.899326 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 16707 | 2025.04.22 03:13:20.899577 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16708 | 2025.04.22 03:13:20.899759 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38003 | ||
| 16709 | 2025.04.22 03:13:22.433711 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16710 | 2025.04.22 03:13:22.433926 [ 276 ] {e30b9450-75d9-4760-a305-8bb2adbee087} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16711 | 2025.04.22 03:13:22.434004 [ 276 ] {e30b9450-75d9-4760-a305-8bb2adbee087} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16712 | 2025.04.22 03:13:22.434760 [ 276 ] {e30b9450-75d9-4760-a305-8bb2adbee087} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16713 | 2025.04.22 03:13:22.434812 [ 276 ] {e30b9450-75d9-4760-a305-8bb2adbee087} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 16714 | 2025.04.22 03:13:22.435245 [ 276 ] {e30b9450-75d9-4760-a305-8bb2adbee087} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 16715 | 2025.04.22 03:13:22.435506 [ 276 ] {e30b9450-75d9-4760-a305-8bb2adbee087} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16716 | 2025.04.22 03:13:22.435720 [ 122 ] {} <Debug> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 16717 | 2025.04.22 03:13:22.435747 [ 276 ] {e30b9450-75d9-4760-a305-8bb2adbee087} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00188 sec., 29787.23404255319 rows/sec., 2.29 MiB/sec. | ||
| 16718 | 2025.04.22 03:13:22.435809 [ 122 ] {} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16719 | 2025.04.22 03:13:22.435884 [ 276 ] {e30b9450-75d9-4760-a305-8bb2adbee087} <Debug> TCPHandler: Processed in 0.002308041 sec. | ||
| 16720 | 2025.04.22 03:13:22.435888 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 16721 | 2025.04.22 03:13:22.436084 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16722 | 2025.04.22 03:13:22.436156 [ 189 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 16723 | 2025.04.22 03:13:22.436265 [ 276 ] {74b28da7-dec4-4afd-aa22-0f1fa3f18974} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16724 | 2025.04.22 03:13:22.436377 [ 276 ] {74b28da7-dec4-4afd-aa22-0f1fa3f18974} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16725 | 2025.04.22 03:13:22.436503 [ 189 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16726 | 2025.04.22 03:13:22.436609 [ 189 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 1847 rows starting from the beginning of the part | ||
| 16727 | 2025.04.22 03:13:22.436930 [ 189 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 56 rows starting from the beginning of the part | ||
| 16728 | 2025.04.22 03:13:22.437320 [ 189 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 689 rows starting from the beginning of the part | ||
| 16729 | 2025.04.22 03:13:22.437768 [ 189 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 64 rows starting from the beginning of the part | ||
| 16730 | 2025.04.22 03:13:22.438123 [ 189 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 252 rows starting from the beginning of the part | ||
| 16731 | 2025.04.22 03:13:22.438354 [ 189 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 56 rows starting from the beginning of the part | ||
| 16732 | 2025.04.22 03:13:22.439205 [ 276 ] {74b28da7-dec4-4afd-aa22-0f1fa3f18974} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16733 | 2025.04.22 03:13:22.439278 [ 276 ] {74b28da7-dec4-4afd-aa22-0f1fa3f18974} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 16734 | 2025.04.22 03:13:22.440181 [ 276 ] {74b28da7-dec4-4afd-aa22-0f1fa3f18974} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 16735 | 2025.04.22 03:13:22.440764 [ 276 ] {74b28da7-dec4-4afd-aa22-0f1fa3f18974} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16736 | 2025.04.22 03:13:22.441034 [ 122 ] {} <Debug> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 16737 | 2025.04.22 03:13:22.441121 [ 122 ] {} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16738 | 2025.04.22 03:13:22.441135 [ 276 ] {74b28da7-dec4-4afd-aa22-0f1fa3f18974} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004912 sec., 13029.315960912052 rows/sec., 1.02 MiB/sec. | ||
| 16739 | 2025.04.22 03:13:22.441181 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 16740 | 2025.04.22 03:13:22.441476 [ 276 ] {74b28da7-dec4-4afd-aa22-0f1fa3f18974} <Debug> TCPHandler: Processed in 0.005473117 sec. | ||
| 16741 | 2025.04.22 03:13:22.441589 [ 191 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 16742 | 2025.04.22 03:13:22.441847 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16743 | 2025.04.22 03:13:22.442482 [ 276 ] {7099612f-8211-4474-bffe-60c8f8e5f1c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16744 | 2025.04.22 03:13:22.442627 [ 191 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16745 | 2025.04.22 03:13:22.442711 [ 276 ] {7099612f-8211-4474-bffe-60c8f8e5f1c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16746 | 2025.04.22 03:13:22.442733 [ 191 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 916 rows starting from the beginning of the part | ||
| 16747 | 2025.04.22 03:13:22.442746 [ 187 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2964 rows, containing 5 columns (5 merged, 0 gathered) in 0.0067106 sec., 441689.26772568777 rows/sec., 37.71 MiB/sec. | ||
| 16748 | 2025.04.22 03:13:22.443433 [ 191 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 64 rows starting from the beginning of the part | ||
| 16749 | 2025.04.22 03:13:22.443446 [ 187 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 16750 | 2025.04.22 03:13:22.444171 [ 191 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 418 rows starting from the beginning of the part | ||
| 16751 | 2025.04.22 03:13:22.444775 [ 191 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 68 rows starting from the beginning of the part | ||
| 16752 | 2025.04.22 03:13:22.445136 [ 187 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_141_28} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16753 | 2025.04.22 03:13:22.445491 [ 191 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 144 rows starting from the beginning of the part | ||
| 16754 | 2025.04.22 03:13:22.445809 [ 187 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_141_28} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 16755 | 2025.04.22 03:13:22.446132 [ 191 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 64 rows starting from the beginning of the part | ||
| 16756 | 2025.04.22 03:13:22.446264 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
| 16757 | 2025.04.22 03:13:22.447182 [ 276 ] {7099612f-8211-4474-bffe-60c8f8e5f1c2} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16758 | 2025.04.22 03:13:22.447225 [ 276 ] {7099612f-8211-4474-bffe-60c8f8e5f1c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 16759 | 2025.04.22 03:13:22.447793 [ 276 ] {7099612f-8211-4474-bffe-60c8f8e5f1c2} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 16760 | 2025.04.22 03:13:22.448092 [ 276 ] {7099612f-8211-4474-bffe-60c8f8e5f1c2} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16761 | 2025.04.22 03:13:22.448316 [ 122 ] {} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Selected 5 parts from all_1_136_28 to all_140_140_0 | ||
| 16762 | 2025.04.22 03:13:22.448420 [ 122 ] {} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16763 | 2025.04.22 03:13:22.448443 [ 276 ] {7099612f-8211-4474-bffe-60c8f8e5f1c2} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.006147 sec., 15617.374328940947 rows/sec., 1.09 MiB/sec. | ||
| 16764 | 2025.04.22 03:13:22.448543 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 16765 | 2025.04.22 03:13:22.448789 [ 276 ] {7099612f-8211-4474-bffe-60c8f8e5f1c2} <Debug> TCPHandler: Processed in 0.007061419 sec. | ||
| 16766 | 2025.04.22 03:13:22.449132 [ 191 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1674 rows, containing 5 columns (5 merged, 0 gathered) in 0.007783418 sec., 215072.6069189654 rows/sec., 16.65 MiB/sec. | ||
| 16767 | 2025.04.22 03:13:22.449170 [ 193 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_140_29} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_136_28 to all_140_140_0 into Compact with storage Full | ||
| 16768 | 2025.04.22 03:13:22.449189 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16769 | 2025.04.22 03:13:22.449376 [ 191 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 16770 | 2025.04.22 03:13:22.449553 [ 276 ] {0c894627-49d1-417b-b433-dc27b2cbc78c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16771 | 2025.04.22 03:13:22.449674 [ 193 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_140_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16772 | 2025.04.22 03:13:22.449686 [ 276 ] {0c894627-49d1-417b-b433-dc27b2cbc78c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16773 | 2025.04.22 03:13:22.449801 [ 193 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_140_29} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_136_28, total 40188 rows starting from the beginning of the part | ||
| 16774 | 2025.04.22 03:13:22.450303 [ 191 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_141_28} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16775 | 2025.04.22 03:13:22.450659 [ 193 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_140_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 52 rows starting from the beginning of the part | ||
| 16776 | 2025.04.22 03:13:22.450684 [ 191 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_141_28} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 16777 | 2025.04.22 03:13:22.450950 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 16778 | 2025.04.22 03:13:22.451168 [ 193 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_140_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 237 rows starting from the beginning of the part | ||
| 16779 | 2025.04.22 03:13:22.451532 [ 193 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_140_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 160 rows starting from the beginning of the part | ||
| 16780 | 2025.04.22 03:13:22.451901 [ 193 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_140_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 962 rows starting from the beginning of the part | ||
| 16781 | 2025.04.22 03:13:22.452383 [ 276 ] {0c894627-49d1-417b-b433-dc27b2cbc78c} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16782 | 2025.04.22 03:13:22.452446 [ 276 ] {0c894627-49d1-417b-b433-dc27b2cbc78c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 16783 | 2025.04.22 03:13:22.453253 [ 276 ] {0c894627-49d1-417b-b433-dc27b2cbc78c} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 16784 | 2025.04.22 03:13:22.453600 [ 276 ] {0c894627-49d1-417b-b433-dc27b2cbc78c} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16785 | 2025.04.22 03:13:22.453839 [ 122 ] {} <Debug> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 16786 | 2025.04.22 03:13:22.453904 [ 276 ] {0c894627-49d1-417b-b433-dc27b2cbc78c} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.004474 sec., 8046.490835940993 rows/sec., 555.29 KiB/sec. | ||
| 16787 | 2025.04.22 03:13:22.453911 [ 122 ] {} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16788 | 2025.04.22 03:13:22.454009 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 16789 | 2025.04.22 03:13:22.454242 [ 276 ] {0c894627-49d1-417b-b433-dc27b2cbc78c} <Debug> TCPHandler: Processed in 0.005151948 sec. | ||
| 16790 | 2025.04.22 03:13:22.454519 [ 200 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 16791 | 2025.04.22 03:13:22.455119 [ 200 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16792 | 2025.04.22 03:13:22.455251 [ 200 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 7876 rows starting from the beginning of the part | ||
| 16793 | 2025.04.22 03:13:22.455734 [ 200 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 18 rows starting from the beginning of the part | ||
| 16794 | 2025.04.22 03:13:22.456092 [ 200 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 82 rows starting from the beginning of the part | ||
| 16795 | 2025.04.22 03:13:22.456494 [ 200 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 60 rows starting from the beginning of the part | ||
| 16796 | 2025.04.22 03:13:22.456897 [ 200 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 24 rows starting from the beginning of the part | ||
| 16797 | 2025.04.22 03:13:22.457186 [ 200 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 36 rows starting from the beginning of the part | ||
| 16798 | 2025.04.22 03:13:22.460272 [ 194 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8096 rows, containing 4 columns (4 merged, 0 gathered) in 0.006099003 sec., 1327430.0734070798 rows/sec., 87.21 MiB/sec. | ||
| 16799 | 2025.04.22 03:13:22.460863 [ 199 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 16800 | 2025.04.22 03:13:22.461270 [ 199 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_141_28} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16801 | 2025.04.22 03:13:22.461416 [ 199 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_141_28} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 16802 | 2025.04.22 03:13:22.461530 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB. | ||
| 16803 | 2025.04.22 03:13:22.464785 [ 192 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_140_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41599 rows, containing 5 columns (5 merged, 0 gathered) in 0.015906505 sec., 2615219.370942894 rows/sec., 177.74 MiB/sec. | ||
| 16804 | 2025.04.22 03:13:22.465030 [ 193 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_140_29} <Trace> MergedBlockOutputStream: filled checksums all_1_140_29 (state Temporary) | ||
| 16805 | 2025.04.22 03:13:22.465343 [ 193 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_140_29} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_merge_all_1_140_29 to all_1_140_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16806 | 2025.04.22 03:13:22.465429 [ 193 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_140_29} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Merged 5 parts: [all_1_136_28, all_140_140_0] -> all_1_140_29 | ||
| 16807 | 2025.04.22 03:13:22.465515 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
| 16808 | 2025.04.22 03:13:22.676912 [ 218 ] {} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 16809 | 2025.04.22 03:13:22.676954 [ 218 ] {} <Debug> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 16810 | 2025.04.22 03:13:22.678854 [ 218 ] {} <Debug> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 16811 | 2025.04.22 03:13:22.899312 [ 219 ] {} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 16812 | 2025.04.22 03:13:22.899355 [ 219 ] {} <Debug> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 16813 | 2025.04.22 03:13:22.901101 [ 219 ] {} <Debug> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 16814 | 2025.04.22 03:13:23.461722 [ 120 ] {} <Debug> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8) (MergerMutator): Selected 5 parts from all_1_40_8 to all_44_44_0 | ||
| 16815 | 2025.04.22 03:13:23.461804 [ 120 ] {} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16816 | 2025.04.22 03:13:23.461835 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 16817 | 2025.04.22 03:13:23.462150 [ 194 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_44_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_40_8 to all_44_44_0 into Compact with storage Full | ||
| 16818 | 2025.04.22 03:13:23.462723 [ 194 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_44_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16819 | 2025.04.22 03:13:23.462786 [ 194 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 40 rows starting from the beginning of the part | ||
| 16820 | 2025.04.22 03:13:23.462903 [ 194 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1 rows starting from the beginning of the part | ||
| 16821 | 2025.04.22 03:13:23.463120 [ 194 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1 rows starting from the beginning of the part | ||
| 16822 | 2025.04.22 03:13:23.463330 [ 194 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1 rows starting from the beginning of the part | ||
| 16823 | 2025.04.22 03:13:23.463562 [ 194 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1 rows starting from the beginning of the part | ||
| 16824 | 2025.04.22 03:13:23.464782 [ 193 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_44_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 44 rows, containing 4 columns (4 merged, 0 gathered) in 0.002841276 sec., 15485.999952134183 rows/sec., 1.02 MiB/sec. | ||
| 16825 | 2025.04.22 03:13:23.464936 [ 194 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_44_9} <Trace> MergedBlockOutputStream: filled checksums all_1_44_9 (state Temporary) | ||
| 16826 | 2025.04.22 03:13:23.465218 [ 194 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_44_9} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_merge_all_1_44_9 to all_1_44_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16827 | 2025.04.22 03:13:23.465298 [ 194 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_44_9} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8) (MergerMutator): Merged 5 parts: [all_1_40_8, all_44_44_0] -> all_1_44_9 | ||
| 16828 | 2025.04.22 03:13:23.465378 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 16829 | 2025.04.22 03:13:23.556469 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 626 | ||
| 16830 | 2025.04.22 03:13:23.583455 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16831 | 2025.04.22 03:13:23.583511 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 16832 | 2025.04.22 03:13:23.590923 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 16833 | 2025.04.22 03:13:23.591739 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16834 | 2025.04.22 03:13:23.595175 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 626 | ||
| 16835 | 2025.04.22 03:13:27.437109 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16836 | 2025.04.22 03:13:27.437317 [ 276 ] {104177de-962d-4602-9282-57493db2e308} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16837 | 2025.04.22 03:13:27.437388 [ 276 ] {104177de-962d-4602-9282-57493db2e308} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16838 | 2025.04.22 03:13:27.438137 [ 276 ] {104177de-962d-4602-9282-57493db2e308} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16839 | 2025.04.22 03:13:27.438187 [ 276 ] {104177de-962d-4602-9282-57493db2e308} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 16840 | 2025.04.22 03:13:27.438608 [ 276 ] {104177de-962d-4602-9282-57493db2e308} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 16841 | 2025.04.22 03:13:27.438852 [ 276 ] {104177de-962d-4602-9282-57493db2e308} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16842 | 2025.04.22 03:13:27.439100 [ 276 ] {104177de-962d-4602-9282-57493db2e308} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.001825 sec., 35068.49315068493 rows/sec., 2.78 MiB/sec. | ||
| 16843 | 2025.04.22 03:13:27.439197 [ 276 ] {104177de-962d-4602-9282-57493db2e308} <Debug> TCPHandler: Processed in 0.00221378 sec. | ||
| 16844 | 2025.04.22 03:13:27.439346 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16845 | 2025.04.22 03:13:27.439620 [ 276 ] {e0753127-1f22-4bbc-b066-4e71cd661cfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16846 | 2025.04.22 03:13:27.439763 [ 276 ] {e0753127-1f22-4bbc-b066-4e71cd661cfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16847 | 2025.04.22 03:13:27.440374 [ 276 ] {e0753127-1f22-4bbc-b066-4e71cd661cfe} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16848 | 2025.04.22 03:13:27.440413 [ 276 ] {e0753127-1f22-4bbc-b066-4e71cd661cfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 16849 | 2025.04.22 03:13:27.440753 [ 276 ] {e0753127-1f22-4bbc-b066-4e71cd661cfe} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 16850 | 2025.04.22 03:13:27.440996 [ 276 ] {e0753127-1f22-4bbc-b066-4e71cd661cfe} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16851 | 2025.04.22 03:13:27.441198 [ 116 ] {} <Debug> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 16852 | 2025.04.22 03:13:27.441223 [ 276 ] {e0753127-1f22-4bbc-b066-4e71cd661cfe} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001699 sec., 2354.326074161271 rows/sec., 177.03 KiB/sec. | ||
| 16853 | 2025.04.22 03:13:27.441288 [ 116 ] {} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16854 | 2025.04.22 03:13:27.441357 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 16855 | 2025.04.22 03:13:27.441357 [ 276 ] {e0753127-1f22-4bbc-b066-4e71cd661cfe} <Debug> TCPHandler: Processed in 0.002079655 sec. | ||
| 16856 | 2025.04.22 03:13:27.441577 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16857 | 2025.04.22 03:13:27.441584 [ 196 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 16858 | 2025.04.22 03:13:27.441771 [ 276 ] {d23d62ad-ae7f-45be-ae34-6e94356c5ea2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16859 | 2025.04.22 03:13:27.441878 [ 276 ] {d23d62ad-ae7f-45be-ae34-6e94356c5ea2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16860 | 2025.04.22 03:13:27.441927 [ 196 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16861 | 2025.04.22 03:13:27.442030 [ 196 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 166 rows starting from the beginning of the part | ||
| 16862 | 2025.04.22 03:13:27.442351 [ 196 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 8 rows starting from the beginning of the part | ||
| 16863 | 2025.04.22 03:13:27.442728 [ 196 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 142 rows starting from the beginning of the part | ||
| 16864 | 2025.04.22 03:13:27.443011 [ 196 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 4 rows starting from the beginning of the part | ||
| 16865 | 2025.04.22 03:13:27.443309 [ 196 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 56 rows starting from the beginning of the part | ||
| 16866 | 2025.04.22 03:13:27.443570 [ 196 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 4 rows starting from the beginning of the part | ||
| 16867 | 2025.04.22 03:13:27.444944 [ 276 ] {d23d62ad-ae7f-45be-ae34-6e94356c5ea2} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16868 | 2025.04.22 03:13:27.445007 [ 276 ] {d23d62ad-ae7f-45be-ae34-6e94356c5ea2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 16869 | 2025.04.22 03:13:27.445999 [ 276 ] {d23d62ad-ae7f-45be-ae34-6e94356c5ea2} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 16870 | 2025.04.22 03:13:27.446596 [ 276 ] {d23d62ad-ae7f-45be-ae34-6e94356c5ea2} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16871 | 2025.04.22 03:13:27.446667 [ 194 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 380 rows, containing 5 columns (5 merged, 0 gathered) in 0.005196659 sec., 73123.90518600508 rows/sec., 5.03 MiB/sec. | ||
| 16872 | 2025.04.22 03:13:27.446931 [ 276 ] {d23d62ad-ae7f-45be-ae34-6e94356c5ea2} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.005205 sec., 13064.361191162343 rows/sec., 1.02 MiB/sec. | ||
| 16873 | 2025.04.22 03:13:27.447033 [ 276 ] {d23d62ad-ae7f-45be-ae34-6e94356c5ea2} <Debug> TCPHandler: Processed in 0.005530038 sec. | ||
| 16874 | 2025.04.22 03:13:27.447041 [ 198 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 16875 | 2025.04.22 03:13:27.447199 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16876 | 2025.04.22 03:13:27.447388 [ 276 ] {b43b9049-7336-4d91-a76b-75c33e176398} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16877 | 2025.04.22 03:13:27.447471 [ 276 ] {b43b9049-7336-4d91-a76b-75c33e176398} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16878 | 2025.04.22 03:13:27.447608 [ 198 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_116_23} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16879 | 2025.04.22 03:13:27.447886 [ 198 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_116_23} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 16880 | 2025.04.22 03:13:27.448084 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 16881 | 2025.04.22 03:13:27.448441 [ 276 ] {b43b9049-7336-4d91-a76b-75c33e176398} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16882 | 2025.04.22 03:13:27.448483 [ 276 ] {b43b9049-7336-4d91-a76b-75c33e176398} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 16883 | 2025.04.22 03:13:27.448866 [ 276 ] {b43b9049-7336-4d91-a76b-75c33e176398} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 16884 | 2025.04.22 03:13:27.449102 [ 276 ] {b43b9049-7336-4d91-a76b-75c33e176398} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16885 | 2025.04.22 03:13:27.449306 [ 276 ] {b43b9049-7336-4d91-a76b-75c33e176398} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001975 sec., 81012.6582278481 rows/sec., 5.64 MiB/sec. | ||
| 16886 | 2025.04.22 03:13:27.449359 [ 276 ] {b43b9049-7336-4d91-a76b-75c33e176398} <Debug> TCPHandler: Processed in 0.002230429 sec. | ||
| 16887 | 2025.04.22 03:13:27.449475 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16888 | 2025.04.22 03:13:27.449577 [ 276 ] {c71b9e77-fb18-43e3-b4e9-ebeb3cc41190} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16889 | 2025.04.22 03:13:27.449644 [ 276 ] {c71b9e77-fb18-43e3-b4e9-ebeb3cc41190} <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 | ||
| 16890 | 2025.04.22 03:13:27.450637 [ 276 ] {c71b9e77-fb18-43e3-b4e9-ebeb3cc41190} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16891 | 2025.04.22 03:13:27.450675 [ 276 ] {c71b9e77-fb18-43e3-b4e9-ebeb3cc41190} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 16892 | 2025.04.22 03:13:27.451277 [ 276 ] {c71b9e77-fb18-43e3-b4e9-ebeb3cc41190} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 16893 | 2025.04.22 03:13:27.451535 [ 276 ] {c71b9e77-fb18-43e3-b4e9-ebeb3cc41190} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16894 | 2025.04.22 03:13:27.451719 [ 116 ] {} <Debug> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 16895 | 2025.04.22 03:13:27.451793 [ 116 ] {} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16896 | 2025.04.22 03:13:27.451797 [ 276 ] {c71b9e77-fb18-43e3-b4e9-ebeb3cc41190} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002229 sec., 1794.526693584567 rows/sec., 3.22 MiB/sec. | ||
| 16897 | 2025.04.22 03:13:27.451833 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 16898 | 2025.04.22 03:13:27.452259 [ 186 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 16899 | 2025.04.22 03:13:27.452296 [ 276 ] {c71b9e77-fb18-43e3-b4e9-ebeb3cc41190} <Debug> TCPHandler: Processed in 0.002871257 sec. | ||
| 16900 | 2025.04.22 03:13:27.452729 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16901 | 2025.04.22 03:13:27.453142 [ 276 ] {55af3870-a57f-48e9-9511-4958288732e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16902 | 2025.04.22 03:13:27.453360 [ 276 ] {55af3870-a57f-48e9-9511-4958288732e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16903 | 2025.04.22 03:13:27.453873 [ 186 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16904 | 2025.04.22 03:13:27.454230 [ 186 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 2299 rows starting from the beginning of the part | ||
| 16905 | 2025.04.22 03:13:27.455471 [ 186 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 4 rows starting from the beginning of the part | ||
| 16906 | 2025.04.22 03:13:27.456356 [ 186 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 36 rows starting from the beginning of the part | ||
| 16907 | 2025.04.22 03:13:27.456711 [ 276 ] {55af3870-a57f-48e9-9511-4958288732e3} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16908 | 2025.04.22 03:13:27.456932 [ 276 ] {55af3870-a57f-48e9-9511-4958288732e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 16909 | 2025.04.22 03:13:27.457157 [ 186 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 4 rows starting from the beginning of the part | ||
| 16910 | 2025.04.22 03:13:27.457796 [ 186 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 36 rows starting from the beginning of the part | ||
| 16911 | 2025.04.22 03:13:27.458525 [ 186 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 4 rows starting from the beginning of the part | ||
| 16912 | 2025.04.22 03:13:27.458619 [ 276 ] {55af3870-a57f-48e9-9511-4958288732e3} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 16913 | 2025.04.22 03:13:27.459482 [ 276 ] {55af3870-a57f-48e9-9511-4958288732e3} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16914 | 2025.04.22 03:13:27.459892 [ 276 ] {55af3870-a57f-48e9-9511-4958288732e3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006924 sec., 8665.511265164645 rows/sec., 598.01 KiB/sec. | ||
| 16915 | 2025.04.22 03:13:27.460038 [ 276 ] {55af3870-a57f-48e9-9511-4958288732e3} <Debug> TCPHandler: Processed in 0.007441399 sec. | ||
| 16916 | 2025.04.22 03:13:27.467604 [ 188 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2383 rows, containing 19 columns (19 merged, 0 gathered) in 0.015647458 sec., 152293.1072893757 rows/sec., 272.90 MiB/sec. | ||
| 16917 | 2025.04.22 03:13:27.469661 [ 195 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 16918 | 2025.04.22 03:13:27.470080 [ 195 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_116_23} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16919 | 2025.04.22 03:13:27.470160 [ 195 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_116_23} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 16920 | 2025.04.22 03:13:27.470311 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.49 MiB. | ||
| 16921 | 2025.04.22 03:13:28.183713 [ 116 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 16922 | 2025.04.22 03:13:28.183771 [ 116 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 16923 | 2025.04.22 03:13:28.399885 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 38491 | ||
| 16924 | 2025.04.22 03:13:28.400597 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16925 | 2025.04.22 03:13:28.400645 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 16926 | 2025.04.22 03:13:28.401188 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 16927 | 2025.04.22 03:13:28.401449 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16928 | 2025.04.22 03:13:28.401677 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38491 | ||
| 16929 | 2025.04.22 03:13:28.623825 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 2358 | ||
| 16930 | 2025.04.22 03:13:28.627360 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16931 | 2025.04.22 03:13:28.627410 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 16932 | 2025.04.22 03:13:28.628935 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 16933 | 2025.04.22 03:13:28.629240 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16934 | 2025.04.22 03:13:28.630683 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2358 | ||
| 16935 | 2025.04.22 03:13:29.861705 [ 112 ] {} <Debug> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 16936 | 2025.04.22 03:13:29.861795 [ 112 ] {} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16937 | 2025.04.22 03:13:29.861823 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 16938 | 2025.04.22 03:13:29.862041 [ 198 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full | ||
| 16939 | 2025.04.22 03:13:29.862321 [ 198 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16940 | 2025.04.22 03:13:29.862359 [ 198 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 20 rows starting from the beginning of the part | ||
| 16941 | 2025.04.22 03:13:29.862441 [ 198 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 4 rows starting from the beginning of the part | ||
| 16942 | 2025.04.22 03:13:29.862697 [ 198 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 2 rows starting from the beginning of the part | ||
| 16943 | 2025.04.22 03:13:29.862918 [ 198 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 4 rows starting from the beginning of the part | ||
| 16944 | 2025.04.22 03:13:29.863068 [ 198 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 8 rows starting from the beginning of the part | ||
| 16945 | 2025.04.22 03:13:29.864183 [ 197 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.002277931 sec., 16681.804672749087 rows/sec., 1.39 MiB/sec. | ||
| 16946 | 2025.04.22 03:13:29.864352 [ 190 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 16947 | 2025.04.22 03:13:29.864690 [ 190 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_37_9} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16948 | 2025.04.22 03:13:29.864784 [ 190 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_37_9} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 16949 | 2025.04.22 03:13:29.864873 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 16950 | 2025.04.22 03:13:29.906194 [ 112 ] {} <Debug> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 16951 | 2025.04.22 03:13:29.906230 [ 112 ] {} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16952 | 2025.04.22 03:13:29.906248 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 16953 | 2025.04.22 03:13:29.906382 [ 189 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_45_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full | ||
| 16954 | 2025.04.22 03:13:29.906594 [ 189 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16955 | 2025.04.22 03:13:29.906633 [ 189 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 212 rows starting from the beginning of the part | ||
| 16956 | 2025.04.22 03:13:29.906725 [ 189 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 212 rows starting from the beginning of the part | ||
| 16957 | 2025.04.22 03:13:29.906815 [ 189 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 212 rows starting from the beginning of the part | ||
| 16958 | 2025.04.22 03:13:29.906909 [ 189 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 212 rows starting from the beginning of the part | ||
| 16959 | 2025.04.22 03:13:29.906999 [ 189 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 24 rows starting from the beginning of the part | ||
| 16960 | 2025.04.22 03:13:29.908036 [ 201 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 872 rows, containing 5 columns (5 merged, 0 gathered) in 0.001726196 sec., 505157.0041872418 rows/sec., 34.32 MiB/sec. | ||
| 16961 | 2025.04.22 03:13:29.908267 [ 199 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 16962 | 2025.04.22 03:13:29.908694 [ 199 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_45_11} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16963 | 2025.04.22 03:13:29.908806 [ 199 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_45_11} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 16964 | 2025.04.22 03:13:29.908928 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 16965 | 2025.04.22 03:13:29.946280 [ 112 ] {} <Debug> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 16966 | 2025.04.22 03:13:29.946313 [ 112 ] {} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16967 | 2025.04.22 03:13:29.946332 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 16968 | 2025.04.22 03:13:29.946498 [ 190 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_45_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full | ||
| 16969 | 2025.04.22 03:13:29.946822 [ 190 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16970 | 2025.04.22 03:13:29.946860 [ 190 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 112 rows starting from the beginning of the part | ||
| 16971 | 2025.04.22 03:13:29.946956 [ 190 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 112 rows starting from the beginning of the part | ||
| 16972 | 2025.04.22 03:13:29.947180 [ 190 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 112 rows starting from the beginning of the part | ||
| 16973 | 2025.04.22 03:13:29.947378 [ 190 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 112 rows starting from the beginning of the part | ||
| 16974 | 2025.04.22 03:13:29.947518 [ 190 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 12 rows starting from the beginning of the part | ||
| 16975 | 2025.04.22 03:13:29.948559 [ 199 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 5 columns (5 merged, 0 gathered) in 0.002170818 sec., 211901.68867219635 rows/sec., 12.99 MiB/sec. | ||
| 16976 | 2025.04.22 03:13:29.948744 [ 201 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 16977 | 2025.04.22 03:13:29.949086 [ 201 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_45_11} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16978 | 2025.04.22 03:13:29.949186 [ 201 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_45_11} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 16979 | 2025.04.22 03:13:29.949285 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 16980 | 2025.04.22 03:13:30.261945 [ 112 ] {} <Debug> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f) (MergerMutator): Selected 5 parts from all_1_60_12 to all_64_64_0 | ||
| 16981 | 2025.04.22 03:13:30.262045 [ 112 ] {} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16982 | 2025.04.22 03:13:30.262086 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 16983 | 2025.04.22 03:13:30.262311 [ 199 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_64_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_60_12 to all_64_64_0 into Compact with storage Full | ||
| 16984 | 2025.04.22 03:13:30.262704 [ 199 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_64_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16985 | 2025.04.22 03:13:30.262840 [ 199 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_64_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_60_12, total 341 rows starting from the beginning of the part | ||
| 16986 | 2025.04.22 03:13:30.263274 [ 199 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_64_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 113 rows starting from the beginning of the part | ||
| 16987 | 2025.04.22 03:13:30.263671 [ 199 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_64_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 228 rows starting from the beginning of the part | ||
| 16988 | 2025.04.22 03:13:30.263825 [ 199 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_64_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 113 rows starting from the beginning of the part | ||
| 16989 | 2025.04.22 03:13:30.264074 [ 199 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_64_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 24 rows starting from the beginning of the part | ||
| 16990 | 2025.04.22 03:13:30.265379 [ 201 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_64_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 819 rows, containing 5 columns (5 merged, 0 gathered) in 0.003186995 sec., 256981.8904642147 rows/sec., 18.18 MiB/sec. | ||
| 16991 | 2025.04.22 03:13:30.265625 [ 200 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_64_13} <Trace> MergedBlockOutputStream: filled checksums all_1_64_13 (state Temporary) | ||
| 16992 | 2025.04.22 03:13:30.266028 [ 200 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_64_13} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_merge_all_1_64_13 to all_1_64_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16993 | 2025.04.22 03:13:30.266131 [ 200 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_64_13} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f) (MergerMutator): Merged 5 parts: [all_1_60_12, all_64_64_0] -> all_1_64_13 | ||
| 16994 | 2025.04.22 03:13:30.266251 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 16995 | 2025.04.22 03:13:31.095238 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 633 | ||
| 16996 | 2025.04.22 03:13:31.117765 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16997 | 2025.04.22 03:13:31.117823 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 16998 | 2025.04.22 03:13:31.125212 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 16999 | 2025.04.22 03:13:31.126033 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17000 | 2025.04.22 03:13:31.128839 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 633 | ||
| 17001 | 2025.04.22 03:13:32.090972 [ 219 ] {} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Found 6 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
| 17002 | 2025.04.22 03:13:32.091047 [ 219 ] {} <Debug> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Removing 6 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
| 17003 | 2025.04.22 03:13:32.093029 [ 219 ] {} <Debug> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Removing 6 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
| 17004 | 2025.04.22 03:13:32.439430 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17005 | 2025.04.22 03:13:32.439627 [ 276 ] {db425b1f-055b-4ce7-9dc5-d444e4fbbc48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17006 | 2025.04.22 03:13:32.439706 [ 276 ] {db425b1f-055b-4ce7-9dc5-d444e4fbbc48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17007 | 2025.04.22 03:13:32.440578 [ 276 ] {db425b1f-055b-4ce7-9dc5-d444e4fbbc48} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17008 | 2025.04.22 03:13:32.440624 [ 276 ] {db425b1f-055b-4ce7-9dc5-d444e4fbbc48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 17009 | 2025.04.22 03:13:32.441062 [ 276 ] {db425b1f-055b-4ce7-9dc5-d444e4fbbc48} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 17010 | 2025.04.22 03:13:32.441311 [ 276 ] {db425b1f-055b-4ce7-9dc5-d444e4fbbc48} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17011 | 2025.04.22 03:13:32.441531 [ 276 ] {db425b1f-055b-4ce7-9dc5-d444e4fbbc48} <Debug> executeQuery: Read 128 rows, 11.24 KiB in 0.00196 sec., 65306.12244897959 rows/sec., 5.60 MiB/sec. | ||
| 17012 | 2025.04.22 03:13:32.441597 [ 276 ] {db425b1f-055b-4ce7-9dc5-d444e4fbbc48} <Debug> TCPHandler: Processed in 0.002295092 sec. | ||
| 17013 | 2025.04.22 03:13:32.441734 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17014 | 2025.04.22 03:13:32.441845 [ 276 ] {b00f979d-08cd-4000-b745-9c0a5d102ca4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17015 | 2025.04.22 03:13:32.441894 [ 276 ] {b00f979d-08cd-4000-b745-9c0a5d102ca4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17016 | 2025.04.22 03:13:32.442453 [ 276 ] {b00f979d-08cd-4000-b745-9c0a5d102ca4} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17017 | 2025.04.22 03:13:32.442493 [ 276 ] {b00f979d-08cd-4000-b745-9c0a5d102ca4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 17018 | 2025.04.22 03:13:32.442858 [ 276 ] {b00f979d-08cd-4000-b745-9c0a5d102ca4} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 17019 | 2025.04.22 03:13:32.443100 [ 276 ] {b00f979d-08cd-4000-b745-9c0a5d102ca4} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17020 | 2025.04.22 03:13:32.443300 [ 276 ] {b00f979d-08cd-4000-b745-9c0a5d102ca4} <Debug> executeQuery: Read 36 rows, 2.71 KiB in 0.001482 sec., 24291.497975708502 rows/sec., 1.78 MiB/sec. | ||
| 17021 | 2025.04.22 03:13:32.443352 [ 276 ] {b00f979d-08cd-4000-b745-9c0a5d102ca4} <Debug> TCPHandler: Processed in 0.001669495 sec. | ||
| 17022 | 2025.04.22 03:13:32.443473 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17023 | 2025.04.22 03:13:32.443577 [ 276 ] {830b362c-cef2-49a6-bd7d-b87e07bb2f1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17024 | 2025.04.22 03:13:32.443622 [ 276 ] {830b362c-cef2-49a6-bd7d-b87e07bb2f1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17025 | 2025.04.22 03:13:32.444166 [ 276 ] {830b362c-cef2-49a6-bd7d-b87e07bb2f1a} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17026 | 2025.04.22 03:13:32.444205 [ 276 ] {830b362c-cef2-49a6-bd7d-b87e07bb2f1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 17027 | 2025.04.22 03:13:32.444558 [ 276 ] {830b362c-cef2-49a6-bd7d-b87e07bb2f1a} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 17028 | 2025.04.22 03:13:32.444794 [ 276 ] {830b362c-cef2-49a6-bd7d-b87e07bb2f1a} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17029 | 2025.04.22 03:13:32.444986 [ 276 ] {830b362c-cef2-49a6-bd7d-b87e07bb2f1a} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.001432 sec., 69832.40223463687 rows/sec., 5.45 MiB/sec. | ||
| 17030 | 2025.04.22 03:13:32.445035 [ 276 ] {830b362c-cef2-49a6-bd7d-b87e07bb2f1a} <Debug> TCPHandler: Processed in 0.001611953 sec. | ||
| 17031 | 2025.04.22 03:13:32.445153 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17032 | 2025.04.22 03:13:32.445255 [ 276 ] {b847d05c-d421-4884-961d-7e5078278108} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17033 | 2025.04.22 03:13:32.445303 [ 276 ] {b847d05c-d421-4884-961d-7e5078278108} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17034 | 2025.04.22 03:13:32.445836 [ 276 ] {b847d05c-d421-4884-961d-7e5078278108} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17035 | 2025.04.22 03:13:32.445873 [ 276 ] {b847d05c-d421-4884-961d-7e5078278108} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 17036 | 2025.04.22 03:13:32.446255 [ 276 ] {b847d05c-d421-4884-961d-7e5078278108} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 17037 | 2025.04.22 03:13:32.446493 [ 276 ] {b847d05c-d421-4884-961d-7e5078278108} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17038 | 2025.04.22 03:13:32.446693 [ 276 ] {b847d05c-d421-4884-961d-7e5078278108} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001459 sec., 109664.15352981494 rows/sec., 7.64 MiB/sec. | ||
| 17039 | 2025.04.22 03:13:32.446742 [ 276 ] {b847d05c-d421-4884-961d-7e5078278108} <Debug> TCPHandler: Processed in 0.001637013 sec. | ||
| 17040 | 2025.04.22 03:13:32.446861 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17041 | 2025.04.22 03:13:32.446963 [ 276 ] {798ff6e3-c057-4346-b74e-fbab8153b704} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17042 | 2025.04.22 03:13:32.447029 [ 276 ] {798ff6e3-c057-4346-b74e-fbab8153b704} <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 | ||
| 17043 | 2025.04.22 03:13:32.448175 [ 276 ] {798ff6e3-c057-4346-b74e-fbab8153b704} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17044 | 2025.04.22 03:13:32.448214 [ 276 ] {798ff6e3-c057-4346-b74e-fbab8153b704} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 17045 | 2025.04.22 03:13:32.448871 [ 276 ] {798ff6e3-c057-4346-b74e-fbab8153b704} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 17046 | 2025.04.22 03:13:32.449128 [ 276 ] {798ff6e3-c057-4346-b74e-fbab8153b704} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17047 | 2025.04.22 03:13:32.449369 [ 276 ] {798ff6e3-c057-4346-b74e-fbab8153b704} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002428 sec., 14827.018121911038 rows/sec., 26.57 MiB/sec. | ||
| 17048 | 2025.04.22 03:13:32.449418 [ 219 ] {} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17049 | 2025.04.22 03:13:32.449466 [ 219 ] {} <Debug> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17050 | 2025.04.22 03:13:32.449496 [ 276 ] {798ff6e3-c057-4346-b74e-fbab8153b704} <Debug> TCPHandler: Processed in 0.002683812 sec. | ||
| 17051 | 2025.04.22 03:13:32.449622 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17052 | 2025.04.22 03:13:32.449727 [ 276 ] {077e5528-c464-4c5f-8c9e-56e6b6ccc1cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17053 | 2025.04.22 03:13:32.449778 [ 276 ] {077e5528-c464-4c5f-8c9e-56e6b6ccc1cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17054 | 2025.04.22 03:13:32.450382 [ 276 ] {077e5528-c464-4c5f-8c9e-56e6b6ccc1cf} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17055 | 2025.04.22 03:13:32.450422 [ 276 ] {077e5528-c464-4c5f-8c9e-56e6b6ccc1cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 17056 | 2025.04.22 03:13:32.450847 [ 276 ] {077e5528-c464-4c5f-8c9e-56e6b6ccc1cf} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 17057 | 2025.04.22 03:13:32.451109 [ 276 ] {077e5528-c464-4c5f-8c9e-56e6b6ccc1cf} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17058 | 2025.04.22 03:13:32.451389 [ 276 ] {077e5528-c464-4c5f-8c9e-56e6b6ccc1cf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001686 sec., 35587.18861209964 rows/sec., 2.40 MiB/sec. | ||
| 17059 | 2025.04.22 03:13:32.451450 [ 276 ] {077e5528-c464-4c5f-8c9e-56e6b6ccc1cf} <Debug> TCPHandler: Processed in 0.00188426 sec. | ||
| 17060 | 2025.04.22 03:13:32.452103 [ 219 ] {} <Debug> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17061 | 2025.04.22 03:13:33.565537 [ 225 ] {} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17062 | 2025.04.22 03:13:33.565627 [ 225 ] {} <Debug> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17063 | 2025.04.22 03:13:33.567983 [ 225 ] {} <Debug> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17064 | 2025.04.22 03:13:33.646794 [ 223 ] {} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 17065 | 2025.04.22 03:13:33.646874 [ 223 ] {} <Debug> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 17066 | 2025.04.22 03:13:33.648965 [ 223 ] {} <Debug> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 17067 | 2025.04.22 03:13:35.036316 [ 224 ] {} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17068 | 2025.04.22 03:13:35.036384 [ 224 ] {} <Debug> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17069 | 2025.04.22 03:13:35.038345 [ 224 ] {} <Debug> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17070 | 2025.04.22 03:13:35.395967 [ 219 ] {} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17071 | 2025.04.22 03:13:35.396024 [ 219 ] {} <Debug> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17072 | 2025.04.22 03:13:35.398151 [ 219 ] {} <Debug> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17073 | 2025.04.22 03:13:35.677530 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17074 | 2025.04.22 03:13:35.677734 [ 276 ] {e4c15152-a5ef-4ed9-9f18-c2d77b13073c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 17075 | 2025.04.22 03:13:35.677815 [ 276 ] {e4c15152-a5ef-4ed9-9f18-c2d77b13073c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 17076 | 2025.04.22 03:13:35.678624 [ 276 ] {e4c15152-a5ef-4ed9-9f18-c2d77b13073c} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17077 | 2025.04.22 03:13:35.678666 [ 276 ] {e4c15152-a5ef-4ed9-9f18-c2d77b13073c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 17078 | 2025.04.22 03:13:35.679095 [ 276 ] {e4c15152-a5ef-4ed9-9f18-c2d77b13073c} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 17079 | 2025.04.22 03:13:35.679357 [ 276 ] {e4c15152-a5ef-4ed9-9f18-c2d77b13073c} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17080 | 2025.04.22 03:13:35.679550 [ 276 ] {e4c15152-a5ef-4ed9-9f18-c2d77b13073c} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001874 sec., 2134.4717182497334 rows/sec., 174.05 KiB/sec. | ||
| 17081 | 2025.04.22 03:13:35.679613 [ 276 ] {e4c15152-a5ef-4ed9-9f18-c2d77b13073c} <Debug> TCPHandler: Processed in 0.00222046 sec. | ||
| 17082 | 2025.04.22 03:13:35.679754 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17083 | 2025.04.22 03:13:35.679866 [ 276 ] {6aaf089e-417c-4693-b02b-0fa0a7b43881} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17084 | 2025.04.22 03:13:35.679916 [ 276 ] {6aaf089e-417c-4693-b02b-0fa0a7b43881} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17085 | 2025.04.22 03:13:35.681136 [ 276 ] {6aaf089e-417c-4693-b02b-0fa0a7b43881} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17086 | 2025.04.22 03:13:35.681174 [ 276 ] {6aaf089e-417c-4693-b02b-0fa0a7b43881} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 17087 | 2025.04.22 03:13:35.681617 [ 276 ] {6aaf089e-417c-4693-b02b-0fa0a7b43881} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 17088 | 2025.04.22 03:13:35.681874 [ 276 ] {6aaf089e-417c-4693-b02b-0fa0a7b43881} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17089 | 2025.04.22 03:13:35.682039 [ 276 ] {6aaf089e-417c-4693-b02b-0fa0a7b43881} <Debug> executeQuery: Read 1206 rows, 101.90 KiB in 0.002198 sec., 548680.618744313 rows/sec., 45.27 MiB/sec. | ||
| 17090 | 2025.04.22 03:13:35.682091 [ 276 ] {6aaf089e-417c-4693-b02b-0fa0a7b43881} <Debug> TCPHandler: Processed in 0.002400684 sec. | ||
| 17091 | 2025.04.22 03:13:35.682200 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17092 | 2025.04.22 03:13:35.682304 [ 276 ] {00e2fdcd-fb32-4bbf-ace9-1fad3c82eddc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17093 | 2025.04.22 03:13:35.682348 [ 276 ] {00e2fdcd-fb32-4bbf-ace9-1fad3c82eddc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17094 | 2025.04.22 03:13:35.682853 [ 276 ] {00e2fdcd-fb32-4bbf-ace9-1fad3c82eddc} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17095 | 2025.04.22 03:13:35.682891 [ 276 ] {00e2fdcd-fb32-4bbf-ace9-1fad3c82eddc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 17096 | 2025.04.22 03:13:35.683236 [ 276 ] {00e2fdcd-fb32-4bbf-ace9-1fad3c82eddc} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 17097 | 2025.04.22 03:13:35.683474 [ 276 ] {00e2fdcd-fb32-4bbf-ace9-1fad3c82eddc} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17098 | 2025.04.22 03:13:35.683636 [ 276 ] {00e2fdcd-fb32-4bbf-ace9-1fad3c82eddc} <Debug> executeQuery: Read 8 rows, 594.00 B in 0.001355 sec., 5904.059040590406 rows/sec., 428.10 KiB/sec. | ||
| 17099 | 2025.04.22 03:13:35.683686 [ 276 ] {00e2fdcd-fb32-4bbf-ace9-1fad3c82eddc} <Debug> TCPHandler: Processed in 0.001538431 sec. | ||
| 17100 | 2025.04.22 03:13:35.683822 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17101 | 2025.04.22 03:13:35.683959 [ 276 ] {93b311f4-6aae-4758-9655-e2c4440d220a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 17102 | 2025.04.22 03:13:35.684014 [ 276 ] {93b311f4-6aae-4758-9655-e2c4440d220a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17103 | 2025.04.22 03:13:35.684695 [ 276 ] {93b311f4-6aae-4758-9655-e2c4440d220a} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17104 | 2025.04.22 03:13:35.684735 [ 276 ] {93b311f4-6aae-4758-9655-e2c4440d220a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 17105 | 2025.04.22 03:13:35.685112 [ 276 ] {93b311f4-6aae-4758-9655-e2c4440d220a} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 17106 | 2025.04.22 03:13:35.685359 [ 276 ] {93b311f4-6aae-4758-9655-e2c4440d220a} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17107 | 2025.04.22 03:13:35.685555 [ 276 ] {93b311f4-6aae-4758-9655-e2c4440d220a} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001622 sec., 140567.2009864365 rows/sec., 9.52 MiB/sec. | ||
| 17108 | 2025.04.22 03:13:35.685606 [ 276 ] {93b311f4-6aae-4758-9655-e2c4440d220a} <Debug> TCPHandler: Processed in 0.001848359 sec. | ||
| 17109 | 2025.04.22 03:13:35.685734 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17110 | 2025.04.22 03:13:35.685838 [ 276 ] {0d8511e2-4263-475a-8f3c-2048475d23ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17111 | 2025.04.22 03:13:35.685885 [ 276 ] {0d8511e2-4263-475a-8f3c-2048475d23ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17112 | 2025.04.22 03:13:35.686609 [ 276 ] {0d8511e2-4263-475a-8f3c-2048475d23ba} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17113 | 2025.04.22 03:13:35.686649 [ 276 ] {0d8511e2-4263-475a-8f3c-2048475d23ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 17114 | 2025.04.22 03:13:35.687034 [ 276 ] {0d8511e2-4263-475a-8f3c-2048475d23ba} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 17115 | 2025.04.22 03:13:35.687287 [ 276 ] {0d8511e2-4263-475a-8f3c-2048475d23ba} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17116 | 2025.04.22 03:13:35.687494 [ 276 ] {0d8511e2-4263-475a-8f3c-2048475d23ba} <Debug> executeQuery: Read 528 rows, 40.05 KiB in 0.001677 sec., 314847.94275491947 rows/sec., 23.32 MiB/sec. | ||
| 17117 | 2025.04.22 03:13:35.687547 [ 276 ] {0d8511e2-4263-475a-8f3c-2048475d23ba} <Debug> TCPHandler: Processed in 0.00186437 sec. | ||
| 17118 | 2025.04.22 03:13:35.687672 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17119 | 2025.04.22 03:13:35.687777 [ 276 ] {f50d1158-df7e-428f-b510-0713f292ce1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17120 | 2025.04.22 03:13:35.687827 [ 276 ] {f50d1158-df7e-428f-b510-0713f292ce1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17121 | 2025.04.22 03:13:35.688541 [ 276 ] {f50d1158-df7e-428f-b510-0713f292ce1a} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17122 | 2025.04.22 03:13:35.688582 [ 276 ] {f50d1158-df7e-428f-b510-0713f292ce1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 17123 | 2025.04.22 03:13:35.689031 [ 276 ] {f50d1158-df7e-428f-b510-0713f292ce1a} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 17124 | 2025.04.22 03:13:35.689272 [ 276 ] {f50d1158-df7e-428f-b510-0713f292ce1a} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17125 | 2025.04.22 03:13:35.689472 [ 276 ] {f50d1158-df7e-428f-b510-0713f292ce1a} <Debug> executeQuery: Read 956 rows, 65.68 KiB in 0.001716 sec., 557109.5571095571 rows/sec., 37.38 MiB/sec. | ||
| 17126 | 2025.04.22 03:13:35.689524 [ 276 ] {f50d1158-df7e-428f-b510-0713f292ce1a} <Debug> TCPHandler: Processed in 0.001903311 sec. | ||
| 17127 | 2025.04.22 03:13:35.689647 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17128 | 2025.04.22 03:13:35.689753 [ 276 ] {9b583ed0-202e-4560-9e82-30e1dbb9bded} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17129 | 2025.04.22 03:13:35.689822 [ 276 ] {9b583ed0-202e-4560-9e82-30e1dbb9bded} <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 | ||
| 17130 | 2025.04.22 03:13:35.690851 [ 276 ] {9b583ed0-202e-4560-9e82-30e1dbb9bded} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17131 | 2025.04.22 03:13:35.690891 [ 276 ] {9b583ed0-202e-4560-9e82-30e1dbb9bded} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 17132 | 2025.04.22 03:13:35.691505 [ 276 ] {9b583ed0-202e-4560-9e82-30e1dbb9bded} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 17133 | 2025.04.22 03:13:35.691768 [ 276 ] {9b583ed0-202e-4560-9e82-30e1dbb9bded} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17134 | 2025.04.22 03:13:35.692032 [ 276 ] {9b583ed0-202e-4560-9e82-30e1dbb9bded} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002299 sec., 1739.8869073510223 rows/sec., 3.12 MiB/sec. | ||
| 17135 | 2025.04.22 03:13:35.692163 [ 276 ] {9b583ed0-202e-4560-9e82-30e1dbb9bded} <Debug> TCPHandler: Processed in 0.002560138 sec. | ||
| 17136 | 2025.04.22 03:13:35.692465 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17137 | 2025.04.22 03:13:35.692628 [ 276 ] {6d6ba93b-09ed-4dae-bf54-c4d1823416a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17138 | 2025.04.22 03:13:35.692678 [ 276 ] {6d6ba93b-09ed-4dae-bf54-c4d1823416a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17139 | 2025.04.22 03:13:35.693135 [ 276 ] {6d6ba93b-09ed-4dae-bf54-c4d1823416a7} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17140 | 2025.04.22 03:13:35.693175 [ 276 ] {6d6ba93b-09ed-4dae-bf54-c4d1823416a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 17141 | 2025.04.22 03:13:35.693536 [ 276 ] {6d6ba93b-09ed-4dae-bf54-c4d1823416a7} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 17142 | 2025.04.22 03:13:35.693773 [ 276 ] {6d6ba93b-09ed-4dae-bf54-c4d1823416a7} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17143 | 2025.04.22 03:13:35.693978 [ 276 ] {6d6ba93b-09ed-4dae-bf54-c4d1823416a7} <Debug> executeQuery: Read 42 rows, 2.89 KiB in 0.001373 sec., 30589.949016751638 rows/sec., 2.06 MiB/sec. | ||
| 17144 | 2025.04.22 03:13:35.694025 [ 276 ] {6d6ba93b-09ed-4dae-bf54-c4d1823416a7} <Debug> TCPHandler: Processed in 0.001642124 sec. | ||
| 17145 | 2025.04.22 03:13:35.901787 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 38918 | ||
| 17146 | 2025.04.22 03:13:35.902295 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17147 | 2025.04.22 03:13:35.902336 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 17148 | 2025.04.22 03:13:35.902801 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 17149 | 2025.04.22 03:13:35.903056 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17150 | 2025.04.22 03:13:35.903251 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38918 | ||
| 17151 | 2025.04.22 03:13:35.903369 [ 222 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17152 | 2025.04.22 03:13:35.903426 [ 222 ] {} <Debug> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17153 | 2025.04.22 03:13:35.905285 [ 222 ] {} <Debug> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17154 | 2025.04.22 03:13:36.171265 [ 222 ] {} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17155 | 2025.04.22 03:13:36.171330 [ 222 ] {} <Debug> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17156 | 2025.04.22 03:13:36.173560 [ 222 ] {} <Debug> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17157 | 2025.04.22 03:13:36.706675 [ 225 ] {} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17158 | 2025.04.22 03:13:36.706737 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17159 | 2025.04.22 03:13:36.708870 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17160 | 2025.04.22 03:13:36.755513 [ 218 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17161 | 2025.04.22 03:13:36.755579 [ 218 ] {} <Debug> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17162 | 2025.04.22 03:13:36.757608 [ 218 ] {} <Debug> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17163 | 2025.04.22 03:13:37.000523 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 266.87 MiB, peak 289.54 MiB, free memory in arenas 0.00 B, will set to 270.87 MiB (RSS), difference: 4.00 MiB | ||
| 17164 | 2025.04.22 03:13:37.433098 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17165 | 2025.04.22 03:13:37.433325 [ 276 ] {2873ef1e-5b32-40c7-902d-37ff19f54f8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17166 | 2025.04.22 03:13:37.433404 [ 276 ] {2873ef1e-5b32-40c7-902d-37ff19f54f8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17167 | 2025.04.22 03:13:37.434363 [ 276 ] {2873ef1e-5b32-40c7-902d-37ff19f54f8d} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17168 | 2025.04.22 03:13:37.434417 [ 276 ] {2873ef1e-5b32-40c7-902d-37ff19f54f8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 17169 | 2025.04.22 03:13:37.434874 [ 276 ] {2873ef1e-5b32-40c7-902d-37ff19f54f8d} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 17170 | 2025.04.22 03:13:37.435142 [ 276 ] {2873ef1e-5b32-40c7-902d-37ff19f54f8d} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17171 | 2025.04.22 03:13:37.435357 [ 276 ] {2873ef1e-5b32-40c7-902d-37ff19f54f8d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002081 sec., 26910.13935607881 rows/sec., 2.07 MiB/sec. | ||
| 17172 | 2025.04.22 03:13:37.435443 [ 276 ] {2873ef1e-5b32-40c7-902d-37ff19f54f8d} <Debug> TCPHandler: Processed in 0.002482697 sec. | ||
| 17173 | 2025.04.22 03:13:37.435596 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17174 | 2025.04.22 03:13:37.435853 [ 276 ] {60b65995-55e4-4120-85a3-49e984909a6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17175 | 2025.04.22 03:13:37.435973 [ 276 ] {60b65995-55e4-4120-85a3-49e984909a6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17176 | 2025.04.22 03:13:37.437191 [ 276 ] {60b65995-55e4-4120-85a3-49e984909a6a} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17177 | 2025.04.22 03:13:37.437231 [ 276 ] {60b65995-55e4-4120-85a3-49e984909a6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 17178 | 2025.04.22 03:13:37.437584 [ 276 ] {60b65995-55e4-4120-85a3-49e984909a6a} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 17179 | 2025.04.22 03:13:37.437819 [ 276 ] {60b65995-55e4-4120-85a3-49e984909a6a} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17180 | 2025.04.22 03:13:37.437999 [ 276 ] {60b65995-55e4-4120-85a3-49e984909a6a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002246 sec., 28495.102404274265 rows/sec., 2.22 MiB/sec. | ||
| 17181 | 2025.04.22 03:13:37.438104 [ 276 ] {60b65995-55e4-4120-85a3-49e984909a6a} <Debug> TCPHandler: Processed in 0.002555998 sec. | ||
| 17182 | 2025.04.22 03:13:37.438256 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17183 | 2025.04.22 03:13:37.438537 [ 276 ] {de5d8684-61da-4971-854c-c0624867dabe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17184 | 2025.04.22 03:13:37.438696 [ 276 ] {de5d8684-61da-4971-854c-c0624867dabe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17185 | 2025.04.22 03:13:37.439627 [ 276 ] {de5d8684-61da-4971-854c-c0624867dabe} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17186 | 2025.04.22 03:13:37.439666 [ 276 ] {de5d8684-61da-4971-854c-c0624867dabe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 17187 | 2025.04.22 03:13:37.440038 [ 276 ] {de5d8684-61da-4971-854c-c0624867dabe} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 17188 | 2025.04.22 03:13:37.440271 [ 276 ] {de5d8684-61da-4971-854c-c0624867dabe} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17189 | 2025.04.22 03:13:37.440453 [ 101 ] {} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Selected 5 parts from all_1_140_29 to all_144_144_0 | ||
| 17190 | 2025.04.22 03:13:37.440478 [ 276 ] {de5d8684-61da-4971-854c-c0624867dabe} <Debug> executeQuery: Read 52 rows, 3.70 KiB in 0.002041 sec., 25477.70700636943 rows/sec., 1.77 MiB/sec. | ||
| 17191 | 2025.04.22 03:13:37.440547 [ 101 ] {} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17192 | 2025.04.22 03:13:37.440614 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 17193 | 2025.04.22 03:13:37.440668 [ 276 ] {de5d8684-61da-4971-854c-c0624867dabe} <Debug> TCPHandler: Processed in 0.002460486 sec. | ||
| 17194 | 2025.04.22 03:13:37.440820 [ 191 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_144_30} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_140_29 to all_144_144_0 into Compact with storage Full | ||
| 17195 | 2025.04.22 03:13:37.440861 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17196 | 2025.04.22 03:13:37.440987 [ 191 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_144_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17197 | 2025.04.22 03:13:37.441034 [ 276 ] {11204a8c-73bd-4132-9331-136e62e7b0d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17198 | 2025.04.22 03:13:37.441039 [ 191 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_144_30} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_140_29, total 41599 rows starting from the beginning of the part | ||
| 17199 | 2025.04.22 03:13:37.441100 [ 276 ] {11204a8c-73bd-4132-9331-136e62e7b0d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17200 | 2025.04.22 03:13:37.441251 [ 191 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_144_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 96 rows starting from the beginning of the part | ||
| 17201 | 2025.04.22 03:13:37.441719 [ 191 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_144_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 160 rows starting from the beginning of the part | ||
| 17202 | 2025.04.22 03:13:37.442167 [ 191 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_144_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 160 rows starting from the beginning of the part | ||
| 17203 | 2025.04.22 03:13:37.442516 [ 191 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_144_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 956 rows starting from the beginning of the part | ||
| 17204 | 2025.04.22 03:13:37.443252 [ 276 ] {11204a8c-73bd-4132-9331-136e62e7b0d1} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17205 | 2025.04.22 03:13:37.443298 [ 276 ] {11204a8c-73bd-4132-9331-136e62e7b0d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 17206 | 2025.04.22 03:13:37.443752 [ 276 ] {11204a8c-73bd-4132-9331-136e62e7b0d1} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 17207 | 2025.04.22 03:13:37.444019 [ 276 ] {11204a8c-73bd-4132-9331-136e62e7b0d1} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17208 | 2025.04.22 03:13:37.444321 [ 276 ] {11204a8c-73bd-4132-9331-136e62e7b0d1} <Debug> executeQuery: Read 18 rows, 1.25 KiB in 0.003323 sec., 5416.792055371652 rows/sec., 375.87 KiB/sec. | ||
| 17209 | 2025.04.22 03:13:37.444407 [ 276 ] {11204a8c-73bd-4132-9331-136e62e7b0d1} <Debug> TCPHandler: Processed in 0.003610667 sec. | ||
| 17210 | 2025.04.22 03:13:37.451706 [ 201 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_144_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42971 rows, containing 5 columns (5 merged, 0 gathered) in 0.010981364 sec., 3913084.0212563756 rows/sec., 265.93 MiB/sec. | ||
| 17211 | 2025.04.22 03:13:37.452042 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_144_30} <Trace> MergedBlockOutputStream: filled checksums all_1_144_30 (state Temporary) | ||
| 17212 | 2025.04.22 03:13:37.452398 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_144_30} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_merge_all_1_144_30 to all_1_144_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17213 | 2025.04.22 03:13:37.452491 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_144_30} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Merged 5 parts: [all_1_140_29, all_144_144_0] -> all_1_144_30 | ||
| 17214 | 2025.04.22 03:13:37.452574 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB. | ||
| 17215 | 2025.04.22 03:13:38.628907 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 641 | ||
| 17216 | 2025.04.22 03:13:38.631513 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2394 | ||
| 17217 | 2025.04.22 03:13:38.650383 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17218 | 2025.04.22 03:13:38.650477 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 17219 | 2025.04.22 03:13:38.658976 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 17220 | 2025.04.22 03:13:38.659878 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17221 | 2025.04.22 03:13:38.662370 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2394 | ||
| 17222 | 2025.04.22 03:13:38.678677 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17223 | 2025.04.22 03:13:38.678744 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 17224 | 2025.04.22 03:13:38.686345 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 17225 | 2025.04.22 03:13:38.687164 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17226 | 2025.04.22 03:13:38.690327 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 641 | ||
| 17227 | 2025.04.22 03:13:42.438944 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17228 | 2025.04.22 03:13:42.439286 [ 276 ] {e1c2415c-502e-4778-b1a5-68038f7129a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17229 | 2025.04.22 03:13:42.439407 [ 276 ] {e1c2415c-502e-4778-b1a5-68038f7129a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17230 | 2025.04.22 03:13:42.440425 [ 276 ] {e1c2415c-502e-4778-b1a5-68038f7129a8} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17231 | 2025.04.22 03:13:42.440481 [ 276 ] {e1c2415c-502e-4778-b1a5-68038f7129a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 17232 | 2025.04.22 03:13:42.440964 [ 276 ] {e1c2415c-502e-4778-b1a5-68038f7129a8} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 17233 | 2025.04.22 03:13:42.441230 [ 276 ] {e1c2415c-502e-4778-b1a5-68038f7129a8} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17234 | 2025.04.22 03:13:42.441446 [ 89 ] {} <Debug> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 17235 | 2025.04.22 03:13:42.441485 [ 276 ] {e1c2415c-502e-4778-b1a5-68038f7129a8} <Debug> executeQuery: Read 128 rows, 11.24 KiB in 0.002285 sec., 56017.50547045952 rows/sec., 4.80 MiB/sec. | ||
| 17236 | 2025.04.22 03:13:42.441539 [ 89 ] {} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17237 | 2025.04.22 03:13:42.441626 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 17238 | 2025.04.22 03:13:42.441631 [ 276 ] {e1c2415c-502e-4778-b1a5-68038f7129a8} <Debug> TCPHandler: Processed in 0.002886867 sec. | ||
| 17239 | 2025.04.22 03:13:42.441951 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17240 | 2025.04.22 03:13:42.442068 [ 192 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 17241 | 2025.04.22 03:13:42.442294 [ 276 ] {1fa8ae8c-c62c-4b14-abe1-722b846028c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17242 | 2025.04.22 03:13:42.442471 [ 276 ] {1fa8ae8c-c62c-4b14-abe1-722b846028c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17243 | 2025.04.22 03:13:42.443067 [ 192 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17244 | 2025.04.22 03:13:42.443196 [ 192 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 1967 rows starting from the beginning of the part | ||
| 17245 | 2025.04.22 03:13:42.443680 [ 192 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 64 rows starting from the beginning of the part | ||
| 17246 | 2025.04.22 03:13:42.444196 [ 192 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 128 rows starting from the beginning of the part | ||
| 17247 | 2025.04.22 03:13:42.444652 [ 192 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 1206 rows starting from the beginning of the part | ||
| 17248 | 2025.04.22 03:13:42.445043 [ 192 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 56 rows starting from the beginning of the part | ||
| 17249 | 2025.04.22 03:13:42.445447 [ 192 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 128 rows starting from the beginning of the part | ||
| 17250 | 2025.04.22 03:13:42.447110 [ 276 ] {1fa8ae8c-c62c-4b14-abe1-722b846028c3} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17251 | 2025.04.22 03:13:42.447178 [ 276 ] {1fa8ae8c-c62c-4b14-abe1-722b846028c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 17252 | 2025.04.22 03:13:42.448219 [ 276 ] {1fa8ae8c-c62c-4b14-abe1-722b846028c3} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 17253 | 2025.04.22 03:13:42.448665 [ 276 ] {1fa8ae8c-c62c-4b14-abe1-722b846028c3} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17254 | 2025.04.22 03:13:42.448939 [ 276 ] {1fa8ae8c-c62c-4b14-abe1-722b846028c3} <Debug> executeQuery: Read 36 rows, 2.71 KiB in 0.006778 sec., 5311.301268810858 rows/sec., 399.38 KiB/sec. | ||
| 17255 | 2025.04.22 03:13:42.449123 [ 276 ] {1fa8ae8c-c62c-4b14-abe1-722b846028c3} <Debug> TCPHandler: Processed in 0.007287215 sec. | ||
| 17256 | 2025.04.22 03:13:42.449644 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17257 | 2025.04.22 03:13:42.450026 [ 193 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3549 rows, containing 5 columns (5 merged, 0 gathered) in 0.008273981 sec., 428934.99513716553 rows/sec., 37.01 MiB/sec. | ||
| 17258 | 2025.04.22 03:13:42.450112 [ 276 ] {a72acebc-fc3d-4030-a1a9-3330465f0908} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17259 | 2025.04.22 03:13:42.450289 [ 276 ] {a72acebc-fc3d-4030-a1a9-3330465f0908} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17260 | 2025.04.22 03:13:42.450696 [ 193 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 17261 | 2025.04.22 03:13:42.451490 [ 193 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_146_29} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17262 | 2025.04.22 03:13:42.451701 [ 193 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_146_29} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 17263 | 2025.04.22 03:13:42.451876 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
| 17264 | 2025.04.22 03:13:42.452024 [ 276 ] {a72acebc-fc3d-4030-a1a9-3330465f0908} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17265 | 2025.04.22 03:13:42.452070 [ 276 ] {a72acebc-fc3d-4030-a1a9-3330465f0908} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 17266 | 2025.04.22 03:13:42.452448 [ 276 ] {a72acebc-fc3d-4030-a1a9-3330465f0908} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 17267 | 2025.04.22 03:13:42.452696 [ 276 ] {a72acebc-fc3d-4030-a1a9-3330465f0908} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17268 | 2025.04.22 03:13:42.452861 [ 89 ] {} <Debug> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 17269 | 2025.04.22 03:13:42.452927 [ 89 ] {} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17270 | 2025.04.22 03:13:42.452943 [ 276 ] {a72acebc-fc3d-4030-a1a9-3330465f0908} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.00299 sec., 33444.816053511706 rows/sec., 2.61 MiB/sec. | ||
| 17271 | 2025.04.22 03:13:42.452972 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 17272 | 2025.04.22 03:13:42.453191 [ 276 ] {a72acebc-fc3d-4030-a1a9-3330465f0908} <Debug> TCPHandler: Processed in 0.00375939 sec. | ||
| 17273 | 2025.04.22 03:13:42.453239 [ 201 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 17274 | 2025.04.22 03:13:42.453403 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17275 | 2025.04.22 03:13:42.453431 [ 201 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17276 | 2025.04.22 03:13:42.453487 [ 201 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 952 rows starting from the beginning of the part | ||
| 17277 | 2025.04.22 03:13:42.453750 [ 276 ] {17a69323-d2c7-485f-bf1e-05713e1cef8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17278 | 2025.04.22 03:13:42.453785 [ 201 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 68 rows starting from the beginning of the part | ||
| 17279 | 2025.04.22 03:13:42.453930 [ 276 ] {17a69323-d2c7-485f-bf1e-05713e1cef8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17280 | 2025.04.22 03:13:42.454078 [ 201 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 100 rows starting from the beginning of the part | ||
| 17281 | 2025.04.22 03:13:42.454473 [ 201 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 528 rows starting from the beginning of the part | ||
| 17282 | 2025.04.22 03:13:42.454855 [ 201 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 64 rows starting from the beginning of the part | ||
| 17283 | 2025.04.22 03:13:42.455271 [ 201 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 100 rows starting from the beginning of the part | ||
| 17284 | 2025.04.22 03:13:42.456490 [ 276 ] {17a69323-d2c7-485f-bf1e-05713e1cef8d} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17285 | 2025.04.22 03:13:42.456546 [ 276 ] {17a69323-d2c7-485f-bf1e-05713e1cef8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 17286 | 2025.04.22 03:13:42.457635 [ 276 ] {17a69323-d2c7-485f-bf1e-05713e1cef8d} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 17287 | 2025.04.22 03:13:42.457990 [ 276 ] {17a69323-d2c7-485f-bf1e-05713e1cef8d} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17288 | 2025.04.22 03:13:42.458718 [ 276 ] {17a69323-d2c7-485f-bf1e-05713e1cef8d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005089 sec., 31440.36156415799 rows/sec., 2.19 MiB/sec. | ||
| 17289 | 2025.04.22 03:13:42.458768 [ 201 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1812 rows, containing 5 columns (5 merged, 0 gathered) in 0.005668661 sec., 319652.2071085217 rows/sec., 25.00 MiB/sec. | ||
| 17290 | 2025.04.22 03:13:42.459124 [ 276 ] {17a69323-d2c7-485f-bf1e-05713e1cef8d} <Debug> TCPHandler: Processed in 0.005793265 sec. | ||
| 17291 | 2025.04.22 03:13:42.459151 [ 201 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 17292 | 2025.04.22 03:13:42.459599 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17293 | 2025.04.22 03:13:42.460017 [ 276 ] {f68a3053-d8c3-40b7-8681-996112faa7dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17294 | 2025.04.22 03:13:42.460062 [ 201 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_146_29} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17295 | 2025.04.22 03:13:42.460231 [ 276 ] {f68a3053-d8c3-40b7-8681-996112faa7dc} <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 | ||
| 17296 | 2025.04.22 03:13:42.460291 [ 201 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_146_29} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 17297 | 2025.04.22 03:13:42.460550 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 17298 | 2025.04.22 03:13:42.461708 [ 276 ] {f68a3053-d8c3-40b7-8681-996112faa7dc} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17299 | 2025.04.22 03:13:42.461752 [ 276 ] {f68a3053-d8c3-40b7-8681-996112faa7dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 17300 | 2025.04.22 03:13:42.462437 [ 276 ] {f68a3053-d8c3-40b7-8681-996112faa7dc} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 17301 | 2025.04.22 03:13:42.462711 [ 276 ] {f68a3053-d8c3-40b7-8681-996112faa7dc} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17302 | 2025.04.22 03:13:42.462979 [ 276 ] {f68a3053-d8c3-40b7-8681-996112faa7dc} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.003139 sec., 11468.620579802486 rows/sec., 20.55 MiB/sec. | ||
| 17303 | 2025.04.22 03:13:42.463237 [ 276 ] {f68a3053-d8c3-40b7-8681-996112faa7dc} <Debug> TCPHandler: Processed in 0.003792391 sec. | ||
| 17304 | 2025.04.22 03:13:42.463550 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17305 | 2025.04.22 03:13:42.463742 [ 276 ] {526b2f83-e35d-432f-be48-d799ab3b951f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17306 | 2025.04.22 03:13:42.463796 [ 276 ] {526b2f83-e35d-432f-be48-d799ab3b951f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17307 | 2025.04.22 03:13:42.464277 [ 276 ] {526b2f83-e35d-432f-be48-d799ab3b951f} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17308 | 2025.04.22 03:13:42.464315 [ 276 ] {526b2f83-e35d-432f-be48-d799ab3b951f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 17309 | 2025.04.22 03:13:42.464678 [ 276 ] {526b2f83-e35d-432f-be48-d799ab3b951f} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 17310 | 2025.04.22 03:13:42.464915 [ 276 ] {526b2f83-e35d-432f-be48-d799ab3b951f} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17311 | 2025.04.22 03:13:42.465094 [ 89 ] {} <Debug> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 17312 | 2025.04.22 03:13:42.465155 [ 276 ] {526b2f83-e35d-432f-be48-d799ab3b951f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001443 sec., 41580.04158004158 rows/sec., 2.80 MiB/sec. | ||
| 17313 | 2025.04.22 03:13:42.465164 [ 89 ] {} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17314 | 2025.04.22 03:13:42.465240 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 17315 | 2025.04.22 03:13:42.465285 [ 276 ] {526b2f83-e35d-432f-be48-d799ab3b951f} <Debug> TCPHandler: Processed in 0.001833039 sec. | ||
| 17316 | 2025.04.22 03:13:42.465460 [ 196 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 17317 | 2025.04.22 03:13:42.465589 [ 196 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17318 | 2025.04.22 03:13:42.465621 [ 196 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 8096 rows starting from the beginning of the part | ||
| 17319 | 2025.04.22 03:13:42.465733 [ 196 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 60 rows starting from the beginning of the part | ||
| 17320 | 2025.04.22 03:13:42.465866 [ 196 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 60 rows starting from the beginning of the part | ||
| 17321 | 2025.04.22 03:13:42.465955 [ 196 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 42 rows starting from the beginning of the part | ||
| 17322 | 2025.04.22 03:13:42.466161 [ 196 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 18 rows starting from the beginning of the part | ||
| 17323 | 2025.04.22 03:13:42.466399 [ 196 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 60 rows starting from the beginning of the part | ||
| 17324 | 2025.04.22 03:13:42.469033 [ 186 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8336 rows, containing 4 columns (4 merged, 0 gathered) in 0.003685599 sec., 2261776.1726112906 rows/sec., 148.70 MiB/sec. | ||
| 17325 | 2025.04.22 03:13:42.469267 [ 186 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 17326 | 2025.04.22 03:13:42.469634 [ 186 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_146_29} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17327 | 2025.04.22 03:13:42.469738 [ 186 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_146_29} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 17328 | 2025.04.22 03:13:42.469837 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB. | ||
| 17329 | 2025.04.22 03:13:43.183836 [ 88 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 17330 | 2025.04.22 03:13:43.183893 [ 88 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 17331 | 2025.04.22 03:13:43.403388 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 39406 | ||
| 17332 | 2025.04.22 03:13:43.404155 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17333 | 2025.04.22 03:13:43.404201 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 17334 | 2025.04.22 03:13:43.404731 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 17335 | 2025.04.22 03:13:43.404978 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17336 | 2025.04.22 03:13:43.405189 [ 88 ] {} <Debug> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 17337 | 2025.04.22 03:13:43.405223 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39406 | ||
| 17338 | 2025.04.22 03:13:43.405266 [ 88 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17339 | 2025.04.22 03:13:43.405293 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 17340 | 2025.04.22 03:13:43.405515 [ 194 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 17341 | 2025.04.22 03:13:43.405901 [ 194 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17342 | 2025.04.22 03:13:43.406028 [ 194 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_81_16, total 37088 rows starting from the beginning of the part | ||
| 17343 | 2025.04.22 03:13:43.406346 [ 194 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 488 rows starting from the beginning of the part | ||
| 17344 | 2025.04.22 03:13:43.406672 [ 194 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 427 rows starting from the beginning of the part | ||
| 17345 | 2025.04.22 03:13:43.406802 [ 194 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 488 rows starting from the beginning of the part | ||
| 17346 | 2025.04.22 03:13:43.406995 [ 194 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 427 rows starting from the beginning of the part | ||
| 17347 | 2025.04.22 03:13:43.407056 [ 194 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 488 rows starting from the beginning of the part | ||
| 17348 | 2025.04.22 03:13:43.410414 [ 188 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39406 rows, containing 4 columns (4 merged, 0 gathered) in 0.005025364 sec., 7841422.03430438 rows/sec., 112.17 MiB/sec. | ||
| 17349 | 2025.04.22 03:13:43.410893 [ 197 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 17350 | 2025.04.22 03:13:43.411273 [ 197 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_86_17} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17351 | 2025.04.22 03:13:43.411368 [ 197 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_86_17} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 17352 | 2025.04.22 03:13:43.411489 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 17353 | 2025.04.22 03:13:43.960580 [ 225 ] {} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 17354 | 2025.04.22 03:13:43.960630 [ 225 ] {} <Debug> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 17355 | 2025.04.22 03:13:43.962706 [ 225 ] {} <Debug> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 17356 | 2025.04.22 03:13:46.190401 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 648 | ||
| 17357 | 2025.04.22 03:13:46.212296 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17358 | 2025.04.22 03:13:46.212343 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17359 | 2025.04.22 03:13:46.219914 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 17360 | 2025.04.22 03:13:46.220848 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17361 | 2025.04.22 03:13:46.221242 [ 86 ] {} <Debug> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 17362 | 2025.04.22 03:13:46.221379 [ 86 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17363 | 2025.04.22 03:13:46.221451 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17364 | 2025.04.22 03:13:46.221898 [ 190 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 17365 | 2025.04.22 03:13:46.238395 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 648 | ||
| 17366 | 2025.04.22 03:13:46.239707 [ 190 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17367 | 2025.04.22 03:13:46.241503 [ 190 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 611 rows starting from the beginning of the part | ||
| 17368 | 2025.04.22 03:13:46.248673 [ 190 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 7 rows starting from the beginning of the part | ||
| 17369 | 2025.04.22 03:13:46.254937 [ 190 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 8 rows starting from the beginning of the part | ||
| 17370 | 2025.04.22 03:13:46.261568 [ 190 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 7 rows starting from the beginning of the part | ||
| 17371 | 2025.04.22 03:13:46.267611 [ 190 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 8 rows starting from the beginning of the part | ||
| 17372 | 2025.04.22 03:13:46.273952 [ 190 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 7 rows starting from the beginning of the part | ||
| 17373 | 2025.04.22 03:13:46.339313 [ 199 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 648 rows, containing 679 columns (679 merged, 0 gathered) in 0.117722619 sec., 5504.464694248774 rows/sec., 28.46 MiB/sec. | ||
| 17374 | 2025.04.22 03:13:46.342881 [ 189 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 17375 | 2025.04.22 03:13:46.345872 [ 189 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_86_17} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17376 | 2025.04.22 03:13:46.345994 [ 189 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_86_17} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 17377 | 2025.04.22 03:13:46.348608 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 17378 | 2025.04.22 03:13:47.000192 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 271.96 MiB, peak 289.54 MiB, free memory in arenas 0.00 B, will set to 270.87 MiB (RSS), difference: -1.09 MiB | ||
| 17379 | 2025.04.22 03:13:47.436911 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17380 | 2025.04.22 03:13:47.437210 [ 276 ] {c74d3712-f8c5-4c70-821c-a7b920ad8a6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17381 | 2025.04.22 03:13:47.437323 [ 276 ] {c74d3712-f8c5-4c70-821c-a7b920ad8a6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17382 | 2025.04.22 03:13:47.438372 [ 276 ] {c74d3712-f8c5-4c70-821c-a7b920ad8a6f} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17383 | 2025.04.22 03:13:47.438415 [ 276 ] {c74d3712-f8c5-4c70-821c-a7b920ad8a6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17384 | 2025.04.22 03:13:47.438857 [ 276 ] {c74d3712-f8c5-4c70-821c-a7b920ad8a6f} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 17385 | 2025.04.22 03:13:47.439116 [ 276 ] {c74d3712-f8c5-4c70-821c-a7b920ad8a6f} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17386 | 2025.04.22 03:13:47.439317 [ 276 ] {c74d3712-f8c5-4c70-821c-a7b920ad8a6f} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.002189 sec., 29237.09456372773 rows/sec., 2.31 MiB/sec. | ||
| 17387 | 2025.04.22 03:13:47.439384 [ 276 ] {c74d3712-f8c5-4c70-821c-a7b920ad8a6f} <Debug> TCPHandler: Processed in 0.002649971 sec. | ||
| 17388 | 2025.04.22 03:13:47.439508 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17389 | 2025.04.22 03:13:47.439617 [ 276 ] {c9be8cad-5718-42a1-b82c-5f8bf1d52609} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17390 | 2025.04.22 03:13:47.439665 [ 276 ] {c9be8cad-5718-42a1-b82c-5f8bf1d52609} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17391 | 2025.04.22 03:13:47.440178 [ 276 ] {c9be8cad-5718-42a1-b82c-5f8bf1d52609} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17392 | 2025.04.22 03:13:47.440216 [ 276 ] {c9be8cad-5718-42a1-b82c-5f8bf1d52609} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17393 | 2025.04.22 03:13:47.440562 [ 276 ] {c9be8cad-5718-42a1-b82c-5f8bf1d52609} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 17394 | 2025.04.22 03:13:47.440805 [ 276 ] {c9be8cad-5718-42a1-b82c-5f8bf1d52609} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17395 | 2025.04.22 03:13:47.440978 [ 276 ] {c9be8cad-5718-42a1-b82c-5f8bf1d52609} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001383 sec., 2892.2631959508317 rows/sec., 217.48 KiB/sec. | ||
| 17396 | 2025.04.22 03:13:47.441043 [ 276 ] {c9be8cad-5718-42a1-b82c-5f8bf1d52609} <Debug> TCPHandler: Processed in 0.001586792 sec. | ||
| 17397 | 2025.04.22 03:13:47.441163 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17398 | 2025.04.22 03:13:47.441321 [ 276 ] {3d856af8-b2d4-4606-bdc5-dec98987a17f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17399 | 2025.04.22 03:13:47.441387 [ 276 ] {3d856af8-b2d4-4606-bdc5-dec98987a17f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17400 | 2025.04.22 03:13:47.441930 [ 276 ] {3d856af8-b2d4-4606-bdc5-dec98987a17f} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17401 | 2025.04.22 03:13:47.441966 [ 276 ] {3d856af8-b2d4-4606-bdc5-dec98987a17f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17402 | 2025.04.22 03:13:47.442311 [ 276 ] {3d856af8-b2d4-4606-bdc5-dec98987a17f} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 17403 | 2025.04.22 03:13:47.442542 [ 276 ] {3d856af8-b2d4-4606-bdc5-dec98987a17f} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17404 | 2025.04.22 03:13:47.442722 [ 276 ] {3d856af8-b2d4-4606-bdc5-dec98987a17f} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001442 sec., 47156.72676837726 rows/sec., 3.68 MiB/sec. | ||
| 17405 | 2025.04.22 03:13:47.442782 [ 276 ] {3d856af8-b2d4-4606-bdc5-dec98987a17f} <Debug> TCPHandler: Processed in 0.001676465 sec. | ||
| 17406 | 2025.04.22 03:13:47.442907 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17407 | 2025.04.22 03:13:47.443213 [ 276 ] {5c6c6633-3188-4002-bb6f-cdc57c91ad31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17408 | 2025.04.22 03:13:47.443369 [ 276 ] {5c6c6633-3188-4002-bb6f-cdc57c91ad31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17409 | 2025.04.22 03:13:47.444673 [ 276 ] {5c6c6633-3188-4002-bb6f-cdc57c91ad31} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17410 | 2025.04.22 03:13:47.444711 [ 276 ] {5c6c6633-3188-4002-bb6f-cdc57c91ad31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17411 | 2025.04.22 03:13:47.445091 [ 276 ] {5c6c6633-3188-4002-bb6f-cdc57c91ad31} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 17412 | 2025.04.22 03:13:47.445325 [ 276 ] {5c6c6633-3188-4002-bb6f-cdc57c91ad31} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17413 | 2025.04.22 03:13:47.445486 [ 276 ] {5c6c6633-3188-4002-bb6f-cdc57c91ad31} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0024 sec., 66666.66666666667 rows/sec., 4.64 MiB/sec. | ||
| 17414 | 2025.04.22 03:13:47.445537 [ 276 ] {5c6c6633-3188-4002-bb6f-cdc57c91ad31} <Debug> TCPHandler: Processed in 0.002680542 sec. | ||
| 17415 | 2025.04.22 03:13:47.445648 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17416 | 2025.04.22 03:13:47.445751 [ 276 ] {6eb302d3-b428-49b4-abce-0f8a8e9bf155} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17417 | 2025.04.22 03:13:47.445817 [ 276 ] {6eb302d3-b428-49b4-abce-0f8a8e9bf155} <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 | ||
| 17418 | 2025.04.22 03:13:47.446847 [ 276 ] {6eb302d3-b428-49b4-abce-0f8a8e9bf155} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17419 | 2025.04.22 03:13:47.446884 [ 276 ] {6eb302d3-b428-49b4-abce-0f8a8e9bf155} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17420 | 2025.04.22 03:13:47.447484 [ 276 ] {6eb302d3-b428-49b4-abce-0f8a8e9bf155} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 17421 | 2025.04.22 03:13:47.447745 [ 276 ] {6eb302d3-b428-49b4-abce-0f8a8e9bf155} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17422 | 2025.04.22 03:13:47.447943 [ 276 ] {6eb302d3-b428-49b4-abce-0f8a8e9bf155} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002214 sec., 1806.684733514002 rows/sec., 3.24 MiB/sec. | ||
| 17423 | 2025.04.22 03:13:47.448102 [ 276 ] {6eb302d3-b428-49b4-abce-0f8a8e9bf155} <Debug> TCPHandler: Processed in 0.002501777 sec. | ||
| 17424 | 2025.04.22 03:13:47.448303 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17425 | 2025.04.22 03:13:47.448428 [ 276 ] {6ee611f8-497a-425c-90da-72c75aa77e59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17426 | 2025.04.22 03:13:47.448473 [ 276 ] {6ee611f8-497a-425c-90da-72c75aa77e59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17427 | 2025.04.22 03:13:47.448888 [ 276 ] {6ee611f8-497a-425c-90da-72c75aa77e59} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17428 | 2025.04.22 03:13:47.448925 [ 276 ] {6ee611f8-497a-425c-90da-72c75aa77e59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17429 | 2025.04.22 03:13:47.449275 [ 276 ] {6ee611f8-497a-425c-90da-72c75aa77e59} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 17430 | 2025.04.22 03:13:47.449504 [ 276 ] {6ee611f8-497a-425c-90da-72c75aa77e59} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17431 | 2025.04.22 03:13:47.449663 [ 276 ] {6ee611f8-497a-425c-90da-72c75aa77e59} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001262 sec., 47543.58161648177 rows/sec., 3.20 MiB/sec. | ||
| 17432 | 2025.04.22 03:13:47.449709 [ 276 ] {6ee611f8-497a-425c-90da-72c75aa77e59} <Debug> TCPHandler: Processed in 0.001471679 sec. | ||
| 17433 | 2025.04.22 03:13:48.662606 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 2418 | ||
| 17434 | 2025.04.22 03:13:48.665486 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17435 | 2025.04.22 03:13:48.665534 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17436 | 2025.04.22 03:13:48.667043 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 17437 | 2025.04.22 03:13:48.667366 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17438 | 2025.04.22 03:13:48.667938 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2418 | ||
| 17439 | 2025.04.22 03:13:49.382977 [ 224 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 17440 | 2025.04.22 03:13:49.383027 [ 224 ] {} <Debug> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 17441 | 2025.04.22 03:13:49.384890 [ 224 ] {} <Debug> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 17442 | 2025.04.22 03:13:50.905374 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 39833 | ||
| 17443 | 2025.04.22 03:13:50.906100 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17444 | 2025.04.22 03:13:50.906149 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17445 | 2025.04.22 03:13:50.906676 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 17446 | 2025.04.22 03:13:50.906937 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17447 | 2025.04.22 03:13:50.907183 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39833 | ||
| 17448 | 2025.04.22 03:13:52.438626 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17449 | 2025.04.22 03:13:52.438814 [ 276 ] {619f572a-5d76-4eb8-a46a-77d3d6f853be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 17450 | 2025.04.22 03:13:52.438885 [ 276 ] {619f572a-5d76-4eb8-a46a-77d3d6f853be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 17451 | 2025.04.22 03:13:52.439633 [ 276 ] {619f572a-5d76-4eb8-a46a-77d3d6f853be} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17452 | 2025.04.22 03:13:52.439683 [ 276 ] {619f572a-5d76-4eb8-a46a-77d3d6f853be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17453 | 2025.04.22 03:13:52.440125 [ 276 ] {619f572a-5d76-4eb8-a46a-77d3d6f853be} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 17454 | 2025.04.22 03:13:52.440403 [ 276 ] {619f572a-5d76-4eb8-a46a-77d3d6f853be} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17455 | 2025.04.22 03:13:52.440609 [ 276 ] {619f572a-5d76-4eb8-a46a-77d3d6f853be} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001843 sec., 1085.1871947911015 rows/sec., 88.49 KiB/sec. | ||
| 17456 | 2025.04.22 03:13:52.440696 [ 276 ] {619f572a-5d76-4eb8-a46a-77d3d6f853be} <Debug> TCPHandler: Processed in 0.002194089 sec. | ||
| 17457 | 2025.04.22 03:13:52.440866 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17458 | 2025.04.22 03:13:52.440976 [ 276 ] {fe6d9006-734a-46dc-b4fd-4c09374391bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17459 | 2025.04.22 03:13:52.441024 [ 276 ] {fe6d9006-734a-46dc-b4fd-4c09374391bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17460 | 2025.04.22 03:13:52.441667 [ 276 ] {fe6d9006-734a-46dc-b4fd-4c09374391bd} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17461 | 2025.04.22 03:13:52.441703 [ 276 ] {fe6d9006-734a-46dc-b4fd-4c09374391bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17462 | 2025.04.22 03:13:52.442073 [ 276 ] {fe6d9006-734a-46dc-b4fd-4c09374391bd} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 17463 | 2025.04.22 03:13:52.442313 [ 276 ] {fe6d9006-734a-46dc-b4fd-4c09374391bd} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17464 | 2025.04.22 03:13:52.442479 [ 276 ] {fe6d9006-734a-46dc-b4fd-4c09374391bd} <Debug> executeQuery: Read 129 rows, 11.32 KiB in 0.001525 sec., 84590.16393442622 rows/sec., 7.25 MiB/sec. | ||
| 17465 | 2025.04.22 03:13:52.442527 [ 276 ] {fe6d9006-734a-46dc-b4fd-4c09374391bd} <Debug> TCPHandler: Processed in 0.001723006 sec. | ||
| 17466 | 2025.04.22 03:13:52.442650 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17467 | 2025.04.22 03:13:52.442753 [ 276 ] {4cd87895-a48b-48e8-a68c-4f827578a450} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17468 | 2025.04.22 03:13:52.442798 [ 276 ] {4cd87895-a48b-48e8-a68c-4f827578a450} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17469 | 2025.04.22 03:13:52.443309 [ 276 ] {4cd87895-a48b-48e8-a68c-4f827578a450} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17470 | 2025.04.22 03:13:52.443346 [ 276 ] {4cd87895-a48b-48e8-a68c-4f827578a450} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17471 | 2025.04.22 03:13:52.443705 [ 276 ] {4cd87895-a48b-48e8-a68c-4f827578a450} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 17472 | 2025.04.22 03:13:52.443947 [ 276 ] {4cd87895-a48b-48e8-a68c-4f827578a450} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17473 | 2025.04.22 03:13:52.444088 [ 79 ] {} <Debug> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 17474 | 2025.04.22 03:13:52.444106 [ 276 ] {4cd87895-a48b-48e8-a68c-4f827578a450} <Debug> executeQuery: Read 38 rows, 2.85 KiB in 0.001374 sec., 27656.477438136826 rows/sec., 2.02 MiB/sec. | ||
| 17475 | 2025.04.22 03:13:52.444136 [ 79 ] {} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17476 | 2025.04.22 03:13:52.444175 [ 276 ] {4cd87895-a48b-48e8-a68c-4f827578a450} <Debug> TCPHandler: Processed in 0.001574782 sec. | ||
| 17477 | 2025.04.22 03:13:52.444178 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17478 | 2025.04.22 03:13:52.444325 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17479 | 2025.04.22 03:13:52.444398 [ 198 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 17480 | 2025.04.22 03:13:52.444489 [ 276 ] {6b0b3c3b-5e0a-41e7-85ad-9480c61642c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17481 | 2025.04.22 03:13:52.444576 [ 276 ] {6b0b3c3b-5e0a-41e7-85ad-9480c61642c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17482 | 2025.04.22 03:13:52.444786 [ 198 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17483 | 2025.04.22 03:13:52.444868 [ 198 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 178 rows starting from the beginning of the part | ||
| 17484 | 2025.04.22 03:13:52.445139 [ 198 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 36 rows starting from the beginning of the part | ||
| 17485 | 2025.04.22 03:13:52.445561 [ 198 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 8 rows starting from the beginning of the part | ||
| 17486 | 2025.04.22 03:13:52.445937 [ 198 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 36 rows starting from the beginning of the part | ||
| 17487 | 2025.04.22 03:13:52.446247 [ 198 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 4 rows starting from the beginning of the part | ||
| 17488 | 2025.04.22 03:13:52.446558 [ 198 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 38 rows starting from the beginning of the part | ||
| 17489 | 2025.04.22 03:13:52.447630 [ 276 ] {6b0b3c3b-5e0a-41e7-85ad-9480c61642c3} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17490 | 2025.04.22 03:13:52.447722 [ 276 ] {6b0b3c3b-5e0a-41e7-85ad-9480c61642c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17491 | 2025.04.22 03:13:52.448724 [ 276 ] {6b0b3c3b-5e0a-41e7-85ad-9480c61642c3} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 17492 | 2025.04.22 03:13:52.449367 [ 276 ] {6b0b3c3b-5e0a-41e7-85ad-9480c61642c3} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17493 | 2025.04.22 03:13:52.449475 [ 198 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 300 rows, containing 5 columns (5 merged, 0 gathered) in 0.005192349 sec., 57777.31812711357 rows/sec., 4.15 MiB/sec. | ||
| 17494 | 2025.04.22 03:13:52.449770 [ 276 ] {6b0b3c3b-5e0a-41e7-85ad-9480c61642c3} <Debug> executeQuery: Read 102 rows, 8.16 KiB in 0.005331 sec., 19133.370849746763 rows/sec., 1.50 MiB/sec. | ||
| 17495 | 2025.04.22 03:13:52.449903 [ 200 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 17496 | 2025.04.22 03:13:52.449966 [ 276 ] {6b0b3c3b-5e0a-41e7-85ad-9480c61642c3} <Debug> TCPHandler: Processed in 0.005715522 sec. | ||
| 17497 | 2025.04.22 03:13:52.450327 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17498 | 2025.04.22 03:13:52.450618 [ 276 ] {c71bd338-3702-4259-ac45-2071965dab2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17499 | 2025.04.22 03:13:52.450794 [ 276 ] {c71bd338-3702-4259-ac45-2071965dab2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17500 | 2025.04.22 03:13:52.451190 [ 200 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_121_24} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17501 | 2025.04.22 03:13:52.451562 [ 200 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_121_24} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 17502 | 2025.04.22 03:13:52.451746 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 17503 | 2025.04.22 03:13:52.452077 [ 276 ] {c71bd338-3702-4259-ac45-2071965dab2b} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17504 | 2025.04.22 03:13:52.452122 [ 276 ] {c71bd338-3702-4259-ac45-2071965dab2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17505 | 2025.04.22 03:13:52.452512 [ 276 ] {c71bd338-3702-4259-ac45-2071965dab2b} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 17506 | 2025.04.22 03:13:52.452751 [ 276 ] {c71bd338-3702-4259-ac45-2071965dab2b} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17507 | 2025.04.22 03:13:52.452919 [ 276 ] {c71bd338-3702-4259-ac45-2071965dab2b} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.002418 sec., 66583.95368072788 rows/sec., 4.64 MiB/sec. | ||
| 17508 | 2025.04.22 03:13:52.452970 [ 276 ] {c71bd338-3702-4259-ac45-2071965dab2b} <Debug> TCPHandler: Processed in 0.002732663 sec. | ||
| 17509 | 2025.04.22 03:13:52.453089 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17510 | 2025.04.22 03:13:52.453195 [ 276 ] {ce10d8ea-7f60-4eb3-ae21-c6ce68135d5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17511 | 2025.04.22 03:13:52.453287 [ 276 ] {ce10d8ea-7f60-4eb3-ae21-c6ce68135d5d} <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 | ||
| 17512 | 2025.04.22 03:13:52.454410 [ 276 ] {ce10d8ea-7f60-4eb3-ae21-c6ce68135d5d} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17513 | 2025.04.22 03:13:52.454448 [ 276 ] {ce10d8ea-7f60-4eb3-ae21-c6ce68135d5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17514 | 2025.04.22 03:13:52.455123 [ 276 ] {ce10d8ea-7f60-4eb3-ae21-c6ce68135d5d} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 17515 | 2025.04.22 03:13:52.455381 [ 276 ] {ce10d8ea-7f60-4eb3-ae21-c6ce68135d5d} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17516 | 2025.04.22 03:13:52.455521 [ 79 ] {} <Debug> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 17517 | 2025.04.22 03:13:52.455569 [ 276 ] {ce10d8ea-7f60-4eb3-ae21-c6ce68135d5d} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002396 sec., 15025.041736227044 rows/sec., 26.92 MiB/sec. | ||
| 17518 | 2025.04.22 03:13:52.455590 [ 79 ] {} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17519 | 2025.04.22 03:13:52.455635 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17520 | 2025.04.22 03:13:52.455847 [ 276 ] {ce10d8ea-7f60-4eb3-ae21-c6ce68135d5d} <Debug> TCPHandler: Processed in 0.002809335 sec. | ||
| 17521 | 2025.04.22 03:13:52.455938 [ 187 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 17522 | 2025.04.22 03:13:52.456071 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17523 | 2025.04.22 03:13:52.456451 [ 276 ] {1589e949-a92c-4196-bdae-c504d6581d52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17524 | 2025.04.22 03:13:52.456636 [ 276 ] {1589e949-a92c-4196-bdae-c504d6581d52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17525 | 2025.04.22 03:13:52.457792 [ 187 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17526 | 2025.04.22 03:13:52.458218 [ 187 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 2383 rows starting from the beginning of the part | ||
| 17527 | 2025.04.22 03:13:52.459334 [ 187 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 36 rows starting from the beginning of the part | ||
| 17528 | 2025.04.22 03:13:52.459501 [ 276 ] {1589e949-a92c-4196-bdae-c504d6581d52} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17529 | 2025.04.22 03:13:52.459599 [ 276 ] {1589e949-a92c-4196-bdae-c504d6581d52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17530 | 2025.04.22 03:13:52.459926 [ 187 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 4 rows starting from the beginning of the part | ||
| 17531 | 2025.04.22 03:13:52.460525 [ 187 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 36 rows starting from the beginning of the part | ||
| 17532 | 2025.04.22 03:13:52.460627 [ 276 ] {1589e949-a92c-4196-bdae-c504d6581d52} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 17533 | 2025.04.22 03:13:52.461046 [ 187 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 4 rows starting from the beginning of the part | ||
| 17534 | 2025.04.22 03:13:52.461380 [ 276 ] {1589e949-a92c-4196-bdae-c504d6581d52} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17535 | 2025.04.22 03:13:52.461583 [ 187 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 36 rows starting from the beginning of the part | ||
| 17536 | 2025.04.22 03:13:52.461855 [ 276 ] {1589e949-a92c-4196-bdae-c504d6581d52} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0055 sec., 10909.09090909091 rows/sec., 752.84 KiB/sec. | ||
| 17537 | 2025.04.22 03:13:52.462158 [ 276 ] {1589e949-a92c-4196-bdae-c504d6581d52} <Debug> TCPHandler: Processed in 0.006153745 sec. | ||
| 17538 | 2025.04.22 03:13:52.471313 [ 198 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2499 rows, containing 19 columns (19 merged, 0 gathered) in 0.015586486 sec., 160331.1997328968 rows/sec., 287.31 MiB/sec. | ||
| 17539 | 2025.04.22 03:13:52.473189 [ 191 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 17540 | 2025.04.22 03:13:52.473611 [ 191 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_121_24} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17541 | 2025.04.22 03:13:52.473699 [ 191 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_121_24} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 17542 | 2025.04.22 03:13:52.473828 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.72 MiB. | ||
| 17543 | 2025.04.22 03:13:53.738490 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 656 | ||
| 17544 | 2025.04.22 03:13:53.763222 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17545 | 2025.04.22 03:13:53.763276 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17546 | 2025.04.22 03:13:53.770768 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 17547 | 2025.04.22 03:13:53.771616 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17548 | 2025.04.22 03:13:53.776327 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 656 | ||
| 17549 | 2025.04.22 03:13:57.430474 [ 222 ] {} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 17550 | 2025.04.22 03:13:57.430545 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 17551 | 2025.04.22 03:13:57.432708 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 17552 | 2025.04.22 03:13:57.437818 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17553 | 2025.04.22 03:13:57.438018 [ 276 ] {30f508f0-891b-4c47-938d-83b31d2bfa19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17554 | 2025.04.22 03:13:57.438092 [ 276 ] {30f508f0-891b-4c47-938d-83b31d2bfa19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17555 | 2025.04.22 03:13:57.438892 [ 276 ] {30f508f0-891b-4c47-938d-83b31d2bfa19} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17556 | 2025.04.22 03:13:57.438941 [ 276 ] {30f508f0-891b-4c47-938d-83b31d2bfa19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17557 | 2025.04.22 03:13:57.439374 [ 276 ] {30f508f0-891b-4c47-938d-83b31d2bfa19} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 17558 | 2025.04.22 03:13:57.439635 [ 276 ] {30f508f0-891b-4c47-938d-83b31d2bfa19} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17559 | 2025.04.22 03:13:57.439881 [ 276 ] {30f508f0-891b-4c47-938d-83b31d2bfa19} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.001917 sec., 33385.49817423057 rows/sec., 2.64 MiB/sec. | ||
| 17560 | 2025.04.22 03:13:57.439937 [ 276 ] {30f508f0-891b-4c47-938d-83b31d2bfa19} <Debug> TCPHandler: Processed in 0.0022561 sec. | ||
| 17561 | 2025.04.22 03:13:57.440068 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17562 | 2025.04.22 03:13:57.440173 [ 276 ] {8dd74b4b-469a-4888-b768-a5702d8534ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17563 | 2025.04.22 03:13:57.440219 [ 276 ] {8dd74b4b-469a-4888-b768-a5702d8534ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17564 | 2025.04.22 03:13:57.440743 [ 276 ] {8dd74b4b-469a-4888-b768-a5702d8534ac} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17565 | 2025.04.22 03:13:57.440786 [ 276 ] {8dd74b4b-469a-4888-b768-a5702d8534ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17566 | 2025.04.22 03:13:57.441135 [ 276 ] {8dd74b4b-469a-4888-b768-a5702d8534ac} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 17567 | 2025.04.22 03:13:57.441372 [ 276 ] {8dd74b4b-469a-4888-b768-a5702d8534ac} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17568 | 2025.04.22 03:13:57.441581 [ 276 ] {8dd74b4b-469a-4888-b768-a5702d8534ac} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001427 sec., 2803.0833917309037 rows/sec., 210.78 KiB/sec. | ||
| 17569 | 2025.04.22 03:13:57.441637 [ 276 ] {8dd74b4b-469a-4888-b768-a5702d8534ac} <Debug> TCPHandler: Processed in 0.001620544 sec. | ||
| 17570 | 2025.04.22 03:13:57.441646 [ 223 ] {} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17571 | 2025.04.22 03:13:57.441680 [ 223 ] {} <Debug> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17572 | 2025.04.22 03:13:57.441775 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17573 | 2025.04.22 03:13:57.441884 [ 276 ] {60585577-2764-4de8-88b1-ad07920d514e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17574 | 2025.04.22 03:13:57.441932 [ 276 ] {60585577-2764-4de8-88b1-ad07920d514e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17575 | 2025.04.22 03:13:57.442744 [ 276 ] {60585577-2764-4de8-88b1-ad07920d514e} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17576 | 2025.04.22 03:13:57.442788 [ 276 ] {60585577-2764-4de8-88b1-ad07920d514e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17577 | 2025.04.22 03:13:57.443218 [ 276 ] {60585577-2764-4de8-88b1-ad07920d514e} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 17578 | 2025.04.22 03:13:57.443492 [ 276 ] {60585577-2764-4de8-88b1-ad07920d514e} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17579 | 2025.04.22 03:13:57.443809 [ 276 ] {60585577-2764-4de8-88b1-ad07920d514e} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001933 sec., 35178.479048111745 rows/sec., 2.75 MiB/sec. | ||
| 17580 | 2025.04.22 03:13:57.443896 [ 276 ] {60585577-2764-4de8-88b1-ad07920d514e} <Debug> TCPHandler: Processed in 0.002177578 sec. | ||
| 17581 | 2025.04.22 03:13:57.443942 [ 224 ] {} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 17582 | 2025.04.22 03:13:57.444030 [ 224 ] {} <Debug> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 17583 | 2025.04.22 03:13:57.444073 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17584 | 2025.04.22 03:13:57.444328 [ 276 ] {9fe4c45e-ecb4-4819-9cad-f85f578b381c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17585 | 2025.04.22 03:13:57.444500 [ 276 ] {9fe4c45e-ecb4-4819-9cad-f85f578b381c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17586 | 2025.04.22 03:13:57.444889 [ 223 ] {} <Debug> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17587 | 2025.04.22 03:13:57.446520 [ 276 ] {9fe4c45e-ecb4-4819-9cad-f85f578b381c} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17588 | 2025.04.22 03:13:57.446600 [ 276 ] {9fe4c45e-ecb4-4819-9cad-f85f578b381c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17589 | 2025.04.22 03:13:57.447405 [ 276 ] {9fe4c45e-ecb4-4819-9cad-f85f578b381c} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 17590 | 2025.04.22 03:13:57.447821 [ 276 ] {9fe4c45e-ecb4-4819-9cad-f85f578b381c} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17591 | 2025.04.22 03:13:57.448138 [ 71 ] {} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Selected 2 parts from all_1_144_30 to all_145_145_0 | ||
| 17592 | 2025.04.22 03:13:57.448258 [ 71 ] {} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17593 | 2025.04.22 03:13:57.448326 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17594 | 2025.04.22 03:13:57.448353 [ 276 ] {9fe4c45e-ecb4-4819-9cad-f85f578b381c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004112 sec., 38910.505836575874 rows/sec., 2.71 MiB/sec. | ||
| 17595 | 2025.04.22 03:13:57.448441 [ 276 ] {9fe4c45e-ecb4-4819-9cad-f85f578b381c} <Debug> TCPHandler: Processed in 0.004448208 sec. | ||
| 17596 | 2025.04.22 03:13:57.448445 [ 195 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_145_31} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_144_30 to all_145_145_0 into Compact with storage Full | ||
| 17597 | 2025.04.22 03:13:57.448634 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17598 | 2025.04.22 03:13:57.448744 [ 195 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_145_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17599 | 2025.04.22 03:13:57.448858 [ 195 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_145_31} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_144_30, total 42971 rows starting from the beginning of the part | ||
| 17600 | 2025.04.22 03:13:57.448894 [ 276 ] {4528fd65-22f5-48a0-ba99-6155ab3aa1d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17601 | 2025.04.22 03:13:57.449255 [ 195 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_145_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 52 rows starting from the beginning of the part | ||
| 17602 | 2025.04.22 03:13:57.449263 [ 276 ] {4528fd65-22f5-48a0-ba99-6155ab3aa1d7} <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 | ||
| 17603 | 2025.04.22 03:13:57.450938 [ 224 ] {} <Debug> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 17604 | 2025.04.22 03:13:57.454492 [ 276 ] {4528fd65-22f5-48a0-ba99-6155ab3aa1d7} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17605 | 2025.04.22 03:13:57.454535 [ 276 ] {4528fd65-22f5-48a0-ba99-6155ab3aa1d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17606 | 2025.04.22 03:13:57.455240 [ 276 ] {4528fd65-22f5-48a0-ba99-6155ab3aa1d7} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 17607 | 2025.04.22 03:13:57.455562 [ 276 ] {4528fd65-22f5-48a0-ba99-6155ab3aa1d7} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17608 | 2025.04.22 03:13:57.455776 [ 276 ] {4528fd65-22f5-48a0-ba99-6155ab3aa1d7} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.00696 sec., 574.7126436781609 rows/sec., 1.03 MiB/sec. | ||
| 17609 | 2025.04.22 03:13:57.455909 [ 276 ] {4528fd65-22f5-48a0-ba99-6155ab3aa1d7} <Debug> TCPHandler: Processed in 0.007367327 sec. | ||
| 17610 | 2025.04.22 03:13:57.456037 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17611 | 2025.04.22 03:13:57.456143 [ 276 ] {6eb2e3b4-e74d-4002-a2b1-9d520eaff5ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17612 | 2025.04.22 03:13:57.456191 [ 276 ] {6eb2e3b4-e74d-4002-a2b1-9d520eaff5ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17613 | 2025.04.22 03:13:57.456662 [ 276 ] {6eb2e3b4-e74d-4002-a2b1-9d520eaff5ed} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17614 | 2025.04.22 03:13:57.456699 [ 276 ] {6eb2e3b4-e74d-4002-a2b1-9d520eaff5ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17615 | 2025.04.22 03:13:57.457138 [ 276 ] {6eb2e3b4-e74d-4002-a2b1-9d520eaff5ed} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 17616 | 2025.04.22 03:13:57.457391 [ 276 ] {6eb2e3b4-e74d-4002-a2b1-9d520eaff5ed} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17617 | 2025.04.22 03:13:57.457575 [ 276 ] {6eb2e3b4-e74d-4002-a2b1-9d520eaff5ed} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001455 sec., 41237.113402061856 rows/sec., 2.78 MiB/sec. | ||
| 17618 | 2025.04.22 03:13:57.457635 [ 276 ] {6eb2e3b4-e74d-4002-a2b1-9d520eaff5ed} <Debug> TCPHandler: Processed in 0.001652085 sec. | ||
| 17619 | 2025.04.22 03:13:57.459162 [ 196 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_145_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 43023 rows, containing 5 columns (5 merged, 0 gathered) in 0.010777138 sec., 3992061.7143438268 rows/sec., 271.31 MiB/sec. | ||
| 17620 | 2025.04.22 03:13:57.459738 [ 196 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_145_31} <Trace> MergedBlockOutputStream: filled checksums all_1_145_31 (state Temporary) | ||
| 17621 | 2025.04.22 03:13:57.460076 [ 196 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_145_31} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_merge_all_1_145_31 to all_1_145_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17622 | 2025.04.22 03:13:57.460175 [ 196 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_145_31} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Merged 2 parts: [all_1_144_30, all_145_145_0] -> all_1_145_31 | ||
| 17623 | 2025.04.22 03:13:57.460279 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 17624 | 2025.04.22 03:13:58.184144 [ 71 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 17625 | 2025.04.22 03:13:58.184203 [ 71 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 17626 | 2025.04.22 03:13:58.288363 [ 220 ] {} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Found 5 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 17627 | 2025.04.22 03:13:58.288425 [ 220 ] {} <Debug> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Removing 5 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 17628 | 2025.04.22 03:13:58.290181 [ 220 ] {} <Debug> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Removing 5 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 17629 | 2025.04.22 03:13:58.407479 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 40321 | ||
| 17630 | 2025.04.22 03:13:58.408131 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17631 | 2025.04.22 03:13:58.408173 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17632 | 2025.04.22 03:13:58.408718 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 17633 | 2025.04.22 03:13:58.408977 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17634 | 2025.04.22 03:13:58.409195 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40321 | ||
| 17635 | 2025.04.22 03:13:58.478982 [ 221 ] {} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 17636 | 2025.04.22 03:13:58.479036 [ 221 ] {} <Debug> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 17637 | 2025.04.22 03:13:58.481129 [ 221 ] {} <Debug> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 17638 | 2025.04.22 03:13:58.506052 [ 225 ] {} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 17639 | 2025.04.22 03:13:58.506088 [ 225 ] {} <Debug> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 17640 | 2025.04.22 03:13:58.507939 [ 225 ] {} <Debug> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 17641 | 2025.04.22 03:13:58.668106 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 2444 | ||
| 17642 | 2025.04.22 03:13:58.671345 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17643 | 2025.04.22 03:13:58.671411 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17644 | 2025.04.22 03:13:58.673451 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 17645 | 2025.04.22 03:13:58.673870 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17646 | 2025.04.22 03:13:58.675466 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2444 | ||
| 17647 | 2025.04.22 03:13:58.907059 [ 225 ] {} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17648 | 2025.04.22 03:13:58.907113 [ 225 ] {} <Debug> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17649 | 2025.04.22 03:13:58.909148 [ 225 ] {} <Debug> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17650 | 2025.04.22 03:14:01.276394 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 664 | ||
| 17651 | 2025.04.22 03:14:01.301535 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17652 | 2025.04.22 03:14:01.301588 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17653 | 2025.04.22 03:14:01.309097 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 17654 | 2025.04.22 03:14:01.309972 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17655 | 2025.04.22 03:14:01.313179 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 664 | ||
| 17656 | 2025.04.22 03:14:02.455564 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17657 | 2025.04.22 03:14:02.455802 [ 276 ] {0b3be038-0590-4821-8c34-8747a8e256cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 17658 | 2025.04.22 03:14:02.455897 [ 276 ] {0b3be038-0590-4821-8c34-8747a8e256cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 17659 | 2025.04.22 03:14:02.457165 [ 276 ] {0b3be038-0590-4821-8c34-8747a8e256cc} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17660 | 2025.04.22 03:14:02.457229 [ 276 ] {0b3be038-0590-4821-8c34-8747a8e256cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17661 | 2025.04.22 03:14:02.457858 [ 276 ] {0b3be038-0590-4821-8c34-8747a8e256cc} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 17662 | 2025.04.22 03:14:02.458204 [ 276 ] {0b3be038-0590-4821-8c34-8747a8e256cc} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17663 | 2025.04.22 03:14:02.458488 [ 276 ] {0b3be038-0590-4821-8c34-8747a8e256cc} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002759 sec., 76839.43457774556 rows/sec., 4.89 MiB/sec. | ||
| 17664 | 2025.04.22 03:14:02.458956 [ 276 ] {0b3be038-0590-4821-8c34-8747a8e256cc} <Debug> TCPHandler: Processed in 0.003579075 sec. | ||
| 17665 | 2025.04.22 03:14:02.459141 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17666 | 2025.04.22 03:14:02.459263 [ 276 ] {f7797de5-846b-479c-9493-236febb9b915} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17667 | 2025.04.22 03:14:02.459320 [ 276 ] {f7797de5-846b-479c-9493-236febb9b915} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17668 | 2025.04.22 03:14:02.460570 [ 276 ] {f7797de5-846b-479c-9493-236febb9b915} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17669 | 2025.04.22 03:14:02.460618 [ 276 ] {f7797de5-846b-479c-9493-236febb9b915} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17670 | 2025.04.22 03:14:02.461154 [ 276 ] {f7797de5-846b-479c-9493-236febb9b915} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 17671 | 2025.04.22 03:14:02.461462 [ 276 ] {f7797de5-846b-479c-9493-236febb9b915} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17672 | 2025.04.22 03:14:02.461666 [ 276 ] {f7797de5-846b-479c-9493-236febb9b915} <Debug> executeQuery: Read 711 rows, 58.31 KiB in 0.00243 sec., 292592.5925925926 rows/sec., 23.43 MiB/sec. | ||
| 17673 | 2025.04.22 03:14:02.461777 [ 276 ] {f7797de5-846b-479c-9493-236febb9b915} <Debug> TCPHandler: Processed in 0.002701642 sec. | ||
| 17674 | 2025.04.22 03:14:02.462109 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17675 | 2025.04.22 03:14:02.462254 [ 276 ] {3284b280-fa1b-479c-b6ee-eda94f2719ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17676 | 2025.04.22 03:14:02.462312 [ 276 ] {3284b280-fa1b-479c-b6ee-eda94f2719ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17677 | 2025.04.22 03:14:02.463293 [ 276 ] {3284b280-fa1b-479c-b6ee-eda94f2719ae} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17678 | 2025.04.22 03:14:02.463339 [ 276 ] {3284b280-fa1b-479c-b6ee-eda94f2719ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17679 | 2025.04.22 03:14:02.463786 [ 276 ] {3284b280-fa1b-479c-b6ee-eda94f2719ae} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 17680 | 2025.04.22 03:14:02.464098 [ 276 ] {3284b280-fa1b-479c-b6ee-eda94f2719ae} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17681 | 2025.04.22 03:14:02.464301 [ 276 ] {3284b280-fa1b-479c-b6ee-eda94f2719ae} <Debug> executeQuery: Read 153 rows, 9.92 KiB in 0.002073 sec., 73806.07814761215 rows/sec., 4.67 MiB/sec. | ||
| 17682 | 2025.04.22 03:14:02.464368 [ 276 ] {3284b280-fa1b-479c-b6ee-eda94f2719ae} <Debug> TCPHandler: Processed in 0.002320132 sec. | ||
| 17683 | 2025.04.22 03:14:02.464585 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17684 | 2025.04.22 03:14:02.464739 [ 276 ] {6cba0adb-79b3-470a-9a18-f49be24daa7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 17685 | 2025.04.22 03:14:02.464799 [ 276 ] {6cba0adb-79b3-470a-9a18-f49be24daa7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17686 | 2025.04.22 03:14:02.465531 [ 276 ] {6cba0adb-79b3-470a-9a18-f49be24daa7d} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17687 | 2025.04.22 03:14:02.465577 [ 276 ] {6cba0adb-79b3-470a-9a18-f49be24daa7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17688 | 2025.04.22 03:14:02.466047 [ 276 ] {6cba0adb-79b3-470a-9a18-f49be24daa7d} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 17689 | 2025.04.22 03:14:02.466376 [ 276 ] {6cba0adb-79b3-470a-9a18-f49be24daa7d} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17690 | 2025.04.22 03:14:02.466567 [ 276 ] {6cba0adb-79b3-470a-9a18-f49be24daa7d} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001855 sec., 60916.442048517514 rows/sec., 3.94 MiB/sec. | ||
| 17691 | 2025.04.22 03:14:02.466632 [ 276 ] {6cba0adb-79b3-470a-9a18-f49be24daa7d} <Debug> TCPHandler: Processed in 0.002109446 sec. | ||
| 17692 | 2025.04.22 03:14:02.466818 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17693 | 2025.04.22 03:14:02.467081 [ 276 ] {5b9e1a81-bc50-4491-8e44-ef328a9824a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 17694 | 2025.04.22 03:14:02.467239 [ 276 ] {5b9e1a81-bc50-4491-8e44-ef328a9824a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 17695 | 2025.04.22 03:14:02.468377 [ 276 ] {5b9e1a81-bc50-4491-8e44-ef328a9824a1} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17696 | 2025.04.22 03:14:02.468425 [ 276 ] {5b9e1a81-bc50-4491-8e44-ef328a9824a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17697 | 2025.04.22 03:14:02.469101 [ 276 ] {5b9e1a81-bc50-4491-8e44-ef328a9824a1} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 17698 | 2025.04.22 03:14:02.469488 [ 276 ] {5b9e1a81-bc50-4491-8e44-ef328a9824a1} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17699 | 2025.04.22 03:14:02.469695 [ 276 ] {5b9e1a81-bc50-4491-8e44-ef328a9824a1} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.002677 sec., 41837.878221890176 rows/sec., 2.38 MiB/sec. | ||
| 17700 | 2025.04.22 03:14:02.469841 [ 276 ] {5b9e1a81-bc50-4491-8e44-ef328a9824a1} <Debug> TCPHandler: Processed in 0.003085893 sec. | ||
| 17701 | 2025.04.22 03:14:02.470141 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17702 | 2025.04.22 03:14:02.470324 [ 276 ] {e550e9f3-36b2-49f7-87ad-b30600b6fa7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17703 | 2025.04.22 03:14:02.470385 [ 276 ] {e550e9f3-36b2-49f7-87ad-b30600b6fa7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17704 | 2025.04.22 03:14:02.471407 [ 276 ] {e550e9f3-36b2-49f7-87ad-b30600b6fa7d} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17705 | 2025.04.22 03:14:02.471457 [ 276 ] {e550e9f3-36b2-49f7-87ad-b30600b6fa7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17706 | 2025.04.22 03:14:02.471949 [ 276 ] {e550e9f3-36b2-49f7-87ad-b30600b6fa7d} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 17707 | 2025.04.22 03:14:02.472281 [ 276 ] {e550e9f3-36b2-49f7-87ad-b30600b6fa7d} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17708 | 2025.04.22 03:14:02.472669 [ 276 ] {e550e9f3-36b2-49f7-87ad-b30600b6fa7d} <Debug> executeQuery: Read 435 rows, 31.86 KiB in 0.002355 sec., 184713.37579617836 rows/sec., 13.21 MiB/sec. | ||
| 17709 | 2025.04.22 03:14:02.472762 [ 276 ] {e550e9f3-36b2-49f7-87ad-b30600b6fa7d} <Debug> TCPHandler: Processed in 0.002752134 sec. | ||
| 17710 | 2025.04.22 03:14:02.473064 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17711 | 2025.04.22 03:14:02.473304 [ 276 ] {ab341d0b-93fa-4732-b090-a6957c803d7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 17712 | 2025.04.22 03:14:02.473363 [ 276 ] {ab341d0b-93fa-4732-b090-a6957c803d7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 17713 | 2025.04.22 03:14:02.474015 [ 276 ] {ab341d0b-93fa-4732-b090-a6957c803d7a} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17714 | 2025.04.22 03:14:02.474063 [ 276 ] {ab341d0b-93fa-4732-b090-a6957c803d7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17715 | 2025.04.22 03:14:02.474527 [ 276 ] {ab341d0b-93fa-4732-b090-a6957c803d7a} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 17716 | 2025.04.22 03:14:02.474884 [ 276 ] {ab341d0b-93fa-4732-b090-a6957c803d7a} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17717 | 2025.04.22 03:14:02.475074 [ 276 ] {ab341d0b-93fa-4732-b090-a6957c803d7a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001835 sec., 3269.7547683923704 rows/sec., 170.83 KiB/sec. | ||
| 17718 | 2025.04.22 03:14:02.475135 [ 276 ] {ab341d0b-93fa-4732-b090-a6957c803d7a} <Debug> TCPHandler: Processed in 0.002166027 sec. | ||
| 17719 | 2025.04.22 03:14:02.475587 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17720 | 2025.04.22 03:14:02.476010 [ 276 ] {d8fa2bee-0787-4d36-8944-3b1571d4d1d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17721 | 2025.04.22 03:14:02.476100 [ 276 ] {d8fa2bee-0787-4d36-8944-3b1571d4d1d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17722 | 2025.04.22 03:14:02.476799 [ 276 ] {d8fa2bee-0787-4d36-8944-3b1571d4d1d1} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17723 | 2025.04.22 03:14:02.476847 [ 276 ] {d8fa2bee-0787-4d36-8944-3b1571d4d1d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17724 | 2025.04.22 03:14:02.477379 [ 276 ] {d8fa2bee-0787-4d36-8944-3b1571d4d1d1} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 17725 | 2025.04.22 03:14:02.477702 [ 276 ] {d8fa2bee-0787-4d36-8944-3b1571d4d1d1} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17726 | 2025.04.22 03:14:02.477923 [ 276 ] {d8fa2bee-0787-4d36-8944-3b1571d4d1d1} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.0021 sec., 112857.14285714287 rows/sec., 7.56 MiB/sec. | ||
| 17727 | 2025.04.22 03:14:02.478043 [ 61 ] {} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Selected 6 parts from all_1_145_31 to all_150_150_0 | ||
| 17728 | 2025.04.22 03:14:02.478209 [ 61 ] {} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17729 | 2025.04.22 03:14:02.478290 [ 276 ] {d8fa2bee-0787-4d36-8944-3b1571d4d1d1} <Debug> TCPHandler: Processed in 0.002798065 sec. | ||
| 17730 | 2025.04.22 03:14:02.478353 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17731 | 2025.04.22 03:14:02.478620 [ 193 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_150_32} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_145_31 to all_150_150_0 into Compact with storage Full | ||
| 17732 | 2025.04.22 03:14:02.478939 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17733 | 2025.04.22 03:14:02.479017 [ 193 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_150_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17734 | 2025.04.22 03:14:02.479332 [ 193 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_150_32} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_145_31, total 43023 rows starting from the beginning of the part | ||
| 17735 | 2025.04.22 03:14:02.479432 [ 276 ] {889607e6-4599-4cd9-87a4-44047b7ec853} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 17736 | 2025.04.22 03:14:02.479971 [ 193 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_150_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 160 rows starting from the beginning of the part | ||
| 17737 | 2025.04.22 03:14:02.479810 [ 276 ] {889607e6-4599-4cd9-87a4-44047b7ec853} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17738 | 2025.04.22 03:14:02.480790 [ 193 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_150_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 160 rows starting from the beginning of the part | ||
| 17739 | 2025.04.22 03:14:02.481186 [ 193 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_150_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 161 rows starting from the beginning of the part | ||
| 17740 | 2025.04.22 03:14:02.481531 [ 193 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_150_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 160 rows starting from the beginning of the part | ||
| 17741 | 2025.04.22 03:14:02.481986 [ 193 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_150_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 237 rows starting from the beginning of the part | ||
| 17742 | 2025.04.22 03:14:02.483477 [ 276 ] {889607e6-4599-4cd9-87a4-44047b7ec853} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17743 | 2025.04.22 03:14:02.483570 [ 276 ] {889607e6-4599-4cd9-87a4-44047b7ec853} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17744 | 2025.04.22 03:14:02.484712 [ 276 ] {889607e6-4599-4cd9-87a4-44047b7ec853} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 17745 | 2025.04.22 03:14:02.485241 [ 276 ] {889607e6-4599-4cd9-87a4-44047b7ec853} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17746 | 2025.04.22 03:14:02.486647 [ 276 ] {889607e6-4599-4cd9-87a4-44047b7ec853} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.007395 sec., 135.2265043948614 rows/sec., 9.11 KiB/sec. | ||
| 17747 | 2025.04.22 03:14:02.487233 [ 276 ] {889607e6-4599-4cd9-87a4-44047b7ec853} <Debug> TCPHandler: Processed in 0.008396625 sec. | ||
| 17748 | 2025.04.22 03:14:02.487539 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17749 | 2025.04.22 03:14:02.487793 [ 276 ] {f6b8434a-6bf2-41e9-9c95-a7a9131d32df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17750 | 2025.04.22 03:14:02.487911 [ 276 ] {f6b8434a-6bf2-41e9-9c95-a7a9131d32df} <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 | ||
| 17751 | 2025.04.22 03:14:02.490345 [ 276 ] {f6b8434a-6bf2-41e9-9c95-a7a9131d32df} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17752 | 2025.04.22 03:14:02.490387 [ 276 ] {f6b8434a-6bf2-41e9-9c95-a7a9131d32df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17753 | 2025.04.22 03:14:02.491766 [ 276 ] {f6b8434a-6bf2-41e9-9c95-a7a9131d32df} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 17754 | 2025.04.22 03:14:02.492149 [ 276 ] {f6b8434a-6bf2-41e9-9c95-a7a9131d32df} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17755 | 2025.04.22 03:14:02.492432 [ 276 ] {f6b8434a-6bf2-41e9-9c95-a7a9131d32df} <Debug> executeQuery: Read 47 rows, 86.24 KiB in 0.00467 sec., 10064.239828693791 rows/sec., 18.03 MiB/sec. | ||
| 17756 | 2025.04.22 03:14:02.493214 [ 276 ] {f6b8434a-6bf2-41e9-9c95-a7a9131d32df} <Debug> TCPHandler: Processed in 0.005733074 sec. | ||
| 17757 | 2025.04.22 03:14:02.493675 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17758 | 2025.04.22 03:14:02.494212 [ 276 ] {61000658-62ae-484c-8cb5-b1f08a850fd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 17759 | 2025.04.22 03:14:02.494368 [ 276 ] {61000658-62ae-484c-8cb5-b1f08a850fd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 17760 | 2025.04.22 03:14:02.495050 [ 276 ] {61000658-62ae-484c-8cb5-b1f08a850fd1} <Trace> oximeter.measurements_i64 (311226c0-644b-4b7b-83a1-5452f2d554a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17761 | 2025.04.22 03:14:02.495098 [ 276 ] {61000658-62ae-484c-8cb5-b1f08a850fd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17762 | 2025.04.22 03:14:02.496299 [ 276 ] {61000658-62ae-484c-8cb5-b1f08a850fd1} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 17763 | 2025.04.22 03:14:02.497991 [ 276 ] {61000658-62ae-484c-8cb5-b1f08a850fd1} <Trace> oximeter.measurements_i64 (311226c0-644b-4b7b-83a1-5452f2d554a2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17764 | 2025.04.22 03:14:02.498178 [ 193 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_150_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 43901 rows, containing 5 columns (5 merged, 0 gathered) in 0.019654515 sec., 2233634.358314107 rows/sec., 151.85 MiB/sec. | ||
| 17765 | 2025.04.22 03:14:02.498505 [ 276 ] {61000658-62ae-484c-8cb5-b1f08a850fd1} <Debug> executeQuery: Read 9 rows, 709.00 B in 0.004528 sec., 1987.6325088339222 rows/sec., 152.91 KiB/sec. | ||
| 17766 | 2025.04.22 03:14:02.498658 [ 276 ] {61000658-62ae-484c-8cb5-b1f08a850fd1} <Debug> TCPHandler: Processed in 0.005104526 sec. | ||
| 17767 | 2025.04.22 03:14:02.498950 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17768 | 2025.04.22 03:14:02.499045 [ 193 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_150_32} <Trace> MergedBlockOutputStream: filled checksums all_1_150_32 (state Temporary) | ||
| 17769 | 2025.04.22 03:14:02.499150 [ 276 ] {c2aea2bd-912a-4871-980a-0658aab9d890} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17770 | 2025.04.22 03:14:02.499257 [ 276 ] {c2aea2bd-912a-4871-980a-0658aab9d890} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17771 | 2025.04.22 03:14:02.499887 [ 193 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_150_32} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_merge_all_1_150_32 to all_1_150_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17772 | 2025.04.22 03:14:02.500121 [ 193 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_150_32} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Merged 6 parts: [all_1_145_31, all_150_150_0] -> all_1_150_32 | ||
| 17773 | 2025.04.22 03:14:02.500341 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. | ||
| 17774 | 2025.04.22 03:14:02.500477 [ 276 ] {c2aea2bd-912a-4871-980a-0658aab9d890} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17775 | 2025.04.22 03:14:02.500528 [ 276 ] {c2aea2bd-912a-4871-980a-0658aab9d890} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17776 | 2025.04.22 03:14:02.501904 [ 276 ] {c2aea2bd-912a-4871-980a-0658aab9d890} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 17777 | 2025.04.22 03:14:02.502223 [ 276 ] {c2aea2bd-912a-4871-980a-0658aab9d890} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17778 | 2025.04.22 03:14:02.502507 [ 276 ] {c2aea2bd-912a-4871-980a-0658aab9d890} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003433 sec., 23885.814156714245 rows/sec., 1.52 MiB/sec. | ||
| 17779 | 2025.04.22 03:14:02.502605 [ 276 ] {c2aea2bd-912a-4871-980a-0658aab9d890} <Debug> TCPHandler: Processed in 0.003721659 sec. | ||
| 17780 | 2025.04.22 03:14:05.675633 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17781 | 2025.04.22 03:14:05.675854 [ 276 ] {95b8d294-f117-46b6-b58c-34216ca4b90e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 17782 | 2025.04.22 03:14:05.675934 [ 276 ] {95b8d294-f117-46b6-b58c-34216ca4b90e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 17783 | 2025.04.22 03:14:05.676765 [ 276 ] {95b8d294-f117-46b6-b58c-34216ca4b90e} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17784 | 2025.04.22 03:14:05.676810 [ 276 ] {95b8d294-f117-46b6-b58c-34216ca4b90e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17785 | 2025.04.22 03:14:05.677211 [ 276 ] {95b8d294-f117-46b6-b58c-34216ca4b90e} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 17786 | 2025.04.22 03:14:05.677465 [ 276 ] {95b8d294-f117-46b6-b58c-34216ca4b90e} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17787 | 2025.04.22 03:14:05.677697 [ 276 ] {95b8d294-f117-46b6-b58c-34216ca4b90e} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001898 sec., 2107.4815595363543 rows/sec., 171.85 KiB/sec. | ||
| 17788 | 2025.04.22 03:14:05.677769 [ 276 ] {95b8d294-f117-46b6-b58c-34216ca4b90e} <Debug> TCPHandler: Processed in 0.00226461 sec. | ||
| 17789 | 2025.04.22 03:14:05.677912 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17790 | 2025.04.22 03:14:05.678010 [ 276 ] {d9941793-28b0-454d-9166-d33b3b59fa53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17791 | 2025.04.22 03:14:05.678053 [ 276 ] {d9941793-28b0-454d-9166-d33b3b59fa53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17792 | 2025.04.22 03:14:05.679167 [ 276 ] {d9941793-28b0-454d-9166-d33b3b59fa53} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17793 | 2025.04.22 03:14:05.679204 [ 276 ] {d9941793-28b0-454d-9166-d33b3b59fa53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17794 | 2025.04.22 03:14:05.679627 [ 276 ] {d9941793-28b0-454d-9166-d33b3b59fa53} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 17795 | 2025.04.22 03:14:05.679852 [ 276 ] {d9941793-28b0-454d-9166-d33b3b59fa53} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17796 | 2025.04.22 03:14:05.680022 [ 62 ] {} <Debug> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 | ||
| 17797 | 2025.04.22 03:14:05.680065 [ 276 ] {d9941793-28b0-454d-9166-d33b3b59fa53} <Debug> executeQuery: Read 1206 rows, 101.90 KiB in 0.002076 sec., 580924.8554913295 rows/sec., 47.93 MiB/sec. | ||
| 17798 | 2025.04.22 03:14:05.680122 [ 62 ] {} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17799 | 2025.04.22 03:14:05.680171 [ 276 ] {d9941793-28b0-454d-9166-d33b3b59fa53} <Debug> TCPHandler: Processed in 0.002312331 sec. | ||
| 17800 | 2025.04.22 03:14:05.680188 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17801 | 2025.04.22 03:14:05.680341 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17802 | 2025.04.22 03:14:05.680371 [ 191 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full | ||
| 17803 | 2025.04.22 03:14:05.680470 [ 276 ] {a2537544-9401-4fed-8536-eef67b8ae492} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17804 | 2025.04.22 03:14:05.680532 [ 191 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17805 | 2025.04.22 03:14:05.680536 [ 276 ] {a2537544-9401-4fed-8536-eef67b8ae492} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17806 | 2025.04.22 03:14:05.680583 [ 191 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 1967 rows starting from the beginning of the part | ||
| 17807 | 2025.04.22 03:14:05.680700 [ 191 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 64 rows starting from the beginning of the part | ||
| 17808 | 2025.04.22 03:14:05.681169 [ 191 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 129 rows starting from the beginning of the part | ||
| 17809 | 2025.04.22 03:14:05.681520 [ 191 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 64 rows starting from the beginning of the part | ||
| 17810 | 2025.04.22 03:14:05.681871 [ 191 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 711 rows starting from the beginning of the part | ||
| 17811 | 2025.04.22 03:14:05.682213 [ 191 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 1206 rows starting from the beginning of the part | ||
| 17812 | 2025.04.22 03:14:05.682927 [ 276 ] {a2537544-9401-4fed-8536-eef67b8ae492} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17813 | 2025.04.22 03:14:05.682967 [ 276 ] {a2537544-9401-4fed-8536-eef67b8ae492} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17814 | 2025.04.22 03:14:05.683475 [ 276 ] {a2537544-9401-4fed-8536-eef67b8ae492} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 17815 | 2025.04.22 03:14:05.683787 [ 276 ] {a2537544-9401-4fed-8536-eef67b8ae492} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17816 | 2025.04.22 03:14:05.684029 [ 276 ] {a2537544-9401-4fed-8536-eef67b8ae492} <Debug> executeQuery: Read 8 rows, 594.00 B in 0.00359 sec., 2228.4122562674097 rows/sec., 161.58 KiB/sec. | ||
| 17817 | 2025.04.22 03:14:05.684089 [ 276 ] {a2537544-9401-4fed-8536-eef67b8ae492} <Debug> TCPHandler: Processed in 0.003829602 sec. | ||
| 17818 | 2025.04.22 03:14:05.684209 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17819 | 2025.04.22 03:14:05.684316 [ 276 ] {1f971f70-43fe-4c90-91f9-f61641a7618c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 17820 | 2025.04.22 03:14:05.684367 [ 276 ] {1f971f70-43fe-4c90-91f9-f61641a7618c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17821 | 2025.04.22 03:14:05.684739 [ 192 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4141 rows, containing 5 columns (5 merged, 0 gathered) in 0.004425428 sec., 935728.7023989543 rows/sec., 80.29 MiB/sec. | ||
| 17822 | 2025.04.22 03:14:05.685195 [ 192 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) | ||
| 17823 | 2025.04.22 03:14:05.685450 [ 276 ] {1f971f70-43fe-4c90-91f9-f61641a7618c} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17824 | 2025.04.22 03:14:05.685505 [ 276 ] {1f971f70-43fe-4c90-91f9-f61641a7618c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17825 | 2025.04.22 03:14:05.685918 [ 192 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_151_30} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17826 | 2025.04.22 03:14:05.686139 [ 192 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_151_30} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 | ||
| 17827 | 2025.04.22 03:14:05.686191 [ 276 ] {1f971f70-43fe-4c90-91f9-f61641a7618c} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 17828 | 2025.04.22 03:14:05.686298 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. | ||
| 17829 | 2025.04.22 03:14:05.686527 [ 276 ] {1f971f70-43fe-4c90-91f9-f61641a7618c} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17830 | 2025.04.22 03:14:05.686734 [ 276 ] {1f971f70-43fe-4c90-91f9-f61641a7618c} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.00244 sec., 93442.62295081967 rows/sec., 6.33 MiB/sec. | ||
| 17831 | 2025.04.22 03:14:05.686787 [ 276 ] {1f971f70-43fe-4c90-91f9-f61641a7618c} <Debug> TCPHandler: Processed in 0.00262902 sec. | ||
| 17832 | 2025.04.22 03:14:05.686947 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17833 | 2025.04.22 03:14:05.687048 [ 276 ] {e0b1adff-6179-4f75-85d5-53578e09d1b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17834 | 2025.04.22 03:14:05.687092 [ 276 ] {e0b1adff-6179-4f75-85d5-53578e09d1b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17835 | 2025.04.22 03:14:05.687791 [ 276 ] {e0b1adff-6179-4f75-85d5-53578e09d1b5} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17836 | 2025.04.22 03:14:05.687830 [ 276 ] {e0b1adff-6179-4f75-85d5-53578e09d1b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17837 | 2025.04.22 03:14:05.688194 [ 276 ] {e0b1adff-6179-4f75-85d5-53578e09d1b5} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 17838 | 2025.04.22 03:14:05.688429 [ 276 ] {e0b1adff-6179-4f75-85d5-53578e09d1b5} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17839 | 2025.04.22 03:14:05.688608 [ 62 ] {} <Debug> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 | ||
| 17840 | 2025.04.22 03:14:05.688654 [ 276 ] {e0b1adff-6179-4f75-85d5-53578e09d1b5} <Debug> executeQuery: Read 528 rows, 40.05 KiB in 0.001621 sec., 325724.8611967921 rows/sec., 24.13 MiB/sec. | ||
| 17841 | 2025.04.22 03:14:05.688667 [ 62 ] {} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17842 | 2025.04.22 03:14:05.688740 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17843 | 2025.04.22 03:14:05.688783 [ 276 ] {e0b1adff-6179-4f75-85d5-53578e09d1b5} <Debug> TCPHandler: Processed in 0.001881901 sec. | ||
| 17844 | 2025.04.22 03:14:05.689008 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17845 | 2025.04.22 03:14:05.689008 [ 197 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full | ||
| 17846 | 2025.04.22 03:14:05.689192 [ 276 ] {be5d48fc-da99-44aa-98f7-a2161ce3f4c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17847 | 2025.04.22 03:14:05.689327 [ 276 ] {be5d48fc-da99-44aa-98f7-a2161ce3f4c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17848 | 2025.04.22 03:14:05.689362 [ 197 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17849 | 2025.04.22 03:14:05.689492 [ 197 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 952 rows starting from the beginning of the part | ||
| 17850 | 2025.04.22 03:14:05.689933 [ 197 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 68 rows starting from the beginning of the part | ||
| 17851 | 2025.04.22 03:14:05.690311 [ 197 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 102 rows starting from the beginning of the part | ||
| 17852 | 2025.04.22 03:14:05.690630 [ 197 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 68 rows starting from the beginning of the part | ||
| 17853 | 2025.04.22 03:14:05.690801 [ 197 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 435 rows starting from the beginning of the part | ||
| 17854 | 2025.04.22 03:14:05.691194 [ 197 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 528 rows starting from the beginning of the part | ||
| 17855 | 2025.04.22 03:14:05.692046 [ 276 ] {be5d48fc-da99-44aa-98f7-a2161ce3f4c1} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17856 | 2025.04.22 03:14:05.692132 [ 276 ] {be5d48fc-da99-44aa-98f7-a2161ce3f4c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17857 | 2025.04.22 03:14:05.693234 [ 276 ] {be5d48fc-da99-44aa-98f7-a2161ce3f4c1} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 17858 | 2025.04.22 03:14:05.693660 [ 276 ] {be5d48fc-da99-44aa-98f7-a2161ce3f4c1} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17859 | 2025.04.22 03:14:05.693951 [ 276 ] {be5d48fc-da99-44aa-98f7-a2161ce3f4c1} <Debug> executeQuery: Read 956 rows, 65.68 KiB in 0.004825 sec., 198134.7150259067 rows/sec., 13.29 MiB/sec. | ||
| 17860 | 2025.04.22 03:14:05.694215 [ 276 ] {be5d48fc-da99-44aa-98f7-a2161ce3f4c1} <Debug> TCPHandler: Processed in 0.005279461 sec. | ||
| 17861 | 2025.04.22 03:14:05.694500 [ 192 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2153 rows, containing 5 columns (5 merged, 0 gathered) in 0.005659162 sec., 380445.01995171723 rows/sec., 29.47 MiB/sec. | ||
| 17862 | 2025.04.22 03:14:05.694519 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17863 | 2025.04.22 03:14:05.694691 [ 276 ] {00f7796a-e91b-4c87-aced-efb0a859d4d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17864 | 2025.04.22 03:14:05.694753 [ 192 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) | ||
| 17865 | 2025.04.22 03:14:05.694875 [ 276 ] {00f7796a-e91b-4c87-aced-efb0a859d4d1} <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 | ||
| 17866 | 2025.04.22 03:14:05.695439 [ 192 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_151_30} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17867 | 2025.04.22 03:14:05.695759 [ 192 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_151_30} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 | ||
| 17868 | 2025.04.22 03:14:05.695972 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 17869 | 2025.04.22 03:14:05.696731 [ 276 ] {00f7796a-e91b-4c87-aced-efb0a859d4d1} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17870 | 2025.04.22 03:14:05.696777 [ 276 ] {00f7796a-e91b-4c87-aced-efb0a859d4d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17871 | 2025.04.22 03:14:05.697395 [ 276 ] {00f7796a-e91b-4c87-aced-efb0a859d4d1} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 17872 | 2025.04.22 03:14:05.697670 [ 276 ] {00f7796a-e91b-4c87-aced-efb0a859d4d1} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17873 | 2025.04.22 03:14:05.697954 [ 276 ] {00f7796a-e91b-4c87-aced-efb0a859d4d1} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.003306 sec., 1209.9213551119178 rows/sec., 2.17 MiB/sec. | ||
| 17874 | 2025.04.22 03:14:05.698680 [ 276 ] {00f7796a-e91b-4c87-aced-efb0a859d4d1} <Debug> TCPHandler: Processed in 0.004223783 sec. | ||
| 17875 | 2025.04.22 03:14:05.699256 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17876 | 2025.04.22 03:14:05.699650 [ 276 ] {6b83d2c8-28eb-4801-b9a3-2ed2d1116448} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17877 | 2025.04.22 03:14:05.699850 [ 276 ] {6b83d2c8-28eb-4801-b9a3-2ed2d1116448} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17878 | 2025.04.22 03:14:05.701177 [ 276 ] {6b83d2c8-28eb-4801-b9a3-2ed2d1116448} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17879 | 2025.04.22 03:14:05.701217 [ 276 ] {6b83d2c8-28eb-4801-b9a3-2ed2d1116448} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17880 | 2025.04.22 03:14:05.701582 [ 276 ] {6b83d2c8-28eb-4801-b9a3-2ed2d1116448} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 17881 | 2025.04.22 03:14:05.701825 [ 276 ] {6b83d2c8-28eb-4801-b9a3-2ed2d1116448} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17882 | 2025.04.22 03:14:05.702008 [ 62 ] {} <Debug> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 | ||
| 17883 | 2025.04.22 03:14:05.702036 [ 276 ] {6b83d2c8-28eb-4801-b9a3-2ed2d1116448} <Debug> executeQuery: Read 42 rows, 2.89 KiB in 0.002529 sec., 16607.3546856465 rows/sec., 1.12 MiB/sec. | ||
| 17884 | 2025.04.22 03:14:05.702067 [ 62 ] {} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17885 | 2025.04.22 03:14:05.702141 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17886 | 2025.04.22 03:14:05.702150 [ 276 ] {6b83d2c8-28eb-4801-b9a3-2ed2d1116448} <Debug> TCPHandler: Processed in 0.00301886 sec. | ||
| 17887 | 2025.04.22 03:14:05.702352 [ 194 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full | ||
| 17888 | 2025.04.22 03:14:05.702501 [ 194 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17889 | 2025.04.22 03:14:05.702544 [ 194 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_146_29, total 8336 rows starting from the beginning of the part | ||
| 17890 | 2025.04.22 03:14:05.702656 [ 194 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 60 rows starting from the beginning of the part | ||
| 17891 | 2025.04.22 03:14:05.702846 [ 194 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 60 rows starting from the beginning of the part | ||
| 17892 | 2025.04.22 03:14:05.702990 [ 194 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 60 rows starting from the beginning of the part | ||
| 17893 | 2025.04.22 03:14:05.703187 [ 194 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 82 rows starting from the beginning of the part | ||
| 17894 | 2025.04.22 03:14:05.703272 [ 194 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 42 rows starting from the beginning of the part | ||
| 17895 | 2025.04.22 03:14:05.706104 [ 188 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8640 rows, containing 4 columns (4 merged, 0 gathered) in 0.003849563 sec., 2244410.599332963 rows/sec., 147.61 MiB/sec. | ||
| 17896 | 2025.04.22 03:14:05.706260 [ 194 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) | ||
| 17897 | 2025.04.22 03:14:05.706554 [ 194 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_151_30} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17898 | 2025.04.22 03:14:05.706635 [ 194 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_151_30} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 | ||
| 17899 | 2025.04.22 03:14:05.706718 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.82 MiB. | ||
| 17900 | 2025.04.22 03:14:05.909312 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 40748 | ||
| 17901 | 2025.04.22 03:14:05.909825 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17902 | 2025.04.22 03:14:05.909863 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17903 | 2025.04.22 03:14:05.910326 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 17904 | 2025.04.22 03:14:05.910567 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17905 | 2025.04.22 03:14:05.910796 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40748 | ||
| 17906 | 2025.04.22 03:14:07.432189 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17907 | 2025.04.22 03:14:07.432396 [ 276 ] {228c13f0-5e42-4cb7-bbc2-bcbdcdd3fa8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17908 | 2025.04.22 03:14:07.432477 [ 276 ] {228c13f0-5e42-4cb7-bbc2-bcbdcdd3fa8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17909 | 2025.04.22 03:14:07.433268 [ 276 ] {228c13f0-5e42-4cb7-bbc2-bcbdcdd3fa8c} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17910 | 2025.04.22 03:14:07.433318 [ 276 ] {228c13f0-5e42-4cb7-bbc2-bcbdcdd3fa8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17911 | 2025.04.22 03:14:07.433737 [ 276 ] {228c13f0-5e42-4cb7-bbc2-bcbdcdd3fa8c} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 17912 | 2025.04.22 03:14:07.433985 [ 276 ] {228c13f0-5e42-4cb7-bbc2-bcbdcdd3fa8c} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17913 | 2025.04.22 03:14:07.434200 [ 276 ] {228c13f0-5e42-4cb7-bbc2-bcbdcdd3fa8c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001861 sec., 30091.348737238044 rows/sec., 2.31 MiB/sec. | ||
| 17914 | 2025.04.22 03:14:07.434254 [ 276 ] {228c13f0-5e42-4cb7-bbc2-bcbdcdd3fa8c} <Debug> TCPHandler: Processed in 0.002202349 sec. | ||
| 17915 | 2025.04.22 03:14:07.434381 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17916 | 2025.04.22 03:14:07.434484 [ 276 ] {8fcdaffe-e4fd-48d8-b56a-94d0003efe80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17917 | 2025.04.22 03:14:07.434528 [ 276 ] {8fcdaffe-e4fd-48d8-b56a-94d0003efe80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17918 | 2025.04.22 03:14:07.435053 [ 276 ] {8fcdaffe-e4fd-48d8-b56a-94d0003efe80} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17919 | 2025.04.22 03:14:07.435092 [ 276 ] {8fcdaffe-e4fd-48d8-b56a-94d0003efe80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17920 | 2025.04.22 03:14:07.435430 [ 276 ] {8fcdaffe-e4fd-48d8-b56a-94d0003efe80} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 17921 | 2025.04.22 03:14:07.435660 [ 276 ] {8fcdaffe-e4fd-48d8-b56a-94d0003efe80} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17922 | 2025.04.22 03:14:07.435861 [ 276 ] {8fcdaffe-e4fd-48d8-b56a-94d0003efe80} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001398 sec., 45779.68526466381 rows/sec., 3.57 MiB/sec. | ||
| 17923 | 2025.04.22 03:14:07.435911 [ 276 ] {8fcdaffe-e4fd-48d8-b56a-94d0003efe80} <Debug> TCPHandler: Processed in 0.001580192 sec. | ||
| 17924 | 2025.04.22 03:14:07.436032 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17925 | 2025.04.22 03:14:07.436135 [ 276 ] {5bae467b-7a79-40ca-99e7-de80055368c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17926 | 2025.04.22 03:14:07.436185 [ 276 ] {5bae467b-7a79-40ca-99e7-de80055368c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17927 | 2025.04.22 03:14:07.436665 [ 276 ] {5bae467b-7a79-40ca-99e7-de80055368c2} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17928 | 2025.04.22 03:14:07.436703 [ 276 ] {5bae467b-7a79-40ca-99e7-de80055368c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17929 | 2025.04.22 03:14:07.437077 [ 276 ] {5bae467b-7a79-40ca-99e7-de80055368c2} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 17930 | 2025.04.22 03:14:07.437306 [ 276 ] {5bae467b-7a79-40ca-99e7-de80055368c2} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17931 | 2025.04.22 03:14:07.437524 [ 276 ] {5bae467b-7a79-40ca-99e7-de80055368c2} <Debug> executeQuery: Read 52 rows, 3.70 KiB in 0.001405 sec., 37010.67615658363 rows/sec., 2.57 MiB/sec. | ||
| 17932 | 2025.04.22 03:14:07.437576 [ 276 ] {5bae467b-7a79-40ca-99e7-de80055368c2} <Debug> TCPHandler: Processed in 0.001596113 sec. | ||
| 17933 | 2025.04.22 03:14:07.437771 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17934 | 2025.04.22 03:14:07.438048 [ 276 ] {70d51236-0313-43f7-97e3-d8d282dcc7dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17935 | 2025.04.22 03:14:07.438202 [ 276 ] {70d51236-0313-43f7-97e3-d8d282dcc7dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17936 | 2025.04.22 03:14:07.438759 [ 276 ] {70d51236-0313-43f7-97e3-d8d282dcc7dc} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17937 | 2025.04.22 03:14:07.438798 [ 276 ] {70d51236-0313-43f7-97e3-d8d282dcc7dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17938 | 2025.04.22 03:14:07.439144 [ 276 ] {70d51236-0313-43f7-97e3-d8d282dcc7dc} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 17939 | 2025.04.22 03:14:07.439381 [ 276 ] {70d51236-0313-43f7-97e3-d8d282dcc7dc} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17940 | 2025.04.22 03:14:07.439578 [ 276 ] {70d51236-0313-43f7-97e3-d8d282dcc7dc} <Debug> executeQuery: Read 18 rows, 1.25 KiB in 0.001646 sec., 10935.601458080195 rows/sec., 758.82 KiB/sec. | ||
| 17941 | 2025.04.22 03:14:07.439625 [ 276 ] {70d51236-0313-43f7-97e3-d8d282dcc7dc} <Debug> TCPHandler: Processed in 0.001951863 sec. | ||
| 17942 | 2025.04.22 03:14:08.675686 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 2492 | ||
| 17943 | 2025.04.22 03:14:08.679150 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17944 | 2025.04.22 03:14:08.679190 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17945 | 2025.04.22 03:14:08.680646 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 17946 | 2025.04.22 03:14:08.680950 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17947 | 2025.04.22 03:14:08.681117 [ 58 ] {} <Debug> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 17948 | 2025.04.22 03:14:08.681188 [ 58 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17949 | 2025.04.22 03:14:08.681239 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17950 | 2025.04.22 03:14:08.681925 [ 197 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::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 | ||
| 17951 | 2025.04.22 03:14:08.683372 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2492 | ||
| 17952 | 2025.04.22 03:14:08.683706 [ 197 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17953 | 2025.04.22 03:14:08.683866 [ 197 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2304 rows starting from the beginning of the part | ||
| 17954 | 2025.04.22 03:14:08.684504 [ 197 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 54 rows starting from the beginning of the part | ||
| 17955 | 2025.04.22 03:14:08.685230 [ 197 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 36 rows starting from the beginning of the part | ||
| 17956 | 2025.04.22 03:14:08.685902 [ 197 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 24 rows starting from the beginning of the part | ||
| 17957 | 2025.04.22 03:14:08.686628 [ 197 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 26 rows starting from the beginning of the part | ||
| 17958 | 2025.04.22 03:14:08.687330 [ 197 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 48 rows starting from the beginning of the part | ||
| 17959 | 2025.04.22 03:14:08.698845 [ 197 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2492 rows, containing 72 columns (72 merged, 0 gathered) in 0.017430046 sec., 142971.51023009347 rows/sec., 108.09 MiB/sec. | ||
| 17960 | 2025.04.22 03:14:08.700736 [ 189 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 17961 | 2025.04.22 03:14:08.701416 [ 189 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_66_13} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17962 | 2025.04.22 03:14:08.701501 [ 189 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_66_13} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 17963 | 2025.04.22 03:14:08.701706 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.04 MiB. | ||
| 17964 | 2025.04.22 03:14:08.813244 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 671 | ||
| 17965 | 2025.04.22 03:14:08.840183 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17966 | 2025.04.22 03:14:08.840237 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17967 | 2025.04.22 03:14:08.848239 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 17968 | 2025.04.22 03:14:08.849478 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17969 | 2025.04.22 03:14:08.854679 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 671 | ||
| 17970 | 2025.04.22 03:14:12.447415 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17971 | 2025.04.22 03:14:12.447623 [ 276 ] {9e0a7947-7db8-4ef9-8af1-046dfe5abc83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 17972 | 2025.04.22 03:14:12.447698 [ 276 ] {9e0a7947-7db8-4ef9-8af1-046dfe5abc83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 17973 | 2025.04.22 03:14:12.448592 [ 276 ] {9e0a7947-7db8-4ef9-8af1-046dfe5abc83} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17974 | 2025.04.22 03:14:12.448647 [ 276 ] {9e0a7947-7db8-4ef9-8af1-046dfe5abc83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17975 | 2025.04.22 03:14:12.449214 [ 276 ] {9e0a7947-7db8-4ef9-8af1-046dfe5abc83} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 17976 | 2025.04.22 03:14:12.449697 [ 276 ] {9e0a7947-7db8-4ef9-8af1-046dfe5abc83} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17977 | 2025.04.22 03:14:12.449984 [ 276 ] {9e0a7947-7db8-4ef9-8af1-046dfe5abc83} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002387 sec., 88814.41139505657 rows/sec., 5.65 MiB/sec. | ||
| 17978 | 2025.04.22 03:14:12.450318 [ 276 ] {9e0a7947-7db8-4ef9-8af1-046dfe5abc83} <Debug> TCPHandler: Processed in 0.003029571 sec. | ||
| 17979 | 2025.04.22 03:14:12.450765 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17980 | 2025.04.22 03:14:12.451106 [ 276 ] {9d34f8f2-4b98-44c4-9e7f-d76a6d2991cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17981 | 2025.04.22 03:14:12.451162 [ 276 ] {9d34f8f2-4b98-44c4-9e7f-d76a6d2991cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17982 | 2025.04.22 03:14:12.452113 [ 276 ] {9d34f8f2-4b98-44c4-9e7f-d76a6d2991cd} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17983 | 2025.04.22 03:14:12.452156 [ 276 ] {9d34f8f2-4b98-44c4-9e7f-d76a6d2991cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17984 | 2025.04.22 03:14:12.452749 [ 276 ] {9d34f8f2-4b98-44c4-9e7f-d76a6d2991cd} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 17985 | 2025.04.22 03:14:12.453215 [ 276 ] {9d34f8f2-4b98-44c4-9e7f-d76a6d2991cd} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17986 | 2025.04.22 03:14:12.453447 [ 276 ] {9d34f8f2-4b98-44c4-9e7f-d76a6d2991cd} <Debug> executeQuery: Read 717 rows, 58.88 KiB in 0.002426 sec., 295548.2275350371 rows/sec., 23.70 MiB/sec. | ||
| 17987 | 2025.04.22 03:14:12.453525 [ 276 ] {9d34f8f2-4b98-44c4-9e7f-d76a6d2991cd} <Debug> TCPHandler: Processed in 0.002916488 sec. | ||
| 17988 | 2025.04.22 03:14:12.453666 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17989 | 2025.04.22 03:14:12.453917 [ 276 ] {0f844b6b-a24a-41da-84cd-e2215ffa2f38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17990 | 2025.04.22 03:14:12.454054 [ 276 ] {0f844b6b-a24a-41da-84cd-e2215ffa2f38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17991 | 2025.04.22 03:14:12.455363 [ 276 ] {0f844b6b-a24a-41da-84cd-e2215ffa2f38} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17992 | 2025.04.22 03:14:12.455404 [ 276 ] {0f844b6b-a24a-41da-84cd-e2215ffa2f38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 17993 | 2025.04.22 03:14:12.455880 [ 276 ] {0f844b6b-a24a-41da-84cd-e2215ffa2f38} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 17994 | 2025.04.22 03:14:12.456339 [ 276 ] {0f844b6b-a24a-41da-84cd-e2215ffa2f38} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17995 | 2025.04.22 03:14:12.456580 [ 276 ] {0f844b6b-a24a-41da-84cd-e2215ffa2f38} <Debug> executeQuery: Read 156 rows, 10.15 KiB in 0.002765 sec., 56419.52983725136 rows/sec., 3.58 MiB/sec. | ||
| 17996 | 2025.04.22 03:14:12.456679 [ 276 ] {0f844b6b-a24a-41da-84cd-e2215ffa2f38} <Debug> TCPHandler: Processed in 0.003071952 sec. | ||
| 17997 | 2025.04.22 03:14:12.456849 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17998 | 2025.04.22 03:14:12.457120 [ 276 ] {e2d9d234-82b6-45f8-8c52-7b7d385060b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 17999 | 2025.04.22 03:14:12.457189 [ 276 ] {e2d9d234-82b6-45f8-8c52-7b7d385060b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 18000 | 2025.04.22 03:14:12.457760 [ 276 ] {e2d9d234-82b6-45f8-8c52-7b7d385060b2} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18001 | 2025.04.22 03:14:12.457805 [ 276 ] {e2d9d234-82b6-45f8-8c52-7b7d385060b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 18002 | 2025.04.22 03:14:12.458277 [ 276 ] {e2d9d234-82b6-45f8-8c52-7b7d385060b2} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 18003 | 2025.04.22 03:14:12.458736 [ 276 ] {e2d9d234-82b6-45f8-8c52-7b7d385060b2} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18004 | 2025.04.22 03:14:12.458942 [ 276 ] {e2d9d234-82b6-45f8-8c52-7b7d385060b2} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001909 sec., 59193.29491880565 rows/sec., 3.83 MiB/sec. | ||
| 18005 | 2025.04.22 03:14:12.458994 [ 276 ] {e2d9d234-82b6-45f8-8c52-7b7d385060b2} <Debug> TCPHandler: Processed in 0.00224058 sec. | ||
| 18006 | 2025.04.22 03:14:12.459113 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18007 | 2025.04.22 03:14:12.459217 [ 276 ] {24341504-a53f-4be5-bdb5-b2cc0ede16e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 18008 | 2025.04.22 03:14:12.459263 [ 276 ] {24341504-a53f-4be5-bdb5-b2cc0ede16e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 18009 | 2025.04.22 03:14:12.459805 [ 276 ] {24341504-a53f-4be5-bdb5-b2cc0ede16e3} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18010 | 2025.04.22 03:14:12.459846 [ 276 ] {24341504-a53f-4be5-bdb5-b2cc0ede16e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 18011 | 2025.04.22 03:14:12.460304 [ 276 ] {24341504-a53f-4be5-bdb5-b2cc0ede16e3} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 18012 | 2025.04.22 03:14:12.460785 [ 276 ] {24341504-a53f-4be5-bdb5-b2cc0ede16e3} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18013 | 2025.04.22 03:14:12.461009 [ 276 ] {24341504-a53f-4be5-bdb5-b2cc0ede16e3} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001806 sec., 62015.50387596899 rows/sec., 3.53 MiB/sec. | ||
| 18014 | 2025.04.22 03:14:12.461086 [ 276 ] {24341504-a53f-4be5-bdb5-b2cc0ede16e3} <Debug> TCPHandler: Processed in 0.002023234 sec. | ||
| 18015 | 2025.04.22 03:14:12.461316 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18016 | 2025.04.22 03:14:12.461445 [ 276 ] {b003687a-4d08-432e-90e6-57c840fc79c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18017 | 2025.04.22 03:14:12.461493 [ 276 ] {b003687a-4d08-432e-90e6-57c840fc79c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18018 | 2025.04.22 03:14:12.462189 [ 276 ] {b003687a-4d08-432e-90e6-57c840fc79c8} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18019 | 2025.04.22 03:14:12.462229 [ 276 ] {b003687a-4d08-432e-90e6-57c840fc79c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 18020 | 2025.04.22 03:14:12.462712 [ 276 ] {b003687a-4d08-432e-90e6-57c840fc79c8} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 18021 | 2025.04.22 03:14:12.463155 [ 276 ] {b003687a-4d08-432e-90e6-57c840fc79c8} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18022 | 2025.04.22 03:14:12.463376 [ 276 ] {b003687a-4d08-432e-90e6-57c840fc79c8} <Debug> executeQuery: Read 438 rows, 32.04 KiB in 0.001948 sec., 224845.99589322382 rows/sec., 16.06 MiB/sec. | ||
| 18023 | 2025.04.22 03:14:12.463435 [ 276 ] {b003687a-4d08-432e-90e6-57c840fc79c8} <Debug> TCPHandler: Processed in 0.002208569 sec. | ||
| 18024 | 2025.04.22 03:14:12.463560 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18025 | 2025.04.22 03:14:12.463842 [ 276 ] {0d747302-a0d4-4b35-a01c-14fdc74fe273} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 18026 | 2025.04.22 03:14:12.463992 [ 276 ] {0d747302-a0d4-4b35-a01c-14fdc74fe273} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 18027 | 2025.04.22 03:14:12.465047 [ 276 ] {0d747302-a0d4-4b35-a01c-14fdc74fe273} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18028 | 2025.04.22 03:14:12.465087 [ 276 ] {0d747302-a0d4-4b35-a01c-14fdc74fe273} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 18029 | 2025.04.22 03:14:12.465562 [ 276 ] {0d747302-a0d4-4b35-a01c-14fdc74fe273} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 18030 | 2025.04.22 03:14:12.466021 [ 276 ] {0d747302-a0d4-4b35-a01c-14fdc74fe273} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18031 | 2025.04.22 03:14:12.466187 [ 53 ] {} <Debug> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 18032 | 2025.04.22 03:14:12.466247 [ 276 ] {0d747302-a0d4-4b35-a01c-14fdc74fe273} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002513 sec., 2387.58456028651 rows/sec., 124.74 KiB/sec. | ||
| 18033 | 2025.04.22 03:14:12.466276 [ 53 ] {} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18034 | 2025.04.22 03:14:12.466358 [ 276 ] {0d747302-a0d4-4b35-a01c-14fdc74fe273} <Debug> TCPHandler: Processed in 0.002845506 sec. | ||
| 18035 | 2025.04.22 03:14:12.466358 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 18036 | 2025.04.22 03:14:12.466541 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18037 | 2025.04.22 03:14:12.466626 [ 188 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::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 | ||
| 18038 | 2025.04.22 03:14:12.466695 [ 276 ] {1f191757-342d-4153-b7c6-99bc8a003a1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18039 | 2025.04.22 03:14:12.466814 [ 276 ] {1f191757-342d-4153-b7c6-99bc8a003a1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18040 | 2025.04.22 03:14:12.467047 [ 188 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18041 | 2025.04.22 03:14:12.467158 [ 188 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 246 rows starting from the beginning of the part | ||
| 18042 | 2025.04.22 03:14:12.467468 [ 188 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 6 rows starting from the beginning of the part | ||
| 18043 | 2025.04.22 03:14:12.467770 [ 188 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 6 rows starting from the beginning of the part | ||
| 18044 | 2025.04.22 03:14:12.468004 [ 188 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 6 rows starting from the beginning of the part | ||
| 18045 | 2025.04.22 03:14:12.468324 [ 188 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 6 rows starting from the beginning of the part | ||
| 18046 | 2025.04.22 03:14:12.468696 [ 188 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 6 rows starting from the beginning of the part | ||
| 18047 | 2025.04.22 03:14:12.469493 [ 276 ] {1f191757-342d-4153-b7c6-99bc8a003a1a} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18048 | 2025.04.22 03:14:12.469558 [ 276 ] {1f191757-342d-4153-b7c6-99bc8a003a1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 18049 | 2025.04.22 03:14:12.470500 [ 276 ] {1f191757-342d-4153-b7c6-99bc8a003a1a} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 18050 | 2025.04.22 03:14:12.471105 [ 199 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 276 rows, containing 4 columns (4 merged, 0 gathered) in 0.004614733 sec., 59808.44395547911 rows/sec., 3.05 MiB/sec. | ||
| 18051 | 2025.04.22 03:14:12.471308 [ 276 ] {1f191757-342d-4153-b7c6-99bc8a003a1a} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18052 | 2025.04.22 03:14:12.471414 [ 190 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 18053 | 2025.04.22 03:14:12.471752 [ 276 ] {1f191757-342d-4153-b7c6-99bc8a003a1a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00508 sec., 46653.54330708661 rows/sec., 3.13 MiB/sec. | ||
| 18054 | 2025.04.22 03:14:12.471851 [ 276 ] {1f191757-342d-4153-b7c6-99bc8a003a1a} <Debug> TCPHandler: Processed in 0.005404865 sec. | ||
| 18055 | 2025.04.22 03:14:12.472011 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18056 | 2025.04.22 03:14:12.472150 [ 276 ] {8905f677-06d6-4d4b-8acc-2d783b783277} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 18057 | 2025.04.22 03:14:12.472232 [ 276 ] {8905f677-06d6-4d4b-8acc-2d783b783277} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 18058 | 2025.04.22 03:14:12.472367 [ 190 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_46_9} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18059 | 2025.04.22 03:14:12.472617 [ 190 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_46_9} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 18060 | 2025.04.22 03:14:12.472788 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 18061 | 2025.04.22 03:14:12.473014 [ 276 ] {8905f677-06d6-4d4b-8acc-2d783b783277} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18062 | 2025.04.22 03:14:12.473059 [ 276 ] {8905f677-06d6-4d4b-8acc-2d783b783277} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 18063 | 2025.04.22 03:14:12.473526 [ 276 ] {8905f677-06d6-4d4b-8acc-2d783b783277} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 18064 | 2025.04.22 03:14:12.473976 [ 276 ] {8905f677-06d6-4d4b-8acc-2d783b783277} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18065 | 2025.04.22 03:14:12.474189 [ 276 ] {8905f677-06d6-4d4b-8acc-2d783b783277} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002088 sec., 478.9272030651341 rows/sec., 32.27 KiB/sec. | ||
| 18066 | 2025.04.22 03:14:12.474240 [ 276 ] {8905f677-06d6-4d4b-8acc-2d783b783277} <Debug> TCPHandler: Processed in 0.002290111 sec. | ||
| 18067 | 2025.04.22 03:14:12.474357 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18068 | 2025.04.22 03:14:12.474460 [ 276 ] {78d0bcf7-ac6f-4972-8a90-f4baebee409c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18069 | 2025.04.22 03:14:12.474526 [ 276 ] {78d0bcf7-ac6f-4972-8a90-f4baebee409c} <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 | ||
| 18070 | 2025.04.22 03:14:12.475726 [ 276 ] {78d0bcf7-ac6f-4972-8a90-f4baebee409c} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18071 | 2025.04.22 03:14:12.475766 [ 276 ] {78d0bcf7-ac6f-4972-8a90-f4baebee409c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 18072 | 2025.04.22 03:14:12.476559 [ 276 ] {78d0bcf7-ac6f-4972-8a90-f4baebee409c} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 18073 | 2025.04.22 03:14:12.477022 [ 276 ] {78d0bcf7-ac6f-4972-8a90-f4baebee409c} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18074 | 2025.04.22 03:14:12.477274 [ 276 ] {78d0bcf7-ac6f-4972-8a90-f4baebee409c} <Debug> executeQuery: Read 50 rows, 91.75 KiB in 0.002835 sec., 17636.684303350972 rows/sec., 31.60 MiB/sec. | ||
| 18075 | 2025.04.22 03:14:12.477370 [ 276 ] {78d0bcf7-ac6f-4972-8a90-f4baebee409c} <Debug> TCPHandler: Processed in 0.003064562 sec. | ||
| 18076 | 2025.04.22 03:14:12.477498 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18077 | 2025.04.22 03:14:12.477603 [ 276 ] {0a99d708-18e5-409a-a93d-2130b832dd3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 18078 | 2025.04.22 03:14:12.477650 [ 276 ] {0a99d708-18e5-409a-a93d-2130b832dd3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 18079 | 2025.04.22 03:14:12.478057 [ 276 ] {0a99d708-18e5-409a-a93d-2130b832dd3a} <Trace> oximeter.measurements_i64 (311226c0-644b-4b7b-83a1-5452f2d554a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18080 | 2025.04.22 03:14:12.478096 [ 276 ] {0a99d708-18e5-409a-a93d-2130b832dd3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 18081 | 2025.04.22 03:14:12.478551 [ 276 ] {0a99d708-18e5-409a-a93d-2130b832dd3a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 18082 | 2025.04.22 03:14:12.479030 [ 276 ] {0a99d708-18e5-409a-a93d-2130b832dd3a} <Trace> oximeter.measurements_i64 (311226c0-644b-4b7b-83a1-5452f2d554a2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18083 | 2025.04.22 03:14:12.479282 [ 276 ] {0a99d708-18e5-409a-a93d-2130b832dd3a} <Debug> executeQuery: Read 6 rows, 405.00 B in 0.001689 sec., 3552.3978685612788 rows/sec., 234.17 KiB/sec. | ||
| 18084 | 2025.04.22 03:14:12.479439 [ 276 ] {0a99d708-18e5-409a-a93d-2130b832dd3a} <Debug> TCPHandler: Processed in 0.001984233 sec. | ||
| 18085 | 2025.04.22 03:14:12.479585 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18086 | 2025.04.22 03:14:12.479698 [ 276 ] {66703616-0a4f-4d9f-963f-b264872b43d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18087 | 2025.04.22 03:14:12.479746 [ 276 ] {66703616-0a4f-4d9f-963f-b264872b43d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18088 | 2025.04.22 03:14:12.480210 [ 276 ] {66703616-0a4f-4d9f-963f-b264872b43d3} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18089 | 2025.04.22 03:14:12.480250 [ 276 ] {66703616-0a4f-4d9f-963f-b264872b43d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 18090 | 2025.04.22 03:14:12.480753 [ 276 ] {66703616-0a4f-4d9f-963f-b264872b43d3} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 18091 | 2025.04.22 03:14:12.481257 [ 276 ] {66703616-0a4f-4d9f-963f-b264872b43d3} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18092 | 2025.04.22 03:14:12.481489 [ 276 ] {66703616-0a4f-4d9f-963f-b264872b43d3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001813 sec., 45228.90237175952 rows/sec., 2.87 MiB/sec. | ||
| 18093 | 2025.04.22 03:14:12.481543 [ 276 ] {66703616-0a4f-4d9f-963f-b264872b43d3} <Debug> TCPHandler: Processed in 0.002015494 sec. | ||
| 18094 | 2025.04.22 03:14:13.184251 [ 52 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 18095 | 2025.04.22 03:14:13.184304 [ 52 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 18096 | 2025.04.22 03:14:13.301659 [ 219 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 18097 | 2025.04.22 03:14:13.301720 [ 219 ] {} <Debug> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 18098 | 2025.04.22 03:14:13.304417 [ 219 ] {} <Debug> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 18099 | 2025.04.22 03:14:13.410924 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 41236 | ||
| 18100 | 2025.04.22 03:14:13.411650 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18101 | 2025.04.22 03:14:13.411703 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 18102 | 2025.04.22 03:14:13.412365 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 18103 | 2025.04.22 03:14:13.412891 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18104 | 2025.04.22 03:14:13.413098 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41236 | ||
| 18105 | 2025.04.22 03:14:14.503114 [ 223 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 18106 | 2025.04.22 03:14:14.503191 [ 223 ] {} <Debug> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 18107 | 2025.04.22 03:14:14.505813 [ 223 ] {} <Debug> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 18108 | 2025.04.22 03:14:15.000277 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 268.44 MiB, peak 290.14 MiB, free memory in arenas 0.00 B, will set to 272.44 MiB (RSS), difference: 4.00 MiB | ||
| 18109 | 2025.04.22 03:14:16.354766 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 679 | ||
| 18110 | 2025.04.22 03:14:16.380010 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18111 | 2025.04.22 03:14:16.380097 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 18112 | 2025.04.22 03:14:16.388049 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 18113 | 2025.04.22 03:14:16.389525 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18114 | 2025.04.22 03:14:16.394057 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 679 | ||
| 18115 | 2025.04.22 03:14:17.437315 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18116 | 2025.04.22 03:14:17.437524 [ 276 ] {82dacd1f-70d3-4b29-afbc-084d67f8868f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18117 | 2025.04.22 03:14:17.437601 [ 276 ] {82dacd1f-70d3-4b29-afbc-084d67f8868f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18118 | 2025.04.22 03:14:17.438477 [ 276 ] {82dacd1f-70d3-4b29-afbc-084d67f8868f} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18119 | 2025.04.22 03:14:17.438516 [ 276 ] {82dacd1f-70d3-4b29-afbc-084d67f8868f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 18120 | 2025.04.22 03:14:17.439047 [ 276 ] {82dacd1f-70d3-4b29-afbc-084d67f8868f} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 18121 | 2025.04.22 03:14:17.439495 [ 276 ] {82dacd1f-70d3-4b29-afbc-084d67f8868f} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18122 | 2025.04.22 03:14:17.439679 [ 276 ] {82dacd1f-70d3-4b29-afbc-084d67f8868f} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.002212 sec., 28933.092224231466 rows/sec., 2.29 MiB/sec. | ||
| 18123 | 2025.04.22 03:14:17.439770 [ 276 ] {82dacd1f-70d3-4b29-afbc-084d67f8868f} <Debug> TCPHandler: Processed in 0.00258529 sec. | ||
| 18124 | 2025.04.22 03:14:17.439834 [ 224 ] {} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 18125 | 2025.04.22 03:14:17.439902 [ 224 ] {} <Debug> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 18126 | 2025.04.22 03:14:17.439913 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18127 | 2025.04.22 03:14:17.440088 [ 276 ] {13f33f2c-cd72-4d31-977c-1e08fe15cd69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18128 | 2025.04.22 03:14:17.440159 [ 276 ] {13f33f2c-cd72-4d31-977c-1e08fe15cd69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18129 | 2025.04.22 03:14:17.441118 [ 276 ] {13f33f2c-cd72-4d31-977c-1e08fe15cd69} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18130 | 2025.04.22 03:14:17.441186 [ 276 ] {13f33f2c-cd72-4d31-977c-1e08fe15cd69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 18131 | 2025.04.22 03:14:17.441873 [ 276 ] {13f33f2c-cd72-4d31-977c-1e08fe15cd69} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 18132 | 2025.04.22 03:14:17.442524 [ 276 ] {13f33f2c-cd72-4d31-977c-1e08fe15cd69} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18133 | 2025.04.22 03:14:17.442790 [ 47 ] {} <Debug> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 18134 | 2025.04.22 03:14:17.442895 [ 47 ] {} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18135 | 2025.04.22 03:14:17.442987 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 18136 | 2025.04.22 03:14:17.443037 [ 276 ] {13f33f2c-cd72-4d31-977c-1e08fe15cd69} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.00299 sec., 1337.7926421404682 rows/sec., 100.60 KiB/sec. | ||
| 18137 | 2025.04.22 03:14:17.443416 [ 276 ] {13f33f2c-cd72-4d31-977c-1e08fe15cd69} <Debug> TCPHandler: Processed in 0.003560655 sec. | ||
| 18138 | 2025.04.22 03:14:17.443513 [ 188 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 18139 | 2025.04.22 03:14:17.443689 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18140 | 2025.04.22 03:14:17.444198 [ 276 ] {a42e4c5b-6c04-4a24-ae02-046b2cbd7efa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18141 | 2025.04.22 03:14:17.444402 [ 276 ] {a42e4c5b-6c04-4a24-ae02-046b2cbd7efa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18142 | 2025.04.22 03:14:17.444489 [ 188 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18143 | 2025.04.22 03:14:17.444685 [ 224 ] {} <Debug> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 18144 | 2025.04.22 03:14:17.444765 [ 188 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 178 rows starting from the beginning of the part | ||
| 18145 | 2025.04.22 03:14:17.445698 [ 188 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 4 rows starting from the beginning of the part | ||
| 18146 | 2025.04.22 03:14:17.446401 [ 188 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 153 rows starting from the beginning of the part | ||
| 18147 | 2025.04.22 03:14:17.446985 [ 188 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 8 rows starting from the beginning of the part | ||
| 18148 | 2025.04.22 03:14:17.447733 [ 188 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 156 rows starting from the beginning of the part | ||
| 18149 | 2025.04.22 03:14:17.448505 [ 188 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 4 rows starting from the beginning of the part | ||
| 18150 | 2025.04.22 03:14:17.450599 [ 276 ] {a42e4c5b-6c04-4a24-ae02-046b2cbd7efa} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18151 | 2025.04.22 03:14:17.450680 [ 276 ] {a42e4c5b-6c04-4a24-ae02-046b2cbd7efa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 18152 | 2025.04.22 03:14:17.452120 [ 276 ] {a42e4c5b-6c04-4a24-ae02-046b2cbd7efa} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 18153 | 2025.04.22 03:14:17.452335 [ 190 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 503 rows, containing 5 columns (5 merged, 0 gathered) in 0.009186266 sec., 54755.653711747516 rows/sec., 3.72 MiB/sec. | ||
| 18154 | 2025.04.22 03:14:17.452734 [ 198 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 18155 | 2025.04.22 03:14:17.452761 [ 276 ] {a42e4c5b-6c04-4a24-ae02-046b2cbd7efa} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18156 | 2025.04.22 03:14:17.453121 [ 276 ] {a42e4c5b-6c04-4a24-ae02-046b2cbd7efa} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.009103 sec., 7470.06481379765 rows/sec., 597.12 KiB/sec. | ||
| 18157 | 2025.04.22 03:14:17.453155 [ 223 ] {} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 18158 | 2025.04.22 03:14:17.453219 [ 223 ] {} <Debug> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 18159 | 2025.04.22 03:14:17.453279 [ 276 ] {a42e4c5b-6c04-4a24-ae02-046b2cbd7efa} <Debug> TCPHandler: Processed in 0.009698249 sec. | ||
| 18160 | 2025.04.22 03:14:17.453460 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18161 | 2025.04.22 03:14:17.453593 [ 276 ] {d594ccb3-6349-4722-8bba-a2cef57c9e0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18162 | 2025.04.22 03:14:17.453658 [ 276 ] {d594ccb3-6349-4722-8bba-a2cef57c9e0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18163 | 2025.04.22 03:14:17.453918 [ 198 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_126_25} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18164 | 2025.04.22 03:14:17.454433 [ 198 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_126_25} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 18165 | 2025.04.22 03:14:17.454647 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 18166 | 2025.04.22 03:14:17.455134 [ 276 ] {d594ccb3-6349-4722-8bba-a2cef57c9e0b} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18167 | 2025.04.22 03:14:17.455187 [ 276 ] {d594ccb3-6349-4722-8bba-a2cef57c9e0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 18168 | 2025.04.22 03:14:17.455826 [ 276 ] {d594ccb3-6349-4722-8bba-a2cef57c9e0b} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 18169 | 2025.04.22 03:14:17.456346 [ 276 ] {d594ccb3-6349-4722-8bba-a2cef57c9e0b} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18170 | 2025.04.22 03:14:17.456601 [ 276 ] {d594ccb3-6349-4722-8bba-a2cef57c9e0b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003033 sec., 52753.04978569073 rows/sec., 3.67 MiB/sec. | ||
| 18171 | 2025.04.22 03:14:17.456651 [ 276 ] {d594ccb3-6349-4722-8bba-a2cef57c9e0b} <Debug> TCPHandler: Processed in 0.003278808 sec. | ||
| 18172 | 2025.04.22 03:14:17.456771 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18173 | 2025.04.22 03:14:17.456876 [ 276 ] {c07d1434-6d84-4b74-bcf7-0e160fce4d87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18174 | 2025.04.22 03:14:17.456944 [ 276 ] {c07d1434-6d84-4b74-bcf7-0e160fce4d87} <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 | ||
| 18175 | 2025.04.22 03:14:17.457258 [ 223 ] {} <Debug> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 18176 | 2025.04.22 03:14:17.458471 [ 276 ] {c07d1434-6d84-4b74-bcf7-0e160fce4d87} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18177 | 2025.04.22 03:14:17.458508 [ 276 ] {c07d1434-6d84-4b74-bcf7-0e160fce4d87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 18178 | 2025.04.22 03:14:17.459219 [ 276 ] {c07d1434-6d84-4b74-bcf7-0e160fce4d87} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 18179 | 2025.04.22 03:14:17.459675 [ 276 ] {c07d1434-6d84-4b74-bcf7-0e160fce4d87} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18180 | 2025.04.22 03:14:17.459890 [ 47 ] {} <Debug> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 18181 | 2025.04.22 03:14:17.459929 [ 47 ] {} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18182 | 2025.04.22 03:14:17.459951 [ 276 ] {c07d1434-6d84-4b74-bcf7-0e160fce4d87} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.003096 sec., 1291.9896640826873 rows/sec., 2.32 MiB/sec. | ||
| 18183 | 2025.04.22 03:14:17.459954 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 18184 | 2025.04.22 03:14:17.460385 [ 200 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 18185 | 2025.04.22 03:14:17.461099 [ 276 ] {c07d1434-6d84-4b74-bcf7-0e160fce4d87} <Debug> TCPHandler: Processed in 0.004360437 sec. | ||
| 18186 | 2025.04.22 03:14:17.461950 [ 200 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18187 | 2025.04.22 03:14:17.462056 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18188 | 2025.04.22 03:14:17.462124 [ 200 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 2499 rows starting from the beginning of the part | ||
| 18189 | 2025.04.22 03:14:17.462398 [ 276 ] {76fabf08-ca5f-4c8a-9b08-1bc355b7e942} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18190 | 2025.04.22 03:14:17.462642 [ 276 ] {76fabf08-ca5f-4c8a-9b08-1bc355b7e942} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18191 | 2025.04.22 03:14:17.462886 [ 200 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 4 rows starting from the beginning of the part | ||
| 18192 | 2025.04.22 03:14:17.463737 [ 200 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 47 rows starting from the beginning of the part | ||
| 18193 | 2025.04.22 03:14:17.464517 [ 200 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 4 rows starting from the beginning of the part | ||
| 18194 | 2025.04.22 03:14:17.465093 [ 276 ] {76fabf08-ca5f-4c8a-9b08-1bc355b7e942} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18195 | 2025.04.22 03:14:17.465230 [ 276 ] {76fabf08-ca5f-4c8a-9b08-1bc355b7e942} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 18196 | 2025.04.22 03:14:17.465356 [ 200 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 50 rows starting from the beginning of the part | ||
| 18197 | 2025.04.22 03:14:17.466039 [ 200 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 4 rows starting from the beginning of the part | ||
| 18198 | 2025.04.22 03:14:17.467069 [ 276 ] {76fabf08-ca5f-4c8a-9b08-1bc355b7e942} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 18199 | 2025.04.22 03:14:17.467741 [ 276 ] {76fabf08-ca5f-4c8a-9b08-1bc355b7e942} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18200 | 2025.04.22 03:14:17.467965 [ 276 ] {76fabf08-ca5f-4c8a-9b08-1bc355b7e942} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005649 sec., 10621.348911311736 rows/sec., 732.98 KiB/sec. | ||
| 18201 | 2025.04.22 03:14:17.468031 [ 276 ] {76fabf08-ca5f-4c8a-9b08-1bc355b7e942} <Debug> TCPHandler: Processed in 0.006147595 sec. | ||
| 18202 | 2025.04.22 03:14:17.479214 [ 187 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2608 rows, containing 19 columns (19 merged, 0 gathered) in 0.019144332 sec., 136228.3102904818 rows/sec., 244.11 MiB/sec. | ||
| 18203 | 2025.04.22 03:14:17.481722 [ 201 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 18204 | 2025.04.22 03:14:17.482493 [ 201 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_126_25} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18205 | 2025.04.22 03:14:17.482590 [ 201 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_126_25} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 18206 | 2025.04.22 03:14:17.482772 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.89 MiB. | ||
| 18207 | 2025.04.22 03:14:17.856180 [ 221 ] {} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 18208 | 2025.04.22 03:14:17.856231 [ 221 ] {} <Debug> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 18209 | 2025.04.22 03:14:17.858194 [ 221 ] {} <Debug> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 18210 | 2025.04.22 03:14:18.669749 [ 225 ] {} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 18211 | 2025.04.22 03:14:18.669808 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 18212 | 2025.04.22 03:14:18.672845 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 18213 | 2025.04.22 03:14:18.683656 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2528 | ||
| 18214 | 2025.04.22 03:14:18.686806 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18215 | 2025.04.22 03:14:18.686863 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 18216 | 2025.04.22 03:14:18.688559 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 18217 | 2025.04.22 03:14:18.689122 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18218 | 2025.04.22 03:14:18.690509 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2528 | ||
| 18219 | 2025.04.22 03:14:20.913264 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 41663 | ||
| 18220 | 2025.04.22 03:14:20.914250 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18221 | 2025.04.22 03:14:20.914299 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 18222 | 2025.04.22 03:14:20.914845 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 18223 | 2025.04.22 03:14:20.915118 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18224 | 2025.04.22 03:14:20.915360 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41663 | ||
| 18225 | 2025.04.22 03:14:20.915364 [ 41 ] {} <Debug> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 18226 | 2025.04.22 03:14:20.915440 [ 41 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18227 | 2025.04.22 03:14:20.915462 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 18228 | 2025.04.22 03:14:20.915625 [ 190 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 18229 | 2025.04.22 03:14:20.915814 [ 190 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18230 | 2025.04.22 03:14:20.915866 [ 190 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_86_17, total 39406 rows starting from the beginning of the part | ||
| 18231 | 2025.04.22 03:14:20.915962 [ 190 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 427 rows starting from the beginning of the part | ||
| 18232 | 2025.04.22 03:14:20.916212 [ 190 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 488 rows starting from the beginning of the part | ||
| 18233 | 2025.04.22 03:14:20.916395 [ 190 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 427 rows starting from the beginning of the part | ||
| 18234 | 2025.04.22 03:14:20.916611 [ 190 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 488 rows starting from the beginning of the part | ||
| 18235 | 2025.04.22 03:14:20.916732 [ 190 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 427 rows starting from the beginning of the part | ||
| 18236 | 2025.04.22 03:14:20.920253 [ 187 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41663 rows, containing 4 columns (4 merged, 0 gathered) in 0.004709546 sec., 8846500.27837078 rows/sec., 126.55 MiB/sec. | ||
| 18237 | 2025.04.22 03:14:20.920471 [ 190 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 18238 | 2025.04.22 03:14:20.920772 [ 190 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_91_18} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18239 | 2025.04.22 03:14:20.920862 [ 190 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_91_18} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 18240 | 2025.04.22 03:14:20.920962 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 18241 | 2025.04.22 03:14:22.074986 [ 225 ] {} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 18242 | 2025.04.22 03:14:22.075057 [ 225 ] {} <Debug> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 18243 | 2025.04.22 03:14:22.077332 [ 225 ] {} <Debug> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 18244 | 2025.04.22 03:14:22.447692 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18245 | 2025.04.22 03:14:22.447905 [ 276 ] {95c44cac-da89-47c2-82f7-f64189e7d07c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 18246 | 2025.04.22 03:14:22.447991 [ 276 ] {95c44cac-da89-47c2-82f7-f64189e7d07c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 18247 | 2025.04.22 03:14:22.448916 [ 276 ] {95c44cac-da89-47c2-82f7-f64189e7d07c} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18248 | 2025.04.22 03:14:22.448971 [ 276 ] {95c44cac-da89-47c2-82f7-f64189e7d07c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 18249 | 2025.04.22 03:14:22.449417 [ 276 ] {95c44cac-da89-47c2-82f7-f64189e7d07c} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 18250 | 2025.04.22 03:14:22.449687 [ 276 ] {95c44cac-da89-47c2-82f7-f64189e7d07c} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18251 | 2025.04.22 03:14:22.449920 [ 276 ] {95c44cac-da89-47c2-82f7-f64189e7d07c} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002075 sec., 102168.67469879518 rows/sec., 6.50 MiB/sec. | ||
| 18252 | 2025.04.22 03:14:22.449991 [ 276 ] {95c44cac-da89-47c2-82f7-f64189e7d07c} <Debug> TCPHandler: Processed in 0.002445346 sec. | ||
| 18253 | 2025.04.22 03:14:22.450123 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18254 | 2025.04.22 03:14:22.450236 [ 276 ] {4d07b008-933c-47f1-95bb-b36f4df66ddd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 18255 | 2025.04.22 03:14:22.450288 [ 276 ] {4d07b008-933c-47f1-95bb-b36f4df66ddd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 18256 | 2025.04.22 03:14:22.450816 [ 276 ] {4d07b008-933c-47f1-95bb-b36f4df66ddd} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18257 | 2025.04.22 03:14:22.450863 [ 276 ] {4d07b008-933c-47f1-95bb-b36f4df66ddd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 18258 | 2025.04.22 03:14:22.451213 [ 276 ] {4d07b008-933c-47f1-95bb-b36f4df66ddd} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 18259 | 2025.04.22 03:14:22.451455 [ 276 ] {4d07b008-933c-47f1-95bb-b36f4df66ddd} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18260 | 2025.04.22 03:14:22.451687 [ 276 ] {4d07b008-933c-47f1-95bb-b36f4df66ddd} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001464 sec., 5464.48087431694 rows/sec., 445.59 KiB/sec. | ||
| 18261 | 2025.04.22 03:14:22.451791 [ 276 ] {4d07b008-933c-47f1-95bb-b36f4df66ddd} <Debug> TCPHandler: Processed in 0.001717356 sec. | ||
| 18262 | 2025.04.22 03:14:22.451969 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18263 | 2025.04.22 03:14:22.452095 [ 276 ] {eee6c945-c217-4ef2-bdb0-320a94a415ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18264 | 2025.04.22 03:14:22.452144 [ 276 ] {eee6c945-c217-4ef2-bdb0-320a94a415ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18265 | 2025.04.22 03:14:22.453175 [ 276 ] {eee6c945-c217-4ef2-bdb0-320a94a415ba} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18266 | 2025.04.22 03:14:22.453215 [ 276 ] {eee6c945-c217-4ef2-bdb0-320a94a415ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 18267 | 2025.04.22 03:14:22.453615 [ 276 ] {eee6c945-c217-4ef2-bdb0-320a94a415ba} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) | ||
| 18268 | 2025.04.22 03:14:22.453851 [ 276 ] {eee6c945-c217-4ef2-bdb0-320a94a415ba} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18269 | 2025.04.22 03:14:22.454066 [ 276 ] {eee6c945-c217-4ef2-bdb0-320a94a415ba} <Debug> executeQuery: Read 725 rows, 59.55 KiB in 0.001995 sec., 363408.5213032582 rows/sec., 29.15 MiB/sec. | ||
| 18270 | 2025.04.22 03:14:22.454119 [ 276 ] {eee6c945-c217-4ef2-bdb0-320a94a415ba} <Debug> TCPHandler: Processed in 0.00224978 sec. | ||
| 18271 | 2025.04.22 03:14:22.454240 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18272 | 2025.04.22 03:14:22.454345 [ 276 ] {092aa334-c32c-465f-a516-f19705178868} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18273 | 2025.04.22 03:14:22.454389 [ 276 ] {092aa334-c32c-465f-a516-f19705178868} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18274 | 2025.04.22 03:14:22.454983 [ 276 ] {092aa334-c32c-465f-a516-f19705178868} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18275 | 2025.04.22 03:14:22.455023 [ 276 ] {092aa334-c32c-465f-a516-f19705178868} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 18276 | 2025.04.22 03:14:22.455381 [ 276 ] {092aa334-c32c-465f-a516-f19705178868} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 18277 | 2025.04.22 03:14:22.455626 [ 276 ] {092aa334-c32c-465f-a516-f19705178868} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18278 | 2025.04.22 03:14:22.455821 [ 276 ] {092aa334-c32c-465f-a516-f19705178868} <Debug> executeQuery: Read 166 rows, 10.85 KiB in 0.001497 sec., 110888.44355377421 rows/sec., 7.08 MiB/sec. | ||
| 18279 | 2025.04.22 03:14:22.455873 [ 276 ] {092aa334-c32c-465f-a516-f19705178868} <Debug> TCPHandler: Processed in 0.001684625 sec. | ||
| 18280 | 2025.04.22 03:14:22.455991 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18281 | 2025.04.22 03:14:22.456096 [ 276 ] {79dd698e-bfb2-477e-b30d-11607d3fd5fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 18282 | 2025.04.22 03:14:22.456141 [ 276 ] {79dd698e-bfb2-477e-b30d-11607d3fd5fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 18283 | 2025.04.22 03:14:22.456697 [ 276 ] {79dd698e-bfb2-477e-b30d-11607d3fd5fd} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18284 | 2025.04.22 03:14:22.456736 [ 276 ] {79dd698e-bfb2-477e-b30d-11607d3fd5fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 18285 | 2025.04.22 03:14:22.457092 [ 276 ] {79dd698e-bfb2-477e-b30d-11607d3fd5fd} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 18286 | 2025.04.22 03:14:22.457325 [ 276 ] {79dd698e-bfb2-477e-b30d-11607d3fd5fd} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18287 | 2025.04.22 03:14:22.457507 [ 38 ] {} <Debug> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f) (MergerMutator): Selected 6 parts from all_1_64_13 to all_69_69_0 | ||
| 18288 | 2025.04.22 03:14:22.457519 [ 276 ] {79dd698e-bfb2-477e-b30d-11607d3fd5fd} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001439 sec., 78526.75469075747 rows/sec., 5.08 MiB/sec. | ||
| 18289 | 2025.04.22 03:14:22.457602 [ 38 ] {} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18290 | 2025.04.22 03:14:22.457667 [ 276 ] {79dd698e-bfb2-477e-b30d-11607d3fd5fd} <Debug> TCPHandler: Processed in 0.001724246 sec. | ||
| 18291 | 2025.04.22 03:14:22.457676 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 18292 | 2025.04.22 03:14:22.457863 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18293 | 2025.04.22 03:14:22.457890 [ 186 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_69_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_64_13 to all_69_69_0 into Compact with storage Full | ||
| 18294 | 2025.04.22 03:14:22.458063 [ 276 ] {d19b529c-7f3b-47de-8d99-89190e19b9d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 18295 | 2025.04.22 03:14:22.458169 [ 276 ] {d19b529c-7f3b-47de-8d99-89190e19b9d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 18296 | 2025.04.22 03:14:22.458210 [ 186 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_69_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18297 | 2025.04.22 03:14:22.458327 [ 186 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_69_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_64_13, total 365 rows starting from the beginning of the part | ||
| 18298 | 2025.04.22 03:14:22.458579 [ 186 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_69_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 228 rows starting from the beginning of the part | ||
| 18299 | 2025.04.22 03:14:22.458929 [ 186 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_69_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 113 rows starting from the beginning of the part | ||
| 18300 | 2025.04.22 03:14:22.459291 [ 186 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_69_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 228 rows starting from the beginning of the part | ||
| 18301 | 2025.04.22 03:14:22.459605 [ 186 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_69_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 113 rows starting from the beginning of the part | ||
| 18302 | 2025.04.22 03:14:22.459943 [ 186 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_69_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 113 rows starting from the beginning of the part | ||
| 18303 | 2025.04.22 03:14:22.461285 [ 276 ] {d19b529c-7f3b-47de-8d99-89190e19b9d8} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18304 | 2025.04.22 03:14:22.461366 [ 276 ] {d19b529c-7f3b-47de-8d99-89190e19b9d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 18305 | 2025.04.22 03:14:22.462311 [ 276 ] {d19b529c-7f3b-47de-8d99-89190e19b9d8} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 18306 | 2025.04.22 03:14:22.462791 [ 276 ] {d19b529c-7f3b-47de-8d99-89190e19b9d8} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18307 | 2025.04.22 03:14:22.463265 [ 276 ] {d19b529c-7f3b-47de-8d99-89190e19b9d8} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005225 sec., 21435.406698564595 rows/sec., 1.22 MiB/sec. | ||
| 18308 | 2025.04.22 03:14:22.463393 [ 186 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_69_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1160 rows, containing 5 columns (5 merged, 0 gathered) in 0.00558188 sec., 207815.28803915528 rows/sec., 14.69 MiB/sec. | ||
| 18309 | 2025.04.22 03:14:22.463416 [ 276 ] {d19b529c-7f3b-47de-8d99-89190e19b9d8} <Debug> TCPHandler: Processed in 0.005635551 sec. | ||
| 18310 | 2025.04.22 03:14:22.463583 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18311 | 2025.04.22 03:14:22.463606 [ 186 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_69_14} <Trace> MergedBlockOutputStream: filled checksums all_1_69_14 (state Temporary) | ||
| 18312 | 2025.04.22 03:14:22.463764 [ 276 ] {11448f76-27bf-419d-9d2b-2cfa6e72583f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18313 | 2025.04.22 03:14:22.463861 [ 276 ] {11448f76-27bf-419d-9d2b-2cfa6e72583f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18314 | 2025.04.22 03:14:22.464139 [ 186 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_69_14} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_merge_all_1_69_14 to all_1_69_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18315 | 2025.04.22 03:14:22.464415 [ 186 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_69_14} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f) (MergerMutator): Merged 6 parts: [all_1_64_13, all_69_69_0] -> all_1_69_14 | ||
| 18316 | 2025.04.22 03:14:22.464584 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 18317 | 2025.04.22 03:14:22.465165 [ 276 ] {11448f76-27bf-419d-9d2b-2cfa6e72583f} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18318 | 2025.04.22 03:14:22.465209 [ 276 ] {11448f76-27bf-419d-9d2b-2cfa6e72583f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 18319 | 2025.04.22 03:14:22.465593 [ 276 ] {11448f76-27bf-419d-9d2b-2cfa6e72583f} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) | ||
| 18320 | 2025.04.22 03:14:22.465832 [ 276 ] {11448f76-27bf-419d-9d2b-2cfa6e72583f} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18321 | 2025.04.22 03:14:22.466041 [ 276 ] {11448f76-27bf-419d-9d2b-2cfa6e72583f} <Debug> executeQuery: Read 442 rows, 32.40 KiB in 0.002313 sec., 191093.81755296153 rows/sec., 13.68 MiB/sec. | ||
| 18322 | 2025.04.22 03:14:22.466094 [ 276 ] {11448f76-27bf-419d-9d2b-2cfa6e72583f} <Debug> TCPHandler: Processed in 0.002578869 sec. | ||
| 18323 | 2025.04.22 03:14:22.466213 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18324 | 2025.04.22 03:14:22.466318 [ 276 ] {36ad31dc-26ad-4de3-a7b7-85a97a3439a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 18325 | 2025.04.22 03:14:22.466365 [ 276 ] {36ad31dc-26ad-4de3-a7b7-85a97a3439a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 18326 | 2025.04.22 03:14:22.466795 [ 276 ] {36ad31dc-26ad-4de3-a7b7-85a97a3439a2} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18327 | 2025.04.22 03:14:22.466837 [ 276 ] {36ad31dc-26ad-4de3-a7b7-85a97a3439a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 18328 | 2025.04.22 03:14:22.467258 [ 276 ] {36ad31dc-26ad-4de3-a7b7-85a97a3439a2} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 18329 | 2025.04.22 03:14:22.467519 [ 276 ] {36ad31dc-26ad-4de3-a7b7-85a97a3439a2} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18330 | 2025.04.22 03:14:22.467730 [ 276 ] {36ad31dc-26ad-4de3-a7b7-85a97a3439a2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00143 sec., 4195.804195804196 rows/sec., 219.21 KiB/sec. | ||
| 18331 | 2025.04.22 03:14:22.467781 [ 276 ] {36ad31dc-26ad-4de3-a7b7-85a97a3439a2} <Debug> TCPHandler: Processed in 0.001619594 sec. | ||
| 18332 | 2025.04.22 03:14:22.467911 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18333 | 2025.04.22 03:14:22.468024 [ 276 ] {6d86e50f-9e33-4fc2-83c9-54a8dd853753} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18334 | 2025.04.22 03:14:22.468089 [ 276 ] {6d86e50f-9e33-4fc2-83c9-54a8dd853753} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18335 | 2025.04.22 03:14:22.468666 [ 276 ] {6d86e50f-9e33-4fc2-83c9-54a8dd853753} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18336 | 2025.04.22 03:14:22.468707 [ 276 ] {6d86e50f-9e33-4fc2-83c9-54a8dd853753} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 18337 | 2025.04.22 03:14:22.469113 [ 276 ] {6d86e50f-9e33-4fc2-83c9-54a8dd853753} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) | ||
| 18338 | 2025.04.22 03:14:22.469357 [ 276 ] {6d86e50f-9e33-4fc2-83c9-54a8dd853753} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18339 | 2025.04.22 03:14:22.469541 [ 38 ] {} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Selected 6 parts from all_1_150_32 to all_155_155_0 | ||
| 18340 | 2025.04.22 03:14:22.469596 [ 276 ] {6d86e50f-9e33-4fc2-83c9-54a8dd853753} <Debug> executeQuery: Read 241 rows, 16.55 KiB in 0.001589 sec., 151667.71554436753 rows/sec., 10.17 MiB/sec. | ||
| 18341 | 2025.04.22 03:14:22.469614 [ 38 ] {} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18342 | 2025.04.22 03:14:22.469689 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 18343 | 2025.04.22 03:14:22.469725 [ 276 ] {6d86e50f-9e33-4fc2-83c9-54a8dd853753} <Debug> TCPHandler: Processed in 0.00186301 sec. | ||
| 18344 | 2025.04.22 03:14:22.469893 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_155_33} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_150_32 to all_155_155_0 into Compact with storage Full | ||
| 18345 | 2025.04.22 03:14:22.469912 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18346 | 2025.04.22 03:14:22.470058 [ 276 ] {08f9165f-cb70-4000-aa6b-6802d0b3db35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 18347 | 2025.04.22 03:14:22.470063 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_155_33} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18348 | 2025.04.22 03:14:22.470121 [ 276 ] {08f9165f-cb70-4000-aa6b-6802d0b3db35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 18349 | 2025.04.22 03:14:22.470121 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_155_33} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_150_32, total 43901 rows starting from the beginning of the part | ||
| 18350 | 2025.04.22 03:14:22.470417 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_155_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 956 rows starting from the beginning of the part | ||
| 18351 | 2025.04.22 03:14:22.470822 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_155_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 52 rows starting from the beginning of the part | ||
| 18352 | 2025.04.22 03:14:22.471177 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_155_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 237 rows starting from the beginning of the part | ||
| 18353 | 2025.04.22 03:14:22.471541 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_155_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 160 rows starting from the beginning of the part | ||
| 18354 | 2025.04.22 03:14:22.471843 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_155_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 241 rows starting from the beginning of the part | ||
| 18355 | 2025.04.22 03:14:22.472551 [ 276 ] {08f9165f-cb70-4000-aa6b-6802d0b3db35} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18356 | 2025.04.22 03:14:22.472592 [ 276 ] {08f9165f-cb70-4000-aa6b-6802d0b3db35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 18357 | 2025.04.22 03:14:22.473116 [ 276 ] {08f9165f-cb70-4000-aa6b-6802d0b3db35} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 18358 | 2025.04.22 03:14:22.473386 [ 276 ] {08f9165f-cb70-4000-aa6b-6802d0b3db35} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18359 | 2025.04.22 03:14:22.473776 [ 276 ] {08f9165f-cb70-4000-aa6b-6802d0b3db35} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003741 sec., 267.30820636193533 rows/sec., 18.01 KiB/sec. | ||
| 18360 | 2025.04.22 03:14:22.474014 [ 276 ] {08f9165f-cb70-4000-aa6b-6802d0b3db35} <Debug> TCPHandler: Processed in 0.004152591 sec. | ||
| 18361 | 2025.04.22 03:14:22.474399 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18362 | 2025.04.22 03:14:22.474798 [ 276 ] {3bcd132c-4109-4644-a7a0-ac09ff55072a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18363 | 2025.04.22 03:14:22.475037 [ 276 ] {3bcd132c-4109-4644-a7a0-ac09ff55072a} <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 | ||
| 18364 | 2025.04.22 03:14:22.476609 [ 276 ] {3bcd132c-4109-4644-a7a0-ac09ff55072a} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18365 | 2025.04.22 03:14:22.476651 [ 276 ] {3bcd132c-4109-4644-a7a0-ac09ff55072a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 18366 | 2025.04.22 03:14:22.477437 [ 276 ] {3bcd132c-4109-4644-a7a0-ac09ff55072a} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 18367 | 2025.04.22 03:14:22.477728 [ 276 ] {3bcd132c-4109-4644-a7a0-ac09ff55072a} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18368 | 2025.04.22 03:14:22.478070 [ 276 ] {3bcd132c-4109-4644-a7a0-ac09ff55072a} <Debug> executeQuery: Read 52 rows, 95.42 KiB in 0.003422 sec., 15195.791934541203 rows/sec., 27.23 MiB/sec. | ||
| 18369 | 2025.04.22 03:14:22.478224 [ 276 ] {3bcd132c-4109-4644-a7a0-ac09ff55072a} <Debug> TCPHandler: Processed in 0.003943606 sec. | ||
| 18370 | 2025.04.22 03:14:22.478346 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18371 | 2025.04.22 03:14:22.478450 [ 276 ] {64b86600-3b63-4fe5-8551-d381303e5aa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18372 | 2025.04.22 03:14:22.478498 [ 276 ] {64b86600-3b63-4fe5-8551-d381303e5aa9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18373 | 2025.04.22 03:14:22.478952 [ 276 ] {64b86600-3b63-4fe5-8551-d381303e5aa9} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18374 | 2025.04.22 03:14:22.478999 [ 276 ] {64b86600-3b63-4fe5-8551-d381303e5aa9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 18375 | 2025.04.22 03:14:22.479395 [ 276 ] {64b86600-3b63-4fe5-8551-d381303e5aa9} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) | ||
| 18376 | 2025.04.22 03:14:22.479668 [ 276 ] {64b86600-3b63-4fe5-8551-d381303e5aa9} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18377 | 2025.04.22 03:14:22.479937 [ 276 ] {64b86600-3b63-4fe5-8551-d381303e5aa9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001496 sec., 54812.83422459893 rows/sec., 3.48 MiB/sec. | ||
| 18378 | 2025.04.22 03:14:22.479997 [ 276 ] {64b86600-3b63-4fe5-8551-d381303e5aa9} <Debug> TCPHandler: Processed in 0.001702875 sec. | ||
| 18379 | 2025.04.22 03:14:22.482434 [ 186 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_155_33} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 45547 rows, containing 5 columns (5 merged, 0 gathered) in 0.012626917 sec., 3607135.455155047 rows/sec., 245.14 MiB/sec. | ||
| 18380 | 2025.04.22 03:14:22.482974 [ 193 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_155_33} <Trace> MergedBlockOutputStream: filled checksums all_1_155_33 (state Temporary) | ||
| 18381 | 2025.04.22 03:14:22.483345 [ 193 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_155_33} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_merge_all_1_155_33 to all_1_155_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18382 | 2025.04.22 03:14:22.483446 [ 193 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_155_33} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Merged 6 parts: [all_1_150_32, all_155_155_0] -> all_1_155_33 | ||
| 18383 | 2025.04.22 03:14:22.483564 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB. | ||
| 18384 | 2025.04.22 03:14:23.277175 [ 220 ] {} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 18385 | 2025.04.22 03:14:23.277240 [ 220 ] {} <Debug> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 18386 | 2025.04.22 03:14:23.279484 [ 220 ] {} <Debug> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 18387 | 2025.04.22 03:14:23.894136 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 686 | ||
| 18388 | 2025.04.22 03:14:23.917984 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18389 | 2025.04.22 03:14:23.918037 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 18390 | 2025.04.22 03:14:23.925572 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 18391 | 2025.04.22 03:14:23.926785 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18392 | 2025.04.22 03:14:23.927198 [ 35 ] {} <Debug> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 18393 | 2025.04.22 03:14:23.927337 [ 35 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18394 | 2025.04.22 03:14:23.927408 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 18395 | 2025.04.22 03:14:23.927852 [ 186 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 18396 | 2025.04.22 03:14:23.942670 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 686 | ||
| 18397 | 2025.04.22 03:14:23.943931 [ 186 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18398 | 2025.04.22 03:14:23.945143 [ 186 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 648 rows starting from the beginning of the part | ||
| 18399 | 2025.04.22 03:14:23.950258 [ 186 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 8 rows starting from the beginning of the part | ||
| 18400 | 2025.04.22 03:14:23.955642 [ 186 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 8 rows starting from the beginning of the part | ||
| 18401 | 2025.04.22 03:14:23.961482 [ 186 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 7 rows starting from the beginning of the part | ||
| 18402 | 2025.04.22 03:14:23.967297 [ 186 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 8 rows starting from the beginning of the part | ||
| 18403 | 2025.04.22 03:14:23.972891 [ 186 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 7 rows starting from the beginning of the part | ||
| 18404 | 2025.04.22 03:14:24.000165 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 288.07 MiB, peak 291.80 MiB, free memory in arenas 0.00 B, will set to 273.57 MiB (RSS), difference: -14.49 MiB | ||
| 18405 | 2025.04.22 03:14:24.040842 [ 186 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 686 rows, containing 679 columns (679 merged, 0 gathered) in 0.113271 sec., 6056.272126139966 rows/sec., 31.32 MiB/sec. | ||
| 18406 | 2025.04.22 03:14:24.044283 [ 192 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 18407 | 2025.04.22 03:14:24.047627 [ 192 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_91_18} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18408 | 2025.04.22 03:14:24.047727 [ 192 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_91_18} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 18409 | 2025.04.22 03:14:24.049981 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 18410 | 2025.04.22 03:14:25.000159 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 260.15 MiB, peak 291.80 MiB, free memory in arenas 0.00 B, will set to 273.57 MiB (RSS), difference: 13.42 MiB | ||
| 18411 | 2025.04.22 03:14:27.437361 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18412 | 2025.04.22 03:14:27.437559 [ 276 ] {cc73381f-daf4-4c27-bb4b-b3fc7a31b73c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18413 | 2025.04.22 03:14:27.437642 [ 276 ] {cc73381f-daf4-4c27-bb4b-b3fc7a31b73c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18414 | 2025.04.22 03:14:27.438478 [ 276 ] {cc73381f-daf4-4c27-bb4b-b3fc7a31b73c} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18415 | 2025.04.22 03:14:27.438533 [ 276 ] {cc73381f-daf4-4c27-bb4b-b3fc7a31b73c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 18416 | 2025.04.22 03:14:27.439116 [ 276 ] {cc73381f-daf4-4c27-bb4b-b3fc7a31b73c} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) | ||
| 18417 | 2025.04.22 03:14:27.439655 [ 276 ] {cc73381f-daf4-4c27-bb4b-b3fc7a31b73c} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18418 | 2025.04.22 03:14:27.439874 [ 32 ] {} <Debug> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 | ||
| 18419 | 2025.04.22 03:14:27.439904 [ 276 ] {cc73381f-daf4-4c27-bb4b-b3fc7a31b73c} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.002398 sec., 26688.90742285238 rows/sec., 2.11 MiB/sec. | ||
| 18420 | 2025.04.22 03:14:27.439957 [ 32 ] {} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18421 | 2025.04.22 03:14:27.440039 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 18422 | 2025.04.22 03:14:27.440044 [ 276 ] {cc73381f-daf4-4c27-bb4b-b3fc7a31b73c} <Debug> TCPHandler: Processed in 0.002817636 sec. | ||
| 18423 | 2025.04.22 03:14:27.440250 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18424 | 2025.04.22 03:14:27.440271 [ 193 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_156_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full | ||
| 18425 | 2025.04.22 03:14:27.440438 [ 276 ] {97ef2fea-5e58-4971-acb0-017b497aff71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18426 | 2025.04.22 03:14:27.440568 [ 276 ] {97ef2fea-5e58-4971-acb0-017b497aff71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18427 | 2025.04.22 03:14:27.440587 [ 193 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18428 | 2025.04.22 03:14:27.440695 [ 193 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 1989 rows starting from the beginning of the part | ||
| 18429 | 2025.04.22 03:14:27.440999 [ 193 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 56 rows starting from the beginning of the part | ||
| 18430 | 2025.04.22 03:14:27.441390 [ 193 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 717 rows starting from the beginning of the part | ||
| 18431 | 2025.04.22 03:14:27.441754 [ 193 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 64 rows starting from the beginning of the part | ||
| 18432 | 2025.04.22 03:14:27.442100 [ 193 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 725 rows starting from the beginning of the part | ||
| 18433 | 2025.04.22 03:14:27.442427 [ 193 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 64 rows starting from the beginning of the part | ||
| 18434 | 2025.04.22 03:14:27.443470 [ 276 ] {97ef2fea-5e58-4971-acb0-017b497aff71} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18435 | 2025.04.22 03:14:27.443539 [ 276 ] {97ef2fea-5e58-4971-acb0-017b497aff71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 18436 | 2025.04.22 03:14:27.444714 [ 276 ] {97ef2fea-5e58-4971-acb0-017b497aff71} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 18437 | 2025.04.22 03:14:27.445614 [ 276 ] {97ef2fea-5e58-4971-acb0-017b497aff71} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18438 | 2025.04.22 03:14:27.445699 [ 191 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3615 rows, containing 5 columns (5 merged, 0 gathered) in 0.005529557 sec., 653759.4241274663 rows/sec., 55.66 MiB/sec. | ||
| 18439 | 2025.04.22 03:14:27.445876 [ 276 ] {97ef2fea-5e58-4971-acb0-017b497aff71} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.005494 sec., 728.066982162359 rows/sec., 54.75 KiB/sec. | ||
| 18440 | 2025.04.22 03:14:27.445934 [ 276 ] {97ef2fea-5e58-4971-acb0-017b497aff71} <Debug> TCPHandler: Processed in 0.005759274 sec. | ||
| 18441 | 2025.04.22 03:14:27.446065 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18442 | 2025.04.22 03:14:27.446146 [ 191 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) | ||
| 18443 | 2025.04.22 03:14:27.446183 [ 276 ] {e7c99a14-dec1-42b0-bd2b-8e2dbfe0e69f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18444 | 2025.04.22 03:14:27.446244 [ 276 ] {e7c99a14-dec1-42b0-bd2b-8e2dbfe0e69f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18445 | 2025.04.22 03:14:27.446858 [ 191 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_156_31} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18446 | 2025.04.22 03:14:27.446888 [ 276 ] {e7c99a14-dec1-42b0-bd2b-8e2dbfe0e69f} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18447 | 2025.04.22 03:14:27.446934 [ 276 ] {e7c99a14-dec1-42b0-bd2b-8e2dbfe0e69f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 18448 | 2025.04.22 03:14:27.446965 [ 191 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_156_31} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 | ||
| 18449 | 2025.04.22 03:14:27.447064 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 18450 | 2025.04.22 03:14:27.447510 [ 276 ] {e7c99a14-dec1-42b0-bd2b-8e2dbfe0e69f} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) | ||
| 18451 | 2025.04.22 03:14:27.448010 [ 276 ] {e7c99a14-dec1-42b0-bd2b-8e2dbfe0e69f} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18452 | 2025.04.22 03:14:27.448161 [ 32 ] {} <Debug> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 | ||
| 18453 | 2025.04.22 03:14:27.448223 [ 32 ] {} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18454 | 2025.04.22 03:14:27.448242 [ 276 ] {e7c99a14-dec1-42b0-bd2b-8e2dbfe0e69f} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.002077 sec., 32739.5281656235 rows/sec., 2.56 MiB/sec. | ||
| 18455 | 2025.04.22 03:14:27.448261 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 18456 | 2025.04.22 03:14:27.448395 [ 276 ] {e7c99a14-dec1-42b0-bd2b-8e2dbfe0e69f} <Debug> TCPHandler: Processed in 0.002384834 sec. | ||
| 18457 | 2025.04.22 03:14:27.448447 [ 191 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_156_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full | ||
| 18458 | 2025.04.22 03:14:27.448541 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18459 | 2025.04.22 03:14:27.448575 [ 191 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18460 | 2025.04.22 03:14:27.448613 [ 191 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 966 rows starting from the beginning of the part | ||
| 18461 | 2025.04.22 03:14:27.448670 [ 276 ] {effe186b-4f22-46ce-861d-fe7e342b71fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18462 | 2025.04.22 03:14:27.448730 [ 191 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 64 rows starting from the beginning of the part | ||
| 18463 | 2025.04.22 03:14:27.448808 [ 276 ] {effe186b-4f22-46ce-861d-fe7e342b71fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18464 | 2025.04.22 03:14:27.449242 [ 191 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 438 rows starting from the beginning of the part | ||
| 18465 | 2025.04.22 03:14:27.449606 [ 191 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 68 rows starting from the beginning of the part | ||
| 18466 | 2025.04.22 03:14:27.450030 [ 191 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 442 rows starting from the beginning of the part | ||
| 18467 | 2025.04.22 03:14:27.450359 [ 191 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 68 rows starting from the beginning of the part | ||
| 18468 | 2025.04.22 03:14:27.451408 [ 276 ] {effe186b-4f22-46ce-861d-fe7e342b71fc} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18469 | 2025.04.22 03:14:27.451453 [ 276 ] {effe186b-4f22-46ce-861d-fe7e342b71fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 18470 | 2025.04.22 03:14:27.452177 [ 276 ] {effe186b-4f22-46ce-861d-fe7e342b71fc} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) | ||
| 18471 | 2025.04.22 03:14:27.452482 [ 197 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2046 rows, containing 5 columns (5 merged, 0 gathered) in 0.00409819 sec., 499244.78855299536 rows/sec., 38.35 MiB/sec. | ||
| 18472 | 2025.04.22 03:14:27.452786 [ 276 ] {effe186b-4f22-46ce-861d-fe7e342b71fc} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18473 | 2025.04.22 03:14:27.452818 [ 197 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) | ||
| 18474 | 2025.04.22 03:14:27.453193 [ 276 ] {effe186b-4f22-46ce-861d-fe7e342b71fc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004553 sec., 35141.66483637162 rows/sec., 2.45 MiB/sec. | ||
| 18475 | 2025.04.22 03:14:27.453334 [ 276 ] {effe186b-4f22-46ce-861d-fe7e342b71fc} <Debug> TCPHandler: Processed in 0.0048539 sec. | ||
| 18476 | 2025.04.22 03:14:27.453666 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18477 | 2025.04.22 03:14:27.454008 [ 189 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_156_31} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18478 | 2025.04.22 03:14:27.454108 [ 276 ] {041e3f7c-305d-42ff-964d-64672171366b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18479 | 2025.04.22 03:14:27.454524 [ 276 ] {041e3f7c-305d-42ff-964d-64672171366b} <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 | ||
| 18480 | 2025.04.22 03:14:27.454653 [ 189 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_156_31} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 | ||
| 18481 | 2025.04.22 03:14:27.454953 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 18482 | 2025.04.22 03:14:27.455974 [ 276 ] {041e3f7c-305d-42ff-964d-64672171366b} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18483 | 2025.04.22 03:14:27.456020 [ 276 ] {041e3f7c-305d-42ff-964d-64672171366b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 18484 | 2025.04.22 03:14:27.456800 [ 276 ] {041e3f7c-305d-42ff-964d-64672171366b} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 18485 | 2025.04.22 03:14:27.457279 [ 276 ] {041e3f7c-305d-42ff-964d-64672171366b} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18486 | 2025.04.22 03:14:27.457512 [ 276 ] {041e3f7c-305d-42ff-964d-64672171366b} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.003598 sec., 1111.728738187882 rows/sec., 1.99 MiB/sec. | ||
| 18487 | 2025.04.22 03:14:27.457607 [ 276 ] {041e3f7c-305d-42ff-964d-64672171366b} <Debug> TCPHandler: Processed in 0.004089439 sec. | ||
| 18488 | 2025.04.22 03:14:27.457730 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18489 | 2025.04.22 03:14:27.457837 [ 276 ] {01301739-871c-4716-af38-ae05e7dec482} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18490 | 2025.04.22 03:14:27.457886 [ 276 ] {01301739-871c-4716-af38-ae05e7dec482} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18491 | 2025.04.22 03:14:27.458322 [ 276 ] {01301739-871c-4716-af38-ae05e7dec482} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18492 | 2025.04.22 03:14:27.458363 [ 276 ] {01301739-871c-4716-af38-ae05e7dec482} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 18493 | 2025.04.22 03:14:27.458868 [ 276 ] {01301739-871c-4716-af38-ae05e7dec482} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) | ||
| 18494 | 2025.04.22 03:14:27.459320 [ 276 ] {01301739-871c-4716-af38-ae05e7dec482} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18495 | 2025.04.22 03:14:27.459509 [ 30 ] {} <Debug> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 | ||
| 18496 | 2025.04.22 03:14:27.459550 [ 276 ] {01301739-871c-4716-af38-ae05e7dec482} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001735 sec., 34582.1325648415 rows/sec., 2.33 MiB/sec. | ||
| 18497 | 2025.04.22 03:14:27.459605 [ 30 ] {} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18498 | 2025.04.22 03:14:27.459669 [ 276 ] {01301739-871c-4716-af38-ae05e7dec482} <Debug> TCPHandler: Processed in 0.001986493 sec. | ||
| 18499 | 2025.04.22 03:14:27.459675 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 18500 | 2025.04.22 03:14:27.459878 [ 197 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_156_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full | ||
| 18501 | 2025.04.22 03:14:27.460044 [ 197 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18502 | 2025.04.22 03:14:27.460149 [ 197 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_151_30, total 8640 rows starting from the beginning of the part | ||
| 18503 | 2025.04.22 03:14:27.460499 [ 197 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 18 rows starting from the beginning of the part | ||
| 18504 | 2025.04.22 03:14:27.460832 [ 197 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 82 rows starting from the beginning of the part | ||
| 18505 | 2025.04.22 03:14:27.461165 [ 197 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 60 rows starting from the beginning of the part | ||
| 18506 | 2025.04.22 03:14:27.461481 [ 197 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 82 rows starting from the beginning of the part | ||
| 18507 | 2025.04.22 03:14:27.461812 [ 197 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 60 rows starting from the beginning of the part | ||
| 18508 | 2025.04.22 03:14:27.464734 [ 201 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8942 rows, containing 4 columns (4 merged, 0 gathered) in 0.004948702 sec., 1806938.4658845896 rows/sec., 118.81 MiB/sec. | ||
| 18509 | 2025.04.22 03:14:27.465066 [ 199 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) | ||
| 18510 | 2025.04.22 03:14:27.465692 [ 199 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_156_31} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18511 | 2025.04.22 03:14:27.465780 [ 199 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_156_31} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 | ||
| 18512 | 2025.04.22 03:14:27.465867 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.85 MiB. | ||
| 18513 | 2025.04.22 03:14:28.184562 [ 30 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 18514 | 2025.04.22 03:14:28.184623 [ 30 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 18515 | 2025.04.22 03:14:28.415478 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 42151 | ||
| 18516 | 2025.04.22 03:14:28.416219 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18517 | 2025.04.22 03:14:28.416271 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 18518 | 2025.04.22 03:14:28.416938 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 18519 | 2025.04.22 03:14:28.417490 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18520 | 2025.04.22 03:14:28.417740 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42151 | ||
| 18521 | 2025.04.22 03:14:28.690732 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2564 | ||
| 18522 | 2025.04.22 03:14:28.693967 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18523 | 2025.04.22 03:14:28.694010 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 18524 | 2025.04.22 03:14:28.695582 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 18525 | 2025.04.22 03:14:28.696090 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18526 | 2025.04.22 03:14:28.697583 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2564 | ||
| 18527 | 2025.04.22 03:14:31.442756 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 694 | ||
| 18528 | 2025.04.22 03:14:31.466502 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18529 | 2025.04.22 03:14:31.466560 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 18530 | 2025.04.22 03:14:31.474314 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 18531 | 2025.04.22 03:14:31.475582 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18532 | 2025.04.22 03:14:31.480350 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 694 | ||
| 18533 | 2025.04.22 03:14:32.440161 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18534 | 2025.04.22 03:14:32.440612 [ 276 ] {cc34e736-4690-4fb0-b3d9-c2ba426b269c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 18535 | 2025.04.22 03:14:32.441118 [ 276 ] {cc34e736-4690-4fb0-b3d9-c2ba426b269c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18536 | 2025.04.22 03:14:32.441172 [ 276 ] {cc34e736-4690-4fb0-b3d9-c2ba426b269c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 18537 | 2025.04.22 03:14:32.441561 [ 276 ] {cc34e736-4690-4fb0-b3d9-c2ba426b269c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18538 | 2025.04.22 03:14:32.441638 [ 276 ] {cc34e736-4690-4fb0-b3d9-c2ba426b269c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18539 | 2025.04.22 03:14:32.441812 [ 276 ] {cc34e736-4690-4fb0-b3d9-c2ba426b269c} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Key condition: (column 0 notIn 47-element set) | ||
| 18540 | 2025.04.22 03:14:32.442014 [ 289 ] {cc34e736-4690-4fb0-b3d9-c2ba426b269c} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
| 18541 | 2025.04.22 03:14:32.442046 [ 288 ] {cc34e736-4690-4fb0-b3d9-c2ba426b269c} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
| 18542 | 2025.04.22 03:14:32.442025 [ 287 ] {cc34e736-4690-4fb0-b3d9-c2ba426b269c} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 18543 | 2025.04.22 03:14:32.442215 [ 276 ] {cc34e736-4690-4fb0-b3d9-c2ba426b269c} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (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 | ||
| 18544 | 2025.04.22 03:14:32.442244 [ 276 ] {cc34e736-4690-4fb0-b3d9-c2ba426b269c} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18545 | 2025.04.22 03:14:32.442340 [ 276 ] {cc34e736-4690-4fb0-b3d9-c2ba426b269c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 18546 | 2025.04.22 03:14:32.442363 [ 276 ] {cc34e736-4690-4fb0-b3d9-c2ba426b269c} <Debug> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010) (SelectExecutor): Reading approx. 46 rows with 2 streams | ||
| 18547 | 2025.04.22 03:14:32.442406 [ 276 ] {cc34e736-4690-4fb0-b3d9-c2ba426b269c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 18548 | 2025.04.22 03:14:32.442459 [ 276 ] {cc34e736-4690-4fb0-b3d9-c2ba426b269c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 18549 | 2025.04.22 03:14:32.444001 [ 276 ] {cc34e736-4690-4fb0-b3d9-c2ba426b269c} <Debug> executeQuery: Read 46 rows, 1.83 KiB in 0.003619 sec., 12710.693561757393 rows/sec., 505.69 KiB/sec. | ||
| 18550 | 2025.04.22 03:14:32.444136 [ 276 ] {cc34e736-4690-4fb0-b3d9-c2ba426b269c} <Debug> TCPHandler: Processed in 0.004159032 sec. | ||
| 18551 | 2025.04.22 03:14:32.450540 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18552 | 2025.04.22 03:14:32.450761 [ 276 ] {a97614d5-1362-4241-b5e4-1d7871a37e20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 18553 | 2025.04.22 03:14:32.450853 [ 276 ] {a97614d5-1362-4241-b5e4-1d7871a37e20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18554 | 2025.04.22 03:14:32.451908 [ 276 ] {a97614d5-1362-4241-b5e4-1d7871a37e20} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18555 | 2025.04.22 03:14:32.451951 [ 276 ] {a97614d5-1362-4241-b5e4-1d7871a37e20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 18556 | 2025.04.22 03:14:32.452530 [ 276 ] {a97614d5-1362-4241-b5e4-1d7871a37e20} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 18557 | 2025.04.22 03:14:32.452914 [ 276 ] {a97614d5-1362-4241-b5e4-1d7871a37e20} <Trace> oximeter.timeseries_schema (520a72b3-d9ab-4927-a7d1-a2258ab27010): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18558 | 2025.04.22 03:14:32.453167 [ 276 ] {a97614d5-1362-4241-b5e4-1d7871a37e20} <Debug> executeQuery: Read 1 rows, 106.00 B in 0.002461 sec., 406.33888663145063 rows/sec., 42.06 KiB/sec. | ||
| 18559 | 2025.04.22 03:14:32.453346 [ 276 ] {a97614d5-1362-4241-b5e4-1d7871a37e20} <Debug> TCPHandler: Processed in 0.002906378 sec. | ||
| 18560 | 2025.04.22 03:14:32.453482 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18561 | 2025.04.22 03:14:32.453585 [ 276 ] {b612c7c0-a57e-4c24-b996-e6c386fc282c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 18562 | 2025.04.22 03:14:32.453630 [ 276 ] {b612c7c0-a57e-4c24-b996-e6c386fc282c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 18563 | 2025.04.22 03:14:32.454303 [ 276 ] {b612c7c0-a57e-4c24-b996-e6c386fc282c} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18564 | 2025.04.22 03:14:32.454342 [ 276 ] {b612c7c0-a57e-4c24-b996-e6c386fc282c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 18565 | 2025.04.22 03:14:32.454806 [ 276 ] {b612c7c0-a57e-4c24-b996-e6c386fc282c} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 18566 | 2025.04.22 03:14:32.455283 [ 276 ] {b612c7c0-a57e-4c24-b996-e6c386fc282c} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18567 | 2025.04.22 03:14:32.455483 [ 276 ] {b612c7c0-a57e-4c24-b996-e6c386fc282c} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001919 sec., 110474.20531526838 rows/sec., 7.03 MiB/sec. | ||
| 18568 | 2025.04.22 03:14:32.455532 [ 276 ] {b612c7c0-a57e-4c24-b996-e6c386fc282c} <Debug> TCPHandler: Processed in 0.002098276 sec. | ||
| 18569 | 2025.04.22 03:14:32.455649 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18570 | 2025.04.22 03:14:32.455752 [ 276 ] {f19d90ee-fcd2-45bc-9043-0f5140f55f39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18571 | 2025.04.22 03:14:32.455795 [ 276 ] {f19d90ee-fcd2-45bc-9043-0f5140f55f39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18572 | 2025.04.22 03:14:32.456647 [ 276 ] {f19d90ee-fcd2-45bc-9043-0f5140f55f39} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18573 | 2025.04.22 03:14:32.456685 [ 276 ] {f19d90ee-fcd2-45bc-9043-0f5140f55f39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 18574 | 2025.04.22 03:14:32.457173 [ 276 ] {f19d90ee-fcd2-45bc-9043-0f5140f55f39} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) | ||
| 18575 | 2025.04.22 03:14:32.457610 [ 276 ] {f19d90ee-fcd2-45bc-9043-0f5140f55f39} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18576 | 2025.04.22 03:14:32.457803 [ 276 ] {f19d90ee-fcd2-45bc-9043-0f5140f55f39} <Debug> executeQuery: Read 728 rows, 59.92 KiB in 0.002072 sec., 351351.35135135136 rows/sec., 28.24 MiB/sec. | ||
| 18577 | 2025.04.22 03:14:32.457852 [ 276 ] {f19d90ee-fcd2-45bc-9043-0f5140f55f39} <Debug> TCPHandler: Processed in 0.00225162 sec. | ||
| 18578 | 2025.04.22 03:14:32.457974 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18579 | 2025.04.22 03:14:32.458077 [ 276 ] {8a16cb65-8c73-4f96-8f46-f7b25cf4816f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18580 | 2025.04.22 03:14:32.458119 [ 276 ] {8a16cb65-8c73-4f96-8f46-f7b25cf4816f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18581 | 2025.04.22 03:14:32.458677 [ 276 ] {8a16cb65-8c73-4f96-8f46-f7b25cf4816f} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18582 | 2025.04.22 03:14:32.458716 [ 276 ] {8a16cb65-8c73-4f96-8f46-f7b25cf4816f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 18583 | 2025.04.22 03:14:32.459175 [ 276 ] {8a16cb65-8c73-4f96-8f46-f7b25cf4816f} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 18584 | 2025.04.22 03:14:32.459608 [ 276 ] {8a16cb65-8c73-4f96-8f46-f7b25cf4816f} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18585 | 2025.04.22 03:14:32.459822 [ 276 ] {8a16cb65-8c73-4f96-8f46-f7b25cf4816f} <Debug> executeQuery: Read 161 rows, 10.52 KiB in 0.001764 sec., 91269.84126984127 rows/sec., 5.82 MiB/sec. | ||
| 18586 | 2025.04.22 03:14:32.459889 [ 276 ] {8a16cb65-8c73-4f96-8f46-f7b25cf4816f} <Debug> TCPHandler: Processed in 0.001964063 sec. | ||
| 18587 | 2025.04.22 03:14:32.460016 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18588 | 2025.04.22 03:14:32.460282 [ 276 ] {7ab905ad-8676-4940-bd15-bd5afc360d2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 18589 | 2025.04.22 03:14:32.460415 [ 276 ] {7ab905ad-8676-4940-bd15-bd5afc360d2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 18590 | 2025.04.22 03:14:32.461297 [ 276 ] {7ab905ad-8676-4940-bd15-bd5afc360d2a} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18591 | 2025.04.22 03:14:32.461335 [ 276 ] {7ab905ad-8676-4940-bd15-bd5afc360d2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 18592 | 2025.04.22 03:14:32.461776 [ 276 ] {7ab905ad-8676-4940-bd15-bd5afc360d2a} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 18593 | 2025.04.22 03:14:32.462238 [ 276 ] {7ab905ad-8676-4940-bd15-bd5afc360d2a} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18594 | 2025.04.22 03:14:32.462461 [ 276 ] {7ab905ad-8676-4940-bd15-bd5afc360d2a} <Debug> executeQuery: Read 114 rows, 7.56 KiB in 0.002279 sec., 50021.93944712593 rows/sec., 3.24 MiB/sec. | ||
| 18595 | 2025.04.22 03:14:32.462527 [ 276 ] {7ab905ad-8676-4940-bd15-bd5afc360d2a} <Debug> TCPHandler: Processed in 0.002563728 sec. | ||
| 18596 | 2025.04.22 03:14:32.462761 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18597 | 2025.04.22 03:14:32.462903 [ 276 ] {68c42a1d-7928-4380-8a93-a38643a72839} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 18598 | 2025.04.22 03:14:32.462949 [ 276 ] {68c42a1d-7928-4380-8a93-a38643a72839} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 18599 | 2025.04.22 03:14:32.463497 [ 276 ] {68c42a1d-7928-4380-8a93-a38643a72839} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18600 | 2025.04.22 03:14:32.463535 [ 276 ] {68c42a1d-7928-4380-8a93-a38643a72839} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 18601 | 2025.04.22 03:14:32.463976 [ 276 ] {68c42a1d-7928-4380-8a93-a38643a72839} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 18602 | 2025.04.22 03:14:32.464408 [ 276 ] {68c42a1d-7928-4380-8a93-a38643a72839} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18603 | 2025.04.22 03:14:32.464614 [ 276 ] {68c42a1d-7928-4380-8a93-a38643a72839} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001734 sec., 64590.542099192615 rows/sec., 3.68 MiB/sec. | ||
| 18604 | 2025.04.22 03:14:32.464664 [ 276 ] {68c42a1d-7928-4380-8a93-a38643a72839} <Debug> TCPHandler: Processed in 0.001998104 sec. | ||
| 18605 | 2025.04.22 03:14:32.464782 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18606 | 2025.04.22 03:14:32.464885 [ 276 ] {939c5617-c539-4229-8979-fe134aeab050} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18607 | 2025.04.22 03:14:32.464929 [ 276 ] {939c5617-c539-4229-8979-fe134aeab050} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18608 | 2025.04.22 03:14:32.465593 [ 276 ] {939c5617-c539-4229-8979-fe134aeab050} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18609 | 2025.04.22 03:14:32.465631 [ 276 ] {939c5617-c539-4229-8979-fe134aeab050} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 18610 | 2025.04.22 03:14:32.466155 [ 276 ] {939c5617-c539-4229-8979-fe134aeab050} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) | ||
| 18611 | 2025.04.22 03:14:32.466637 [ 276 ] {939c5617-c539-4229-8979-fe134aeab050} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18612 | 2025.04.22 03:14:32.466834 [ 276 ] {939c5617-c539-4229-8979-fe134aeab050} <Debug> executeQuery: Read 446 rows, 32.71 KiB in 0.00197 sec., 226395.9390862944 rows/sec., 16.22 MiB/sec. | ||
| 18613 | 2025.04.22 03:14:32.466885 [ 276 ] {939c5617-c539-4229-8979-fe134aeab050} <Debug> TCPHandler: Processed in 0.002151738 sec. | ||
| 18614 | 2025.04.22 03:14:32.467006 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18615 | 2025.04.22 03:14:32.467108 [ 276 ] {7339f5e4-7fae-4c7e-9797-8ea1b48b3324} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 18616 | 2025.04.22 03:14:32.467152 [ 276 ] {7339f5e4-7fae-4c7e-9797-8ea1b48b3324} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 18617 | 2025.04.22 03:14:32.467564 [ 276 ] {7339f5e4-7fae-4c7e-9797-8ea1b48b3324} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18618 | 2025.04.22 03:14:32.467602 [ 276 ] {7339f5e4-7fae-4c7e-9797-8ea1b48b3324} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 18619 | 2025.04.22 03:14:32.468051 [ 276 ] {7339f5e4-7fae-4c7e-9797-8ea1b48b3324} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 18620 | 2025.04.22 03:14:32.468510 [ 276 ] {7339f5e4-7fae-4c7e-9797-8ea1b48b3324} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18621 | 2025.04.22 03:14:32.468712 [ 276 ] {7339f5e4-7fae-4c7e-9797-8ea1b48b3324} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001625 sec., 3692.3076923076924 rows/sec., 192.91 KiB/sec. | ||
| 18622 | 2025.04.22 03:14:32.468759 [ 276 ] {7339f5e4-7fae-4c7e-9797-8ea1b48b3324} <Debug> TCPHandler: Processed in 0.001802348 sec. | ||
| 18623 | 2025.04.22 03:14:32.468867 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18624 | 2025.04.22 03:14:32.468968 [ 276 ] {584e5fa1-6e61-4774-8985-99262dc7b893} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18625 | 2025.04.22 03:14:32.469015 [ 276 ] {584e5fa1-6e61-4774-8985-99262dc7b893} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18626 | 2025.04.22 03:14:32.469515 [ 276 ] {584e5fa1-6e61-4774-8985-99262dc7b893} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18627 | 2025.04.22 03:14:32.469554 [ 276 ] {584e5fa1-6e61-4774-8985-99262dc7b893} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 18628 | 2025.04.22 03:14:32.470031 [ 276 ] {584e5fa1-6e61-4774-8985-99262dc7b893} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) | ||
| 18629 | 2025.04.22 03:14:32.470460 [ 276 ] {584e5fa1-6e61-4774-8985-99262dc7b893} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18630 | 2025.04.22 03:14:32.470625 [ 276 ] {584e5fa1-6e61-4774-8985-99262dc7b893} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001677 sec., 141323.79248658317 rows/sec., 9.47 MiB/sec. | ||
| 18631 | 2025.04.22 03:14:32.470674 [ 276 ] {584e5fa1-6e61-4774-8985-99262dc7b893} <Debug> TCPHandler: Processed in 0.001856519 sec. | ||
| 18632 | 2025.04.22 03:14:32.470806 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18633 | 2025.04.22 03:14:32.470908 [ 276 ] {e88460f2-bfba-4a96-b0df-757f44b89181} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 18634 | 2025.04.22 03:14:32.470953 [ 276 ] {e88460f2-bfba-4a96-b0df-757f44b89181} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 18635 | 2025.04.22 03:14:32.471350 [ 276 ] {e88460f2-bfba-4a96-b0df-757f44b89181} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18636 | 2025.04.22 03:14:32.471387 [ 276 ] {e88460f2-bfba-4a96-b0df-757f44b89181} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 18637 | 2025.04.22 03:14:32.471832 [ 276 ] {e88460f2-bfba-4a96-b0df-757f44b89181} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 18638 | 2025.04.22 03:14:32.472315 [ 276 ] {e88460f2-bfba-4a96-b0df-757f44b89181} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18639 | 2025.04.22 03:14:32.472480 [ 276 ] {e88460f2-bfba-4a96-b0df-757f44b89181} <Debug> executeQuery: Read 2 rows, 134.00 B in 0.001592 sec., 1256.2814070351758 rows/sec., 82.20 KiB/sec. | ||
| 18640 | 2025.04.22 03:14:32.472526 [ 276 ] {e88460f2-bfba-4a96-b0df-757f44b89181} <Debug> TCPHandler: Processed in 0.001778998 sec. | ||
| 18641 | 2025.04.22 03:14:32.472637 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18642 | 2025.04.22 03:14:32.472740 [ 276 ] {0ed7f4ef-86ca-4b9d-900d-1f15c3338cc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18643 | 2025.04.22 03:14:32.472803 [ 276 ] {0ed7f4ef-86ca-4b9d-900d-1f15c3338cc7} <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 | ||
| 18644 | 2025.04.22 03:14:32.473993 [ 276 ] {0ed7f4ef-86ca-4b9d-900d-1f15c3338cc7} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18645 | 2025.04.22 03:14:32.474029 [ 276 ] {0ed7f4ef-86ca-4b9d-900d-1f15c3338cc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 18646 | 2025.04.22 03:14:32.474819 [ 276 ] {0ed7f4ef-86ca-4b9d-900d-1f15c3338cc7} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 18647 | 2025.04.22 03:14:32.475257 [ 276 ] {0ed7f4ef-86ca-4b9d-900d-1f15c3338cc7} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18648 | 2025.04.22 03:14:32.475449 [ 276 ] {0ed7f4ef-86ca-4b9d-900d-1f15c3338cc7} <Debug> executeQuery: Read 55 rows, 100.92 KiB in 0.00273 sec., 20146.52014652015 rows/sec., 36.10 MiB/sec. | ||
| 18649 | 2025.04.22 03:14:32.475561 [ 276 ] {0ed7f4ef-86ca-4b9d-900d-1f15c3338cc7} <Debug> TCPHandler: Processed in 0.00297194 sec. | ||
| 18650 | 2025.04.22 03:14:32.475678 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18651 | 2025.04.22 03:14:32.475781 [ 276 ] {ab1c5408-fe49-434c-a0f9-849be5e91d86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 18652 | 2025.04.22 03:14:32.475826 [ 276 ] {ab1c5408-fe49-434c-a0f9-849be5e91d86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 18653 | 2025.04.22 03:14:32.476229 [ 276 ] {ab1c5408-fe49-434c-a0f9-849be5e91d86} <Trace> oximeter.measurements_i64 (311226c0-644b-4b7b-83a1-5452f2d554a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18654 | 2025.04.22 03:14:32.476265 [ 276 ] {ab1c5408-fe49-434c-a0f9-849be5e91d86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 18655 | 2025.04.22 03:14:32.476742 [ 276 ] {ab1c5408-fe49-434c-a0f9-849be5e91d86} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 18656 | 2025.04.22 03:14:32.477251 [ 276 ] {ab1c5408-fe49-434c-a0f9-849be5e91d86} <Trace> oximeter.measurements_i64 (311226c0-644b-4b7b-83a1-5452f2d554a2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18657 | 2025.04.22 03:14:32.477457 [ 276 ] {ab1c5408-fe49-434c-a0f9-849be5e91d86} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.001687 sec., 5334.914048606995 rows/sec., 376.85 KiB/sec. | ||
| 18658 | 2025.04.22 03:14:32.477631 [ 276 ] {ab1c5408-fe49-434c-a0f9-849be5e91d86} <Debug> TCPHandler: Processed in 0.001995903 sec. | ||
| 18659 | 2025.04.22 03:14:32.477770 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18660 | 2025.04.22 03:14:32.477875 [ 276 ] {328df71b-532e-4455-b46c-2de190bf76f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18661 | 2025.04.22 03:14:32.477920 [ 276 ] {328df71b-532e-4455-b46c-2de190bf76f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18662 | 2025.04.22 03:14:32.478356 [ 276 ] {328df71b-532e-4455-b46c-2de190bf76f3} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18663 | 2025.04.22 03:14:32.478394 [ 276 ] {328df71b-532e-4455-b46c-2de190bf76f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 18664 | 2025.04.22 03:14:32.478840 [ 276 ] {328df71b-532e-4455-b46c-2de190bf76f3} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) | ||
| 18665 | 2025.04.22 03:14:32.479267 [ 276 ] {328df71b-532e-4455-b46c-2de190bf76f3} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18666 | 2025.04.22 03:14:32.479427 [ 276 ] {328df71b-532e-4455-b46c-2de190bf76f3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001579 sec., 51931.602279924 rows/sec., 3.30 MiB/sec. | ||
| 18667 | 2025.04.22 03:14:32.479480 [ 276 ] {328df71b-532e-4455-b46c-2de190bf76f3} <Debug> TCPHandler: Processed in 0.001762077 sec. | ||
| 18668 | 2025.04.22 03:14:33.000194 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 274.58 MiB, peak 291.80 MiB, free memory in arenas 0.00 B, will set to 273.57 MiB (RSS), difference: -1.01 MiB | ||
| 18669 | 2025.04.22 03:14:33.490246 [ 82 ] {} <Debug> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 18670 | 2025.04.22 03:14:33.490311 [ 82 ] {} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18671 | 2025.04.22 03:14:33.490333 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 18672 | 2025.04.22 03:14:33.490533 [ 197 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full | ||
| 18673 | 2025.04.22 03:14:33.490753 [ 197 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18674 | 2025.04.22 03:14:33.490791 [ 197 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 20 rows starting from the beginning of the part | ||
| 18675 | 2025.04.22 03:14:33.490875 [ 197 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 4 rows starting from the beginning of the part | ||
| 18676 | 2025.04.22 03:14:33.490979 [ 197 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 2 rows starting from the beginning of the part | ||
| 18677 | 2025.04.22 03:14:33.491223 [ 197 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 4 rows starting from the beginning of the part | ||
| 18678 | 2025.04.22 03:14:33.491443 [ 197 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 8 rows starting from the beginning of the part | ||
| 18679 | 2025.04.22 03:14:33.492678 [ 199 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.00226634 sec., 16767.122320569728 rows/sec., 1.40 MiB/sec. | ||
| 18680 | 2025.04.22 03:14:33.492952 [ 197 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 18681 | 2025.04.22 03:14:33.493519 [ 197 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_41_10} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18682 | 2025.04.22 03:14:33.493605 [ 197 ] {b0f900e5-7d6e-4829-a078-0e8a5cea0c68::all_1_41_10} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 18683 | 2025.04.22 03:14:33.493686 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 18684 | 2025.04.22 03:14:34.505514 [ 223 ] {} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 18685 | 2025.04.22 03:14:34.505587 [ 223 ] {} <Debug> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 18686 | 2025.04.22 03:14:34.508745 [ 223 ] {} <Debug> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 18687 | 2025.04.22 03:14:35.674702 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18688 | 2025.04.22 03:14:35.674964 [ 276 ] {de1e091d-3777-4131-8425-37a6056ba7b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 18689 | 2025.04.22 03:14:35.675034 [ 276 ] {de1e091d-3777-4131-8425-37a6056ba7b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 18690 | 2025.04.22 03:14:35.675901 [ 276 ] {de1e091d-3777-4131-8425-37a6056ba7b0} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18691 | 2025.04.22 03:14:35.675946 [ 276 ] {de1e091d-3777-4131-8425-37a6056ba7b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 18692 | 2025.04.22 03:14:35.676558 [ 276 ] {de1e091d-3777-4131-8425-37a6056ba7b0} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 18693 | 2025.04.22 03:14:35.677043 [ 276 ] {de1e091d-3777-4131-8425-37a6056ba7b0} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18694 | 2025.04.22 03:14:35.677280 [ 276 ] {de1e091d-3777-4131-8425-37a6056ba7b0} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002366 sec., 1690.61707523246 rows/sec., 137.86 KiB/sec. | ||
| 18695 | 2025.04.22 03:14:35.677342 [ 276 ] {de1e091d-3777-4131-8425-37a6056ba7b0} <Debug> TCPHandler: Processed in 0.002821635 sec. | ||
| 18696 | 2025.04.22 03:14:35.677654 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18697 | 2025.04.22 03:14:35.677757 [ 276 ] {2bd8f5ed-8670-4b65-a410-f8735dfb186e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18698 | 2025.04.22 03:14:35.677801 [ 276 ] {2bd8f5ed-8670-4b65-a410-f8735dfb186e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18699 | 2025.04.22 03:14:35.678965 [ 276 ] {2bd8f5ed-8670-4b65-a410-f8735dfb186e} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18700 | 2025.04.22 03:14:35.679004 [ 276 ] {2bd8f5ed-8670-4b65-a410-f8735dfb186e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 18701 | 2025.04.22 03:14:35.679593 [ 276 ] {2bd8f5ed-8670-4b65-a410-f8735dfb186e} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) | ||
| 18702 | 2025.04.22 03:14:35.680062 [ 276 ] {2bd8f5ed-8670-4b65-a410-f8735dfb186e} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18703 | 2025.04.22 03:14:35.680275 [ 276 ] {2bd8f5ed-8670-4b65-a410-f8735dfb186e} <Debug> executeQuery: Read 1206 rows, 101.90 KiB in 0.002539 sec., 474990.153603781 rows/sec., 39.19 MiB/sec. | ||
| 18704 | 2025.04.22 03:14:35.680330 [ 276 ] {2bd8f5ed-8670-4b65-a410-f8735dfb186e} <Debug> TCPHandler: Processed in 0.002726033 sec. | ||
| 18705 | 2025.04.22 03:14:35.680450 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18706 | 2025.04.22 03:14:35.680552 [ 276 ] {fbe17e54-7bc4-4dd9-bdad-f0202ebb7a32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18707 | 2025.04.22 03:14:35.680597 [ 276 ] {fbe17e54-7bc4-4dd9-bdad-f0202ebb7a32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18708 | 2025.04.22 03:14:35.681137 [ 276 ] {fbe17e54-7bc4-4dd9-bdad-f0202ebb7a32} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18709 | 2025.04.22 03:14:35.681177 [ 276 ] {fbe17e54-7bc4-4dd9-bdad-f0202ebb7a32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 18710 | 2025.04.22 03:14:35.681628 [ 276 ] {fbe17e54-7bc4-4dd9-bdad-f0202ebb7a32} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 18711 | 2025.04.22 03:14:35.682095 [ 276 ] {fbe17e54-7bc4-4dd9-bdad-f0202ebb7a32} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18712 | 2025.04.22 03:14:35.682310 [ 276 ] {fbe17e54-7bc4-4dd9-bdad-f0202ebb7a32} <Debug> executeQuery: Read 8 rows, 594.00 B in 0.001779 sec., 4496.908375491849 rows/sec., 326.07 KiB/sec. | ||
| 18713 | 2025.04.22 03:14:35.682364 [ 276 ] {fbe17e54-7bc4-4dd9-bdad-f0202ebb7a32} <Debug> TCPHandler: Processed in 0.001963873 sec. | ||
| 18714 | 2025.04.22 03:14:35.682511 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18715 | 2025.04.22 03:14:35.682617 [ 276 ] {07ab8901-eb20-4dae-b2a5-5c40ed986f00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 18716 | 2025.04.22 03:14:35.682660 [ 276 ] {07ab8901-eb20-4dae-b2a5-5c40ed986f00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 18717 | 2025.04.22 03:14:35.683279 [ 276 ] {07ab8901-eb20-4dae-b2a5-5c40ed986f00} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18718 | 2025.04.22 03:14:35.683317 [ 276 ] {07ab8901-eb20-4dae-b2a5-5c40ed986f00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 18719 | 2025.04.22 03:14:35.683778 [ 276 ] {07ab8901-eb20-4dae-b2a5-5c40ed986f00} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 18720 | 2025.04.22 03:14:35.684241 [ 276 ] {07ab8901-eb20-4dae-b2a5-5c40ed986f00} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18721 | 2025.04.22 03:14:35.684472 [ 276 ] {07ab8901-eb20-4dae-b2a5-5c40ed986f00} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001874 sec., 121664.8879402348 rows/sec., 8.24 MiB/sec. | ||
| 18722 | 2025.04.22 03:14:35.684552 [ 276 ] {07ab8901-eb20-4dae-b2a5-5c40ed986f00} <Debug> TCPHandler: Processed in 0.002094545 sec. | ||
| 18723 | 2025.04.22 03:14:35.684776 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18724 | 2025.04.22 03:14:35.684906 [ 276 ] {02eb205c-ac24-493c-8188-41508630e361} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18725 | 2025.04.22 03:14:35.684956 [ 276 ] {02eb205c-ac24-493c-8188-41508630e361} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18726 | 2025.04.22 03:14:35.685674 [ 276 ] {02eb205c-ac24-493c-8188-41508630e361} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18727 | 2025.04.22 03:14:35.685713 [ 276 ] {02eb205c-ac24-493c-8188-41508630e361} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 18728 | 2025.04.22 03:14:35.686203 [ 276 ] {02eb205c-ac24-493c-8188-41508630e361} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) | ||
| 18729 | 2025.04.22 03:14:35.686715 [ 276 ] {02eb205c-ac24-493c-8188-41508630e361} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18730 | 2025.04.22 03:14:35.686934 [ 276 ] {02eb205c-ac24-493c-8188-41508630e361} <Debug> executeQuery: Read 528 rows, 40.05 KiB in 0.002048 sec., 257812.5 rows/sec., 19.10 MiB/sec. | ||
| 18731 | 2025.04.22 03:14:35.686989 [ 276 ] {02eb205c-ac24-493c-8188-41508630e361} <Debug> TCPHandler: Processed in 0.002303342 sec. | ||
| 18732 | 2025.04.22 03:14:35.687114 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18733 | 2025.04.22 03:14:35.687217 [ 276 ] {4c6a38c0-e325-47f4-94fe-83fb3ddd8565} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18734 | 2025.04.22 03:14:35.687265 [ 276 ] {4c6a38c0-e325-47f4-94fe-83fb3ddd8565} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18735 | 2025.04.22 03:14:35.687995 [ 276 ] {4c6a38c0-e325-47f4-94fe-83fb3ddd8565} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18736 | 2025.04.22 03:14:35.688034 [ 276 ] {4c6a38c0-e325-47f4-94fe-83fb3ddd8565} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 18737 | 2025.04.22 03:14:35.688579 [ 276 ] {4c6a38c0-e325-47f4-94fe-83fb3ddd8565} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) | ||
| 18738 | 2025.04.22 03:14:35.689045 [ 276 ] {4c6a38c0-e325-47f4-94fe-83fb3ddd8565} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18739 | 2025.04.22 03:14:35.689243 [ 276 ] {4c6a38c0-e325-47f4-94fe-83fb3ddd8565} <Debug> executeQuery: Read 956 rows, 65.68 KiB in 0.002048 sec., 466796.875 rows/sec., 31.32 MiB/sec. | ||
| 18740 | 2025.04.22 03:14:35.689294 [ 276 ] {4c6a38c0-e325-47f4-94fe-83fb3ddd8565} <Debug> TCPHandler: Processed in 0.002228289 sec. | ||
| 18741 | 2025.04.22 03:14:35.689411 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18742 | 2025.04.22 03:14:35.689513 [ 276 ] {d7014103-ac64-4277-8b4a-b4210c6db434} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18743 | 2025.04.22 03:14:35.689578 [ 276 ] {d7014103-ac64-4277-8b4a-b4210c6db434} <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 | ||
| 18744 | 2025.04.22 03:14:35.690621 [ 276 ] {d7014103-ac64-4277-8b4a-b4210c6db434} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18745 | 2025.04.22 03:14:35.690661 [ 276 ] {d7014103-ac64-4277-8b4a-b4210c6db434} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 18746 | 2025.04.22 03:14:35.691363 [ 276 ] {d7014103-ac64-4277-8b4a-b4210c6db434} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 18747 | 2025.04.22 03:14:35.691842 [ 276 ] {d7014103-ac64-4277-8b4a-b4210c6db434} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18748 | 2025.04.22 03:14:35.692124 [ 276 ] {d7014103-ac64-4277-8b4a-b4210c6db434} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002631 sec., 1520.3344735841886 rows/sec., 2.72 MiB/sec. | ||
| 18749 | 2025.04.22 03:14:35.692226 [ 276 ] {d7014103-ac64-4277-8b4a-b4210c6db434} <Debug> TCPHandler: Processed in 0.002863727 sec. | ||
| 18750 | 2025.04.22 03:14:35.692358 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18751 | 2025.04.22 03:14:35.692482 [ 276 ] {1c63f666-ff02-40a7-9be9-b6468296c97b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18752 | 2025.04.22 03:14:35.692557 [ 276 ] {1c63f666-ff02-40a7-9be9-b6468296c97b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18753 | 2025.04.22 03:14:35.693327 [ 276 ] {1c63f666-ff02-40a7-9be9-b6468296c97b} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18754 | 2025.04.22 03:14:35.693364 [ 276 ] {1c63f666-ff02-40a7-9be9-b6468296c97b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 18755 | 2025.04.22 03:14:35.693868 [ 276 ] {1c63f666-ff02-40a7-9be9-b6468296c97b} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) | ||
| 18756 | 2025.04.22 03:14:35.694371 [ 276 ] {1c63f666-ff02-40a7-9be9-b6468296c97b} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18757 | 2025.04.22 03:14:35.694574 [ 276 ] {1c63f666-ff02-40a7-9be9-b6468296c97b} <Debug> executeQuery: Read 42 rows, 2.89 KiB in 0.002129 sec., 19727.571629873182 rows/sec., 1.33 MiB/sec. | ||
| 18758 | 2025.04.22 03:14:35.694626 [ 276 ] {1c63f666-ff02-40a7-9be9-b6468296c97b} <Debug> TCPHandler: Processed in 0.002322692 sec. | ||
| 18759 | 2025.04.22 03:14:35.917928 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 42578 | ||
| 18760 | 2025.04.22 03:14:35.918825 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18761 | 2025.04.22 03:14:35.918876 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 18762 | 2025.04.22 03:14:35.919423 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 18763 | 2025.04.22 03:14:35.919871 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18764 | 2025.04.22 03:14:35.920119 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42578 | ||
| 18765 | 2025.04.22 03:14:37.413867 [ 223 ] {} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 18766 | 2025.04.22 03:14:37.413951 [ 223 ] {} <Debug> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 18767 | 2025.04.22 03:14:37.417529 [ 223 ] {} <Debug> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 18768 | 2025.04.22 03:14:37.432180 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18769 | 2025.04.22 03:14:37.432455 [ 276 ] {ae620e25-ca6a-4532-ac5f-41c2f3f3a4c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18770 | 2025.04.22 03:14:37.432564 [ 276 ] {ae620e25-ca6a-4532-ac5f-41c2f3f3a4c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18771 | 2025.04.22 03:14:37.433539 [ 276 ] {ae620e25-ca6a-4532-ac5f-41c2f3f3a4c7} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18772 | 2025.04.22 03:14:37.433582 [ 276 ] {ae620e25-ca6a-4532-ac5f-41c2f3f3a4c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 18773 | 2025.04.22 03:14:37.434105 [ 276 ] {ae620e25-ca6a-4532-ac5f-41c2f3f3a4c7} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) | ||
| 18774 | 2025.04.22 03:14:37.434569 [ 276 ] {ae620e25-ca6a-4532-ac5f-41c2f3f3a4c7} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18775 | 2025.04.22 03:14:37.434816 [ 276 ] {ae620e25-ca6a-4532-ac5f-41c2f3f3a4c7} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002437 sec., 22979.072630283135 rows/sec., 1.77 MiB/sec. | ||
| 18776 | 2025.04.22 03:14:37.434877 [ 276 ] {ae620e25-ca6a-4532-ac5f-41c2f3f3a4c7} <Debug> TCPHandler: Processed in 0.002869277 sec. | ||
| 18777 | 2025.04.22 03:14:37.434953 [ 221 ] {} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 18778 | 2025.04.22 03:14:37.435038 [ 221 ] {} <Debug> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 18779 | 2025.04.22 03:14:37.435061 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18780 | 2025.04.22 03:14:37.435230 [ 276 ] {dd6a5dde-73e6-4260-b944-e341bd69079a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18781 | 2025.04.22 03:14:37.435362 [ 276 ] {dd6a5dde-73e6-4260-b944-e341bd69079a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18782 | 2025.04.22 03:14:37.436090 [ 276 ] {dd6a5dde-73e6-4260-b944-e341bd69079a} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18783 | 2025.04.22 03:14:37.436135 [ 276 ] {dd6a5dde-73e6-4260-b944-e341bd69079a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 18784 | 2025.04.22 03:14:37.437006 [ 276 ] {dd6a5dde-73e6-4260-b944-e341bd69079a} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) | ||
| 18785 | 2025.04.22 03:14:37.437815 [ 276 ] {dd6a5dde-73e6-4260-b944-e341bd69079a} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18786 | 2025.04.22 03:14:37.438026 [ 276 ] {dd6a5dde-73e6-4260-b944-e341bd69079a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00282 sec., 22695.03546099291 rows/sec., 1.77 MiB/sec. | ||
| 18787 | 2025.04.22 03:14:37.438132 [ 276 ] {dd6a5dde-73e6-4260-b944-e341bd69079a} <Debug> TCPHandler: Processed in 0.003128004 sec. | ||
| 18788 | 2025.04.22 03:14:37.438291 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18789 | 2025.04.22 03:14:37.438523 [ 276 ] {b6bf8a75-8bd2-45c6-98d5-26d03d5cb6b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18790 | 2025.04.22 03:14:37.438583 [ 276 ] {b6bf8a75-8bd2-45c6-98d5-26d03d5cb6b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18791 | 2025.04.22 03:14:37.439443 [ 276 ] {b6bf8a75-8bd2-45c6-98d5-26d03d5cb6b7} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18792 | 2025.04.22 03:14:37.439516 [ 276 ] {b6bf8a75-8bd2-45c6-98d5-26d03d5cb6b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 18793 | 2025.04.22 03:14:37.439579 [ 221 ] {} <Debug> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 18794 | 2025.04.22 03:14:37.440561 [ 276 ] {b6bf8a75-8bd2-45c6-98d5-26d03d5cb6b7} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) | ||
| 18795 | 2025.04.22 03:14:37.441055 [ 276 ] {b6bf8a75-8bd2-45c6-98d5-26d03d5cb6b7} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18796 | 2025.04.22 03:14:37.441259 [ 276 ] {b6bf8a75-8bd2-45c6-98d5-26d03d5cb6b7} <Debug> executeQuery: Read 52 rows, 3.70 KiB in 0.002854 sec., 18220.042046250874 rows/sec., 1.27 MiB/sec. | ||
| 18797 | 2025.04.22 03:14:37.441309 [ 276 ] {b6bf8a75-8bd2-45c6-98d5-26d03d5cb6b7} <Debug> TCPHandler: Processed in 0.003086463 sec. | ||
| 18798 | 2025.04.22 03:14:37.441426 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18799 | 2025.04.22 03:14:37.441527 [ 276 ] {6556078e-1a64-4688-95a1-b9cef63d0da0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18800 | 2025.04.22 03:14:37.441572 [ 276 ] {6556078e-1a64-4688-95a1-b9cef63d0da0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18801 | 2025.04.22 03:14:37.442002 [ 276 ] {6556078e-1a64-4688-95a1-b9cef63d0da0} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18802 | 2025.04.22 03:14:37.442041 [ 276 ] {6556078e-1a64-4688-95a1-b9cef63d0da0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 18803 | 2025.04.22 03:14:37.442514 [ 276 ] {6556078e-1a64-4688-95a1-b9cef63d0da0} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) | ||
| 18804 | 2025.04.22 03:14:37.443046 [ 276 ] {6556078e-1a64-4688-95a1-b9cef63d0da0} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18805 | 2025.04.22 03:14:37.443248 [ 276 ] {6556078e-1a64-4688-95a1-b9cef63d0da0} <Debug> executeQuery: Read 18 rows, 1.25 KiB in 0.001742 sec., 10332.950631458094 rows/sec., 717.01 KiB/sec. | ||
| 18806 | 2025.04.22 03:14:37.443296 [ 276 ] {6556078e-1a64-4688-95a1-b9cef63d0da0} <Debug> TCPHandler: Processed in 0.001918681 sec. | ||
| 18807 | 2025.04.22 03:14:37.729461 [ 219 ] {} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 18808 | 2025.04.22 03:14:37.729500 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 18809 | 2025.04.22 03:14:37.731924 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 18810 | 2025.04.22 03:14:38.228301 [ 219 ] {} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 18811 | 2025.04.22 03:14:38.228362 [ 219 ] {} <Debug> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 18812 | 2025.04.22 03:14:38.231427 [ 219 ] {} <Debug> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 18813 | 2025.04.22 03:14:38.697865 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 52 entries to flush up to offset 2616 | ||
| 18814 | 2025.04.22 03:14:38.701550 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18815 | 2025.04.22 03:14:38.701594 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 18816 | 2025.04.22 03:14:38.703250 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 18817 | 2025.04.22 03:14:38.703757 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18818 | 2025.04.22 03:14:38.704092 [ 225 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 18819 | 2025.04.22 03:14:38.704172 [ 225 ] {} <Debug> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 18820 | 2025.04.22 03:14:38.704811 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2616 | ||
| 18821 | 2025.04.22 03:14:38.706529 [ 225 ] {} <Debug> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 18822 | 2025.04.22 03:14:38.980478 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 701 | ||
| 18823 | 2025.04.22 03:14:39.008389 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18824 | 2025.04.22 03:14:39.008450 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 18825 | 2025.04.22 03:14:39.017217 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 18826 | 2025.04.22 03:14:39.018694 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18827 | 2025.04.22 03:14:39.022517 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 701 | ||
| 18828 | 2025.04.22 03:14:42.064322 [ 221 ] {} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 18829 | 2025.04.22 03:14:42.064385 [ 221 ] {} <Debug> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 18830 | 2025.04.22 03:14:42.067460 [ 221 ] {} <Debug> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 18831 | 2025.04.22 03:14:42.445748 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18832 | 2025.04.22 03:14:42.445952 [ 276 ] {590588e8-1b53-426f-af64-2c8252df1fa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 18833 | 2025.04.22 03:14:42.446027 [ 276 ] {590588e8-1b53-426f-af64-2c8252df1fa2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 18834 | 2025.04.22 03:14:42.446935 [ 276 ] {590588e8-1b53-426f-af64-2c8252df1fa2} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18835 | 2025.04.22 03:14:42.446984 [ 276 ] {590588e8-1b53-426f-af64-2c8252df1fa2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 18836 | 2025.04.22 03:14:42.447562 [ 276 ] {590588e8-1b53-426f-af64-2c8252df1fa2} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 18837 | 2025.04.22 03:14:42.448087 [ 276 ] {590588e8-1b53-426f-af64-2c8252df1fa2} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18838 | 2025.04.22 03:14:42.448247 [ 63 ] {} <Debug> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25) (MergerMutator): Selected 6 parts from all_1_45_11 to all_50_50_0 | ||
| 18839 | 2025.04.22 03:14:42.448287 [ 276 ] {590588e8-1b53-426f-af64-2c8252df1fa2} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002393 sec., 88591.7258671124 rows/sec., 5.63 MiB/sec. | ||
| 18840 | 2025.04.22 03:14:42.448291 [ 63 ] {} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18841 | 2025.04.22 03:14:42.448330 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 18842 | 2025.04.22 03:14:42.448363 [ 276 ] {590588e8-1b53-426f-af64-2c8252df1fa2} <Debug> TCPHandler: Processed in 0.002748254 sec. | ||
| 18843 | 2025.04.22 03:14:42.448527 [ 222 ] {} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 18844 | 2025.04.22 03:14:42.448603 [ 222 ] {} <Debug> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 18845 | 2025.04.22 03:14:42.448626 [ 198 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_50_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_45_11 to all_50_50_0 into Compact with storage Full | ||
| 18846 | 2025.04.22 03:14:42.448639 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18847 | 2025.04.22 03:14:42.449117 [ 198 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_50_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18848 | 2025.04.22 03:14:42.449115 [ 276 ] {07cbb006-380c-463e-8494-f2d9206f72d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18849 | 2025.04.22 03:14:42.449192 [ 198 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_50_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 236 rows starting from the beginning of the part | ||
| 18850 | 2025.04.22 03:14:42.449239 [ 276 ] {07cbb006-380c-463e-8494-f2d9206f72d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18851 | 2025.04.22 03:14:42.449604 [ 198 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_50_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 212 rows starting from the beginning of the part | ||
| 18852 | 2025.04.22 03:14:42.450065 [ 198 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_50_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 212 rows starting from the beginning of the part | ||
| 18853 | 2025.04.22 03:14:42.450646 [ 198 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_50_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 212 rows starting from the beginning of the part | ||
| 18854 | 2025.04.22 03:14:42.451020 [ 198 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_50_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 212 rows starting from the beginning of the part | ||
| 18855 | 2025.04.22 03:14:42.451740 [ 198 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_50_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 212 rows starting from the beginning of the part | ||
| 18856 | 2025.04.22 03:14:42.454863 [ 276 ] {07cbb006-380c-463e-8494-f2d9206f72d7} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18857 | 2025.04.22 03:14:42.454983 [ 276 ] {07cbb006-380c-463e-8494-f2d9206f72d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 18858 | 2025.04.22 03:14:42.455486 [ 222 ] {} <Debug> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 18859 | 2025.04.22 03:14:42.456496 [ 197 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_50_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1296 rows, containing 5 columns (5 merged, 0 gathered) in 0.008035675 sec., 161280.7884838548 rows/sec., 10.93 MiB/sec. | ||
| 18860 | 2025.04.22 03:14:42.457066 [ 197 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_50_12} <Trace> MergedBlockOutputStream: filled checksums all_1_50_12 (state Temporary) | ||
| 18861 | 2025.04.22 03:14:42.457092 [ 276 ] {07cbb006-380c-463e-8494-f2d9206f72d7} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) | ||
| 18862 | 2025.04.22 03:14:42.457829 [ 276 ] {07cbb006-380c-463e-8494-f2d9206f72d7} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18863 | 2025.04.22 03:14:42.457960 [ 197 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_50_12} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_merge_all_1_50_12 to all_1_50_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18864 | 2025.04.22 03:14:42.458239 [ 276 ] {07cbb006-380c-463e-8494-f2d9206f72d7} <Debug> executeQuery: Read 727 rows, 59.82 KiB in 0.009315 sec., 78046.16210413311 rows/sec., 6.27 MiB/sec. | ||
| 18865 | 2025.04.22 03:14:42.458261 [ 197 ] {915cbc14-d5ed-46bb-958d-617a439d0b25::all_1_50_12} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25) (MergerMutator): Merged 6 parts: [all_1_45_11, all_50_50_0] -> all_1_50_12 | ||
| 18866 | 2025.04.22 03:14:42.458534 [ 276 ] {07cbb006-380c-463e-8494-f2d9206f72d7} <Debug> TCPHandler: Processed in 0.009979137 sec. | ||
| 18867 | 2025.04.22 03:14:42.458589 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 18868 | 2025.04.22 03:14:42.458849 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18869 | 2025.04.22 03:14:42.459050 [ 276 ] {6faacfff-2a1a-4f8e-ab0a-fa304ba0b6c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18870 | 2025.04.22 03:14:42.459100 [ 276 ] {6faacfff-2a1a-4f8e-ab0a-fa304ba0b6c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18871 | 2025.04.22 03:14:42.459721 [ 276 ] {6faacfff-2a1a-4f8e-ab0a-fa304ba0b6c9} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18872 | 2025.04.22 03:14:42.459762 [ 276 ] {6faacfff-2a1a-4f8e-ab0a-fa304ba0b6c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 18873 | 2025.04.22 03:14:42.460246 [ 276 ] {6faacfff-2a1a-4f8e-ab0a-fa304ba0b6c9} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 18874 | 2025.04.22 03:14:42.460782 [ 276 ] {6faacfff-2a1a-4f8e-ab0a-fa304ba0b6c9} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18875 | 2025.04.22 03:14:42.460917 [ 63 ] {} <Debug> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 18876 | 2025.04.22 03:14:42.460958 [ 63 ] {} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18877 | 2025.04.22 03:14:42.460958 [ 276 ] {6faacfff-2a1a-4f8e-ab0a-fa304ba0b6c9} <Debug> executeQuery: Read 161 rows, 10.52 KiB in 0.001946 sec., 82733.81294964028 rows/sec., 5.28 MiB/sec. | ||
| 18878 | 2025.04.22 03:14:42.460980 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 18879 | 2025.04.22 03:14:42.461062 [ 276 ] {6faacfff-2a1a-4f8e-ab0a-fa304ba0b6c9} <Debug> TCPHandler: Processed in 0.002317972 sec. | ||
| 18880 | 2025.04.22 03:14:42.461121 [ 199 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 18881 | 2025.04.22 03:14:42.461198 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18882 | 2025.04.22 03:14:42.461244 [ 199 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18883 | 2025.04.22 03:14:42.461291 [ 199 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 192 rows starting from the beginning of the part | ||
| 18884 | 2025.04.22 03:14:42.461333 [ 276 ] {50c194be-0611-498c-bf34-1c5af5ce3551} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 18885 | 2025.04.22 03:14:42.461427 [ 276 ] {50c194be-0611-498c-bf34-1c5af5ce3551} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 18886 | 2025.04.22 03:14:42.461442 [ 199 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 166 rows starting from the beginning of the part | ||
| 18887 | 2025.04.22 03:14:42.462053 [ 199 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 4 rows starting from the beginning of the part | ||
| 18888 | 2025.04.22 03:14:42.462439 [ 199 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 161 rows starting from the beginning of the part | ||
| 18889 | 2025.04.22 03:14:42.462834 [ 199 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 8 rows starting from the beginning of the part | ||
| 18890 | 2025.04.22 03:14:42.463226 [ 199 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 161 rows starting from the beginning of the part | ||
| 18891 | 2025.04.22 03:14:42.464280 [ 276 ] {50c194be-0611-498c-bf34-1c5af5ce3551} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18892 | 2025.04.22 03:14:42.464327 [ 276 ] {50c194be-0611-498c-bf34-1c5af5ce3551} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 18893 | 2025.04.22 03:14:42.465029 [ 276 ] {50c194be-0611-498c-bf34-1c5af5ce3551} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 18894 | 2025.04.22 03:14:42.465133 [ 200 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 692 rows, containing 5 columns (5 merged, 0 gathered) in 0.004080409 sec., 169590.84248662327 rows/sec., 11.56 MiB/sec. | ||
| 18895 | 2025.04.22 03:14:42.465454 [ 200 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 18896 | 2025.04.22 03:14:42.465618 [ 276 ] {50c194be-0611-498c-bf34-1c5af5ce3551} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18897 | 2025.04.22 03:14:42.465895 [ 276 ] {50c194be-0611-498c-bf34-1c5af5ce3551} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.004586 sec., 24640.209332751856 rows/sec., 1.60 MiB/sec. | ||
| 18898 | 2025.04.22 03:14:42.465998 [ 276 ] {50c194be-0611-498c-bf34-1c5af5ce3551} <Debug> TCPHandler: Processed in 0.00485066 sec. | ||
| 18899 | 2025.04.22 03:14:42.466136 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18900 | 2025.04.22 03:14:42.466237 [ 200 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_131_26} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18901 | 2025.04.22 03:14:42.466324 [ 276 ] {394162a2-49b5-4953-9349-e76b28dc685a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 18902 | 2025.04.22 03:14:42.466397 [ 276 ] {394162a2-49b5-4953-9349-e76b28dc685a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 18903 | 2025.04.22 03:14:42.466409 [ 200 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_131_26} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 18904 | 2025.04.22 03:14:42.466593 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 18905 | 2025.04.22 03:14:42.467096 [ 276 ] {394162a2-49b5-4953-9349-e76b28dc685a} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18906 | 2025.04.22 03:14:42.467141 [ 276 ] {394162a2-49b5-4953-9349-e76b28dc685a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 18907 | 2025.04.22 03:14:42.467658 [ 276 ] {394162a2-49b5-4953-9349-e76b28dc685a} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 18908 | 2025.04.22 03:14:42.468119 [ 276 ] {394162a2-49b5-4953-9349-e76b28dc685a} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18909 | 2025.04.22 03:14:42.468246 [ 63 ] {} <Debug> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6) (MergerMutator): Selected 6 parts from all_1_45_11 to all_50_50_0 | ||
| 18910 | 2025.04.22 03:14:42.468288 [ 63 ] {} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18911 | 2025.04.22 03:14:42.468298 [ 276 ] {394162a2-49b5-4953-9349-e76b28dc685a} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.002028 sec., 55226.82445759369 rows/sec., 3.15 MiB/sec. | ||
| 18912 | 2025.04.22 03:14:42.468319 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 18913 | 2025.04.22 03:14:42.468397 [ 276 ] {394162a2-49b5-4953-9349-e76b28dc685a} <Debug> TCPHandler: Processed in 0.002310541 sec. | ||
| 18914 | 2025.04.22 03:14:42.468551 [ 188 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_50_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_45_11 to all_50_50_0 into Compact with storage Full | ||
| 18915 | 2025.04.22 03:14:42.468599 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18916 | 2025.04.22 03:14:42.468794 [ 188 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_50_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18917 | 2025.04.22 03:14:42.468824 [ 276 ] {28d00710-01e7-4950-ba4f-cea2b2cc0c5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18918 | 2025.04.22 03:14:42.468863 [ 188 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_50_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 124 rows starting from the beginning of the part | ||
| 18919 | 2025.04.22 03:14:42.468904 [ 276 ] {28d00710-01e7-4950-ba4f-cea2b2cc0c5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18920 | 2025.04.22 03:14:42.469137 [ 188 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_50_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 112 rows starting from the beginning of the part | ||
| 18921 | 2025.04.22 03:14:42.469563 [ 188 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_50_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 112 rows starting from the beginning of the part | ||
| 18922 | 2025.04.22 03:14:42.469964 [ 188 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_50_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 112 rows starting from the beginning of the part | ||
| 18923 | 2025.04.22 03:14:42.470231 [ 188 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_50_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 112 rows starting from the beginning of the part | ||
| 18924 | 2025.04.22 03:14:42.470555 [ 188 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_50_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 112 rows starting from the beginning of the part | ||
| 18925 | 2025.04.22 03:14:42.472262 [ 276 ] {28d00710-01e7-4950-ba4f-cea2b2cc0c5d} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18926 | 2025.04.22 03:14:42.472315 [ 276 ] {28d00710-01e7-4950-ba4f-cea2b2cc0c5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 18927 | 2025.04.22 03:14:42.473523 [ 276 ] {28d00710-01e7-4950-ba4f-cea2b2cc0c5d} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) | ||
| 18928 | 2025.04.22 03:14:42.473723 [ 195 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_50_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 684 rows, containing 5 columns (5 merged, 0 gathered) in 0.005308552 sec., 128848.69546347101 rows/sec., 7.88 MiB/sec. | ||
| 18929 | 2025.04.22 03:14:42.474055 [ 190 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_50_12} <Trace> MergedBlockOutputStream: filled checksums all_1_50_12 (state Temporary) | ||
| 18930 | 2025.04.22 03:14:42.474220 [ 276 ] {28d00710-01e7-4950-ba4f-cea2b2cc0c5d} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18931 | 2025.04.22 03:14:42.474503 [ 276 ] {28d00710-01e7-4950-ba4f-cea2b2cc0c5d} <Debug> executeQuery: Read 437 rows, 31.99 KiB in 0.00575 sec., 76000 rows/sec., 5.43 MiB/sec. | ||
| 18932 | 2025.04.22 03:14:42.474586 [ 276 ] {28d00710-01e7-4950-ba4f-cea2b2cc0c5d} <Debug> TCPHandler: Processed in 0.006045552 sec. | ||
| 18933 | 2025.04.22 03:14:42.474723 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18934 | 2025.04.22 03:14:42.474768 [ 190 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_50_12} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_merge_all_1_50_12 to all_1_50_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18935 | 2025.04.22 03:14:42.474944 [ 276 ] {3cf28cff-c3f5-4467-9c67-0a7d53eaec6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 18936 | 2025.04.22 03:14:42.474975 [ 190 ] {0bfd63d1-a268-4b2c-b8e2-bef8519287b6::all_1_50_12} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6) (MergerMutator): Merged 6 parts: [all_1_45_11, all_50_50_0] -> all_1_50_12 | ||
| 18937 | 2025.04.22 03:14:42.475024 [ 276 ] {3cf28cff-c3f5-4467-9c67-0a7d53eaec6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 18938 | 2025.04.22 03:14:42.475153 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 18939 | 2025.04.22 03:14:42.475606 [ 276 ] {3cf28cff-c3f5-4467-9c67-0a7d53eaec6b} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18940 | 2025.04.22 03:14:42.475659 [ 276 ] {3cf28cff-c3f5-4467-9c67-0a7d53eaec6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 18941 | 2025.04.22 03:14:42.476720 [ 276 ] {3cf28cff-c3f5-4467-9c67-0a7d53eaec6b} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 18942 | 2025.04.22 03:14:42.477184 [ 276 ] {3cf28cff-c3f5-4467-9c67-0a7d53eaec6b} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18943 | 2025.04.22 03:14:42.477358 [ 276 ] {3cf28cff-c3f5-4467-9c67-0a7d53eaec6b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002483 sec., 2416.4317358034637 rows/sec., 126.25 KiB/sec. | ||
| 18944 | 2025.04.22 03:14:42.477408 [ 276 ] {3cf28cff-c3f5-4467-9c67-0a7d53eaec6b} <Debug> TCPHandler: Processed in 0.002744143 sec. | ||
| 18945 | 2025.04.22 03:14:42.477531 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18946 | 2025.04.22 03:14:42.477637 [ 276 ] {892e8c33-a516-423b-9988-41ff313458d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18947 | 2025.04.22 03:14:42.477686 [ 276 ] {892e8c33-a516-423b-9988-41ff313458d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18948 | 2025.04.22 03:14:42.478195 [ 276 ] {892e8c33-a516-423b-9988-41ff313458d8} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18949 | 2025.04.22 03:14:42.478233 [ 276 ] {892e8c33-a516-423b-9988-41ff313458d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 18950 | 2025.04.22 03:14:42.478737 [ 276 ] {892e8c33-a516-423b-9988-41ff313458d8} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) | ||
| 18951 | 2025.04.22 03:14:42.479228 [ 276 ] {892e8c33-a516-423b-9988-41ff313458d8} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18952 | 2025.04.22 03:14:42.479353 [ 63 ] {} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Selected 6 parts from all_1_155_33 to all_160_160_0 | ||
| 18953 | 2025.04.22 03:14:42.479393 [ 63 ] {} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18954 | 2025.04.22 03:14:42.479413 [ 276 ] {892e8c33-a516-423b-9988-41ff313458d8} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001794 sec., 132107.02341137125 rows/sec., 8.85 MiB/sec. | ||
| 18955 | 2025.04.22 03:14:42.479421 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 18956 | 2025.04.22 03:14:42.479528 [ 276 ] {892e8c33-a516-423b-9988-41ff313458d8} <Debug> TCPHandler: Processed in 0.002045085 sec. | ||
| 18957 | 2025.04.22 03:14:42.479697 [ 188 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_160_34} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_155_33 to all_160_160_0 into Compact with storage Full | ||
| 18958 | 2025.04.22 03:14:42.479739 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18959 | 2025.04.22 03:14:42.479974 [ 276 ] {8d51104d-48fb-4cbf-9f3c-53387903dee8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 18960 | 2025.04.22 03:14:42.479985 [ 188 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_160_34} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18961 | 2025.04.22 03:14:42.480080 [ 276 ] {8d51104d-48fb-4cbf-9f3c-53387903dee8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 18962 | 2025.04.22 03:14:42.480082 [ 188 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_160_34} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_155_33, total 45547 rows starting from the beginning of the part | ||
| 18963 | 2025.04.22 03:14:42.480417 [ 188 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_160_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 160 rows starting from the beginning of the part | ||
| 18964 | 2025.04.22 03:14:42.480842 [ 188 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_160_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 237 rows starting from the beginning of the part | ||
| 18965 | 2025.04.22 03:14:42.481200 [ 188 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_160_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 956 rows starting from the beginning of the part | ||
| 18966 | 2025.04.22 03:14:42.481561 [ 188 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_160_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 52 rows starting from the beginning of the part | ||
| 18967 | 2025.04.22 03:14:42.481882 [ 188 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_160_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 237 rows starting from the beginning of the part | ||
| 18968 | 2025.04.22 03:14:42.482741 [ 276 ] {8d51104d-48fb-4cbf-9f3c-53387903dee8} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18969 | 2025.04.22 03:14:42.482813 [ 276 ] {8d51104d-48fb-4cbf-9f3c-53387903dee8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 18970 | 2025.04.22 03:14:42.483630 [ 276 ] {8d51104d-48fb-4cbf-9f3c-53387903dee8} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 18971 | 2025.04.22 03:14:42.484304 [ 276 ] {8d51104d-48fb-4cbf-9f3c-53387903dee8} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18972 | 2025.04.22 03:14:42.484601 [ 63 ] {} <Debug> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8) (MergerMutator): Selected 6 parts from all_1_44_9 to all_49_49_0 | ||
| 18973 | 2025.04.22 03:14:42.484688 [ 63 ] {} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18974 | 2025.04.22 03:14:42.484776 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 18975 | 2025.04.22 03:14:42.485085 [ 276 ] {8d51104d-48fb-4cbf-9f3c-53387903dee8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005113 sec., 195.579894386857 rows/sec., 13.18 KiB/sec. | ||
| 18976 | 2025.04.22 03:14:42.485427 [ 195 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_49_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_44_9 to all_49_49_0 into Compact with storage Full | ||
| 18977 | 2025.04.22 03:14:42.485706 [ 276 ] {8d51104d-48fb-4cbf-9f3c-53387903dee8} <Debug> TCPHandler: Processed in 0.006019861 sec. | ||
| 18978 | 2025.04.22 03:14:42.486212 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18979 | 2025.04.22 03:14:42.486255 [ 195 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_49_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18980 | 2025.04.22 03:14:42.486402 [ 195 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_44_9, total 44 rows starting from the beginning of the part | ||
| 18981 | 2025.04.22 03:14:42.486721 [ 276 ] {1ad07e9c-51c0-4795-8f63-7e2e6322ae37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18982 | 2025.04.22 03:14:42.486921 [ 195 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1 rows starting from the beginning of the part | ||
| 18983 | 2025.04.22 03:14:42.487330 [ 276 ] {1ad07e9c-51c0-4795-8f63-7e2e6322ae37} <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 | ||
| 18984 | 2025.04.22 03:14:42.487651 [ 195 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1 rows starting from the beginning of the part | ||
| 18985 | 2025.04.22 03:14:42.487983 [ 195 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1 rows starting from the beginning of the part | ||
| 18986 | 2025.04.22 03:14:42.488407 [ 195 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 2 rows starting from the beginning of the part | ||
| 18987 | 2025.04.22 03:14:42.488852 [ 195 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1 rows starting from the beginning of the part | ||
| 18988 | 2025.04.22 03:14:42.491672 [ 196 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_49_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 50 rows, containing 4 columns (4 merged, 0 gathered) in 0.006752121 sec., 7405.080566536056 rows/sec., 498.40 KiB/sec. | ||
| 18989 | 2025.04.22 03:14:42.492111 [ 196 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_49_10} <Trace> MergedBlockOutputStream: filled checksums all_1_49_10 (state Temporary) | ||
| 18990 | 2025.04.22 03:14:42.492654 [ 276 ] {1ad07e9c-51c0-4795-8f63-7e2e6322ae37} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18991 | 2025.04.22 03:14:42.492723 [ 276 ] {1ad07e9c-51c0-4795-8f63-7e2e6322ae37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 18992 | 2025.04.22 03:14:42.493228 [ 196 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_49_10} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_merge_all_1_49_10 to all_1_49_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18993 | 2025.04.22 03:14:42.493402 [ 196 ] {c568bc24-9ea4-4a47-8687-4cb757e722a8::all_1_49_10} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8) (MergerMutator): Merged 6 parts: [all_1_44_9, all_49_49_0] -> all_1_49_10 | ||
| 18994 | 2025.04.22 03:14:42.493622 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 18995 | 2025.04.22 03:14:42.494257 [ 276 ] {1ad07e9c-51c0-4795-8f63-7e2e6322ae37} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 18996 | 2025.04.22 03:14:42.494787 [ 276 ] {1ad07e9c-51c0-4795-8f63-7e2e6322ae37} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18997 | 2025.04.22 03:14:42.495013 [ 63 ] {} <Debug> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 18998 | 2025.04.22 03:14:42.495095 [ 63 ] {} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18999 | 2025.04.22 03:14:42.495167 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 19000 | 2025.04.22 03:14:42.495237 [ 276 ] {1ad07e9c-51c0-4795-8f63-7e2e6322ae37} <Debug> executeQuery: Read 55 rows, 100.92 KiB in 0.008725 sec., 6303.7249283667625 rows/sec., 11.30 MiB/sec. | ||
| 19001 | 2025.04.22 03:14:42.495589 [ 187 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 19002 | 2025.04.22 03:14:42.495899 [ 276 ] {1ad07e9c-51c0-4795-8f63-7e2e6322ae37} <Debug> TCPHandler: Processed in 0.009837534 sec. | ||
| 19003 | 2025.04.22 03:14:42.497252 [ 192 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_160_34} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 47189 rows, containing 5 columns (5 merged, 0 gathered) in 0.017703924 sec., 2665454.280079377 rows/sec., 181.09 MiB/sec. | ||
| 19004 | 2025.04.22 03:14:42.496701 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19005 | 2025.04.22 03:14:42.497814 [ 276 ] {fc66f114-0574-4970-82db-d23106334b45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19006 | 2025.04.22 03:14:42.498026 [ 276 ] {fc66f114-0574-4970-82db-d23106334b45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19007 | 2025.04.22 03:14:42.498096 [ 192 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_160_34} <Trace> MergedBlockOutputStream: filled checksums all_1_160_34 (state Temporary) | ||
| 19008 | 2025.04.22 03:14:42.498211 [ 187 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19009 | 2025.04.22 03:14:42.498681 [ 187 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 2608 rows starting from the beginning of the part | ||
| 19010 | 2025.04.22 03:14:42.499685 [ 187 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 52 rows starting from the beginning of the part | ||
| 19011 | 2025.04.22 03:14:42.499760 [ 192 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_160_34} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_merge_all_1_160_34 to all_1_160_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19012 | 2025.04.22 03:14:42.500215 [ 192 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_160_34} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Merged 6 parts: [all_1_155_33, all_160_160_0] -> all_1_160_34 | ||
| 19013 | 2025.04.22 03:14:42.500676 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.49 MiB. | ||
| 19014 | 2025.04.22 03:14:42.500900 [ 187 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 4 rows starting from the beginning of the part | ||
| 19015 | 2025.04.22 03:14:42.501171 [ 276 ] {fc66f114-0574-4970-82db-d23106334b45} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19016 | 2025.04.22 03:14:42.501276 [ 276 ] {fc66f114-0574-4970-82db-d23106334b45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 19017 | 2025.04.22 03:14:42.501601 [ 187 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 55 rows starting from the beginning of the part | ||
| 19018 | 2025.04.22 03:14:42.502170 [ 187 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 4 rows starting from the beginning of the part | ||
| 19019 | 2025.04.22 03:14:42.502656 [ 276 ] {fc66f114-0574-4970-82db-d23106334b45} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) | ||
| 19020 | 2025.04.22 03:14:42.502686 [ 187 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 55 rows starting from the beginning of the part | ||
| 19021 | 2025.04.22 03:14:42.503439 [ 276 ] {fc66f114-0574-4970-82db-d23106334b45} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19022 | 2025.04.22 03:14:42.503797 [ 276 ] {fc66f114-0574-4970-82db-d23106334b45} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00613 sec., 13376.8352365416 rows/sec., 869.98 KiB/sec. | ||
| 19023 | 2025.04.22 03:14:42.503991 [ 276 ] {fc66f114-0574-4970-82db-d23106334b45} <Debug> TCPHandler: Processed in 0.007475851 sec. | ||
| 19024 | 2025.04.22 03:14:42.512694 [ 186 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2778 rows, containing 19 columns (19 merged, 0 gathered) in 0.017404625 sec., 159612.74661189195 rows/sec., 286.02 MiB/sec. | ||
| 19025 | 2025.04.22 03:14:42.515569 [ 189 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 19026 | 2025.04.22 03:14:42.516265 [ 189 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_131_26} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19027 | 2025.04.22 03:14:42.516359 [ 189 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_131_26} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 19028 | 2025.04.22 03:14:42.516521 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.61 MiB. | ||
| 19029 | 2025.04.22 03:14:43.096661 [ 63 ] {} <Debug> oximeter.measurements_i64 (311226c0-644b-4b7b-83a1-5452f2d554a2) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 19030 | 2025.04.22 03:14:43.096727 [ 63 ] {} <Trace> oximeter.measurements_i64 (311226c0-644b-4b7b-83a1-5452f2d554a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19031 | 2025.04.22 03:14:43.096752 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 19032 | 2025.04.22 03:14:43.096944 [ 191 ] {311226c0-644b-4b7b-83a1-5452f2d554a2::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 | ||
| 19033 | 2025.04.22 03:14:43.097146 [ 191 ] {311226c0-644b-4b7b-83a1-5452f2d554a2::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19034 | 2025.04.22 03:14:43.097183 [ 191 ] {311226c0-644b-4b7b-83a1-5452f2d554a2::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 | ||
| 19035 | 2025.04.22 03:14:43.097254 [ 191 ] {311226c0-644b-4b7b-83a1-5452f2d554a2::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 9 rows starting from the beginning of the part | ||
| 19036 | 2025.04.22 03:14:43.097433 [ 191 ] {311226c0-644b-4b7b-83a1-5452f2d554a2::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 9 rows starting from the beginning of the part | ||
| 19037 | 2025.04.22 03:14:43.097677 [ 191 ] {311226c0-644b-4b7b-83a1-5452f2d554a2::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 | ||
| 19038 | 2025.04.22 03:14:43.097966 [ 191 ] {311226c0-644b-4b7b-83a1-5452f2d554a2::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 9 rows starting from the beginning of the part | ||
| 19039 | 2025.04.22 03:14:43.100877 [ 189 ] {311226c0-644b-4b7b-83a1-5452f2d554a2::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 51 rows, containing 4 columns (4 merged, 0 gathered) in 0.004052469 sec., 12584.9204521984 rows/sec., 916.93 KiB/sec. | ||
| 19040 | 2025.04.22 03:14:43.101177 [ 186 ] {311226c0-644b-4b7b-83a1-5452f2d554a2::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 19041 | 2025.04.22 03:14:43.101803 [ 186 ] {311226c0-644b-4b7b-83a1-5452f2d554a2::all_1_5_1} <Trace> oximeter.measurements_i64 (311226c0-644b-4b7b-83a1-5452f2d554a2): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19042 | 2025.04.22 03:14:43.101905 [ 186 ] {311226c0-644b-4b7b-83a1-5452f2d554a2::all_1_5_1} <Trace> oximeter.measurements_i64 (311226c0-644b-4b7b-83a1-5452f2d554a2) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 19043 | 2025.04.22 03:14:43.102013 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 19044 | 2025.04.22 03:14:43.184718 [ 43 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 19045 | 2025.04.22 03:14:43.184787 [ 43 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 19046 | 2025.04.22 03:14:43.420285 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 43066 | ||
| 19047 | 2025.04.22 03:14:43.420925 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19048 | 2025.04.22 03:14:43.420962 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 19049 | 2025.04.22 03:14:43.421622 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 19050 | 2025.04.22 03:14:43.422137 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19051 | 2025.04.22 03:14:43.422324 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43066 | ||
| 19052 | 2025.04.22 03:14:46.522619 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 709 | ||
| 19053 | 2025.04.22 03:14:46.548796 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19054 | 2025.04.22 03:14:46.548868 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 19055 | 2025.04.22 03:14:46.556718 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 19056 | 2025.04.22 03:14:46.558032 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19057 | 2025.04.22 03:14:46.562063 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 709 | ||
| 19058 | 2025.04.22 03:14:47.437933 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19059 | 2025.04.22 03:14:47.438150 [ 276 ] {a4cf35da-4572-4ce6-a489-f6376af96fbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19060 | 2025.04.22 03:14:47.438230 [ 276 ] {a4cf35da-4572-4ce6-a489-f6376af96fbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19061 | 2025.04.22 03:14:47.439069 [ 276 ] {a4cf35da-4572-4ce6-a489-f6376af96fbf} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19062 | 2025.04.22 03:14:47.439111 [ 276 ] {a4cf35da-4572-4ce6-a489-f6376af96fbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 19063 | 2025.04.22 03:14:47.439673 [ 276 ] {a4cf35da-4572-4ce6-a489-f6376af96fbf} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) | ||
| 19064 | 2025.04.22 03:14:47.440136 [ 276 ] {a4cf35da-4572-4ce6-a489-f6376af96fbf} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19065 | 2025.04.22 03:14:47.440302 [ 67 ] {} <Debug> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0 | ||
| 19066 | 2025.04.22 03:14:47.440330 [ 276 ] {a4cf35da-4572-4ce6-a489-f6376af96fbf} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.00224 sec., 28571.428571428572 rows/sec., 2.26 MiB/sec. | ||
| 19067 | 2025.04.22 03:14:47.440347 [ 67 ] {} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19068 | 2025.04.22 03:14:47.440385 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 19069 | 2025.04.22 03:14:47.440402 [ 276 ] {a4cf35da-4572-4ce6-a489-f6376af96fbf} <Debug> TCPHandler: Processed in 0.00260874 sec. | ||
| 19070 | 2025.04.22 03:14:47.440558 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19071 | 2025.04.22 03:14:47.440608 [ 193 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_161_32} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_156_31 to all_161_161_0 into Compact with storage Full | ||
| 19072 | 2025.04.22 03:14:47.440735 [ 276 ] {9cfd6312-6b6e-4e1f-9bbd-af90449ad9e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19073 | 2025.04.22 03:14:47.440845 [ 276 ] {9cfd6312-6b6e-4e1f-9bbd-af90449ad9e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19074 | 2025.04.22 03:14:47.440999 [ 193 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_161_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19075 | 2025.04.22 03:14:47.441097 [ 193 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_156_31, total 1999 rows starting from the beginning of the part | ||
| 19076 | 2025.04.22 03:14:47.441417 [ 193 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 728 rows starting from the beginning of the part | ||
| 19077 | 2025.04.22 03:14:47.441781 [ 193 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 1206 rows starting from the beginning of the part | ||
| 19078 | 2025.04.22 03:14:47.442154 [ 193 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 56 rows starting from the beginning of the part | ||
| 19079 | 2025.04.22 03:14:47.442495 [ 193 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 727 rows starting from the beginning of the part | ||
| 19080 | 2025.04.22 03:14:47.442829 [ 193 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 64 rows starting from the beginning of the part | ||
| 19081 | 2025.04.22 03:14:47.443693 [ 276 ] {9cfd6312-6b6e-4e1f-9bbd-af90449ad9e8} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19082 | 2025.04.22 03:14:47.443767 [ 276 ] {9cfd6312-6b6e-4e1f-9bbd-af90449ad9e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 19083 | 2025.04.22 03:14:47.444800 [ 276 ] {9cfd6312-6b6e-4e1f-9bbd-af90449ad9e8} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 19084 | 2025.04.22 03:14:47.445494 [ 276 ] {9cfd6312-6b6e-4e1f-9bbd-af90449ad9e8} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19085 | 2025.04.22 03:14:47.445736 [ 276 ] {9cfd6312-6b6e-4e1f-9bbd-af90449ad9e8} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.005059 sec., 790.6700929037358 rows/sec., 59.45 KiB/sec. | ||
| 19086 | 2025.04.22 03:14:47.445829 [ 224 ] {} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 19087 | 2025.04.22 03:14:47.445938 [ 224 ] {} <Debug> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 19088 | 2025.04.22 03:14:47.445963 [ 276 ] {9cfd6312-6b6e-4e1f-9bbd-af90449ad9e8} <Debug> TCPHandler: Processed in 0.005473157 sec. | ||
| 19089 | 2025.04.22 03:14:47.446489 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19090 | 2025.04.22 03:14:47.446668 [ 186 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_161_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4780 rows, containing 5 columns (5 merged, 0 gathered) in 0.006151045 sec., 777103.7279031449 rows/sec., 66.47 MiB/sec. | ||
| 19091 | 2025.04.22 03:14:47.446770 [ 276 ] {26796ef6-01cc-41e0-ac48-3baa24c676a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19092 | 2025.04.22 03:14:47.446870 [ 276 ] {26796ef6-01cc-41e0-ac48-3baa24c676a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19093 | 2025.04.22 03:14:47.447274 [ 186 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_161_32} <Trace> MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary) | ||
| 19094 | 2025.04.22 03:14:47.448452 [ 186 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_161_32} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19095 | 2025.04.22 03:14:47.448795 [ 186 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_161_32} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32 | ||
| 19096 | 2025.04.22 03:14:47.449109 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.99 MiB. | ||
| 19097 | 2025.04.22 03:14:47.449327 [ 276 ] {26796ef6-01cc-41e0-ac48-3baa24c676a2} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19098 | 2025.04.22 03:14:47.449388 [ 276 ] {26796ef6-01cc-41e0-ac48-3baa24c676a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 19099 | 2025.04.22 03:14:47.450212 [ 276 ] {26796ef6-01cc-41e0-ac48-3baa24c676a2} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) | ||
| 19100 | 2025.04.22 03:14:47.450487 [ 224 ] {} <Debug> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 19101 | 2025.04.22 03:14:47.451112 [ 276 ] {26796ef6-01cc-41e0-ac48-3baa24c676a2} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19102 | 2025.04.22 03:14:47.451342 [ 67 ] {} <Debug> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0 | ||
| 19103 | 2025.04.22 03:14:47.451383 [ 276 ] {26796ef6-01cc-41e0-ac48-3baa24c676a2} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.004715 sec., 14422.057264050904 rows/sec., 1.13 MiB/sec. | ||
| 19104 | 2025.04.22 03:14:47.451386 [ 67 ] {} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19105 | 2025.04.22 03:14:47.451437 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 19106 | 2025.04.22 03:14:47.451466 [ 276 ] {26796ef6-01cc-41e0-ac48-3baa24c676a2} <Debug> TCPHandler: Processed in 0.005191989 sec. | ||
| 19107 | 2025.04.22 03:14:47.451733 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19108 | 2025.04.22 03:14:47.451755 [ 201 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_161_32} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_156_31 to all_161_161_0 into Compact with storage Full | ||
| 19109 | 2025.04.22 03:14:47.452101 [ 276 ] {dea78b10-62cc-42bf-bee0-c19b76608869} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19110 | 2025.04.22 03:14:47.452353 [ 276 ] {dea78b10-62cc-42bf-bee0-c19b76608869} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19111 | 2025.04.22 03:14:47.452543 [ 201 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_161_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19112 | 2025.04.22 03:14:47.452737 [ 201 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_156_31, total 971 rows starting from the beginning of the part | ||
| 19113 | 2025.04.22 03:14:47.453591 [ 201 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 446 rows starting from the beginning of the part | ||
| 19114 | 2025.04.22 03:14:47.454213 [ 201 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 528 rows starting from the beginning of the part | ||
| 19115 | 2025.04.22 03:14:47.454728 [ 201 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 64 rows starting from the beginning of the part | ||
| 19116 | 2025.04.22 03:14:47.455048 [ 201 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 437 rows starting from the beginning of the part | ||
| 19117 | 2025.04.22 03:14:47.455466 [ 201 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 68 rows starting from the beginning of the part | ||
| 19118 | 2025.04.22 03:14:47.456251 [ 276 ] {dea78b10-62cc-42bf-bee0-c19b76608869} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19119 | 2025.04.22 03:14:47.456329 [ 276 ] {dea78b10-62cc-42bf-bee0-c19b76608869} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 19120 | 2025.04.22 03:14:47.457547 [ 276 ] {dea78b10-62cc-42bf-bee0-c19b76608869} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) | ||
| 19121 | 2025.04.22 03:14:47.458164 [ 200 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_161_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2514 rows, containing 5 columns (5 merged, 0 gathered) in 0.006620237 sec., 379744.7130669189 rows/sec., 29.22 MiB/sec. | ||
| 19122 | 2025.04.22 03:14:47.458287 [ 276 ] {dea78b10-62cc-42bf-bee0-c19b76608869} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19123 | 2025.04.22 03:14:47.458566 [ 190 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_161_32} <Trace> MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary) | ||
| 19124 | 2025.04.22 03:14:47.458583 [ 276 ] {dea78b10-62cc-42bf-bee0-c19b76608869} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006664 sec., 24009.603841536617 rows/sec., 1.67 MiB/sec. | ||
| 19125 | 2025.04.22 03:14:47.458761 [ 276 ] {dea78b10-62cc-42bf-bee0-c19b76608869} <Debug> TCPHandler: Processed in 0.007127461 sec. | ||
| 19126 | 2025.04.22 03:14:47.458886 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19127 | 2025.04.22 03:14:47.459017 [ 276 ] {55a4adda-5573-4063-8e56-6af09f7c7655} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19128 | 2025.04.22 03:14:47.459141 [ 276 ] {55a4adda-5573-4063-8e56-6af09f7c7655} <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 | ||
| 19129 | 2025.04.22 03:14:47.459450 [ 190 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_161_32} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19130 | 2025.04.22 03:14:47.459713 [ 190 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_161_32} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32 | ||
| 19131 | 2025.04.22 03:14:47.459949 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 19132 | 2025.04.22 03:14:47.460805 [ 276 ] {55a4adda-5573-4063-8e56-6af09f7c7655} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19133 | 2025.04.22 03:14:47.460848 [ 276 ] {55a4adda-5573-4063-8e56-6af09f7c7655} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 19134 | 2025.04.22 03:14:47.461564 [ 276 ] {55a4adda-5573-4063-8e56-6af09f7c7655} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 19135 | 2025.04.22 03:14:47.462016 [ 276 ] {55a4adda-5573-4063-8e56-6af09f7c7655} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19136 | 2025.04.22 03:14:47.462270 [ 276 ] {55a4adda-5573-4063-8e56-6af09f7c7655} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.003275 sec., 1221.3740458015266 rows/sec., 2.19 MiB/sec. | ||
| 19137 | 2025.04.22 03:14:47.462346 [ 222 ] {} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 19138 | 2025.04.22 03:14:47.462407 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 19139 | 2025.04.22 03:14:47.462561 [ 276 ] {55a4adda-5573-4063-8e56-6af09f7c7655} <Debug> TCPHandler: Processed in 0.00373418 sec. | ||
| 19140 | 2025.04.22 03:14:47.462815 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19141 | 2025.04.22 03:14:47.462970 [ 276 ] {afec6ffa-9667-42a2-804e-9d1f47b2a9e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19142 | 2025.04.22 03:14:47.463051 [ 276 ] {afec6ffa-9667-42a2-804e-9d1f47b2a9e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19143 | 2025.04.22 03:14:47.464205 [ 276 ] {afec6ffa-9667-42a2-804e-9d1f47b2a9e2} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19144 | 2025.04.22 03:14:47.464245 [ 276 ] {afec6ffa-9667-42a2-804e-9d1f47b2a9e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 19145 | 2025.04.22 03:14:47.465045 [ 276 ] {afec6ffa-9667-42a2-804e-9d1f47b2a9e2} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) | ||
| 19146 | 2025.04.22 03:14:47.465789 [ 276 ] {afec6ffa-9667-42a2-804e-9d1f47b2a9e2} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19147 | 2025.04.22 03:14:47.466015 [ 37 ] {} <Debug> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0 | ||
| 19148 | 2025.04.22 03:14:47.466119 [ 37 ] {} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19149 | 2025.04.22 03:14:47.466130 [ 276 ] {afec6ffa-9667-42a2-804e-9d1f47b2a9e2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003188 sec., 18820.577164366376 rows/sec., 1.27 MiB/sec. | ||
| 19150 | 2025.04.22 03:14:47.466188 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 19151 | 2025.04.22 03:14:47.466397 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 19152 | 2025.04.22 03:14:47.466421 [ 276 ] {afec6ffa-9667-42a2-804e-9d1f47b2a9e2} <Debug> TCPHandler: Processed in 0.003650008 sec. | ||
| 19153 | 2025.04.22 03:14:47.466843 [ 197 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_161_32} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_156_31 to all_161_161_0 into Compact with storage Full | ||
| 19154 | 2025.04.22 03:14:47.467326 [ 197 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_161_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19155 | 2025.04.22 03:14:47.467443 [ 197 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_156_31, total 8942 rows starting from the beginning of the part | ||
| 19156 | 2025.04.22 03:14:47.467592 [ 197 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 82 rows starting from the beginning of the part | ||
| 19157 | 2025.04.22 03:14:47.468043 [ 197 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 42 rows starting from the beginning of the part | ||
| 19158 | 2025.04.22 03:14:47.468388 [ 197 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 18 rows starting from the beginning of the part | ||
| 19159 | 2025.04.22 03:14:47.468718 [ 197 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 82 rows starting from the beginning of the part | ||
| 19160 | 2025.04.22 03:14:47.469054 [ 197 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 60 rows starting from the beginning of the part | ||
| 19161 | 2025.04.22 03:14:47.472133 [ 190 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_161_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9226 rows, containing 4 columns (4 merged, 0 gathered) in 0.005748514 sec., 1604936.5105486393 rows/sec., 105.50 MiB/sec. | ||
| 19162 | 2025.04.22 03:14:47.472479 [ 200 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_161_32} <Trace> MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary) | ||
| 19163 | 2025.04.22 03:14:47.473101 [ 200 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_161_32} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19164 | 2025.04.22 03:14:47.473209 [ 200 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_161_32} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32 | ||
| 19165 | 2025.04.22 03:14:47.473324 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.90 MiB. | ||
| 19166 | 2025.04.22 03:14:48.705162 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2650 | ||
| 19167 | 2025.04.22 03:14:48.708262 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19168 | 2025.04.22 03:14:48.708312 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 19169 | 2025.04.22 03:14:48.709947 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 19170 | 2025.04.22 03:14:48.710496 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19171 | 2025.04.22 03:14:48.711039 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2650 | ||
| 19172 | 2025.04.22 03:14:50.767963 [ 218 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 19173 | 2025.04.22 03:14:50.768031 [ 218 ] {} <Debug> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 19174 | 2025.04.22 03:14:50.770683 [ 218 ] {} <Debug> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 19175 | 2025.04.22 03:14:50.922531 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 43493 | ||
| 19176 | 2025.04.22 03:14:50.923533 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19177 | 2025.04.22 03:14:50.923577 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 19178 | 2025.04.22 03:14:50.924248 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 19179 | 2025.04.22 03:14:50.924760 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19180 | 2025.04.22 03:14:50.925000 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43493 | ||
| 19181 | 2025.04.22 03:14:51.334269 [ 223 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 19182 | 2025.04.22 03:14:51.334308 [ 223 ] {} <Debug> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 19183 | 2025.04.22 03:14:51.336435 [ 223 ] {} <Debug> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 19184 | 2025.04.22 03:14:52.000232 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 269.57 MiB, peak 292.10 MiB, free memory in arenas 0.00 B, will set to 273.57 MiB (RSS), difference: 4.00 MiB | ||
| 19185 | 2025.04.22 03:14:52.446164 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19186 | 2025.04.22 03:14:52.446357 [ 276 ] {a13296e9-34d1-49c4-b18e-4ed82480ba80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 19187 | 2025.04.22 03:14:52.446433 [ 276 ] {a13296e9-34d1-49c4-b18e-4ed82480ba80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 19188 | 2025.04.22 03:14:52.447321 [ 276 ] {a13296e9-34d1-49c4-b18e-4ed82480ba80} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19189 | 2025.04.22 03:14:52.447361 [ 276 ] {a13296e9-34d1-49c4-b18e-4ed82480ba80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 19190 | 2025.04.22 03:14:52.447912 [ 276 ] {a13296e9-34d1-49c4-b18e-4ed82480ba80} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 19191 | 2025.04.22 03:14:52.448418 [ 276 ] {a13296e9-34d1-49c4-b18e-4ed82480ba80} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19192 | 2025.04.22 03:14:52.448626 [ 276 ] {a13296e9-34d1-49c4-b18e-4ed82480ba80} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002316 sec., 91537.1329879102 rows/sec., 5.82 MiB/sec. | ||
| 19193 | 2025.04.22 03:14:52.448751 [ 276 ] {a13296e9-34d1-49c4-b18e-4ed82480ba80} <Debug> TCPHandler: Processed in 0.002716463 sec. | ||
| 19194 | 2025.04.22 03:14:52.448958 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19195 | 2025.04.22 03:14:52.449082 [ 276 ] {a6368774-4dda-448e-af30-b8e2907d9c48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 19196 | 2025.04.22 03:14:52.449132 [ 276 ] {a6368774-4dda-448e-af30-b8e2907d9c48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 19197 | 2025.04.22 03:14:52.449684 [ 276 ] {a6368774-4dda-448e-af30-b8e2907d9c48} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19198 | 2025.04.22 03:14:52.449722 [ 276 ] {a6368774-4dda-448e-af30-b8e2907d9c48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 19199 | 2025.04.22 03:14:52.450176 [ 276 ] {a6368774-4dda-448e-af30-b8e2907d9c48} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 19200 | 2025.04.22 03:14:52.450615 [ 276 ] {a6368774-4dda-448e-af30-b8e2907d9c48} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19201 | 2025.04.22 03:14:52.450794 [ 276 ] {a6368774-4dda-448e-af30-b8e2907d9c48} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001721 sec., 1162.1150493898895 rows/sec., 94.76 KiB/sec. | ||
| 19202 | 2025.04.22 03:14:52.450887 [ 276 ] {a6368774-4dda-448e-af30-b8e2907d9c48} <Debug> TCPHandler: Processed in 0.002023414 sec. | ||
| 19203 | 2025.04.22 03:14:52.451100 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19204 | 2025.04.22 03:14:52.451214 [ 276 ] {d6d95567-b9a3-4273-836a-479d7a5e65fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19205 | 2025.04.22 03:14:52.451260 [ 276 ] {d6d95567-b9a3-4273-836a-479d7a5e65fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19206 | 2025.04.22 03:14:52.452126 [ 276 ] {d6d95567-b9a3-4273-836a-479d7a5e65fd} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19207 | 2025.04.22 03:14:52.452163 [ 276 ] {d6d95567-b9a3-4273-836a-479d7a5e65fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 19208 | 2025.04.22 03:14:52.452662 [ 276 ] {d6d95567-b9a3-4273-836a-479d7a5e65fd} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) | ||
| 19209 | 2025.04.22 03:14:52.453097 [ 276 ] {d6d95567-b9a3-4273-836a-479d7a5e65fd} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19210 | 2025.04.22 03:14:52.453260 [ 276 ] {d6d95567-b9a3-4273-836a-479d7a5e65fd} <Debug> executeQuery: Read 728 rows, 59.89 KiB in 0.002068 sec., 352030.94777562865 rows/sec., 28.28 MiB/sec. | ||
| 19211 | 2025.04.22 03:14:52.453310 [ 276 ] {d6d95567-b9a3-4273-836a-479d7a5e65fd} <Debug> TCPHandler: Processed in 0.002298872 sec. | ||
| 19212 | 2025.04.22 03:14:52.453444 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19213 | 2025.04.22 03:14:52.453545 [ 276 ] {dca2545a-f11d-415e-9c84-2768ecf20e29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19214 | 2025.04.22 03:14:52.453588 [ 276 ] {dca2545a-f11d-415e-9c84-2768ecf20e29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19215 | 2025.04.22 03:14:52.454146 [ 276 ] {dca2545a-f11d-415e-9c84-2768ecf20e29} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19216 | 2025.04.22 03:14:52.454182 [ 276 ] {dca2545a-f11d-415e-9c84-2768ecf20e29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 19217 | 2025.04.22 03:14:52.454630 [ 276 ] {dca2545a-f11d-415e-9c84-2768ecf20e29} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 19218 | 2025.04.22 03:14:52.455116 [ 276 ] {dca2545a-f11d-415e-9c84-2768ecf20e29} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19219 | 2025.04.22 03:14:52.455283 [ 276 ] {dca2545a-f11d-415e-9c84-2768ecf20e29} <Debug> executeQuery: Read 163 rows, 10.66 KiB in 0.001758 sec., 92718.99886234358 rows/sec., 5.92 MiB/sec. | ||
| 19220 | 2025.04.22 03:14:52.455347 [ 276 ] {dca2545a-f11d-415e-9c84-2768ecf20e29} <Debug> TCPHandler: Processed in 0.001951082 sec. | ||
| 19221 | 2025.04.22 03:14:52.455480 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19222 | 2025.04.22 03:14:52.455607 [ 276 ] {578c7476-069f-49ca-9c5e-466fe9b9cf08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 19223 | 2025.04.22 03:14:52.455649 [ 276 ] {578c7476-069f-49ca-9c5e-466fe9b9cf08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 19224 | 2025.04.22 03:14:52.456173 [ 276 ] {578c7476-069f-49ca-9c5e-466fe9b9cf08} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19225 | 2025.04.22 03:14:52.456209 [ 276 ] {578c7476-069f-49ca-9c5e-466fe9b9cf08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 19226 | 2025.04.22 03:14:52.456654 [ 276 ] {578c7476-069f-49ca-9c5e-466fe9b9cf08} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 19227 | 2025.04.22 03:14:52.457094 [ 276 ] {578c7476-069f-49ca-9c5e-466fe9b9cf08} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19228 | 2025.04.22 03:14:52.457255 [ 276 ] {578c7476-069f-49ca-9c5e-466fe9b9cf08} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001673 sec., 67543.3353257621 rows/sec., 4.37 MiB/sec. | ||
| 19229 | 2025.04.22 03:14:52.457303 [ 276 ] {578c7476-069f-49ca-9c5e-466fe9b9cf08} <Debug> TCPHandler: Processed in 0.001884741 sec. | ||
| 19230 | 2025.04.22 03:14:52.457423 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19231 | 2025.04.22 03:14:52.457523 [ 276 ] {62148ac0-f953-4749-90e8-b95425fde798} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 19232 | 2025.04.22 03:14:52.457565 [ 276 ] {62148ac0-f953-4749-90e8-b95425fde798} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 19233 | 2025.04.22 03:14:52.458095 [ 276 ] {62148ac0-f953-4749-90e8-b95425fde798} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19234 | 2025.04.22 03:14:52.458131 [ 276 ] {62148ac0-f953-4749-90e8-b95425fde798} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 19235 | 2025.04.22 03:14:52.458576 [ 276 ] {62148ac0-f953-4749-90e8-b95425fde798} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 19236 | 2025.04.22 03:14:52.459015 [ 276 ] {62148ac0-f953-4749-90e8-b95425fde798} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19237 | 2025.04.22 03:14:52.459175 [ 276 ] {62148ac0-f953-4749-90e8-b95425fde798} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001672 sec., 66985.64593301436 rows/sec., 3.82 MiB/sec. | ||
| 19238 | 2025.04.22 03:14:52.459222 [ 276 ] {62148ac0-f953-4749-90e8-b95425fde798} <Debug> TCPHandler: Processed in 0.00184686 sec. | ||
| 19239 | 2025.04.22 03:14:52.459340 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19240 | 2025.04.22 03:14:52.459440 [ 276 ] {924fbe17-23f9-4947-82f8-463a1af89f7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19241 | 2025.04.22 03:14:52.459483 [ 276 ] {924fbe17-23f9-4947-82f8-463a1af89f7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19242 | 2025.04.22 03:14:52.460139 [ 276 ] {924fbe17-23f9-4947-82f8-463a1af89f7b} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19243 | 2025.04.22 03:14:52.460175 [ 276 ] {924fbe17-23f9-4947-82f8-463a1af89f7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 19244 | 2025.04.22 03:14:52.460635 [ 276 ] {924fbe17-23f9-4947-82f8-463a1af89f7b} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) | ||
| 19245 | 2025.04.22 03:14:52.461163 [ 276 ] {924fbe17-23f9-4947-82f8-463a1af89f7b} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19246 | 2025.04.22 03:14:52.461326 [ 276 ] {924fbe17-23f9-4947-82f8-463a1af89f7b} <Debug> executeQuery: Read 439 rows, 32.15 KiB in 0.001906 sec., 230325.28856243443 rows/sec., 16.47 MiB/sec. | ||
| 19247 | 2025.04.22 03:14:52.461373 [ 276 ] {924fbe17-23f9-4947-82f8-463a1af89f7b} <Debug> TCPHandler: Processed in 0.002081355 sec. | ||
| 19248 | 2025.04.22 03:14:52.461492 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19249 | 2025.04.22 03:14:52.461593 [ 276 ] {1969b95f-4f7a-4409-8600-a746c2e656ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 19250 | 2025.04.22 03:14:52.461639 [ 276 ] {1969b95f-4f7a-4409-8600-a746c2e656ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 19251 | 2025.04.22 03:14:52.462058 [ 276 ] {1969b95f-4f7a-4409-8600-a746c2e656ec} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19252 | 2025.04.22 03:14:52.462094 [ 276 ] {1969b95f-4f7a-4409-8600-a746c2e656ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 19253 | 2025.04.22 03:14:52.462539 [ 276 ] {1969b95f-4f7a-4409-8600-a746c2e656ec} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 19254 | 2025.04.22 03:14:52.462979 [ 276 ] {1969b95f-4f7a-4409-8600-a746c2e656ec} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19255 | 2025.04.22 03:14:52.463141 [ 276 ] {1969b95f-4f7a-4409-8600-a746c2e656ec} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001568 sec., 3826.5306122448983 rows/sec., 199.92 KiB/sec. | ||
| 19256 | 2025.04.22 03:14:52.463187 [ 276 ] {1969b95f-4f7a-4409-8600-a746c2e656ec} <Debug> TCPHandler: Processed in 0.001743197 sec. | ||
| 19257 | 2025.04.22 03:14:52.463301 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19258 | 2025.04.22 03:14:52.463401 [ 276 ] {723425cb-2ea7-4961-8612-e14c21e270a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19259 | 2025.04.22 03:14:52.463447 [ 276 ] {723425cb-2ea7-4961-8612-e14c21e270a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19260 | 2025.04.22 03:14:52.463958 [ 276 ] {723425cb-2ea7-4961-8612-e14c21e270a4} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19261 | 2025.04.22 03:14:52.463994 [ 276 ] {723425cb-2ea7-4961-8612-e14c21e270a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 19262 | 2025.04.22 03:14:52.464464 [ 276 ] {723425cb-2ea7-4961-8612-e14c21e270a4} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) | ||
| 19263 | 2025.04.22 03:14:52.464902 [ 276 ] {723425cb-2ea7-4961-8612-e14c21e270a4} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19264 | 2025.04.22 03:14:52.465084 [ 276 ] {723425cb-2ea7-4961-8612-e14c21e270a4} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001691 sec., 140745.1212300414 rows/sec., 9.43 MiB/sec. | ||
| 19265 | 2025.04.22 03:14:52.465146 [ 276 ] {723425cb-2ea7-4961-8612-e14c21e270a4} <Debug> TCPHandler: Processed in 0.00189297 sec. | ||
| 19266 | 2025.04.22 03:14:52.465291 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19267 | 2025.04.22 03:14:52.465580 [ 276 ] {d2cd0dbc-1d42-4885-89b1-19ea1db21bcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 19268 | 2025.04.22 03:14:52.465734 [ 276 ] {d2cd0dbc-1d42-4885-89b1-19ea1db21bcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 19269 | 2025.04.22 03:14:52.466681 [ 276 ] {d2cd0dbc-1d42-4885-89b1-19ea1db21bcf} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19270 | 2025.04.22 03:14:52.466719 [ 276 ] {d2cd0dbc-1d42-4885-89b1-19ea1db21bcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 19271 | 2025.04.22 03:14:52.467165 [ 276 ] {d2cd0dbc-1d42-4885-89b1-19ea1db21bcf} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 19272 | 2025.04.22 03:14:52.467598 [ 276 ] {d2cd0dbc-1d42-4885-89b1-19ea1db21bcf} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19273 | 2025.04.22 03:14:52.467773 [ 276 ] {d2cd0dbc-1d42-4885-89b1-19ea1db21bcf} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002299 sec., 434.97172683775557 rows/sec., 29.31 KiB/sec. | ||
| 19274 | 2025.04.22 03:14:52.467883 [ 276 ] {d2cd0dbc-1d42-4885-89b1-19ea1db21bcf} <Debug> TCPHandler: Processed in 0.00263887 sec. | ||
| 19275 | 2025.04.22 03:14:52.468024 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19276 | 2025.04.22 03:14:52.468123 [ 276 ] {7fd0033a-3732-4d3e-bf60-9397c690fb19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19277 | 2025.04.22 03:14:52.468186 [ 276 ] {7fd0033a-3732-4d3e-bf60-9397c690fb19} <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 | ||
| 19278 | 2025.04.22 03:14:52.469363 [ 276 ] {7fd0033a-3732-4d3e-bf60-9397c690fb19} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19279 | 2025.04.22 03:14:52.469400 [ 276 ] {7fd0033a-3732-4d3e-bf60-9397c690fb19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 19280 | 2025.04.22 03:14:52.470270 [ 276 ] {7fd0033a-3732-4d3e-bf60-9397c690fb19} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 19281 | 2025.04.22 03:14:52.470749 [ 276 ] {7fd0033a-3732-4d3e-bf60-9397c690fb19} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19282 | 2025.04.22 03:14:52.470931 [ 276 ] {7fd0033a-3732-4d3e-bf60-9397c690fb19} <Debug> executeQuery: Read 55 rows, 100.92 KiB in 0.00283 sec., 19434.62897526502 rows/sec., 34.83 MiB/sec. | ||
| 19283 | 2025.04.22 03:14:52.471017 [ 276 ] {7fd0033a-3732-4d3e-bf60-9397c690fb19} <Debug> TCPHandler: Processed in 0.003044491 sec. | ||
| 19284 | 2025.04.22 03:14:52.471145 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19285 | 2025.04.22 03:14:52.471247 [ 276 ] {285327ea-cf76-4a76-9c3f-311a5e6bc0c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19286 | 2025.04.22 03:14:52.471292 [ 276 ] {285327ea-cf76-4a76-9c3f-311a5e6bc0c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19287 | 2025.04.22 03:14:52.471723 [ 276 ] {285327ea-cf76-4a76-9c3f-311a5e6bc0c7} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19288 | 2025.04.22 03:14:52.471759 [ 276 ] {285327ea-cf76-4a76-9c3f-311a5e6bc0c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 19289 | 2025.04.22 03:14:52.472237 [ 276 ] {285327ea-cf76-4a76-9c3f-311a5e6bc0c7} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) | ||
| 19290 | 2025.04.22 03:14:52.472691 [ 276 ] {285327ea-cf76-4a76-9c3f-311a5e6bc0c7} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19291 | 2025.04.22 03:14:52.472852 [ 276 ] {285327ea-cf76-4a76-9c3f-311a5e6bc0c7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001627 sec., 50399.508297480024 rows/sec., 3.20 MiB/sec. | ||
| 19292 | 2025.04.22 03:14:52.472897 [ 276 ] {285327ea-cf76-4a76-9c3f-311a5e6bc0c7} <Debug> TCPHandler: Processed in 0.001800729 sec. | ||
| 19293 | 2025.04.22 03:14:52.895422 [ 221 ] {} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Found 6 old parts to remove. Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
| 19294 | 2025.04.22 03:14:52.895505 [ 221 ] {} <Debug> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Removing 6 parts from filesystem (serially): Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
| 19295 | 2025.04.22 03:14:52.898084 [ 221 ] {} <Debug> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Removing 6 parts from memory: Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
| 19296 | 2025.04.22 03:14:54.062155 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 716 | ||
| 19297 | 2025.04.22 03:14:54.085740 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19298 | 2025.04.22 03:14:54.085806 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 19299 | 2025.04.22 03:14:54.093637 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 19300 | 2025.04.22 03:14:54.095026 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19301 | 2025.04.22 03:14:54.098401 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 716 | ||
| 19302 | 2025.04.22 03:14:57.437626 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19303 | 2025.04.22 03:14:57.437828 [ 276 ] {68b72a3c-2c3d-487a-b25a-c55742d06469} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19304 | 2025.04.22 03:14:57.437900 [ 276 ] {68b72a3c-2c3d-487a-b25a-c55742d06469} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19305 | 2025.04.22 03:14:57.438686 [ 276 ] {68b72a3c-2c3d-487a-b25a-c55742d06469} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19306 | 2025.04.22 03:14:57.438730 [ 276 ] {68b72a3c-2c3d-487a-b25a-c55742d06469} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 19307 | 2025.04.22 03:14:57.439279 [ 276 ] {68b72a3c-2c3d-487a-b25a-c55742d06469} <Trace> MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) | ||
| 19308 | 2025.04.22 03:14:57.439742 [ 276 ] {68b72a3c-2c3d-487a-b25a-c55742d06469} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19309 | 2025.04.22 03:14:57.439934 [ 276 ] {68b72a3c-2c3d-487a-b25a-c55742d06469} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.002158 sec., 29657.08989805375 rows/sec., 2.35 MiB/sec. | ||
| 19310 | 2025.04.22 03:14:57.439987 [ 276 ] {68b72a3c-2c3d-487a-b25a-c55742d06469} <Debug> TCPHandler: Processed in 0.002490907 sec. | ||
| 19311 | 2025.04.22 03:14:57.440115 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19312 | 2025.04.22 03:14:57.440221 [ 276 ] {4178bde7-8daa-4381-a95e-f49e91fe57cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19313 | 2025.04.22 03:14:57.440266 [ 276 ] {4178bde7-8daa-4381-a95e-f49e91fe57cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19314 | 2025.04.22 03:14:57.440774 [ 276 ] {4178bde7-8daa-4381-a95e-f49e91fe57cf} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19315 | 2025.04.22 03:14:57.440811 [ 276 ] {4178bde7-8daa-4381-a95e-f49e91fe57cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 19316 | 2025.04.22 03:14:57.441314 [ 276 ] {4178bde7-8daa-4381-a95e-f49e91fe57cf} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 19317 | 2025.04.22 03:14:57.441820 [ 276 ] {4178bde7-8daa-4381-a95e-f49e91fe57cf} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19318 | 2025.04.22 03:14:57.442066 [ 276 ] {4178bde7-8daa-4381-a95e-f49e91fe57cf} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001854 sec., 2157.497303128371 rows/sec., 162.23 KiB/sec. | ||
| 19319 | 2025.04.22 03:14:57.442183 [ 276 ] {4178bde7-8daa-4381-a95e-f49e91fe57cf} <Debug> TCPHandler: Processed in 0.002110186 sec. | ||
| 19320 | 2025.04.22 03:14:57.442395 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19321 | 2025.04.22 03:14:57.442614 [ 276 ] {04096d18-f32e-45c0-b42e-adcc018b0f9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19322 | 2025.04.22 03:14:57.442674 [ 276 ] {04096d18-f32e-45c0-b42e-adcc018b0f9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19323 | 2025.04.22 03:14:57.444110 [ 276 ] {04096d18-f32e-45c0-b42e-adcc018b0f9c} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19324 | 2025.04.22 03:14:57.444150 [ 276 ] {04096d18-f32e-45c0-b42e-adcc018b0f9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 19325 | 2025.04.22 03:14:57.444653 [ 276 ] {04096d18-f32e-45c0-b42e-adcc018b0f9c} <Trace> MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) | ||
| 19326 | 2025.04.22 03:14:57.445187 [ 276 ] {04096d18-f32e-45c0-b42e-adcc018b0f9c} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19327 | 2025.04.22 03:14:57.445408 [ 276 ] {04096d18-f32e-45c0-b42e-adcc018b0f9c} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.002824 sec., 24079.320113314447 rows/sec., 1.88 MiB/sec. | ||
| 19328 | 2025.04.22 03:14:57.445461 [ 276 ] {04096d18-f32e-45c0-b42e-adcc018b0f9c} <Debug> TCPHandler: Processed in 0.003185655 sec. | ||
| 19329 | 2025.04.22 03:14:57.445584 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19330 | 2025.04.22 03:14:57.445688 [ 276 ] {6336f558-b30e-4b79-8b1a-25a6dd5ddf7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19331 | 2025.04.22 03:14:57.445738 [ 276 ] {6336f558-b30e-4b79-8b1a-25a6dd5ddf7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19332 | 2025.04.22 03:14:57.446296 [ 276 ] {6336f558-b30e-4b79-8b1a-25a6dd5ddf7b} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19333 | 2025.04.22 03:14:57.446334 [ 276 ] {6336f558-b30e-4b79-8b1a-25a6dd5ddf7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 19334 | 2025.04.22 03:14:57.446829 [ 276 ] {6336f558-b30e-4b79-8b1a-25a6dd5ddf7b} <Trace> MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) | ||
| 19335 | 2025.04.22 03:14:57.447324 [ 276 ] {6336f558-b30e-4b79-8b1a-25a6dd5ddf7b} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19336 | 2025.04.22 03:14:57.447549 [ 276 ] {6336f558-b30e-4b79-8b1a-25a6dd5ddf7b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00188 sec., 85106.38297872341 rows/sec., 5.93 MiB/sec. | ||
| 19337 | 2025.04.22 03:14:57.447615 [ 276 ] {6336f558-b30e-4b79-8b1a-25a6dd5ddf7b} <Debug> TCPHandler: Processed in 0.002081176 sec. | ||
| 19338 | 2025.04.22 03:14:57.447743 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19339 | 2025.04.22 03:14:57.447848 [ 276 ] {7c1380ba-377c-48d7-90f8-62efa2e5ab08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19340 | 2025.04.22 03:14:57.447926 [ 276 ] {7c1380ba-377c-48d7-90f8-62efa2e5ab08} <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 | ||
| 19341 | 2025.04.22 03:14:57.449294 [ 276 ] {7c1380ba-377c-48d7-90f8-62efa2e5ab08} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19342 | 2025.04.22 03:14:57.449335 [ 276 ] {7c1380ba-377c-48d7-90f8-62efa2e5ab08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 19343 | 2025.04.22 03:14:57.450050 [ 276 ] {7c1380ba-377c-48d7-90f8-62efa2e5ab08} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 19344 | 2025.04.22 03:14:57.450506 [ 276 ] {7c1380ba-377c-48d7-90f8-62efa2e5ab08} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19345 | 2025.04.22 03:14:57.450756 [ 276 ] {7c1380ba-377c-48d7-90f8-62efa2e5ab08} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002929 sec., 1365.6538067599863 rows/sec., 2.45 MiB/sec. | ||
| 19346 | 2025.04.22 03:14:57.450893 [ 276 ] {7c1380ba-377c-48d7-90f8-62efa2e5ab08} <Debug> TCPHandler: Processed in 0.003200566 sec. | ||
| 19347 | 2025.04.22 03:14:57.451230 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19348 | 2025.04.22 03:14:57.451510 [ 276 ] {2dd8c6aa-aece-44f7-8294-bbd1d4d59b65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19349 | 2025.04.22 03:14:57.451599 [ 276 ] {2dd8c6aa-aece-44f7-8294-bbd1d4d59b65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19350 | 2025.04.22 03:14:57.452068 [ 276 ] {2dd8c6aa-aece-44f7-8294-bbd1d4d59b65} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19351 | 2025.04.22 03:14:57.452107 [ 276 ] {2dd8c6aa-aece-44f7-8294-bbd1d4d59b65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 19352 | 2025.04.22 03:14:57.452569 [ 276 ] {2dd8c6aa-aece-44f7-8294-bbd1d4d59b65} <Trace> MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) | ||
| 19353 | 2025.04.22 03:14:57.453064 [ 276 ] {2dd8c6aa-aece-44f7-8294-bbd1d4d59b65} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19354 | 2025.04.22 03:14:57.453265 [ 276 ] {2dd8c6aa-aece-44f7-8294-bbd1d4d59b65} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001856 sec., 32327.58620689655 rows/sec., 2.18 MiB/sec. | ||
| 19355 | 2025.04.22 03:14:57.453313 [ 276 ] {2dd8c6aa-aece-44f7-8294-bbd1d4d59b65} <Debug> TCPHandler: Processed in 0.002180269 sec. | ||
| 19356 | 2025.04.22 03:14:58.185038 [ 106 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 19357 | 2025.04.22 03:14:58.185091 [ 106 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 19358 | 2025.04.22 03:14:58.425135 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 43981 | ||
| 19359 | 2025.04.22 03:14:58.425761 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19360 | 2025.04.22 03:14:58.425805 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 19361 | 2025.04.22 03:14:58.426458 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 19362 | 2025.04.22 03:14:58.426946 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19363 | 2025.04.22 03:14:58.427162 [ 130 ] {} <Debug> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 19364 | 2025.04.22 03:14:58.427209 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43981 | ||
| 19365 | 2025.04.22 03:14:58.427257 [ 130 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19366 | 2025.04.22 03:14:58.427291 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 19367 | 2025.04.22 03:14:58.427413 [ 195 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 19368 | 2025.04.22 03:14:58.427517 [ 195 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19369 | 2025.04.22 03:14:58.427550 [ 195 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_91_18, total 41663 rows starting from the beginning of the part | ||
| 19370 | 2025.04.22 03:14:58.427614 [ 195 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 488 rows starting from the beginning of the part | ||
| 19371 | 2025.04.22 03:14:58.427835 [ 195 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 427 rows starting from the beginning of the part | ||
| 19372 | 2025.04.22 03:14:58.428065 [ 195 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 488 rows starting from the beginning of the part | ||
| 19373 | 2025.04.22 03:14:58.428249 [ 195 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 427 rows starting from the beginning of the part | ||
| 19374 | 2025.04.22 03:14:58.428379 [ 195 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 488 rows starting from the beginning of the part | ||
| 19375 | 2025.04.22 03:14:58.431510 [ 190 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 43981 rows, containing 4 columns (4 merged, 0 gathered) in 0.004149821 sec., 10598288.456297273 rows/sec., 151.61 MiB/sec. | ||
| 19376 | 2025.04.22 03:14:58.432018 [ 194 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 19377 | 2025.04.22 03:14:58.432691 [ 194 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_96_19} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19378 | 2025.04.22 03:14:58.432788 [ 194 ] {f99cf66c-8353-4c33-9745-5693d344cc5a::all_1_96_19} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 19379 | 2025.04.22 03:14:58.432903 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 19380 | 2025.04.22 03:14:58.711247 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2686 | ||
| 19381 | 2025.04.22 03:14:58.714393 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19382 | 2025.04.22 03:14:58.714432 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 19383 | 2025.04.22 03:14:58.716077 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 19384 | 2025.04.22 03:14:58.716602 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19385 | 2025.04.22 03:14:58.716761 [ 130 ] {} <Debug> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 19386 | 2025.04.22 03:14:58.716826 [ 130 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19387 | 2025.04.22 03:14:58.716865 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 19388 | 2025.04.22 03:14:58.717219 [ 195 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::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 | ||
| 19389 | 2025.04.22 03:14:58.717909 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2686 | ||
| 19390 | 2025.04.22 03:14:58.718371 [ 195 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19391 | 2025.04.22 03:14:58.718540 [ 195 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2492 rows starting from the beginning of the part | ||
| 19392 | 2025.04.22 03:14:58.719210 [ 195 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 36 rows starting from the beginning of the part | ||
| 19393 | 2025.04.22 03:14:58.719879 [ 195 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 36 rows starting from the beginning of the part | ||
| 19394 | 2025.04.22 03:14:58.720579 [ 195 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 52 rows starting from the beginning of the part | ||
| 19395 | 2025.04.22 03:14:58.721262 [ 195 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 34 rows starting from the beginning of the part | ||
| 19396 | 2025.04.22 03:14:58.721925 [ 195 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 36 rows starting from the beginning of the part | ||
| 19397 | 2025.04.22 03:14:58.734796 [ 190 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2686 rows, containing 72 columns (72 merged, 0 gathered) in 0.017813686 sec., 150782.9429574542 rows/sec., 113.65 MiB/sec. | ||
| 19398 | 2025.04.22 03:14:58.736986 [ 191 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 19399 | 2025.04.22 03:14:58.737996 [ 191 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_71_14} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19400 | 2025.04.22 03:14:58.738087 [ 191 ] {c29db43c-ba66-4a83-a42d-5caf5d171de1::all_1_71_14} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 19401 | 2025.04.22 03:14:58.738318 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.03 MiB. | ||
| 19402 | 2025.04.22 03:14:59.007658 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.007281384 sec. | ||
| 19403 | 2025.04.22 03:15:01.598484 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 724 | ||
| 19404 | 2025.04.22 03:15:01.621105 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19405 | 2025.04.22 03:15:01.621164 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 19406 | 2025.04.22 03:15:01.628910 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 19407 | 2025.04.22 03:15:01.630740 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19408 | 2025.04.22 03:15:01.631133 [ 147 ] {} <Debug> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 19409 | 2025.04.22 03:15:01.631275 [ 147 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19410 | 2025.04.22 03:15:01.631340 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 19411 | 2025.04.22 03:15:01.631949 [ 189 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 19412 | 2025.04.22 03:15:01.650749 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 724 | ||
| 19413 | 2025.04.22 03:15:01.651715 [ 189 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19414 | 2025.04.22 03:15:01.653180 [ 189 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 686 rows starting from the beginning of the part | ||
| 19415 | 2025.04.22 03:15:01.658498 [ 189 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 8 rows starting from the beginning of the part | ||
| 19416 | 2025.04.22 03:15:01.664072 [ 189 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 7 rows starting from the beginning of the part | ||
| 19417 | 2025.04.22 03:15:01.670104 [ 189 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 8 rows starting from the beginning of the part | ||
| 19418 | 2025.04.22 03:15:01.676314 [ 189 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 7 rows starting from the beginning of the part | ||
| 19419 | 2025.04.22 03:15:01.682112 [ 189 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 8 rows starting from the beginning of the part | ||
| 19420 | 2025.04.22 03:15:01.746465 [ 189 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 724 rows, containing 679 columns (679 merged, 0 gathered) in 0.114944045 sec., 6298.716910475876 rows/sec., 32.57 MiB/sec. | ||
| 19421 | 2025.04.22 03:15:01.749078 [ 189 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 19422 | 2025.04.22 03:15:01.752051 [ 189 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_96_19} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19423 | 2025.04.22 03:15:01.752169 [ 189 ] {221840db-82c7-49e0-9543-fc81844dee87::all_1_96_19} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 19424 | 2025.04.22 03:15:01.753731 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 19425 | 2025.04.22 03:15:02.000249 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 274.70 MiB, peak 292.11 MiB, free memory in arenas 0.00 B, will set to 273.61 MiB (RSS), difference: -1.09 MiB | ||
| 19426 | 2025.04.22 03:15:02.446489 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19427 | 2025.04.22 03:15:02.446692 [ 276 ] {c84be630-4d5f-4716-a2d2-e75d89ce65b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 19428 | 2025.04.22 03:15:02.446772 [ 276 ] {c84be630-4d5f-4716-a2d2-e75d89ce65b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 19429 | 2025.04.22 03:15:02.447661 [ 276 ] {c84be630-4d5f-4716-a2d2-e75d89ce65b1} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19430 | 2025.04.22 03:15:02.447705 [ 276 ] {c84be630-4d5f-4716-a2d2-e75d89ce65b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 19431 | 2025.04.22 03:15:02.448300 [ 276 ] {c84be630-4d5f-4716-a2d2-e75d89ce65b1} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 19432 | 2025.04.22 03:15:02.448891 [ 276 ] {c84be630-4d5f-4716-a2d2-e75d89ce65b1} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19433 | 2025.04.22 03:15:02.449118 [ 276 ] {c84be630-4d5f-4716-a2d2-e75d89ce65b1} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002478 sec., 85552.86521388216 rows/sec., 5.44 MiB/sec. | ||
| 19434 | 2025.04.22 03:15:02.449220 [ 276 ] {c84be630-4d5f-4716-a2d2-e75d89ce65b1} <Debug> TCPHandler: Processed in 0.002868406 sec. | ||
| 19435 | 2025.04.22 03:15:02.449464 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19436 | 2025.04.22 03:15:02.449596 [ 276 ] {86395bdd-5e89-4907-b2ed-6a635024ec03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19437 | 2025.04.22 03:15:02.449647 [ 276 ] {86395bdd-5e89-4907-b2ed-6a635024ec03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19438 | 2025.04.22 03:15:02.450567 [ 276 ] {86395bdd-5e89-4907-b2ed-6a635024ec03} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19439 | 2025.04.22 03:15:02.450607 [ 276 ] {86395bdd-5e89-4907-b2ed-6a635024ec03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 19440 | 2025.04.22 03:15:02.451166 [ 276 ] {86395bdd-5e89-4907-b2ed-6a635024ec03} <Trace> MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) | ||
| 19441 | 2025.04.22 03:15:02.451648 [ 276 ] {86395bdd-5e89-4907-b2ed-6a635024ec03} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19442 | 2025.04.22 03:15:02.451827 [ 276 ] {86395bdd-5e89-4907-b2ed-6a635024ec03} <Debug> executeQuery: Read 727 rows, 59.82 KiB in 0.002258 sec., 321966.34189548274 rows/sec., 25.87 MiB/sec. | ||
| 19443 | 2025.04.22 03:15:02.451881 [ 276 ] {86395bdd-5e89-4907-b2ed-6a635024ec03} <Debug> TCPHandler: Processed in 0.002507967 sec. | ||
| 19444 | 2025.04.22 03:15:02.452114 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19445 | 2025.04.22 03:15:02.452219 [ 276 ] {d0a080b2-2731-4433-8fb5-b77cb29d4338} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19446 | 2025.04.22 03:15:02.452264 [ 276 ] {d0a080b2-2731-4433-8fb5-b77cb29d4338} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19447 | 2025.04.22 03:15:02.452870 [ 276 ] {d0a080b2-2731-4433-8fb5-b77cb29d4338} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19448 | 2025.04.22 03:15:02.452908 [ 276 ] {d0a080b2-2731-4433-8fb5-b77cb29d4338} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 19449 | 2025.04.22 03:15:02.453429 [ 276 ] {d0a080b2-2731-4433-8fb5-b77cb29d4338} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 19450 | 2025.04.22 03:15:02.453888 [ 276 ] {d0a080b2-2731-4433-8fb5-b77cb29d4338} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19451 | 2025.04.22 03:15:02.454078 [ 276 ] {d0a080b2-2731-4433-8fb5-b77cb29d4338} <Debug> executeQuery: Read 161 rows, 10.52 KiB in 0.001871 sec., 86050.2405130946 rows/sec., 5.49 MiB/sec. | ||
| 19452 | 2025.04.22 03:15:02.454148 [ 276 ] {d0a080b2-2731-4433-8fb5-b77cb29d4338} <Debug> TCPHandler: Processed in 0.002085756 sec. | ||
| 19453 | 2025.04.22 03:15:02.454276 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19454 | 2025.04.22 03:15:02.454546 [ 276 ] {e83d9d7a-906b-4396-9c0c-44fcd49c7ccd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 19455 | 2025.04.22 03:15:02.454679 [ 276 ] {e83d9d7a-906b-4396-9c0c-44fcd49c7ccd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 19456 | 2025.04.22 03:15:02.455604 [ 276 ] {e83d9d7a-906b-4396-9c0c-44fcd49c7ccd} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19457 | 2025.04.22 03:15:02.455644 [ 276 ] {e83d9d7a-906b-4396-9c0c-44fcd49c7ccd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 19458 | 2025.04.22 03:15:02.456114 [ 276 ] {e83d9d7a-906b-4396-9c0c-44fcd49c7ccd} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 19459 | 2025.04.22 03:15:02.456568 [ 276 ] {e83d9d7a-906b-4396-9c0c-44fcd49c7ccd} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19460 | 2025.04.22 03:15:02.456712 [ 131 ] {} <Debug> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f) (MergerMutator): Selected 6 parts from all_1_69_14 to all_74_74_0 | ||
| 19461 | 2025.04.22 03:15:02.456746 [ 276 ] {e83d9d7a-906b-4396-9c0c-44fcd49c7ccd} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002308 sec., 48960.13864818024 rows/sec., 3.17 MiB/sec. | ||
| 19462 | 2025.04.22 03:15:02.456758 [ 131 ] {} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19463 | 2025.04.22 03:15:02.456790 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 19464 | 2025.04.22 03:15:02.456818 [ 276 ] {e83d9d7a-906b-4396-9c0c-44fcd49c7ccd} <Debug> TCPHandler: Processed in 0.002592099 sec. | ||
| 19465 | 2025.04.22 03:15:02.457130 [ 192 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_74_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_69_14 to all_74_74_0 into Compact with storage Full | ||
| 19466 | 2025.04.22 03:15:02.457154 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19467 | 2025.04.22 03:15:02.457672 [ 192 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_74_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19468 | 2025.04.22 03:15:02.457804 [ 192 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_74_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_69_14, total 365 rows starting from the beginning of the part | ||
| 19469 | 2025.04.22 03:15:02.457816 [ 276 ] {9665377c-c644-4db0-983a-313257f044c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 19470 | 2025.04.22 03:15:02.457993 [ 276 ] {9665377c-c644-4db0-983a-313257f044c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 19471 | 2025.04.22 03:15:02.458117 [ 192 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_74_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 114 rows starting from the beginning of the part | ||
| 19472 | 2025.04.22 03:15:02.458507 [ 192 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_74_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 228 rows starting from the beginning of the part | ||
| 19473 | 2025.04.22 03:15:02.458880 [ 192 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_74_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 113 rows starting from the beginning of the part | ||
| 19474 | 2025.04.22 03:15:02.459166 [ 192 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_74_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 113 rows starting from the beginning of the part | ||
| 19475 | 2025.04.22 03:15:02.459588 [ 192 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_74_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 113 rows starting from the beginning of the part | ||
| 19476 | 2025.04.22 03:15:02.461168 [ 276 ] {9665377c-c644-4db0-983a-313257f044c9} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19477 | 2025.04.22 03:15:02.461240 [ 276 ] {9665377c-c644-4db0-983a-313257f044c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 19478 | 2025.04.22 03:15:02.462367 [ 276 ] {9665377c-c644-4db0-983a-313257f044c9} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 19479 | 2025.04.22 03:15:02.462690 [ 199 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_74_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1046 rows, containing 5 columns (5 merged, 0 gathered) in 0.005803185 sec., 180245.84775429356 rows/sec., 12.66 MiB/sec. | ||
| 19480 | 2025.04.22 03:15:02.463031 [ 276 ] {9665377c-c644-4db0-983a-313257f044c9} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19481 | 2025.04.22 03:15:02.463095 [ 198 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_74_15} <Trace> MergedBlockOutputStream: filled checksums all_1_74_15 (state Temporary) | ||
| 19482 | 2025.04.22 03:15:02.463441 [ 276 ] {9665377c-c644-4db0-983a-313257f044c9} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005913 sec., 18941.315744968713 rows/sec., 1.08 MiB/sec. | ||
| 19483 | 2025.04.22 03:15:02.463534 [ 276 ] {9665377c-c644-4db0-983a-313257f044c9} <Debug> TCPHandler: Processed in 0.006521264 sec. | ||
| 19484 | 2025.04.22 03:15:02.463677 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19485 | 2025.04.22 03:15:02.463832 [ 276 ] {70d81f40-2b70-4dab-9988-81e16a3333b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19486 | 2025.04.22 03:15:02.463913 [ 276 ] {70d81f40-2b70-4dab-9988-81e16a3333b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19487 | 2025.04.22 03:15:02.464235 [ 198 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_74_15} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_merge_all_1_74_15 to all_1_74_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19488 | 2025.04.22 03:15:02.464517 [ 198 ] {b0041586-32db-4b84-924e-e64641e5dd1f::all_1_74_15} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f) (MergerMutator): Merged 6 parts: [all_1_69_14, all_74_74_0] -> all_1_74_15 | ||
| 19489 | 2025.04.22 03:15:02.464702 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 19490 | 2025.04.22 03:15:02.465133 [ 276 ] {70d81f40-2b70-4dab-9988-81e16a3333b8} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19491 | 2025.04.22 03:15:02.465177 [ 276 ] {70d81f40-2b70-4dab-9988-81e16a3333b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 19492 | 2025.04.22 03:15:02.465671 [ 276 ] {70d81f40-2b70-4dab-9988-81e16a3333b8} <Trace> MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) | ||
| 19493 | 2025.04.22 03:15:02.466161 [ 276 ] {70d81f40-2b70-4dab-9988-81e16a3333b8} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19494 | 2025.04.22 03:15:02.466353 [ 276 ] {70d81f40-2b70-4dab-9988-81e16a3333b8} <Debug> executeQuery: Read 437 rows, 31.99 KiB in 0.002548 sec., 171507.06436420724 rows/sec., 12.26 MiB/sec. | ||
| 19495 | 2025.04.22 03:15:02.466440 [ 221 ] {} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 19496 | 2025.04.22 03:15:02.466509 [ 276 ] {70d81f40-2b70-4dab-9988-81e16a3333b8} <Debug> TCPHandler: Processed in 0.002890667 sec. | ||
| 19497 | 2025.04.22 03:15:02.466513 [ 221 ] {} <Debug> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 19498 | 2025.04.22 03:15:02.466692 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19499 | 2025.04.22 03:15:02.466832 [ 276 ] {cb173c19-2253-4d23-8d7f-edcdcc5a480e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 19500 | 2025.04.22 03:15:02.466882 [ 276 ] {cb173c19-2253-4d23-8d7f-edcdcc5a480e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 19501 | 2025.04.22 03:15:02.467598 [ 218 ] {} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 19502 | 2025.04.22 03:15:02.467678 [ 218 ] {} <Debug> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 19503 | 2025.04.22 03:15:02.468108 [ 276 ] {cb173c19-2253-4d23-8d7f-edcdcc5a480e} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19504 | 2025.04.22 03:15:02.468185 [ 276 ] {cb173c19-2253-4d23-8d7f-edcdcc5a480e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 19505 | 2025.04.22 03:15:02.469639 [ 276 ] {cb173c19-2253-4d23-8d7f-edcdcc5a480e} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 19506 | 2025.04.22 03:15:02.470741 [ 276 ] {cb173c19-2253-4d23-8d7f-edcdcc5a480e} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19507 | 2025.04.22 03:15:02.471225 [ 131 ] {} <Debug> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 19508 | 2025.04.22 03:15:02.471333 [ 131 ] {} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19509 | 2025.04.22 03:15:02.471431 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 19510 | 2025.04.22 03:15:02.471710 [ 276 ] {cb173c19-2253-4d23-8d7f-edcdcc5a480e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00488 sec., 1229.5081967213116 rows/sec., 64.24 KiB/sec. | ||
| 19511 | 2025.04.22 03:15:02.472252 [ 187 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::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 | ||
| 19512 | 2025.04.22 03:15:02.472265 [ 276 ] {cb173c19-2253-4d23-8d7f-edcdcc5a480e} <Debug> TCPHandler: Processed in 0.005615261 sec. | ||
| 19513 | 2025.04.22 03:15:02.472814 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19514 | 2025.04.22 03:15:02.473104 [ 187 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19515 | 2025.04.22 03:15:02.473294 [ 187 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 276 rows starting from the beginning of the part | ||
| 19516 | 2025.04.22 03:15:02.473347 [ 276 ] {15939f27-66a8-462d-9486-de4d34173413} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19517 | 2025.04.22 03:15:02.473712 [ 276 ] {15939f27-66a8-462d-9486-de4d34173413} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19518 | 2025.04.22 03:15:02.474035 [ 187 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 6 rows starting from the beginning of the part | ||
| 19519 | 2025.04.22 03:15:02.474574 [ 187 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 6 rows starting from the beginning of the part | ||
| 19520 | 2025.04.22 03:15:02.475116 [ 187 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 6 rows starting from the beginning of the part | ||
| 19521 | 2025.04.22 03:15:02.475668 [ 221 ] {} <Debug> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 19522 | 2025.04.22 03:15:02.475710 [ 187 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 6 rows starting from the beginning of the part | ||
| 19523 | 2025.04.22 03:15:02.476018 [ 218 ] {} <Debug> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 19524 | 2025.04.22 03:15:02.476247 [ 187 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 6 rows starting from the beginning of the part | ||
| 19525 | 2025.04.22 03:15:02.479362 [ 276 ] {15939f27-66a8-462d-9486-de4d34173413} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19526 | 2025.04.22 03:15:02.479469 [ 276 ] {15939f27-66a8-462d-9486-de4d34173413} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 19527 | 2025.04.22 03:15:02.481551 [ 276 ] {15939f27-66a8-462d-9486-de4d34173413} <Trace> MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) | ||
| 19528 | 2025.04.22 03:15:02.482399 [ 199 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 306 rows, containing 4 columns (4 merged, 0 gathered) in 0.010712866 sec., 28563.784891923413 rows/sec., 1.46 MiB/sec. | ||
| 19529 | 2025.04.22 03:15:02.482736 [ 276 ] {15939f27-66a8-462d-9486-de4d34173413} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19530 | 2025.04.22 03:15:02.482755 [ 199 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 19531 | 2025.04.22 03:15:02.483010 [ 276 ] {15939f27-66a8-462d-9486-de4d34173413} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00982 sec., 24134.419551934825 rows/sec., 1.62 MiB/sec. | ||
| 19532 | 2025.04.22 03:15:02.483124 [ 225 ] {} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 19533 | 2025.04.22 03:15:02.483137 [ 276 ] {15939f27-66a8-462d-9486-de4d34173413} <Debug> TCPHandler: Processed in 0.010481041 sec. | ||
| 19534 | 2025.04.22 03:15:02.483185 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 19535 | 2025.04.22 03:15:02.483478 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19536 | 2025.04.22 03:15:02.483582 [ 199 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_51_10} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19537 | 2025.04.22 03:15:02.483696 [ 199 ] {dbf69f47-adb6-4e1e-9351-1a6c726a346e::all_1_51_10} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 19538 | 2025.04.22 03:15:02.483701 [ 276 ] {4b999774-c361-46f8-af84-45fafad42224} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 19539 | 2025.04.22 03:15:02.483856 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 19540 | 2025.04.22 03:15:02.483857 [ 276 ] {4b999774-c361-46f8-af84-45fafad42224} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 19541 | 2025.04.22 03:15:02.484961 [ 276 ] {4b999774-c361-46f8-af84-45fafad42224} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19542 | 2025.04.22 03:15:02.485028 [ 276 ] {4b999774-c361-46f8-af84-45fafad42224} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 19543 | 2025.04.22 03:15:02.485980 [ 276 ] {4b999774-c361-46f8-af84-45fafad42224} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 19544 | 2025.04.22 03:15:02.486714 [ 276 ] {4b999774-c361-46f8-af84-45fafad42224} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19545 | 2025.04.22 03:15:02.487064 [ 220 ] {} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Found 6 old parts to remove. Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 19546 | 2025.04.22 03:15:02.487056 [ 276 ] {4b999774-c361-46f8-af84-45fafad42224} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003383 sec., 295.59562518474723 rows/sec., 19.92 KiB/sec. | ||
| 19547 | 2025.04.22 03:15:02.487132 [ 220 ] {} <Debug> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Removing 6 parts from filesystem (serially): Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 19548 | 2025.04.22 03:15:02.487351 [ 276 ] {4b999774-c361-46f8-af84-45fafad42224} <Debug> TCPHandler: Processed in 0.003990756 sec. | ||
| 19549 | 2025.04.22 03:15:02.487522 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 19550 | 2025.04.22 03:15:02.487679 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19551 | 2025.04.22 03:15:02.488003 [ 276 ] {ec10d7f3-c7a8-40c6-8a32-2b98d5657055} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19552 | 2025.04.22 03:15:02.488440 [ 276 ] {ec10d7f3-c7a8-40c6-8a32-2b98d5657055} <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 | ||
| 19553 | 2025.04.22 03:15:02.493286 [ 220 ] {} <Debug> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Removing 6 parts from memory: Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 19554 | 2025.04.22 03:15:02.493519 [ 276 ] {ec10d7f3-c7a8-40c6-8a32-2b98d5657055} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19555 | 2025.04.22 03:15:02.493601 [ 276 ] {ec10d7f3-c7a8-40c6-8a32-2b98d5657055} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 19556 | 2025.04.22 03:15:02.494981 [ 276 ] {ec10d7f3-c7a8-40c6-8a32-2b98d5657055} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 19557 | 2025.04.22 03:15:02.495448 [ 276 ] {ec10d7f3-c7a8-40c6-8a32-2b98d5657055} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19558 | 2025.04.22 03:15:02.495631 [ 276 ] {ec10d7f3-c7a8-40c6-8a32-2b98d5657055} <Debug> executeQuery: Read 55 rows, 100.92 KiB in 0.007691 sec., 7151.215706670134 rows/sec., 12.81 MiB/sec. | ||
| 19559 | 2025.04.22 03:15:02.495722 [ 276 ] {ec10d7f3-c7a8-40c6-8a32-2b98d5657055} <Debug> TCPHandler: Processed in 0.008162678 sec. | ||
| 19560 | 2025.04.22 03:15:02.495849 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19561 | 2025.04.22 03:15:02.495951 [ 276 ] {ecd5e8a8-1de4-4a83-9cf9-f6137eba707f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19562 | 2025.04.22 03:15:02.495995 [ 276 ] {ecd5e8a8-1de4-4a83-9cf9-f6137eba707f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19563 | 2025.04.22 03:15:02.496413 [ 276 ] {ecd5e8a8-1de4-4a83-9cf9-f6137eba707f} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19564 | 2025.04.22 03:15:02.496449 [ 276 ] {ecd5e8a8-1de4-4a83-9cf9-f6137eba707f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 19565 | 2025.04.22 03:15:02.496915 [ 276 ] {ecd5e8a8-1de4-4a83-9cf9-f6137eba707f} <Trace> MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) | ||
| 19566 | 2025.04.22 03:15:02.497442 [ 276 ] {ecd5e8a8-1de4-4a83-9cf9-f6137eba707f} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19567 | 2025.04.22 03:15:02.497604 [ 276 ] {ecd5e8a8-1de4-4a83-9cf9-f6137eba707f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001674 sec., 48984.46833930705 rows/sec., 3.11 MiB/sec. | ||
| 19568 | 2025.04.22 03:15:02.497650 [ 276 ] {ecd5e8a8-1de4-4a83-9cf9-f6137eba707f} <Debug> TCPHandler: Processed in 0.00184954 sec. | ||
| 19569 | 2025.04.22 03:15:03.030284 [ 224 ] {} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 19570 | 2025.04.22 03:15:03.030331 [ 224 ] {} <Debug> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 19571 | 2025.04.22 03:15:03.032801 [ 224 ] {} <Debug> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 19572 | 2025.04.22 03:15:05.674612 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19573 | 2025.04.22 03:15:05.674866 [ 276 ] {989bda46-d509-4570-af1c-8fd9d06fadee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 19574 | 2025.04.22 03:15:05.674959 [ 276 ] {989bda46-d509-4570-af1c-8fd9d06fadee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 19575 | 2025.04.22 03:15:05.675927 [ 276 ] {989bda46-d509-4570-af1c-8fd9d06fadee} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19576 | 2025.04.22 03:15:05.675983 [ 276 ] {989bda46-d509-4570-af1c-8fd9d06fadee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 19577 | 2025.04.22 03:15:05.676748 [ 276 ] {989bda46-d509-4570-af1c-8fd9d06fadee} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 19578 | 2025.04.22 03:15:05.677486 [ 276 ] {989bda46-d509-4570-af1c-8fd9d06fadee} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19579 | 2025.04.22 03:15:05.677773 [ 276 ] {989bda46-d509-4570-af1c-8fd9d06fadee} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002972 sec., 1345.8950201884254 rows/sec., 109.75 KiB/sec. | ||
| 19580 | 2025.04.22 03:15:05.677854 [ 276 ] {989bda46-d509-4570-af1c-8fd9d06fadee} <Debug> TCPHandler: Processed in 0.003429022 sec. | ||
| 19581 | 2025.04.22 03:15:05.678024 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19582 | 2025.04.22 03:15:05.678156 [ 276 ] {20f6e8a1-2166-44b1-9bea-e5c78a635291} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19583 | 2025.04.22 03:15:05.678215 [ 276 ] {20f6e8a1-2166-44b1-9bea-e5c78a635291} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19584 | 2025.04.22 03:15:05.679281 [ 276 ] {20f6e8a1-2166-44b1-9bea-e5c78a635291} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19585 | 2025.04.22 03:15:05.679321 [ 276 ] {20f6e8a1-2166-44b1-9bea-e5c78a635291} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 19586 | 2025.04.22 03:15:05.679889 [ 276 ] {20f6e8a1-2166-44b1-9bea-e5c78a635291} <Trace> MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) | ||
| 19587 | 2025.04.22 03:15:05.680456 [ 276 ] {20f6e8a1-2166-44b1-9bea-e5c78a635291} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19588 | 2025.04.22 03:15:05.680695 [ 276 ] {20f6e8a1-2166-44b1-9bea-e5c78a635291} <Debug> executeQuery: Read 1206 rows, 101.90 KiB in 0.002557 sec., 471646.4606961283 rows/sec., 38.92 MiB/sec. | ||
| 19589 | 2025.04.22 03:15:05.680763 [ 276 ] {20f6e8a1-2166-44b1-9bea-e5c78a635291} <Debug> TCPHandler: Processed in 0.002803895 sec. | ||
| 19590 | 2025.04.22 03:15:05.680909 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19591 | 2025.04.22 03:15:05.681199 [ 276 ] {679eee43-8311-4797-b974-da80c38d0d05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19592 | 2025.04.22 03:15:05.681314 [ 276 ] {679eee43-8311-4797-b974-da80c38d0d05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19593 | 2025.04.22 03:15:05.682260 [ 276 ] {679eee43-8311-4797-b974-da80c38d0d05} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19594 | 2025.04.22 03:15:05.682300 [ 276 ] {679eee43-8311-4797-b974-da80c38d0d05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 19595 | 2025.04.22 03:15:05.682850 [ 276 ] {679eee43-8311-4797-b974-da80c38d0d05} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 19596 | 2025.04.22 03:15:05.683352 [ 276 ] {679eee43-8311-4797-b974-da80c38d0d05} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19597 | 2025.04.22 03:15:05.683532 [ 144 ] {} <Debug> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 19598 | 2025.04.22 03:15:05.683578 [ 276 ] {679eee43-8311-4797-b974-da80c38d0d05} <Debug> executeQuery: Read 8 rows, 594.00 B in 0.002485 sec., 3219.3158953722336 rows/sec., 233.43 KiB/sec. | ||
| 19599 | 2025.04.22 03:15:05.683615 [ 144 ] {} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19600 | 2025.04.22 03:15:05.683691 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 19601 | 2025.04.22 03:15:05.683697 [ 276 ] {679eee43-8311-4797-b974-da80c38d0d05} <Debug> TCPHandler: Processed in 0.002836486 sec. | ||
| 19602 | 2025.04.22 03:15:05.683894 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19603 | 2025.04.22 03:15:05.683902 [ 186 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 19604 | 2025.04.22 03:15:05.684091 [ 276 ] {925f8ad5-20da-4422-9614-56c964d14ffb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 19605 | 2025.04.22 03:15:05.684212 [ 276 ] {925f8ad5-20da-4422-9614-56c964d14ffb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 19606 | 2025.04.22 03:15:05.684226 [ 186 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19607 | 2025.04.22 03:15:05.684341 [ 186 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 197 rows starting from the beginning of the part | ||
| 19608 | 2025.04.22 03:15:05.684609 [ 186 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 4 rows starting from the beginning of the part | ||
| 19609 | 2025.04.22 03:15:05.684955 [ 186 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 163 rows starting from the beginning of the part | ||
| 19610 | 2025.04.22 03:15:05.685258 [ 186 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 4 rows starting from the beginning of the part | ||
| 19611 | 2025.04.22 03:15:05.685627 [ 186 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 161 rows starting from the beginning of the part | ||
| 19612 | 2025.04.22 03:15:05.685970 [ 186 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 8 rows starting from the beginning of the part | ||
| 19613 | 2025.04.22 03:15:05.687564 [ 276 ] {925f8ad5-20da-4422-9614-56c964d14ffb} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19614 | 2025.04.22 03:15:05.687631 [ 276 ] {925f8ad5-20da-4422-9614-56c964d14ffb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 19615 | 2025.04.22 03:15:05.688866 [ 276 ] {925f8ad5-20da-4422-9614-56c964d14ffb} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 19616 | 2025.04.22 03:15:05.688937 [ 186 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 537 rows, containing 5 columns (5 merged, 0 gathered) in 0.005144747 sec., 104378.31053694186 rows/sec., 7.15 MiB/sec. | ||
| 19617 | 2025.04.22 03:15:05.689249 [ 199 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 19618 | 2025.04.22 03:15:05.689602 [ 276 ] {925f8ad5-20da-4422-9614-56c964d14ffb} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19619 | 2025.04.22 03:15:05.689847 [ 276 ] {925f8ad5-20da-4422-9614-56c964d14ffb} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.005817 sec., 39195.46157813306 rows/sec., 2.65 MiB/sec. | ||
| 19620 | 2025.04.22 03:15:05.689900 [ 276 ] {925f8ad5-20da-4422-9614-56c964d14ffb} <Debug> TCPHandler: Processed in 0.006089993 sec. | ||
| 19621 | 2025.04.22 03:15:05.690026 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19622 | 2025.04.22 03:15:05.690038 [ 199 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_136_27} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19623 | 2025.04.22 03:15:05.690139 [ 199 ] {99245ea6-00b1-426a-a31f-83dbbb7c30dc::all_1_136_27} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 19624 | 2025.04.22 03:15:05.690151 [ 276 ] {f08391fa-7f12-495d-9519-6e7d671ab3ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19625 | 2025.04.22 03:15:05.690216 [ 276 ] {f08391fa-7f12-495d-9519-6e7d671ab3ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19626 | 2025.04.22 03:15:05.690238 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 19627 | 2025.04.22 03:15:05.690903 [ 276 ] {f08391fa-7f12-495d-9519-6e7d671ab3ec} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19628 | 2025.04.22 03:15:05.690942 [ 276 ] {f08391fa-7f12-495d-9519-6e7d671ab3ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 19629 | 2025.04.22 03:15:05.691452 [ 276 ] {f08391fa-7f12-495d-9519-6e7d671ab3ec} <Trace> MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) | ||
| 19630 | 2025.04.22 03:15:05.691960 [ 276 ] {f08391fa-7f12-495d-9519-6e7d671ab3ec} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19631 | 2025.04.22 03:15:05.692168 [ 276 ] {f08391fa-7f12-495d-9519-6e7d671ab3ec} <Debug> executeQuery: Read 528 rows, 40.05 KiB in 0.002046 sec., 258064.51612903224 rows/sec., 19.12 MiB/sec. | ||
| 19632 | 2025.04.22 03:15:05.692221 [ 276 ] {f08391fa-7f12-495d-9519-6e7d671ab3ec} <Debug> TCPHandler: Processed in 0.00225036 sec. | ||
| 19633 | 2025.04.22 03:15:05.692345 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19634 | 2025.04.22 03:15:05.692450 [ 276 ] {05d33a8d-973b-4fbf-91ba-df30dff4dcc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19635 | 2025.04.22 03:15:05.692499 [ 276 ] {05d33a8d-973b-4fbf-91ba-df30dff4dcc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19636 | 2025.04.22 03:15:05.693167 [ 276 ] {05d33a8d-973b-4fbf-91ba-df30dff4dcc9} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19637 | 2025.04.22 03:15:05.693206 [ 276 ] {05d33a8d-973b-4fbf-91ba-df30dff4dcc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 19638 | 2025.04.22 03:15:05.693830 [ 276 ] {05d33a8d-973b-4fbf-91ba-df30dff4dcc9} <Trace> MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) | ||
| 19639 | 2025.04.22 03:15:05.694344 [ 276 ] {05d33a8d-973b-4fbf-91ba-df30dff4dcc9} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19640 | 2025.04.22 03:15:05.694533 [ 144 ] {} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Selected 6 parts from all_1_160_34 to all_165_165_0 | ||
| 19641 | 2025.04.22 03:15:05.694577 [ 276 ] {05d33a8d-973b-4fbf-91ba-df30dff4dcc9} <Debug> executeQuery: Read 956 rows, 65.68 KiB in 0.002146 sec., 445479.96272134205 rows/sec., 29.89 MiB/sec. | ||
| 19642 | 2025.04.22 03:15:05.694611 [ 144 ] {} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19643 | 2025.04.22 03:15:05.694677 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 19644 | 2025.04.22 03:15:05.694691 [ 276 ] {05d33a8d-973b-4fbf-91ba-df30dff4dcc9} <Debug> TCPHandler: Processed in 0.002395274 sec. | ||
| 19645 | 2025.04.22 03:15:05.694933 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19646 | 2025.04.22 03:15:05.694936 [ 197 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_165_35} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_160_34 to all_165_165_0 into Compact with storage Full | ||
| 19647 | 2025.04.22 03:15:05.695105 [ 276 ] {12eb5e39-b5a6-4f12-9129-995d3f63ddd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19648 | 2025.04.22 03:15:05.695341 [ 276 ] {12eb5e39-b5a6-4f12-9129-995d3f63ddd2} <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 | ||
| 19649 | 2025.04.22 03:15:05.695341 [ 197 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_165_35} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19650 | 2025.04.22 03:15:05.695488 [ 197 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_165_35} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_160_34, total 47189 rows starting from the beginning of the part | ||
| 19651 | 2025.04.22 03:15:05.696017 [ 197 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_165_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 160 rows starting from the beginning of the part | ||
| 19652 | 2025.04.22 03:15:05.696328 [ 197 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_165_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 238 rows starting from the beginning of the part | ||
| 19653 | 2025.04.22 03:15:05.696677 [ 197 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_165_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 160 rows starting from the beginning of the part | ||
| 19654 | 2025.04.22 03:15:05.697120 [ 197 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_165_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 237 rows starting from the beginning of the part | ||
| 19655 | 2025.04.22 03:15:05.697437 [ 197 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_165_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 956 rows starting from the beginning of the part | ||
| 19656 | 2025.04.22 03:15:05.699744 [ 276 ] {12eb5e39-b5a6-4f12-9129-995d3f63ddd2} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19657 | 2025.04.22 03:15:05.699811 [ 276 ] {12eb5e39-b5a6-4f12-9129-995d3f63ddd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 19658 | 2025.04.22 03:15:05.701685 [ 276 ] {12eb5e39-b5a6-4f12-9129-995d3f63ddd2} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 19659 | 2025.04.22 03:15:05.702329 [ 276 ] {12eb5e39-b5a6-4f12-9129-995d3f63ddd2} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19660 | 2025.04.22 03:15:05.702568 [ 144 ] {} <Debug> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 19661 | 2025.04.22 03:15:05.702612 [ 276 ] {12eb5e39-b5a6-4f12-9129-995d3f63ddd2} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.007564 sec., 528.820729772607 rows/sec., 970.37 KiB/sec. | ||
| 19662 | 2025.04.22 03:15:05.702673 [ 144 ] {} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19663 | 2025.04.22 03:15:05.702769 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 19664 | 2025.04.22 03:15:05.702893 [ 276 ] {12eb5e39-b5a6-4f12-9129-995d3f63ddd2} <Debug> TCPHandler: Processed in 0.008035985 sec. | ||
| 19665 | 2025.04.22 03:15:05.703208 [ 201 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 19666 | 2025.04.22 03:15:05.703363 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19667 | 2025.04.22 03:15:05.703870 [ 276 ] {ee2ac34b-a411-41e6-bb40-407d22ce2f41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19668 | 2025.04.22 03:15:05.704138 [ 276 ] {ee2ac34b-a411-41e6-bb40-407d22ce2f41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19669 | 2025.04.22 03:15:05.704997 [ 201 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19670 | 2025.04.22 03:15:05.705391 [ 201 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 2778 rows starting from the beginning of the part | ||
| 19671 | 2025.04.22 03:15:05.706426 [ 201 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 4 rows starting from the beginning of the part | ||
| 19672 | 2025.04.22 03:15:05.707523 [ 276 ] {ee2ac34b-a411-41e6-bb40-407d22ce2f41} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19673 | 2025.04.22 03:15:05.707605 [ 201 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 55 rows starting from the beginning of the part | ||
| 19674 | 2025.04.22 03:15:05.707614 [ 276 ] {ee2ac34b-a411-41e6-bb40-407d22ce2f41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 19675 | 2025.04.22 03:15:05.708405 [ 201 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 4 rows starting from the beginning of the part | ||
| 19676 | 2025.04.22 03:15:05.709209 [ 201 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 55 rows starting from the beginning of the part | ||
| 19677 | 2025.04.22 03:15:05.709368 [ 276 ] {ee2ac34b-a411-41e6-bb40-407d22ce2f41} <Trace> MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) | ||
| 19678 | 2025.04.22 03:15:05.709757 [ 201 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 4 rows starting from the beginning of the part | ||
| 19679 | 2025.04.22 03:15:05.710584 [ 276 ] {ee2ac34b-a411-41e6-bb40-407d22ce2f41} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19680 | 2025.04.22 03:15:05.711150 [ 276 ] {ee2ac34b-a411-41e6-bb40-407d22ce2f41} <Debug> executeQuery: Read 42 rows, 2.89 KiB in 0.007477 sec., 5617.226160224689 rows/sec., 386.73 KiB/sec. | ||
| 19681 | 2025.04.22 03:15:05.711406 [ 276 ] {ee2ac34b-a411-41e6-bb40-407d22ce2f41} <Debug> TCPHandler: Processed in 0.008193199 sec. | ||
| 19682 | 2025.04.22 03:15:05.713721 [ 200 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_165_35} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 48940 rows, containing 5 columns (5 merged, 0 gathered) in 0.018913446 sec., 2587577.113128935 rows/sec., 175.77 MiB/sec. | ||
| 19683 | 2025.04.22 03:15:05.714677 [ 200 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_165_35} <Trace> MergedBlockOutputStream: filled checksums all_1_165_35 (state Temporary) | ||
| 19684 | 2025.04.22 03:15:05.715624 [ 200 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_165_35} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_merge_all_1_165_35 to all_1_165_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19685 | 2025.04.22 03:15:05.715721 [ 200 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_165_35} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Merged 6 parts: [all_1_160_34, all_165_165_0] -> all_1_165_35 | ||
| 19686 | 2025.04.22 03:15:05.715915 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.51 MiB. | ||
| 19687 | 2025.04.22 03:15:05.720122 [ 194 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2900 rows, containing 19 columns (19 merged, 0 gathered) in 0.01718975 sec., 168705.1876845213 rows/sec., 302.31 MiB/sec. | ||
| 19688 | 2025.04.22 03:15:05.722845 [ 200 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 19689 | 2025.04.22 03:15:05.723467 [ 200 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_136_27} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19690 | 2025.04.22 03:15:05.723552 [ 200 ] {b231891b-dff1-435e-bddb-2ac39d181211::all_1_136_27} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 19691 | 2025.04.22 03:15:05.723709 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 19.39 MiB. | ||
| 19692 | 2025.04.22 03:15:05.927395 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 44408 | ||
| 19693 | 2025.04.22 03:15:05.928411 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19694 | 2025.04.22 03:15:05.928482 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 19695 | 2025.04.22 03:15:05.929141 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 19696 | 2025.04.22 03:15:05.929667 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19697 | 2025.04.22 03:15:05.929826 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44408 | ||
| 19698 | 2025.04.22 03:15:06.000238 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 274.27 MiB, peak 293.62 MiB, free memory in arenas 0.00 B, will set to 275.46 MiB (RSS), difference: 1.19 MiB | ||
| 19699 | 2025.04.22 03:15:07.432343 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19700 | 2025.04.22 03:15:07.432549 [ 276 ] {3ea885af-6c25-42b5-a492-da81ebf8cc85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19701 | 2025.04.22 03:15:07.432623 [ 276 ] {3ea885af-6c25-42b5-a492-da81ebf8cc85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19702 | 2025.04.22 03:15:07.433434 [ 276 ] {3ea885af-6c25-42b5-a492-da81ebf8cc85} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19703 | 2025.04.22 03:15:07.433474 [ 276 ] {3ea885af-6c25-42b5-a492-da81ebf8cc85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 19704 | 2025.04.22 03:15:07.434063 [ 276 ] {3ea885af-6c25-42b5-a492-da81ebf8cc85} <Trace> MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) | ||
| 19705 | 2025.04.22 03:15:07.434618 [ 276 ] {3ea885af-6c25-42b5-a492-da81ebf8cc85} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19706 | 2025.04.22 03:15:07.434826 [ 140 ] {} <Debug> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Selected 6 parts from all_1_161_32 to all_166_166_0 | ||
| 19707 | 2025.04.22 03:15:07.434838 [ 276 ] {3ea885af-6c25-42b5-a492-da81ebf8cc85} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002337 sec., 23962.34488660676 rows/sec., 1.84 MiB/sec. | ||
| 19708 | 2025.04.22 03:15:07.434921 [ 140 ] {} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19709 | 2025.04.22 03:15:07.434995 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 19710 | 2025.04.22 03:15:07.435000 [ 276 ] {3ea885af-6c25-42b5-a492-da81ebf8cc85} <Debug> TCPHandler: Processed in 0.002780465 sec. | ||
| 19711 | 2025.04.22 03:15:07.435169 [ 191 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_166_33} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_161_32 to all_166_166_0 into Compact with storage Full | ||
| 19712 | 2025.04.22 03:15:07.435190 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19713 | 2025.04.22 03:15:07.435332 [ 191 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_166_33} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19714 | 2025.04.22 03:15:07.435337 [ 276 ] {8ca664ec-9ad6-47bb-aa56-3fcf4aef4dac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19715 | 2025.04.22 03:15:07.435375 [ 191 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_161_32, total 2006 rows starting from the beginning of the part | ||
| 19716 | 2025.04.22 03:15:07.435400 [ 276 ] {8ca664ec-9ad6-47bb-aa56-3fcf4aef4dac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19717 | 2025.04.22 03:15:07.435590 [ 191 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 728 rows starting from the beginning of the part | ||
| 19718 | 2025.04.22 03:15:07.436012 [ 191 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 64 rows starting from the beginning of the part | ||
| 19719 | 2025.04.22 03:15:07.436370 [ 191 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 727 rows starting from the beginning of the part | ||
| 19720 | 2025.04.22 03:15:07.436769 [ 191 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 1206 rows starting from the beginning of the part | ||
| 19721 | 2025.04.22 03:15:07.437130 [ 191 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 56 rows starting from the beginning of the part | ||
| 19722 | 2025.04.22 03:15:07.438258 [ 276 ] {8ca664ec-9ad6-47bb-aa56-3fcf4aef4dac} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19723 | 2025.04.22 03:15:07.438303 [ 276 ] {8ca664ec-9ad6-47bb-aa56-3fcf4aef4dac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 19724 | 2025.04.22 03:15:07.438924 [ 276 ] {8ca664ec-9ad6-47bb-aa56-3fcf4aef4dac} <Trace> MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) | ||
| 19725 | 2025.04.22 03:15:07.439470 [ 276 ] {8ca664ec-9ad6-47bb-aa56-3fcf4aef4dac} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19726 | 2025.04.22 03:15:07.439749 [ 140 ] {} <Debug> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Selected 6 parts from all_1_161_32 to all_166_166_0 | ||
| 19727 | 2025.04.22 03:15:07.439893 [ 276 ] {8ca664ec-9ad6-47bb-aa56-3fcf4aef4dac} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004555 sec., 14050.493962678376 rows/sec., 1.10 MiB/sec. | ||
| 19728 | 2025.04.22 03:15:07.439907 [ 140 ] {} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19729 | 2025.04.22 03:15:07.440095 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 19730 | 2025.04.22 03:15:07.440176 [ 276 ] {8ca664ec-9ad6-47bb-aa56-3fcf4aef4dac} <Debug> TCPHandler: Processed in 0.005041335 sec. | ||
| 19731 | 2025.04.22 03:15:07.440197 [ 194 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_166_33} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4787 rows, containing 5 columns (5 merged, 0 gathered) in 0.005085586 sec., 941287.7886638826 rows/sec., 80.53 MiB/sec. | ||
| 19732 | 2025.04.22 03:15:07.440562 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19733 | 2025.04.22 03:15:07.440627 [ 195 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_166_33} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_161_32 to all_166_166_0 into Compact with storage Full | ||
| 19734 | 2025.04.22 03:15:07.440967 [ 276 ] {3a29a3bc-9f51-4fce-94a7-b0b799db6ac0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19735 | 2025.04.22 03:15:07.441014 [ 194 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_166_33} <Trace> MergedBlockOutputStream: filled checksums all_1_166_33 (state Temporary) | ||
| 19736 | 2025.04.22 03:15:07.441313 [ 276 ] {3a29a3bc-9f51-4fce-94a7-b0b799db6ac0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19737 | 2025.04.22 03:15:07.441498 [ 195 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_166_33} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19738 | 2025.04.22 03:15:07.441622 [ 195 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_161_32, total 974 rows starting from the beginning of the part | ||
| 19739 | 2025.04.22 03:15:07.442637 [ 195 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 439 rows starting from the beginning of the part | ||
| 19740 | 2025.04.22 03:15:07.442812 [ 194 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_166_33} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_merge_all_1_166_33 to all_1_166_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19741 | 2025.04.22 03:15:07.443236 [ 194 ] {f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0::all_1_166_33} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0) (MergerMutator): Merged 6 parts: [all_1_161_32, all_166_166_0] -> all_1_166_33 | ||
| 19742 | 2025.04.22 03:15:07.443483 [ 195 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 68 rows starting from the beginning of the part | ||
| 19743 | 2025.04.22 03:15:07.444076 [ 195 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 437 rows starting from the beginning of the part | ||
| 19744 | 2025.04.22 03:15:07.444251 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. | ||
| 19745 | 2025.04.22 03:15:07.444530 [ 195 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 528 rows starting from the beginning of the part | ||
| 19746 | 2025.04.22 03:15:07.444942 [ 195 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 64 rows starting from the beginning of the part | ||
| 19747 | 2025.04.22 03:15:07.446900 [ 276 ] {3a29a3bc-9f51-4fce-94a7-b0b799db6ac0} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19748 | 2025.04.22 03:15:07.447001 [ 276 ] {3a29a3bc-9f51-4fce-94a7-b0b799db6ac0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 19749 | 2025.04.22 03:15:07.448680 [ 276 ] {3a29a3bc-9f51-4fce-94a7-b0b799db6ac0} <Trace> MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) | ||
| 19750 | 2025.04.22 03:15:07.449062 [ 195 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_166_33} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2510 rows, containing 5 columns (5 merged, 0 gathered) in 0.008827786 sec., 284329.5023236857 rows/sec., 21.87 MiB/sec. | ||
| 19751 | 2025.04.22 03:15:07.449275 [ 276 ] {3a29a3bc-9f51-4fce-94a7-b0b799db6ac0} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19752 | 2025.04.22 03:15:07.449313 [ 195 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_166_33} <Trace> MergedBlockOutputStream: filled checksums all_1_166_33 (state Temporary) | ||
| 19753 | 2025.04.22 03:15:07.449557 [ 276 ] {3a29a3bc-9f51-4fce-94a7-b0b799db6ac0} <Debug> executeQuery: Read 52 rows, 3.70 KiB in 0.008732 sec., 5955.107650022904 rows/sec., 423.97 KiB/sec. | ||
| 19754 | 2025.04.22 03:15:07.449631 [ 276 ] {3a29a3bc-9f51-4fce-94a7-b0b799db6ac0} <Debug> TCPHandler: Processed in 0.009175365 sec. | ||
| 19755 | 2025.04.22 03:15:07.449955 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19756 | 2025.04.22 03:15:07.450233 [ 195 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_166_33} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_merge_all_1_166_33 to all_1_166_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19757 | 2025.04.22 03:15:07.450350 [ 276 ] {56be3bd0-3233-4c1d-a54f-bf14cea3fcce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19758 | 2025.04.22 03:15:07.450542 [ 276 ] {56be3bd0-3233-4c1d-a54f-bf14cea3fcce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19759 | 2025.04.22 03:15:07.450592 [ 195 ] {807bd739-507b-4cdf-8c87-3b4d5329d195::all_1_166_33} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195) (MergerMutator): Merged 6 parts: [all_1_161_32, all_166_166_0] -> all_1_166_33 | ||
| 19760 | 2025.04.22 03:15:07.450887 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 19761 | 2025.04.22 03:15:07.451856 [ 276 ] {56be3bd0-3233-4c1d-a54f-bf14cea3fcce} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19762 | 2025.04.22 03:15:07.451895 [ 276 ] {56be3bd0-3233-4c1d-a54f-bf14cea3fcce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 19763 | 2025.04.22 03:15:07.452443 [ 276 ] {56be3bd0-3233-4c1d-a54f-bf14cea3fcce} <Trace> MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) | ||
| 19764 | 2025.04.22 03:15:07.452986 [ 276 ] {56be3bd0-3233-4c1d-a54f-bf14cea3fcce} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19765 | 2025.04.22 03:15:07.453161 [ 141 ] {} <Debug> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Selected 6 parts from all_1_161_32 to all_166_166_0 | ||
| 19766 | 2025.04.22 03:15:07.453208 [ 276 ] {56be3bd0-3233-4c1d-a54f-bf14cea3fcce} <Debug> executeQuery: Read 18 rows, 1.25 KiB in 0.003005 sec., 5990.016638935109 rows/sec., 415.65 KiB/sec. | ||
| 19767 | 2025.04.22 03:15:07.453249 [ 141 ] {} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19768 | 2025.04.22 03:15:07.453312 [ 276 ] {56be3bd0-3233-4c1d-a54f-bf14cea3fcce} <Debug> TCPHandler: Processed in 0.003463893 sec. | ||
| 19769 | 2025.04.22 03:15:07.453317 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 19770 | 2025.04.22 03:15:07.453500 [ 196 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_166_33} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_161_32 to all_166_166_0 into Compact with storage Full | ||
| 19771 | 2025.04.22 03:15:07.453642 [ 196 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_166_33} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19772 | 2025.04.22 03:15:07.453678 [ 196 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_161_32, total 9226 rows starting from the beginning of the part | ||
| 19773 | 2025.04.22 03:15:07.453763 [ 196 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 82 rows starting from the beginning of the part | ||
| 19774 | 2025.04.22 03:15:07.453832 [ 196 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 60 rows starting from the beginning of the part | ||
| 19775 | 2025.04.22 03:15:07.454062 [ 196 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 82 rows starting from the beginning of the part | ||
| 19776 | 2025.04.22 03:15:07.454139 [ 196 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 42 rows starting from the beginning of the part | ||
| 19777 | 2025.04.22 03:15:07.454257 [ 196 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 18 rows starting from the beginning of the part | ||
| 19778 | 2025.04.22 03:15:07.457122 [ 189 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_166_33} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9510 rows, containing 4 columns (4 merged, 0 gathered) in 0.003677658 sec., 2585884.8212639675 rows/sec., 169.93 MiB/sec. | ||
| 19779 | 2025.04.22 03:15:07.457420 [ 196 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_166_33} <Trace> MergedBlockOutputStream: filled checksums all_1_166_33 (state Temporary) | ||
| 19780 | 2025.04.22 03:15:07.457997 [ 196 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_166_33} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_merge_all_1_166_33 to all_1_166_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19781 | 2025.04.22 03:15:07.458085 [ 196 ] {9e820e5c-2815-41c4-a5b9-d901b7b9b759::all_1_166_33} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759) (MergerMutator): Merged 6 parts: [all_1_161_32, all_166_166_0] -> all_1_166_33 | ||
| 19782 | 2025.04.22 03:15:07.458162 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.31 MiB. | ||
| 19783 | 2025.04.22 03:15:08.718129 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 2732 | ||
| 19784 | 2025.04.22 03:15:08.721434 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19785 | 2025.04.22 03:15:08.721474 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 19786 | 2025.04.22 03:15:08.723137 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 19787 | 2025.04.22 03:15:08.723722 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19788 | 2025.04.22 03:15:08.726019 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2732 | ||
| 19789 | 2025.04.22 03:15:09.150832 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 731 | ||
| 19790 | 2025.04.22 03:15:09.173687 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19791 | 2025.04.22 03:15:09.173742 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 19792 | 2025.04.22 03:15:09.181371 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 19793 | 2025.04.22 03:15:09.182681 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19794 | 2025.04.22 03:15:09.185708 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 731 | ||
| 19795 | 2025.04.22 03:15:12.124105 [ 223 ] {} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 19796 | 2025.04.22 03:15:12.124199 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 19797 | 2025.04.22 03:15:12.126908 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 19798 | 2025.04.22 03:15:12.445687 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19799 | 2025.04.22 03:15:12.445876 [ 276 ] {d020a850-5ffa-4b82-8e2a-529205870793} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 19800 | 2025.04.22 03:15:12.445951 [ 276 ] {d020a850-5ffa-4b82-8e2a-529205870793} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 19801 | 2025.04.22 03:15:12.446858 [ 276 ] {d020a850-5ffa-4b82-8e2a-529205870793} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19802 | 2025.04.22 03:15:12.446902 [ 276 ] {d020a850-5ffa-4b82-8e2a-529205870793} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 19803 | 2025.04.22 03:15:12.447517 [ 276 ] {d020a850-5ffa-4b82-8e2a-529205870793} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 19804 | 2025.04.22 03:15:12.448053 [ 276 ] {d020a850-5ffa-4b82-8e2a-529205870793} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19805 | 2025.04.22 03:15:12.448268 [ 276 ] {d020a850-5ffa-4b82-8e2a-529205870793} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002448 sec., 86601.30718954248 rows/sec., 5.51 MiB/sec. | ||
| 19806 | 2025.04.22 03:15:12.448322 [ 276 ] {d020a850-5ffa-4b82-8e2a-529205870793} <Debug> TCPHandler: Processed in 0.002764724 sec. | ||
| 19807 | 2025.04.22 03:15:12.448457 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19808 | 2025.04.22 03:15:12.448561 [ 276 ] {0d1474ac-aaa6-4592-b924-f37a67a3c071} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19809 | 2025.04.22 03:15:12.448606 [ 276 ] {0d1474ac-aaa6-4592-b924-f37a67a3c071} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19810 | 2025.04.22 03:15:12.449486 [ 276 ] {0d1474ac-aaa6-4592-b924-f37a67a3c071} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19811 | 2025.04.22 03:15:12.449525 [ 276 ] {0d1474ac-aaa6-4592-b924-f37a67a3c071} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 19812 | 2025.04.22 03:15:12.450062 [ 276 ] {0d1474ac-aaa6-4592-b924-f37a67a3c071} <Trace> MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) | ||
| 19813 | 2025.04.22 03:15:12.450600 [ 276 ] {0d1474ac-aaa6-4592-b924-f37a67a3c071} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19814 | 2025.04.22 03:15:12.450810 [ 276 ] {0d1474ac-aaa6-4592-b924-f37a67a3c071} <Debug> executeQuery: Read 727 rows, 59.82 KiB in 0.002261 sec., 321539.1419725785 rows/sec., 25.84 MiB/sec. | ||
| 19815 | 2025.04.22 03:15:12.450867 [ 276 ] {0d1474ac-aaa6-4592-b924-f37a67a3c071} <Debug> TCPHandler: Processed in 0.002460406 sec. | ||
| 19816 | 2025.04.22 03:15:12.451000 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19817 | 2025.04.22 03:15:12.451293 [ 276 ] {57e54eb7-5fe5-4892-a188-72e1c56e6416} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19818 | 2025.04.22 03:15:12.451419 [ 276 ] {57e54eb7-5fe5-4892-a188-72e1c56e6416} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19819 | 2025.04.22 03:15:12.452403 [ 276 ] {57e54eb7-5fe5-4892-a188-72e1c56e6416} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19820 | 2025.04.22 03:15:12.452443 [ 276 ] {57e54eb7-5fe5-4892-a188-72e1c56e6416} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 19821 | 2025.04.22 03:15:12.452938 [ 276 ] {57e54eb7-5fe5-4892-a188-72e1c56e6416} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 19822 | 2025.04.22 03:15:12.453497 [ 276 ] {57e54eb7-5fe5-4892-a188-72e1c56e6416} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19823 | 2025.04.22 03:15:12.453687 [ 276 ] {57e54eb7-5fe5-4892-a188-72e1c56e6416} <Debug> executeQuery: Read 161 rows, 10.52 KiB in 0.002513 sec., 64066.85236768802 rows/sec., 4.09 MiB/sec. | ||
| 19824 | 2025.04.22 03:15:12.453744 [ 276 ] {57e54eb7-5fe5-4892-a188-72e1c56e6416} <Debug> TCPHandler: Processed in 0.002797245 sec. | ||
| 19825 | 2025.04.22 03:15:12.453864 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19826 | 2025.04.22 03:15:12.453967 [ 276 ] {255b2c8d-bde1-41ce-b855-2980cd0ac364} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 19827 | 2025.04.22 03:15:12.454012 [ 276 ] {255b2c8d-bde1-41ce-b855-2980cd0ac364} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 19828 | 2025.04.22 03:15:12.454547 [ 276 ] {255b2c8d-bde1-41ce-b855-2980cd0ac364} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19829 | 2025.04.22 03:15:12.454586 [ 276 ] {255b2c8d-bde1-41ce-b855-2980cd0ac364} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 19830 | 2025.04.22 03:15:12.455075 [ 276 ] {255b2c8d-bde1-41ce-b855-2980cd0ac364} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 19831 | 2025.04.22 03:15:12.455576 [ 276 ] {255b2c8d-bde1-41ce-b855-2980cd0ac364} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19832 | 2025.04.22 03:15:12.455768 [ 276 ] {255b2c8d-bde1-41ce-b855-2980cd0ac364} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001822 sec., 62019.75850713501 rows/sec., 4.01 MiB/sec. | ||
| 19833 | 2025.04.22 03:15:12.455819 [ 276 ] {255b2c8d-bde1-41ce-b855-2980cd0ac364} <Debug> TCPHandler: Processed in 0.002004444 sec. | ||
| 19834 | 2025.04.22 03:15:12.455937 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19835 | 2025.04.22 03:15:12.456040 [ 276 ] {c7a0f808-c00d-4205-9854-7a98b697dc91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 19836 | 2025.04.22 03:15:12.456083 [ 276 ] {c7a0f808-c00d-4205-9854-7a98b697dc91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 19837 | 2025.04.22 03:15:12.456620 [ 276 ] {c7a0f808-c00d-4205-9854-7a98b697dc91} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19838 | 2025.04.22 03:15:12.456659 [ 276 ] {c7a0f808-c00d-4205-9854-7a98b697dc91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 19839 | 2025.04.22 03:15:12.457140 [ 276 ] {c7a0f808-c00d-4205-9854-7a98b697dc91} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 19840 | 2025.04.22 03:15:12.457674 [ 276 ] {c7a0f808-c00d-4205-9854-7a98b697dc91} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19841 | 2025.04.22 03:15:12.457887 [ 276 ] {c7a0f808-c00d-4205-9854-7a98b697dc91} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001861 sec., 60182.69747447609 rows/sec., 3.43 MiB/sec. | ||
| 19842 | 2025.04.22 03:15:12.457958 [ 276 ] {c7a0f808-c00d-4205-9854-7a98b697dc91} <Debug> TCPHandler: Processed in 0.002070906 sec. | ||
| 19843 | 2025.04.22 03:15:12.458201 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19844 | 2025.04.22 03:15:12.458327 [ 276 ] {87701d16-7750-4a2e-9cf6-183749c7c530} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19845 | 2025.04.22 03:15:12.458374 [ 276 ] {87701d16-7750-4a2e-9cf6-183749c7c530} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19846 | 2025.04.22 03:15:12.459065 [ 276 ] {87701d16-7750-4a2e-9cf6-183749c7c530} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19847 | 2025.04.22 03:15:12.459105 [ 276 ] {87701d16-7750-4a2e-9cf6-183749c7c530} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 19848 | 2025.04.22 03:15:12.459625 [ 276 ] {87701d16-7750-4a2e-9cf6-183749c7c530} <Trace> MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) | ||
| 19849 | 2025.04.22 03:15:12.460139 [ 276 ] {87701d16-7750-4a2e-9cf6-183749c7c530} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19850 | 2025.04.22 03:15:12.460332 [ 276 ] {87701d16-7750-4a2e-9cf6-183749c7c530} <Debug> executeQuery: Read 437 rows, 31.99 KiB in 0.002028 sec., 215483.23471400395 rows/sec., 15.40 MiB/sec. | ||
| 19851 | 2025.04.22 03:15:12.460382 [ 276 ] {87701d16-7750-4a2e-9cf6-183749c7c530} <Debug> TCPHandler: Processed in 0.00228061 sec. | ||
| 19852 | 2025.04.22 03:15:12.460505 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19853 | 2025.04.22 03:15:12.460610 [ 276 ] {a6f75bdb-8084-4705-a319-a9eb16c767c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 19854 | 2025.04.22 03:15:12.460656 [ 276 ] {a6f75bdb-8084-4705-a319-a9eb16c767c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 19855 | 2025.04.22 03:15:12.461077 [ 276 ] {a6f75bdb-8084-4705-a319-a9eb16c767c3} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19856 | 2025.04.22 03:15:12.461117 [ 276 ] {a6f75bdb-8084-4705-a319-a9eb16c767c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 19857 | 2025.04.22 03:15:12.461618 [ 276 ] {a6f75bdb-8084-4705-a319-a9eb16c767c3} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 19858 | 2025.04.22 03:15:12.462134 [ 276 ] {a6f75bdb-8084-4705-a319-a9eb16c767c3} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19859 | 2025.04.22 03:15:12.462354 [ 276 ] {a6f75bdb-8084-4705-a319-a9eb16c767c3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001757 sec., 3414.911781445646 rows/sec., 178.42 KiB/sec. | ||
| 19860 | 2025.04.22 03:15:12.462363 [ 218 ] {} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 19861 | 2025.04.22 03:15:12.462427 [ 276 ] {a6f75bdb-8084-4705-a319-a9eb16c767c3} <Debug> TCPHandler: Processed in 0.001970303 sec. | ||
| 19862 | 2025.04.22 03:15:12.462437 [ 218 ] {} <Debug> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 19863 | 2025.04.22 03:15:12.462599 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19864 | 2025.04.22 03:15:12.462741 [ 276 ] {a736dd90-f7db-4bd3-bf33-edec09745498} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19865 | 2025.04.22 03:15:12.462808 [ 276 ] {a736dd90-f7db-4bd3-bf33-edec09745498} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19866 | 2025.04.22 03:15:12.464124 [ 276 ] {a736dd90-f7db-4bd3-bf33-edec09745498} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19867 | 2025.04.22 03:15:12.464165 [ 276 ] {a736dd90-f7db-4bd3-bf33-edec09745498} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 19868 | 2025.04.22 03:15:12.465009 [ 276 ] {a736dd90-f7db-4bd3-bf33-edec09745498} <Trace> MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) | ||
| 19869 | 2025.04.22 03:15:12.465780 [ 276 ] {a736dd90-f7db-4bd3-bf33-edec09745498} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19870 | 2025.04.22 03:15:12.465924 [ 218 ] {} <Debug> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 19871 | 2025.04.22 03:15:12.466292 [ 276 ] {a736dd90-f7db-4bd3-bf33-edec09745498} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.003558 sec., 66610.45531197303 rows/sec., 4.46 MiB/sec. | ||
| 19872 | 2025.04.22 03:15:12.466370 [ 276 ] {a736dd90-f7db-4bd3-bf33-edec09745498} <Debug> TCPHandler: Processed in 0.003818313 sec. | ||
| 19873 | 2025.04.22 03:15:12.466608 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19874 | 2025.04.22 03:15:12.466733 [ 276 ] {443a9adb-62db-4e43-a823-69aa0def21b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 19875 | 2025.04.22 03:15:12.466793 [ 276 ] {443a9adb-62db-4e43-a823-69aa0def21b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 19876 | 2025.04.22 03:15:12.467223 [ 276 ] {443a9adb-62db-4e43-a823-69aa0def21b0} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19877 | 2025.04.22 03:15:12.467263 [ 276 ] {443a9adb-62db-4e43-a823-69aa0def21b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 19878 | 2025.04.22 03:15:12.467740 [ 276 ] {443a9adb-62db-4e43-a823-69aa0def21b0} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 19879 | 2025.04.22 03:15:12.468202 [ 276 ] {443a9adb-62db-4e43-a823-69aa0def21b0} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19880 | 2025.04.22 03:15:12.468424 [ 276 ] {443a9adb-62db-4e43-a823-69aa0def21b0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001709 sec., 585.1375073142189 rows/sec., 39.43 KiB/sec. | ||
| 19881 | 2025.04.22 03:15:12.468497 [ 276 ] {443a9adb-62db-4e43-a823-69aa0def21b0} <Debug> TCPHandler: Processed in 0.001972753 sec. | ||
| 19882 | 2025.04.22 03:15:12.468726 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19883 | 2025.04.22 03:15:12.468857 [ 276 ] {234fe6cf-2c0f-4aba-abe1-295436fba766} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19884 | 2025.04.22 03:15:12.468931 [ 276 ] {234fe6cf-2c0f-4aba-abe1-295436fba766} <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 | ||
| 19885 | 2025.04.22 03:15:12.470106 [ 276 ] {234fe6cf-2c0f-4aba-abe1-295436fba766} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19886 | 2025.04.22 03:15:12.470146 [ 276 ] {234fe6cf-2c0f-4aba-abe1-295436fba766} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 19887 | 2025.04.22 03:15:12.470951 [ 276 ] {234fe6cf-2c0f-4aba-abe1-295436fba766} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 19888 | 2025.04.22 03:15:12.471423 [ 276 ] {234fe6cf-2c0f-4aba-abe1-295436fba766} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19889 | 2025.04.22 03:15:12.471650 [ 276 ] {234fe6cf-2c0f-4aba-abe1-295436fba766} <Debug> executeQuery: Read 55 rows, 100.92 KiB in 0.002815 sec., 19538.188277087036 rows/sec., 35.01 MiB/sec. | ||
| 19890 | 2025.04.22 03:15:12.471743 [ 276 ] {234fe6cf-2c0f-4aba-abe1-295436fba766} <Debug> TCPHandler: Processed in 0.003104253 sec. | ||
| 19891 | 2025.04.22 03:15:12.471866 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19892 | 2025.04.22 03:15:12.471973 [ 276 ] {16464b4b-265c-4331-b456-c4a28ade1cb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19893 | 2025.04.22 03:15:12.472019 [ 276 ] {16464b4b-265c-4331-b456-c4a28ade1cb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19894 | 2025.04.22 03:15:12.472437 [ 276 ] {16464b4b-265c-4331-b456-c4a28ade1cb8} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19895 | 2025.04.22 03:15:12.472477 [ 276 ] {16464b4b-265c-4331-b456-c4a28ade1cb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 19896 | 2025.04.22 03:15:12.472961 [ 276 ] {16464b4b-265c-4331-b456-c4a28ade1cb8} <Trace> MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) | ||
| 19897 | 2025.04.22 03:15:12.473418 [ 276 ] {16464b4b-265c-4331-b456-c4a28ade1cb8} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19898 | 2025.04.22 03:15:12.473624 [ 276 ] {16464b4b-265c-4331-b456-c4a28ade1cb8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001672 sec., 49043.062200956934 rows/sec., 3.11 MiB/sec. | ||
| 19899 | 2025.04.22 03:15:12.473672 [ 276 ] {16464b4b-265c-4331-b456-c4a28ade1cb8} <Debug> TCPHandler: Processed in 0.00185741 sec. | ||
| 19900 | 2025.04.22 03:15:13.014860 [ 219 ] {} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 19901 | 2025.04.22 03:15:13.014896 [ 219 ] {} <Debug> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 19902 | 2025.04.22 03:15:13.017720 [ 219 ] {} <Debug> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 19903 | 2025.04.22 03:15:13.185256 [ 128 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 19904 | 2025.04.22 03:15:13.185339 [ 128 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 19905 | 2025.04.22 03:15:13.429957 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 44896 | ||
| 19906 | 2025.04.22 03:15:13.430870 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19907 | 2025.04.22 03:15:13.430911 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 19908 | 2025.04.22 03:15:13.431580 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 19909 | 2025.04.22 03:15:13.432066 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19910 | 2025.04.22 03:15:13.432303 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44896 | ||
| 19911 | 2025.04.22 03:15:16.685772 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 739 | ||
| 19912 | 2025.04.22 03:15:16.708897 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19913 | 2025.04.22 03:15:16.708948 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 19914 | 2025.04.22 03:15:16.716545 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 19915 | 2025.04.22 03:15:16.717804 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19916 | 2025.04.22 03:15:16.722020 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 739 | ||
| 19917 | 2025.04.22 03:15:17.438053 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19918 | 2025.04.22 03:15:17.438238 [ 276 ] {1da8f829-e695-4a9b-8f10-1578dea35e5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19919 | 2025.04.22 03:15:17.438303 [ 276 ] {1da8f829-e695-4a9b-8f10-1578dea35e5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19920 | 2025.04.22 03:15:17.439170 [ 276 ] {1da8f829-e695-4a9b-8f10-1578dea35e5f} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19921 | 2025.04.22 03:15:17.439213 [ 276 ] {1da8f829-e695-4a9b-8f10-1578dea35e5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 19922 | 2025.04.22 03:15:17.439800 [ 276 ] {1da8f829-e695-4a9b-8f10-1578dea35e5f} <Trace> MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary) | ||
| 19923 | 2025.04.22 03:15:17.440307 [ 276 ] {1da8f829-e695-4a9b-8f10-1578dea35e5f} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19924 | 2025.04.22 03:15:17.440519 [ 276 ] {1da8f829-e695-4a9b-8f10-1578dea35e5f} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.002322 sec., 27562.446167097332 rows/sec., 2.18 MiB/sec. | ||
| 19925 | 2025.04.22 03:15:17.440626 [ 276 ] {1da8f829-e695-4a9b-8f10-1578dea35e5f} <Debug> TCPHandler: Processed in 0.002696442 sec. | ||
| 19926 | 2025.04.22 03:15:17.440773 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19927 | 2025.04.22 03:15:17.441036 [ 276 ] {6987adbf-20ce-434a-aaa5-195f94e9a802} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19928 | 2025.04.22 03:15:17.441147 [ 276 ] {6987adbf-20ce-434a-aaa5-195f94e9a802} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19929 | 2025.04.22 03:15:17.442393 [ 276 ] {6987adbf-20ce-434a-aaa5-195f94e9a802} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19930 | 2025.04.22 03:15:17.442431 [ 276 ] {6987adbf-20ce-434a-aaa5-195f94e9a802} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 19931 | 2025.04.22 03:15:17.442904 [ 276 ] {6987adbf-20ce-434a-aaa5-195f94e9a802} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 19932 | 2025.04.22 03:15:17.443424 [ 276 ] {6987adbf-20ce-434a-aaa5-195f94e9a802} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19933 | 2025.04.22 03:15:17.443579 [ 276 ] {6987adbf-20ce-434a-aaa5-195f94e9a802} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.002649 sec., 1510.0037750094375 rows/sec., 113.55 KiB/sec. | ||
| 19934 | 2025.04.22 03:15:17.443632 [ 276 ] {6987adbf-20ce-434a-aaa5-195f94e9a802} <Debug> TCPHandler: Processed in 0.002910127 sec. | ||
| 19935 | 2025.04.22 03:15:17.443751 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19936 | 2025.04.22 03:15:17.443870 [ 276 ] {864f6df4-0218-4428-9ec4-675ef2152961} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19937 | 2025.04.22 03:15:17.443924 [ 276 ] {864f6df4-0218-4428-9ec4-675ef2152961} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19938 | 2025.04.22 03:15:17.444464 [ 276 ] {864f6df4-0218-4428-9ec4-675ef2152961} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19939 | 2025.04.22 03:15:17.444503 [ 276 ] {864f6df4-0218-4428-9ec4-675ef2152961} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 19940 | 2025.04.22 03:15:17.444967 [ 276 ] {864f6df4-0218-4428-9ec4-675ef2152961} <Trace> MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary) | ||
| 19941 | 2025.04.22 03:15:17.445596 [ 276 ] {864f6df4-0218-4428-9ec4-675ef2152961} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19942 | 2025.04.22 03:15:17.445763 [ 276 ] {864f6df4-0218-4428-9ec4-675ef2152961} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001932 sec., 35196.68737060042 rows/sec., 2.75 MiB/sec. | ||
| 19943 | 2025.04.22 03:15:17.445813 [ 276 ] {864f6df4-0218-4428-9ec4-675ef2152961} <Debug> TCPHandler: Processed in 0.002110456 sec. | ||
| 19944 | 2025.04.22 03:15:17.445944 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19945 | 2025.04.22 03:15:17.446065 [ 276 ] {adec7589-5c50-4646-87fc-382d6b4342ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19946 | 2025.04.22 03:15:17.446115 [ 276 ] {adec7589-5c50-4646-87fc-382d6b4342ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19947 | 2025.04.22 03:15:17.446629 [ 276 ] {adec7589-5c50-4646-87fc-382d6b4342ae} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19948 | 2025.04.22 03:15:17.446669 [ 276 ] {adec7589-5c50-4646-87fc-382d6b4342ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 19949 | 2025.04.22 03:15:17.447199 [ 276 ] {adec7589-5c50-4646-87fc-382d6b4342ae} <Trace> MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary) | ||
| 19950 | 2025.04.22 03:15:17.447735 [ 276 ] {adec7589-5c50-4646-87fc-382d6b4342ae} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19951 | 2025.04.22 03:15:17.447919 [ 276 ] {adec7589-5c50-4646-87fc-382d6b4342ae} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001871 sec., 85515.766969535 rows/sec., 5.96 MiB/sec. | ||
| 19952 | 2025.04.22 03:15:17.447973 [ 276 ] {adec7589-5c50-4646-87fc-382d6b4342ae} <Debug> TCPHandler: Processed in 0.002088106 sec. | ||
| 19953 | 2025.04.22 03:15:17.448092 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19954 | 2025.04.22 03:15:17.448193 [ 276 ] {27e13a4f-27fa-4b8a-b1dc-0bab70fbafad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19955 | 2025.04.22 03:15:17.448258 [ 276 ] {27e13a4f-27fa-4b8a-b1dc-0bab70fbafad} <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 | ||
| 19956 | 2025.04.22 03:15:17.449299 [ 276 ] {27e13a4f-27fa-4b8a-b1dc-0bab70fbafad} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19957 | 2025.04.22 03:15:17.449337 [ 276 ] {27e13a4f-27fa-4b8a-b1dc-0bab70fbafad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 19958 | 2025.04.22 03:15:17.450127 [ 276 ] {27e13a4f-27fa-4b8a-b1dc-0bab70fbafad} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 19959 | 2025.04.22 03:15:17.450729 [ 276 ] {27e13a4f-27fa-4b8a-b1dc-0bab70fbafad} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19960 | 2025.04.22 03:15:17.450934 [ 276 ] {27e13a4f-27fa-4b8a-b1dc-0bab70fbafad} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.00276 sec., 1449.2753623188407 rows/sec., 2.60 MiB/sec. | ||
| 19961 | 2025.04.22 03:15:17.451028 [ 276 ] {27e13a4f-27fa-4b8a-b1dc-0bab70fbafad} <Debug> TCPHandler: Processed in 0.00298342 sec. | ||
| 19962 | 2025.04.22 03:15:17.451157 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19963 | 2025.04.22 03:15:17.451261 [ 276 ] {ba689449-b9fb-4d9b-999f-e495bc95c040} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19964 | 2025.04.22 03:15:17.451305 [ 276 ] {ba689449-b9fb-4d9b-999f-e495bc95c040} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19965 | 2025.04.22 03:15:17.451726 [ 276 ] {ba689449-b9fb-4d9b-999f-e495bc95c040} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19966 | 2025.04.22 03:15:17.451765 [ 276 ] {ba689449-b9fb-4d9b-999f-e495bc95c040} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 19967 | 2025.04.22 03:15:17.452272 [ 276 ] {ba689449-b9fb-4d9b-999f-e495bc95c040} <Trace> MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary) | ||
| 19968 | 2025.04.22 03:15:17.452760 [ 276 ] {ba689449-b9fb-4d9b-999f-e495bc95c040} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19969 | 2025.04.22 03:15:17.452918 [ 276 ] {ba689449-b9fb-4d9b-999f-e495bc95c040} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00168 sec., 35714.28571428571 rows/sec., 2.41 MiB/sec. | ||
| 19970 | 2025.04.22 03:15:17.452989 [ 276 ] {ba689449-b9fb-4d9b-999f-e495bc95c040} <Debug> TCPHandler: Processed in 0.001880591 sec. | ||
| 19971 | 2025.04.22 03:15:18.726282 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2766 | ||
| 19972 | 2025.04.22 03:15:18.729387 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19973 | 2025.04.22 03:15:18.729427 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 19974 | 2025.04.22 03:15:18.731049 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 19975 | 2025.04.22 03:15:18.731566 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19976 | 2025.04.22 03:15:18.732128 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2766 | ||
| 19977 | 2025.04.22 03:15:20.932450 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 45323 | ||
| 19978 | 2025.04.22 03:15:20.933191 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19979 | 2025.04.22 03:15:20.933244 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 19980 | 2025.04.22 03:15:20.933961 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 19981 | 2025.04.22 03:15:20.934438 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19982 | 2025.04.22 03:15:20.934709 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 45323 | ||
| 19983 | 2025.04.22 03:15:22.217203 [ 223 ] {} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Found 5 old parts to remove. Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 19984 | 2025.04.22 03:15:22.217283 [ 223 ] {} <Debug> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Removing 5 parts from filesystem (serially): Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 19985 | 2025.04.22 03:15:22.219240 [ 223 ] {} <Debug> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Removing 5 parts from memory: Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 19986 | 2025.04.22 03:15:22.350033 [ 218 ] {} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 19987 | 2025.04.22 03:15:22.350103 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 19988 | 2025.04.22 03:15:22.353129 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 19989 | 2025.04.22 03:15:22.384121 [ 223 ] {} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Found 5 old parts to remove. Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 19990 | 2025.04.22 03:15:22.384157 [ 223 ] {} <Debug> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Removing 5 parts from filesystem (serially): Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 19991 | 2025.04.22 03:15:22.385804 [ 223 ] {} <Debug> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Removing 5 parts from memory: Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 19992 | 2025.04.22 03:15:22.445491 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19993 | 2025.04.22 03:15:22.445656 [ 276 ] {7ef6d847-d0e7-47cf-bce7-df906f508299} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 19994 | 2025.04.22 03:15:22.445725 [ 276 ] {7ef6d847-d0e7-47cf-bce7-df906f508299} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 19995 | 2025.04.22 03:15:22.446588 [ 276 ] {7ef6d847-d0e7-47cf-bce7-df906f508299} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19996 | 2025.04.22 03:15:22.446631 [ 276 ] {7ef6d847-d0e7-47cf-bce7-df906f508299} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 19997 | 2025.04.22 03:15:22.447182 [ 276 ] {7ef6d847-d0e7-47cf-bce7-df906f508299} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 19998 | 2025.04.22 03:15:22.447679 [ 276 ] {7ef6d847-d0e7-47cf-bce7-df906f508299} <Trace> oximeter.fields_i16 (915cbc14-d5ed-46bb-958d-617a439d0b25): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19999 | 2025.04.22 03:15:22.447915 [ 276 ] {7ef6d847-d0e7-47cf-bce7-df906f508299} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00231 sec., 91774.89177489177 rows/sec., 5.84 MiB/sec. | ||
| 20000 | 2025.04.22 03:15:22.447974 [ 276 ] {7ef6d847-d0e7-47cf-bce7-df906f508299} <Debug> TCPHandler: Processed in 0.002606699 sec. | ||
| 20001 | 2025.04.22 03:15:22.448102 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20002 | 2025.04.22 03:15:22.448211 [ 276 ] {d0f089d9-9182-4c47-9323-bc7cd2bc4bbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 20003 | 2025.04.22 03:15:22.448259 [ 276 ] {d0f089d9-9182-4c47-9323-bc7cd2bc4bbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 20004 | 2025.04.22 03:15:22.448775 [ 276 ] {d0f089d9-9182-4c47-9323-bc7cd2bc4bbc} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20005 | 2025.04.22 03:15:22.448814 [ 276 ] {d0f089d9-9182-4c47-9323-bc7cd2bc4bbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 20006 | 2025.04.22 03:15:22.449303 [ 276 ] {d0f089d9-9182-4c47-9323-bc7cd2bc4bbc} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 20007 | 2025.04.22 03:15:22.449806 [ 276 ] {d0f089d9-9182-4c47-9323-bc7cd2bc4bbc} <Trace> oximeter.fields_ipaddr (b0f900e5-7d6e-4829-a078-0e8a5cea0c68): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20008 | 2025.04.22 03:15:22.450093 [ 276 ] {d0f089d9-9182-4c47-9323-bc7cd2bc4bbc} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001893 sec., 4226.096143687269 rows/sec., 344.61 KiB/sec. | ||
| 20009 | 2025.04.22 03:15:22.450271 [ 276 ] {d0f089d9-9182-4c47-9323-bc7cd2bc4bbc} <Debug> TCPHandler: Processed in 0.002216879 sec. | ||
| 20010 | 2025.04.22 03:15:22.450661 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20011 | 2025.04.22 03:15:22.451034 [ 276 ] {6dbb5908-2472-44b5-adbe-09c8efd374a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 20012 | 2025.04.22 03:15:22.451214 [ 276 ] {6dbb5908-2472-44b5-adbe-09c8efd374a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 20013 | 2025.04.22 03:15:22.452183 [ 276 ] {6dbb5908-2472-44b5-adbe-09c8efd374a4} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20014 | 2025.04.22 03:15:22.452223 [ 276 ] {6dbb5908-2472-44b5-adbe-09c8efd374a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 20015 | 2025.04.22 03:15:22.452805 [ 276 ] {6dbb5908-2472-44b5-adbe-09c8efd374a4} <Trace> MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary) | ||
| 20016 | 2025.04.22 03:15:22.453310 [ 276 ] {6dbb5908-2472-44b5-adbe-09c8efd374a4} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20017 | 2025.04.22 03:15:22.453478 [ 276 ] {6dbb5908-2472-44b5-adbe-09c8efd374a4} <Debug> executeQuery: Read 731 rows, 60.11 KiB in 0.002564 sec., 285101.4040561623 rows/sec., 22.89 MiB/sec. | ||
| 20018 | 2025.04.22 03:15:22.453528 [ 276 ] {6dbb5908-2472-44b5-adbe-09c8efd374a4} <Debug> TCPHandler: Processed in 0.002999771 sec. | ||
| 20019 | 2025.04.22 03:15:22.453645 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20020 | 2025.04.22 03:15:22.453750 [ 276 ] {38ab8bce-1ded-4558-8592-d2c3c52a1e46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 20021 | 2025.04.22 03:15:22.453794 [ 276 ] {38ab8bce-1ded-4558-8592-d2c3c52a1e46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 20022 | 2025.04.22 03:15:22.454350 [ 276 ] {38ab8bce-1ded-4558-8592-d2c3c52a1e46} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20023 | 2025.04.22 03:15:22.454387 [ 276 ] {38ab8bce-1ded-4558-8592-d2c3c52a1e46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 20024 | 2025.04.22 03:15:22.454866 [ 276 ] {38ab8bce-1ded-4558-8592-d2c3c52a1e46} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 20025 | 2025.04.22 03:15:22.455437 [ 276 ] {38ab8bce-1ded-4558-8592-d2c3c52a1e46} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20026 | 2025.04.22 03:15:22.455610 [ 276 ] {38ab8bce-1ded-4558-8592-d2c3c52a1e46} <Debug> executeQuery: Read 169 rows, 11.08 KiB in 0.001874 sec., 90181.43009605123 rows/sec., 5.77 MiB/sec. | ||
| 20027 | 2025.04.22 03:15:22.455677 [ 276 ] {38ab8bce-1ded-4558-8592-d2c3c52a1e46} <Debug> TCPHandler: Processed in 0.002080425 sec. | ||
| 20028 | 2025.04.22 03:15:22.455821 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20029 | 2025.04.22 03:15:22.456065 [ 276 ] {72993f4d-360c-45a0-84e8-af0a094467f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 20030 | 2025.04.22 03:15:22.456192 [ 276 ] {72993f4d-360c-45a0-84e8-af0a094467f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 20031 | 2025.04.22 03:15:22.457769 [ 276 ] {72993f4d-360c-45a0-84e8-af0a094467f8} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20032 | 2025.04.22 03:15:22.457808 [ 276 ] {72993f4d-360c-45a0-84e8-af0a094467f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 20033 | 2025.04.22 03:15:22.458310 [ 276 ] {72993f4d-360c-45a0-84e8-af0a094467f8} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 20034 | 2025.04.22 03:15:22.458831 [ 276 ] {72993f4d-360c-45a0-84e8-af0a094467f8} <Trace> oximeter.fields_u32 (b0041586-32db-4b84-924e-e64641e5dd1f): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20035 | 2025.04.22 03:15:22.459015 [ 276 ] {72993f4d-360c-45a0-84e8-af0a094467f8} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.003045 sec., 37110.01642036125 rows/sec., 2.40 MiB/sec. | ||
| 20036 | 2025.04.22 03:15:22.459108 [ 276 ] {72993f4d-360c-45a0-84e8-af0a094467f8} <Debug> TCPHandler: Processed in 0.003346089 sec. | ||
| 20037 | 2025.04.22 03:15:22.459343 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20038 | 2025.04.22 03:15:22.459470 [ 276 ] {4d22b00d-be49-47e9-ab59-4420d311e1cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 20039 | 2025.04.22 03:15:22.459516 [ 276 ] {4d22b00d-be49-47e9-ab59-4420d311e1cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 20040 | 2025.04.22 03:15:22.460075 [ 276 ] {4d22b00d-be49-47e9-ab59-4420d311e1cf} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20041 | 2025.04.22 03:15:22.460113 [ 276 ] {4d22b00d-be49-47e9-ab59-4420d311e1cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 20042 | 2025.04.22 03:15:22.460626 [ 276 ] {4d22b00d-be49-47e9-ab59-4420d311e1cf} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 20043 | 2025.04.22 03:15:22.461114 [ 276 ] {4d22b00d-be49-47e9-ab59-4420d311e1cf} <Trace> oximeter.fields_u8 (0bfd63d1-a268-4b2c-b8e2-bef8519287b6): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20044 | 2025.04.22 03:15:22.461279 [ 276 ] {4d22b00d-be49-47e9-ab59-4420d311e1cf} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001832 sec., 61135.3711790393 rows/sec., 3.48 MiB/sec. | ||
| 20045 | 2025.04.22 03:15:22.461328 [ 276 ] {4d22b00d-be49-47e9-ab59-4420d311e1cf} <Debug> TCPHandler: Processed in 0.002085446 sec. | ||
| 20046 | 2025.04.22 03:15:22.461444 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20047 | 2025.04.22 03:15:22.461547 [ 276 ] {02887bf9-d6d8-4d13-a639-de9397957960} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 20048 | 2025.04.22 03:15:22.461591 [ 276 ] {02887bf9-d6d8-4d13-a639-de9397957960} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 20049 | 2025.04.22 03:15:22.462325 [ 276 ] {02887bf9-d6d8-4d13-a639-de9397957960} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20050 | 2025.04.22 03:15:22.462361 [ 276 ] {02887bf9-d6d8-4d13-a639-de9397957960} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 20051 | 2025.04.22 03:15:22.462863 [ 276 ] {02887bf9-d6d8-4d13-a639-de9397957960} <Trace> MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary) | ||
| 20052 | 2025.04.22 03:15:22.463369 [ 276 ] {02887bf9-d6d8-4d13-a639-de9397957960} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20053 | 2025.04.22 03:15:22.463553 [ 276 ] {02887bf9-d6d8-4d13-a639-de9397957960} <Debug> executeQuery: Read 445 rows, 32.64 KiB in 0.002015 sec., 220843.6724565757 rows/sec., 15.82 MiB/sec. | ||
| 20054 | 2025.04.22 03:15:22.463614 [ 276 ] {02887bf9-d6d8-4d13-a639-de9397957960} <Debug> TCPHandler: Processed in 0.00221827 sec. | ||
| 20055 | 2025.04.22 03:15:22.463650 [ 224 ] {} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 20056 | 2025.04.22 03:15:22.463717 [ 224 ] {} <Debug> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 20057 | 2025.04.22 03:15:22.463738 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20058 | 2025.04.22 03:15:22.463941 [ 276 ] {d6276ba5-324e-46b6-b592-aa3df4526e00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 20059 | 2025.04.22 03:15:22.464013 [ 276 ] {d6276ba5-324e-46b6-b592-aa3df4526e00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 20060 | 2025.04.22 03:15:22.464807 [ 276 ] {d6276ba5-324e-46b6-b592-aa3df4526e00} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20061 | 2025.04.22 03:15:22.464847 [ 276 ] {d6276ba5-324e-46b6-b592-aa3df4526e00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 20062 | 2025.04.22 03:15:22.465739 [ 276 ] {d6276ba5-324e-46b6-b592-aa3df4526e00} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 20063 | 2025.04.22 03:15:22.466509 [ 276 ] {d6276ba5-324e-46b6-b592-aa3df4526e00} <Trace> oximeter.measurements_bool (dbf69f47-adb6-4e1e-9351-1a6c726a346e): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20064 | 2025.04.22 03:15:22.466909 [ 276 ] {d6276ba5-324e-46b6-b592-aa3df4526e00} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003048 sec., 1968.5039370078741 rows/sec., 102.85 KiB/sec. | ||
| 20065 | 2025.04.22 03:15:22.467085 [ 276 ] {d6276ba5-324e-46b6-b592-aa3df4526e00} <Debug> TCPHandler: Processed in 0.003398591 sec. | ||
| 20066 | 2025.04.22 03:15:22.467221 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20067 | 2025.04.22 03:15:22.467393 [ 276 ] {2d9fbe1f-c30e-4bf8-ae2d-24aca545e047} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 20068 | 2025.04.22 03:15:22.467469 [ 224 ] {} <Debug> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 20069 | 2025.04.22 03:15:22.467482 [ 276 ] {2d9fbe1f-c30e-4bf8-ae2d-24aca545e047} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 20070 | 2025.04.22 03:15:22.468524 [ 276 ] {2d9fbe1f-c30e-4bf8-ae2d-24aca545e047} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20071 | 2025.04.22 03:15:22.468561 [ 276 ] {2d9fbe1f-c30e-4bf8-ae2d-24aca545e047} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 20072 | 2025.04.22 03:15:22.469113 [ 276 ] {2d9fbe1f-c30e-4bf8-ae2d-24aca545e047} <Trace> MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary) | ||
| 20073 | 2025.04.22 03:15:22.469675 [ 276 ] {2d9fbe1f-c30e-4bf8-ae2d-24aca545e047} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20074 | 2025.04.22 03:15:22.469840 [ 276 ] {2d9fbe1f-c30e-4bf8-ae2d-24aca545e047} <Debug> executeQuery: Read 241 rows, 16.55 KiB in 0.002522 sec., 95559.08009516257 rows/sec., 6.41 MiB/sec. | ||
| 20075 | 2025.04.22 03:15:22.469889 [ 276 ] {2d9fbe1f-c30e-4bf8-ae2d-24aca545e047} <Debug> TCPHandler: Processed in 0.002720133 sec. | ||
| 20076 | 2025.04.22 03:15:22.470011 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20077 | 2025.04.22 03:15:22.470114 [ 276 ] {79df2fa2-016e-4898-ada9-d646fcc1680f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 20078 | 2025.04.22 03:15:22.470160 [ 276 ] {79df2fa2-016e-4898-ada9-d646fcc1680f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 20079 | 2025.04.22 03:15:22.470552 [ 276 ] {79df2fa2-016e-4898-ada9-d646fcc1680f} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20080 | 2025.04.22 03:15:22.470588 [ 276 ] {79df2fa2-016e-4898-ada9-d646fcc1680f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 20081 | 2025.04.22 03:15:22.471134 [ 276 ] {79df2fa2-016e-4898-ada9-d646fcc1680f} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 20082 | 2025.04.22 03:15:22.471641 [ 276 ] {79df2fa2-016e-4898-ada9-d646fcc1680f} <Trace> oximeter.measurements_f64 (c568bc24-9ea4-4a47-8687-4cb757e722a8): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20083 | 2025.04.22 03:15:22.471804 [ 276 ] {79df2fa2-016e-4898-ada9-d646fcc1680f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001712 sec., 584.1121495327103 rows/sec., 39.36 KiB/sec. | ||
| 20084 | 2025.04.22 03:15:22.471850 [ 276 ] {79df2fa2-016e-4898-ada9-d646fcc1680f} <Debug> TCPHandler: Processed in 0.001887631 sec. | ||
| 20085 | 2025.04.22 03:15:22.471959 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20086 | 2025.04.22 03:15:22.472060 [ 276 ] {e60a533f-d161-47ad-9c7d-1f3855b7440e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 20087 | 2025.04.22 03:15:22.472124 [ 276 ] {e60a533f-d161-47ad-9c7d-1f3855b7440e} <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 | ||
| 20088 | 2025.04.22 03:15:22.473321 [ 276 ] {e60a533f-d161-47ad-9c7d-1f3855b7440e} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20089 | 2025.04.22 03:15:22.473358 [ 276 ] {e60a533f-d161-47ad-9c7d-1f3855b7440e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 20090 | 2025.04.22 03:15:22.474175 [ 276 ] {e60a533f-d161-47ad-9c7d-1f3855b7440e} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 20091 | 2025.04.22 03:15:22.474711 [ 276 ] {e60a533f-d161-47ad-9c7d-1f3855b7440e} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20092 | 2025.04.22 03:15:22.474921 [ 276 ] {e60a533f-d161-47ad-9c7d-1f3855b7440e} <Debug> executeQuery: Read 55 rows, 100.92 KiB in 0.002878 sec., 19110.49339819319 rows/sec., 34.25 MiB/sec. | ||
| 20093 | 2025.04.22 03:15:22.475092 [ 276 ] {e60a533f-d161-47ad-9c7d-1f3855b7440e} <Debug> TCPHandler: Processed in 0.003180285 sec. | ||
| 20094 | 2025.04.22 03:15:22.475295 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20095 | 2025.04.22 03:15:22.475587 [ 276 ] {3c780b02-1c67-4b60-aeee-39dc0fb82be1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 20096 | 2025.04.22 03:15:22.475711 [ 276 ] {3c780b02-1c67-4b60-aeee-39dc0fb82be1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 20097 | 2025.04.22 03:15:22.476167 [ 276 ] {3c780b02-1c67-4b60-aeee-39dc0fb82be1} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20098 | 2025.04.22 03:15:22.476205 [ 276 ] {3c780b02-1c67-4b60-aeee-39dc0fb82be1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 20099 | 2025.04.22 03:15:22.476695 [ 276 ] {3c780b02-1c67-4b60-aeee-39dc0fb82be1} <Trace> MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary) | ||
| 20100 | 2025.04.22 03:15:22.477221 [ 276 ] {3c780b02-1c67-4b60-aeee-39dc0fb82be1} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20101 | 2025.04.22 03:15:22.477406 [ 276 ] {3c780b02-1c67-4b60-aeee-39dc0fb82be1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001928 sec., 42531.12033195021 rows/sec., 2.70 MiB/sec. | ||
| 20102 | 2025.04.22 03:15:22.477461 [ 276 ] {3c780b02-1c67-4b60-aeee-39dc0fb82be1} <Debug> TCPHandler: Processed in 0.002269161 sec. | ||
| 20103 | 2025.04.22 03:15:22.477495 [ 225 ] {} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 20104 | 2025.04.22 03:15:22.477553 [ 225 ] {} <Debug> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 20105 | 2025.04.22 03:15:22.479799 [ 225 ] {} <Debug> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 20106 | 2025.04.22 03:15:23.127720 [ 222 ] {} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 20107 | 2025.04.22 03:15:23.127787 [ 222 ] {} <Debug> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 20108 | 2025.04.22 03:15:23.130349 [ 222 ] {} <Debug> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 20109 | 2025.04.22 03:15:24.222091 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 747 | ||
| 20110 | 2025.04.22 03:15:24.245153 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20111 | 2025.04.22 03:15:24.245211 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 20112 | 2025.04.22 03:15:24.252822 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 20113 | 2025.04.22 03:15:24.254436 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20114 | 2025.04.22 03:15:24.257436 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 747 | ||
| 20115 | 2025.04.22 03:15:27.437346 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20116 | 2025.04.22 03:15:27.437581 [ 276 ] {d565c38f-916f-4fb3-8723-59dfaa1da7a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 20117 | 2025.04.22 03:15:27.437662 [ 276 ] {d565c38f-916f-4fb3-8723-59dfaa1da7a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 20118 | 2025.04.22 03:15:27.438495 [ 276 ] {d565c38f-916f-4fb3-8723-59dfaa1da7a4} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20119 | 2025.04.22 03:15:27.438542 [ 276 ] {d565c38f-916f-4fb3-8723-59dfaa1da7a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 20120 | 2025.04.22 03:15:27.439115 [ 276 ] {d565c38f-916f-4fb3-8723-59dfaa1da7a4} <Trace> MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary) | ||
| 20121 | 2025.04.22 03:15:27.439635 [ 276 ] {d565c38f-916f-4fb3-8723-59dfaa1da7a4} <Trace> oximeter.fields_string (f9ee6b08-dddc-4a6e-8946-f2cd3a8967a0): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20122 | 2025.04.22 03:15:27.439857 [ 276 ] {d565c38f-916f-4fb3-8723-59dfaa1da7a4} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.002335 sec., 27408.993576017132 rows/sec., 2.17 MiB/sec. | ||
| 20123 | 2025.04.22 03:15:27.439916 [ 276 ] {d565c38f-916f-4fb3-8723-59dfaa1da7a4} <Debug> TCPHandler: Processed in 0.002707703 sec. | ||
| 20124 | 2025.04.22 03:15:27.440062 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20125 | 2025.04.22 03:15:27.440168 [ 276 ] {7370529d-588a-40c2-90db-8c0ed6657240} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 20126 | 2025.04.22 03:15:27.440214 [ 276 ] {7370529d-588a-40c2-90db-8c0ed6657240} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 20127 | 2025.04.22 03:15:27.440738 [ 276 ] {7370529d-588a-40c2-90db-8c0ed6657240} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20128 | 2025.04.22 03:15:27.440780 [ 276 ] {7370529d-588a-40c2-90db-8c0ed6657240} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 20129 | 2025.04.22 03:15:27.441256 [ 276 ] {7370529d-588a-40c2-90db-8c0ed6657240} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 20130 | 2025.04.22 03:15:27.441730 [ 276 ] {7370529d-588a-40c2-90db-8c0ed6657240} <Trace> oximeter.fields_u16 (99245ea6-00b1-426a-a31f-83dbbb7c30dc): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20131 | 2025.04.22 03:15:27.441947 [ 276 ] {7370529d-588a-40c2-90db-8c0ed6657240} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.0018 sec., 2222.222222222222 rows/sec., 167.10 KiB/sec. | ||
| 20132 | 2025.04.22 03:15:27.441998 [ 276 ] {7370529d-588a-40c2-90db-8c0ed6657240} <Debug> TCPHandler: Processed in 0.001990633 sec. | ||
| 20133 | 2025.04.22 03:15:27.442118 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20134 | 2025.04.22 03:15:27.442221 [ 276 ] {d7d68bce-e493-4fd8-a876-3d6ee72074d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 20135 | 2025.04.22 03:15:27.442267 [ 276 ] {d7d68bce-e493-4fd8-a876-3d6ee72074d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 20136 | 2025.04.22 03:15:27.442825 [ 276 ] {d7d68bce-e493-4fd8-a876-3d6ee72074d9} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20137 | 2025.04.22 03:15:27.442867 [ 276 ] {d7d68bce-e493-4fd8-a876-3d6ee72074d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 20138 | 2025.04.22 03:15:27.443349 [ 276 ] {d7d68bce-e493-4fd8-a876-3d6ee72074d9} <Trace> MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary) | ||
| 20139 | 2025.04.22 03:15:27.443852 [ 276 ] {d7d68bce-e493-4fd8-a876-3d6ee72074d9} <Trace> oximeter.fields_uuid (807bd739-507b-4cdf-8c87-3b4d5329d195): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20140 | 2025.04.22 03:15:27.444082 [ 276 ] {d7d68bce-e493-4fd8-a876-3d6ee72074d9} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001869 sec., 36383.092562867845 rows/sec., 2.84 MiB/sec. | ||
| 20141 | 2025.04.22 03:15:27.444149 [ 276 ] {d7d68bce-e493-4fd8-a876-3d6ee72074d9} <Debug> TCPHandler: Processed in 0.002081816 sec. | ||
| 20142 | 2025.04.22 03:15:27.444281 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20143 | 2025.04.22 03:15:27.444565 [ 276 ] {228252d3-b957-492b-ac0c-c278e0e73549} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 20144 | 2025.04.22 03:15:27.444728 [ 276 ] {228252d3-b957-492b-ac0c-c278e0e73549} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 20145 | 2025.04.22 03:15:27.445777 [ 276 ] {228252d3-b957-492b-ac0c-c278e0e73549} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20146 | 2025.04.22 03:15:27.445818 [ 276 ] {228252d3-b957-492b-ac0c-c278e0e73549} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 20147 | 2025.04.22 03:15:27.446334 [ 276 ] {228252d3-b957-492b-ac0c-c278e0e73549} <Trace> MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary) | ||
| 20148 | 2025.04.22 03:15:27.446820 [ 276 ] {228252d3-b957-492b-ac0c-c278e0e73549} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20149 | 2025.04.22 03:15:27.447031 [ 276 ] {228252d3-b957-492b-ac0c-c278e0e73549} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00257 sec., 62256.80933852141 rows/sec., 4.34 MiB/sec. | ||
| 20150 | 2025.04.22 03:15:27.447031 [ 109 ] {} <Debug> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Selected 5 parts from all_1_165_35 to all_169_169_0 | ||
| 20151 | 2025.04.22 03:15:27.447106 [ 276 ] {228252d3-b957-492b-ac0c-c278e0e73549} <Debug> TCPHandler: Processed in 0.002872927 sec. | ||
| 20152 | 2025.04.22 03:15:27.447131 [ 109 ] {} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20153 | 2025.04.22 03:15:27.447197 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 20154 | 2025.04.22 03:15:27.447255 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20155 | 2025.04.22 03:15:27.447432 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_169_36} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_165_35 to all_169_169_0 into Compact with storage Full | ||
| 20156 | 2025.04.22 03:15:27.447451 [ 276 ] {e277f651-e702-42e3-bfb1-806cda942f91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 20157 | 2025.04.22 03:15:27.447565 [ 276 ] {e277f651-e702-42e3-bfb1-806cda942f91} <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 | ||
| 20158 | 2025.04.22 03:15:27.447588 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_169_36} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20159 | 2025.04.22 03:15:27.447644 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_169_36} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_165_35, total 48940 rows starting from the beginning of the part | ||
| 20160 | 2025.04.22 03:15:27.447938 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_169_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 52 rows starting from the beginning of the part | ||
| 20161 | 2025.04.22 03:15:27.448376 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_169_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_167_167_0, total 237 rows starting from the beginning of the part | ||
| 20162 | 2025.04.22 03:15:27.448770 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_169_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 160 rows starting from the beginning of the part | ||
| 20163 | 2025.04.22 03:15:27.449127 [ 187 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_169_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 241 rows starting from the beginning of the part | ||
| 20164 | 2025.04.22 03:15:27.450937 [ 276 ] {e277f651-e702-42e3-bfb1-806cda942f91} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20165 | 2025.04.22 03:15:27.450978 [ 276 ] {e277f651-e702-42e3-bfb1-806cda942f91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 20166 | 2025.04.22 03:15:27.452083 [ 276 ] {e277f651-e702-42e3-bfb1-806cda942f91} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 20167 | 2025.04.22 03:15:27.452615 [ 276 ] {e277f651-e702-42e3-bfb1-806cda942f91} <Trace> oximeter.measurements_histogramu64 (b231891b-dff1-435e-bddb-2ac39d181211): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20168 | 2025.04.22 03:15:27.452902 [ 276 ] {e277f651-e702-42e3-bfb1-806cda942f91} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.005477 sec., 730.3268212525105 rows/sec., 1.31 MiB/sec. | ||
| 20169 | 2025.04.22 03:15:27.453248 [ 276 ] {e277f651-e702-42e3-bfb1-806cda942f91} <Debug> TCPHandler: Processed in 0.006044111 sec. | ||
| 20170 | 2025.04.22 03:15:27.453440 [ 276 ] {} <Trace> TCP-Session: 3db7e2c9-a251-4ebe-9633-11b2eaefde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20171 | 2025.04.22 03:15:27.453584 [ 276 ] {dcf1dbd7-41b0-46a8-a5b1-0028673d0113} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38161) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 20172 | 2025.04.22 03:15:27.453637 [ 276 ] {dcf1dbd7-41b0-46a8-a5b1-0028673d0113} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 20173 | 2025.04.22 03:15:27.454147 [ 276 ] {dcf1dbd7-41b0-46a8-a5b1-0028673d0113} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20174 | 2025.04.22 03:15:27.454186 [ 276 ] {dcf1dbd7-41b0-46a8-a5b1-0028673d0113} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 20175 | 2025.04.22 03:15:27.454772 [ 276 ] {dcf1dbd7-41b0-46a8-a5b1-0028673d0113} <Trace> MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary) | ||
| 20176 | 2025.04.22 03:15:27.455318 [ 276 ] {dcf1dbd7-41b0-46a8-a5b1-0028673d0113} <Trace> oximeter.measurements_u64 (9e820e5c-2815-41c4-a5b9-d901b7b9b759): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20177 | 2025.04.22 03:15:27.455566 [ 276 ] {dcf1dbd7-41b0-46a8-a5b1-0028673d0113} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002012 sec., 29821.073558648113 rows/sec., 2.01 MiB/sec. | ||
| 20178 | 2025.04.22 03:15:27.455724 [ 276 ] {dcf1dbd7-41b0-46a8-a5b1-0028673d0113} <Debug> TCPHandler: Processed in 0.002346852 sec. | ||
| 20179 | 2025.04.22 03:15:27.459126 [ 189 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_169_36} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 49630 rows, containing 5 columns (5 merged, 0 gathered) in 0.011768844 sec., 4217066.688962824 rows/sec., 286.45 MiB/sec. | ||
| 20180 | 2025.04.22 03:15:27.459663 [ 198 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_169_36} <Trace> MergedBlockOutputStream: filled checksums all_1_169_36 (state Temporary) | ||
| 20181 | 2025.04.22 03:15:27.460296 [ 198 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_169_36} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652): Renaming temporary part tmp_merge_all_1_169_36 to all_1_169_36 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20182 | 2025.04.22 03:15:27.460400 [ 198 ] {2f1c2efd-7903-4e4f-a581-60ef37187652::all_1_169_36} <Trace> oximeter.measurements_cumulativeu64 (2f1c2efd-7903-4e4f-a581-60ef37187652) (MergerMutator): Merged 5 parts: [all_1_165_35, all_169_169_0] -> all_1_169_36 | ||
| 20183 | 2025.04.22 03:15:27.460517 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.42 MiB. | ||
| 20184 | 2025.04.22 03:15:28.185390 [ 109 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 20185 | 2025.04.22 03:15:28.185438 [ 109 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 20186 | 2025.04.22 03:15:28.434825 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 45811 | ||
| 20187 | 2025.04.22 03:15:28.435592 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20188 | 2025.04.22 03:15:28.435647 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 20189 | 2025.04.22 03:15:28.436362 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 20190 | 2025.04.22 03:15:28.437000 [ 243 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20191 | 2025.04.22 03:15:28.437290 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 45811 | ||
| 20192 | 2025.04.22 03:15:28.437339 [ 218 ] {} <Trace> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 20193 | 2025.04.22 03:15:28.437394 [ 218 ] {} <Debug> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 20194 | 2025.04.22 03:15:28.439803 [ 218 ] {} <Debug> system.asynchronous_metric_log (f99cf66c-8353-4c33-9745-5693d344cc5a): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 20195 | 2025.04.22 03:15:28.732324 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2802 | ||
| 20196 | 2025.04.22 03:15:28.735534 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20197 | 2025.04.22 03:15:28.735577 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 20198 | 2025.04.22 03:15:28.737183 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 20199 | 2025.04.22 03:15:28.737704 [ 242 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20200 | 2025.04.22 03:15:28.738023 [ 222 ] {} <Trace> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 20201 | 2025.04.22 03:15:28.738077 [ 222 ] {} <Debug> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 20202 | 2025.04.22 03:15:28.738498 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2802 | ||
| 20203 | 2025.04.22 03:15:28.740441 [ 222 ] {} <Debug> system.query_log (c29db43c-ba66-4a83-a42d-5caf5d171de1): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 20204 | 2025.04.22 03:15:29.813593 [ 219 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 20205 | 2025.04.22 03:15:29.813661 [ 219 ] {} <Debug> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 20206 | 2025.04.22 03:15:29.816346 [ 219 ] {} <Debug> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 20207 | 2025.04.22 03:15:30.000166 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 271.46 MiB, peak 293.62 MiB, free memory in arenas 0.00 B, will set to 275.46 MiB (RSS), difference: 4.00 MiB | ||
| 20208 | 2025.04.22 03:15:31.757513 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 754 | ||
| 20209 | 2025.04.22 03:15:31.780759 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20210 | 2025.04.22 03:15:31.780812 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 20211 | 2025.04.22 03:15:31.788506 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 20212 | 2025.04.22 03:15:31.789747 [ 244 ] {} <Trace> system.metric_log (221840db-82c7-49e0-9543-fc81844dee87): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20213 | 2025.04.22 03:15:31.792588 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 754 | ||